/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/ |
H A D | nweb_create_window.cpp | 55 static std::list<std::string> GetWebEngineArgs(const std::string& arg) in GetWebEngineArgs() 58 std::list<std::string> webEngineArgList; in GetWebEngineArgs()
|
/base/web/webview/test/unittest/common/ |
H A D | nweb_create_window.cpp | 54 static std::list<std::string> GetWebEngineArgs(const std::string& arg) in GetWebEngineArgs() 57 std::list<std::string> webEngineArgList; in GetWebEngineArgs()
|
/test/testfwk/developer_test/aw/cxx/hwext/ |
H A D | perf.h | 22 #include <list> 50 std::list<std::map<std::string, std::string>> items;
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_sei.h | 114 // Payload type for the message. (-1 in this field ends a list.) 135 // End-of-list sentinel element. 154 * Allocate a new empty SEI message in a message list. 158 int ff_cbs_sei_list_add(SEIRawMessageList *list); 161 * Free all SEI messages in a message list. 163 void ff_cbs_sei_free_message_list(SEIRawMessageList *list);
|
/third_party/gn/examples/ios/build/config/ios/scripts/ |
H A D | merge_plist.py | 46 """Merges two objects (either dictionary, list, string or numbers).""" 58 if isinstance(obj2, list): 80 if isinstance(plist, list):
|
/third_party/gn/src/gn/ |
H A D | function_filter_labels.cc | 35 *err = Err(args[0], "First argument must be a list of target labels."); in RunFilterLabels() 39 *err = Err(args[1], "Second argument must be a list of label patterns."); in RunFilterLabels() 49 *err = Err(args[1], "Second argument must be a list of label patterns."); in RunFilterLabels() 61 // Iterate over "labels", resolving and matching against the list of patterns. in RunFilterLabels() 71 *err = Err(value, "First argument must be a list of target labels."); in RunFilterLabels() 99 The argument labels must be a list of strings. 101 The argument include_patterns must be a list of label patterns (see 126 The argument labels must be a list of strings. 128 The argument exclude_patterns must be a list of label patterns (see
|
H A D | ninja_generated_file_target_writer.cc | 69 CHECK(target_->action_values().outputs().list().size() == 1U); in GenerateFile() 70 contents = Value(target_->action_values().outputs().list()[0].origin(), in GenerateFile()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | LiveTraverser.h | 11 // notice, this list of conditions and the following disclaimer. 14 // copyright notice, this list of conditions and the following 44 #include <list> 102 typedef std::list<TIntermAggregate*> TDestinationStack;
|
/third_party/PyYAML/tests/lib/ |
H A D | test_resolver.py | 64 nodes1 = list(yaml.compose_all(file.read(), Loader=MyLoader)) 66 nodes2 = list(yaml.compose_all(file.read()))
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
H A D | Checker.java | 41 public Checker(NGramList list, InputFile dataFile) in Checker() argument 43 ngrams = list; in Checker()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | tridpars.h | 182 * @param list OUTPUT parameter that receives a list of SingleID 193 UVector& list, 197 * Convert the elements of the 'list' vector, which are SingleID 207 * @param list vector of SingleID objects. On exit, vector 214 static void instantiateList(UVector& list,
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_sqtt.c | 118 list_addtail(&record->list, &pso_correlation->record); in ac_sqtt_add_pso_correlation() 145 list_addtail(&record->list, &loader_events->record); in ac_sqtt_add_code_object_loader_event()
|
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_internal.h | 47 struct list_head list; member 131 struct list_head list; member
|
/third_party/libdrm/etnaviv/ |
H A D | etnaviv_priv.h | 52 struct list_head list; member 112 struct list_head list; /* bucket-list entry */ member 113 time_t free_time; /* time when added to bucket-list */
|
/third_party/json/tests/src/ |
H A D | unit-user_defined_input.cpp | 14 #include <list> 21 std::list<char> data(raw_data.begin(), raw_data.end());
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_sweep.c | 38 #define steal_list(mem_ctx, type, list) \ 39 foreach_list_typed(type, obj, node, list) { ralloc_steal(mem_ctx, obj); }
|
/third_party/libwebsockets/lib/plat/windows/ |
H A D | windows-plugins.c | 95 pin = pin->list; in lws_plat_dlopen() 106 pin->list = *pplugin; in lws_plat_dlopen()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | resource.hpp | 26 #include <list> 84 std::list<mapping> maps;
|
/third_party/node/lib/internal/main/ |
H A D | print_help.js | 39 ['NODE_DEBUG', { helpText: "','-separated list of core modules that " + 41 ['NODE_DEBUG_NATIVE', { helpText: "','-separated list of C++ core debug " + 48 ['NODE_PATH', { helpText: `'${require('path').delimiter}'-separated list ` + 76 'space-separated list' }],
|
/third_party/node/test/sequential/ |
H A D | test-diagnostic-dir-heap-prof.js | 60 const list = fs.readdirSync(dir); 61 return list
|
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | utils.py | 7 # notice, this list of conditions and the following disclaimer. 9 # copyright notice, this list of conditions and the following 212 return FrozenDict((k, Freeze(v)) for k, v in list(obj.items())) 215 elif isinstance(obj, list):
|
H A D | testsuite_test.py | 61 slow_tests, fast_tests = list(tests.slow_tests), list(tests.fast_tests)
|
/third_party/node/tools/ |
H A D | release.sh | 46 gpgkey=$(gpg --list-secret-keys --keyid-format SHORT | awk -F'( +|/)' '/^(sec|ssb)/{print $3}') 58 gpg --list-secret-keys
|
/third_party/notofonts/scripts/ |
H A D | versionator.py | 27 LATEST_ANDROID_PATH = sorted(list(ANDROID_PATH.glob("??")))[-1] 115 versions = FontFamilies(list(notoversions.keys()))
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tridpars.h | 182 * @param list OUTPUT parameter that receives a list of SingleID 193 UVector& list, 197 * Convert the elements of the 'list' vector, which are SingleID 207 * @param list vector of SingleID objects. On exit, vector 214 static void instantiateList(UVector& list,
|