Home
last modified time | relevance | path

Searched defs:current_path (Results 1 – 13 of 13) sorted by relevance

/third_party/node/test/testpy/
D__init__.py107 def ListTests(self, current_path, path, arch, mode): argument
126 def ListTests(self, current_path, path, arch, mode): argument
149 def ListTests(self, current_path, path, arch, mode): argument
164 def ListTests(self, current_path, path, arch, mode): argument
/third_party/jerryscript/jerry-core/api/
Dgenerate-bytecode.c388 EXECRES visit_directory(dir_node **end, char* current_path, EXECRES (*call_back)(char*, char*)) { in visit_directory() argument
438 char* current_path = NULL; in visit_pending_directories() local
522 char* current_path = NULL; in walk_del_bytecode() local
/third_party/node/test/message/
Dtestcfg.py121 def ListTests(self, current_path, path, arch, mode): argument
/third_party/node/test/pseudo-tty/
Dtestcfg.py139 def ListTests(self, current_path, path, arch, mode): argument
/third_party/gstreamer/gstplugins_bad/gst/switchbin/
Dgstswitchbin.h52 GstSwitchBinPath *current_path; member
Dgstswitchbin.c1145 GstSwitchBinPath *current_path = switch_bin_path->bin->current_path; in gst_switch_bin_path_use_new_element() local
/third_party/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc319 std::string current_path = in MergeToFieldMask() local
444 std::string current_path = in MergeLeafNodesToTree() local
/third_party/gn/src/gn/
Dcommand_path.cc185 PathVector current_path = work_queue.front(); in BreadthFirstSearch() local
/third_party/gn/src/base/
Dvalues.cc684 std::string_view current_path(path); in Set() local
751 std::string_view current_path(path); in Get() local
981 std::string_view current_path(path); in Remove() local
/third_party/elfutils/src/
Delfclassify.c46 static const char *current_path; variable
/third_party/gn/src/base/files/
Dfile_util_posix.cc625 FilePath current_path = base; in VerifyPathControlledByUser() local
/third_party/node/tools/
Dtest.py865 def AddTestsToList(self, result, current_path, path, context, arch, mode): argument
890 def ListTests(self, current_path, path, context, arch, mode): argument
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c169 GList *paths, *current_path; member