MCPcopy Create free account

hub / github.com/EmbeddedRPC/erpc / functions

Functions4,450 in github.com/EmbeddedRPC/erpc

↓ 2 callersFunctionFailed
Returns true iff the test case failed.
test/common/gtest/gtest.h:18944
↓ 2 callersFunctionFormatCxxExceptionMessage
Adds an "exception thrown" fatal failure to the current test.
test/common/gtest/gtest.cpp:3827
↓ 2 callersFunctionFormatTestCaseCount
Formats the count of test cases.
test/common/gtest/gtest.cpp:4262
↓ 2 callersFunctionGetCapturedStream
Stops capturing the output stream and returns the captured string.
test/common/gtest/gtest.cpp:9680
↓ 2 callersFunctionGetEnviron
test/common/gtest/gtest.cpp:7855
↓ 2 callersMethodGetGlobalTestPartResultReporter
Returns the global test part result reporter.
test/common/gtest/gtest.cpp:2195
↓ 2 callersMethodGetId
test/common/gtest/gtest.cpp:2562
↓ 2 callersFunctionGetPrefixUntilComma
Returns the prefix of 'str' before the first comma in it; returns the entire string if it contains no comma.
test/common/gtest/gtest.h:8139
↓ 2 callersFunctionGetReservedAttributesForElement
test/common/gtest/gtest.cpp:3588
↓ 2 callersMethodGetStoredResultEventListener
Get the event listener for stored test part results that can be used to track events inside Google Test.
test/common/gtest/gtest.cpp:5610
↓ 2 callersFunctionHRESULTFailureHelper
Helper function for IsHRESULT{SuccessFailure} predicates
test/common/gtest/gtest.cpp:3135
↓ 2 callersFunctionHandleSehExceptionsInMethodIfSupported
test/common/gtest/gtest.cpp:3858
↓ 2 callersFunctionInitGoogleTestImpl
test/common/gtest/gtest.cpp:6887
↓ 2 callersFunctionIsAsciiDigit
Returns true iff ch belongs to the given classification. Unlike similar functions in <ctype.h>, these aren't affected by the current locale.
test/common/gtest/gtest.cpp:9251
↓ 2 callersFunctionIsAsciiPunct
test/common/gtest/gtest.cpp:9252
↓ 2 callersFunctionIsAsciiWhiteSpace
test/common/gtest/gtest.cpp:9256
↓ 2 callersFunctionIsAsciiWordChar
test/common/gtest/gtest.cpp:9257
↓ 2 callersMethodIsDirectory
Returns true if FilePath ends with a path separator, which indicates that it is intended to represent a directory. Returns false otherwise. This does
test/common/gtest/gtest.cpp:8570
↓ 2 callersFunctionIsRepeat
test/common/gtest/gtest.cpp:9255
↓ 2 callersFunctionLPSpiSlaveTransport_NotifyTransferGpioReady
@brief Notify the LPSPI Master that the Slave is ready for a new transfer */
erpc_c/transports/erpc_lpspi_slave_transport.cpp:66
↓ 2 callersMethodLock
test/common/gtest/gtest.h:3198
↓ 2 callersFunctionMakeAndRegisterTestInfo
Creates a new TestInfo object and registers it with Google Test; returns the created object. Arguments: test_case_name: name of the test case name
test/common/gtest/gtest.cpp:4015
↓ 2 callersFunctionMatchRegexAnywhere
Returns true iff regex matches any substring of str. regex must be a valid simple regular expression, or the result is undefined. The algorithm is r
test/common/gtest/gtest.cpp:9424
↓ 2 callersMethodMessageInfo
Class storing information about message. @param type Message type @param service Service identification @param request Request identification @
erpc_java/src/main/java/io/github/embeddedrpc/erpc/auxiliary/MessageInfo.java:25
↓ 2 callersFunctionParseGoogleTestFlagsOnlyImpl
test/common/gtest/gtest.cpp:6805
↓ 2 callersFunctionPrintFullTestCommentIfPresent
test/common/gtest/gtest.cpp:4445
↓ 2 callersFunctionPrintOnOneLine
Prints the given C-string on a single line by replacing all '\n' characters with string "\\n". If the output takes more than max_length characters, o
test/common/gtest/gtest.cpp:6387
↓ 2 callersFunctionPrintStringTo
test/common/gtest/gtest.cpp:10188
↓ 2 callersFunctionPrintTestPartResultToString
Prints a TestPartResult to an std::string.
test/common/gtest/gtest.cpp:4290
↓ 2 callersFunctionPrintWideStringTo
test/common/gtest/gtest.cpp:10199
↓ 2 callersFunctionRead
test/common/gtest/gtest.h:3484
↓ 2 callersMethodRegisterTests
UnitTest class invokes this method to register tests in this test case test cases right before running tests in RUN_ALL_TESTS macro. This method shoul
test/common/gtest/gtest.h:11171
↓ 2 callersMethodRemoveFileName
RemoveFileName returns the directory path with the filename removed. Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". If the Fil
test/common/gtest/gtest.cpp:8436
↓ 2 callersMethodRun
Runs the test and updates the test result.
test/common/gtest/gtest.cpp:3940
↓ 2 callersMethodRun
test/common/gtest/gtest.h:2746
↓ 2 callersMethodSetDefaultResultPrinter
Sets the default_result_printer attribute to the provided listener. The listener is also added to the listener list and previous default_result_printe
test/common/gtest/gtest.cpp:5443
↓ 2 callersMethodSetGlobalTestPartResultReporter
Sets the global test part result reporter.
test/common/gtest/gtest.cpp:2202
↓ 2 callersFunctionShouldShard
Checks whether sharding is enabled by examining the relevant environment variable values. If the variables are present, but inconsistent (i.e., shard_
test/common/gtest/gtest.cpp:6256
↓ 2 callersFunctionSkipComma
Skips to the first non-space char after the first comma in 'str'; returns NULL if no comma is found in 'str'.
test/common/gtest/gtest.h:8128
↓ 2 callersFunctionSpidevMasterTransport_WaitForSlaveReadyGpio
erpc_c/transports/erpc_spidev_master_transport.cpp:48
↓ 2 callersFunctionSplitEscapedString
The string representation of the values received in EqFailure() are already escaped. Split them on escaped '\n' boundaries. Leave all other escaped ch
test/common/gtest/gtest.cpp:2744
↓ 2 callersFunctionStat
test/common/gtest/gtest.h:3388
↓ 2 callersFunctionStreamWideCharsToMessage
Converts an array of wide chars to a narrow string using the UTF-8 encoding, and streams the result to the given Message object.
test/common/gtest/gtest.cpp:2395
↓ 2 callersFunctionStripTrailingSpaces
test/common/gtest/gtest.h:3343
↓ 2 callersMethodSuppressEventForwarding
test/common/gtest/gtest.cpp:5476
↓ 2 callersFunctionUniversalPrintCharArray
test/common/gtest/gtest.cpp:10125
↓ 2 callersMethodUnlock
test/common/gtest/gtest.h:3199
↓ 2 callersFunctionValues
test/common/gtest/gtest.h:16599
↓ 2 callersFunctionWideStringToUtf8
Converts a wide string to a narrow string in UTF-8 encoding. The wide string is assumed to have the following encoding: UTF-16 if sizeof(wchar_t) == 2
test/common/gtest/gtest.cpp:3295
↓ 2 callersFunction_6cube_to_rgb
(r6g6b6)
scripts/kconfig/menuconfig.py:374
↓ 2 callersFunction_add_to_tree
(node, top)
scripts/kconfig/guiconfig.py:777
↓ 2 callersFunction_add_vscrollbar
(parent, widget)
scripts/kconfig/guiconfig.py:609
↓ 2 callersMethod_base_receive
(self)
erpc_python/erpc/transport.py:112
↓ 2 callersFunction_change_node
(node)
scripts/kconfig/menuconfig.py:1567
↓ 2 callersFunction_changeable
(node)
scripts/kconfig/guiconfig.py:999
↓ 2 callersFunction_check_dep_loop_choice
(choice, skip)
scripts/kconfig/kconfiglib.py:6751
↓ 2 callersFunction_color_from_num
(num)
scripts/kconfig/menuconfig.py:438
↓ 2 callersMethod_contents_eq
(self, filename, contents)
scripts/kconfig/kconfiglib.py:2350
↓ 2 callersFunction_create_kconfig_tree_and_desc
(parent)
scripts/kconfig/guiconfig.py:498
↓ 2 callersFunction_defaults_info
(sc)
scripts/kconfig/menuconfig.py:2656
↓ 2 callersFunction_defaults_info
(sc)
scripts/kconfig/guiconfig.py:2131
↓ 2 callersFunction_direct_dep_info
(sc)
scripts/kconfig/menuconfig.py:2644
↓ 2 callersFunction_direct_dep_info
(sc)
scripts/kconfig/guiconfig.py:2119
↓ 2 callersFunction_do_showname
()
scripts/kconfig/guiconfig.py:1453
↓ 2 callersFunction_dt_chosen_partition_addr
This function takes a 'chosen' property and treats that property as a path to an EDT node. If it finds an EDT node, it will look to see if t
scripts/kconfig/kconfigfunctions.py:340
↓ 2 callersFunction_dt_chosen_reg_addr
This function takes a 'chosen' property and treats that property as a path to an EDT node. If it finds an EDT node, it will look to see if t
scripts/kconfig/kconfigfunctions.py:277
↓ 2 callersFunction_dt_chosen_reg_size
This function takes a 'chosen' property and treats that property as a path to an EDT node. If it finds an EDT node, it will look to see if t
scripts/kconfig/kconfigfunctions.py:301
↓ 2 callersFunction_dt_node_has_prop_generic
This function takes the 'node_search_function' and uses it to search for a node with 'search_arg' and if node exists, then checks if 'prop'
scripts/kconfig/kconfigfunctions.py:531
↓ 2 callersFunction_edit_text
(c, s, i, hscroll, width)
scripts/kconfig/menuconfig.py:2867
↓ 2 callersMethod_empty_help
(self, node, line)
scripts/kconfig/kconfiglib.py:3460
↓ 2 callersFunction_enter_menu
(menu)
scripts/kconfig/menuconfig.py:1088
↓ 2 callersFunction_enter_menu
(menu)
scripts/kconfig/guiconfig.py:1562
↓ 2 callersMethod_expect_nonconst_sym
(self)
scripts/kconfig/kconfiglib.py:2629
↓ 2 callersFunction_expr_str
(expr)
scripts/kconfig/menuconfig.py:2838
↓ 2 callersFunction_expr_str
(expr)
scripts/kconfig/guiconfig.py:2306
↓ 2 callersMethod_fn_val
(self, args)
scripts/kconfig/kconfiglib.py:2877
↓ 2 callersFunction_gray_to_rgb
(index)
scripts/kconfig/menuconfig.py:398
↓ 2 callersFunction_help_info
(sc)
scripts/kconfig/menuconfig.py:2630
↓ 2 callersFunction_help_info
(sc)
scripts/kconfig/guiconfig.py:2105
↓ 2 callersFunction_img_tag
(node)
scripts/kconfig/guiconfig.py:860
↓ 2 callersFunction_in_heading
(event)
scripts/kconfig/guiconfig.py:920
↓ 2 callersFunction_indent
(s, n)
scripts/kconfig/menuconfig.py:2813
↓ 2 callersFunction_info_dialog
(node, from_jump_to_dialog)
scripts/kconfig/menuconfig.py:2373
↓ 2 callersFunction_is_y_mode_choice_sym
(item)
scripts/kconfig/guiconfig.py:891
↓ 2 callersFunction_jump_to
(node)
scripts/kconfig/guiconfig.py:1940
↓ 2 callersFunction_jump_to_dialog
()
scripts/kconfig/menuconfig.py:2016
↓ 2 callersFunction_leave_menu
()
scripts/kconfig/menuconfig.py:1190
↓ 2 callersMethod_line_after_help
(self, line)
scripts/kconfig/kconfiglib.py:2314
↓ 2 callersMethod_load_module
(self, moduleName, fileName, dir)
erpcgen/test/conftest.py:626
↓ 2 callersFunction_load_save_info
()
scripts/kconfig/menuconfig.py:2943
↓ 2 callersFunction_locs
(sc)
scripts/kconfig/kconfiglib.py:6541
↓ 2 callersMethod_lookup_const_sym
(self, name)
scripts/kconfig/kconfiglib.py:2390
↓ 2 callersMethod_lookup_sym
(self, name)
scripts/kconfig/kconfiglib.py:2368
↓ 2 callersFunction_menu_path_info
(node)
scripts/kconfig/guiconfig.py:2271
↓ 2 callersFunction_name_info
(sc)
scripts/kconfig/menuconfig.py:2586
↓ 2 callersFunction_name_info
(sc)
scripts/kconfig/guiconfig.py:2073
↓ 2 callersFunction_needs_save
()
scripts/kconfig/menuconfig.py:749
↓ 2 callersFunction_needs_save
()
scripts/kconfig/guiconfig.py:256
↓ 2 callersMethod_next_line
(self)
scripts/kconfig/kconfiglib.py:2282
↓ 2 callersFunction_node_array_prop
This function takes a 'node' and will look to see if that 'node' has a property called 'prop' and if that 'prop' is an array type will retur
scripts/kconfig/kconfigfunctions.py:224
← previousnext →601–700 of 4,450, ranked by callers