/third_party/gn/src/base/ |
H A D | stl_util.h | 47 return collection.find(key) != collection.end(); in ContainsKey() 74 return std::find(std::begin(collection), std::end(collection), value) != in ContainsValue()
|
/third_party/gn/src/gn/ |
H A D | command_args.cc | 75 std::string line_stripped(line.substr(line.find('#') + 1)); in StripHashFromLine() 85 // Tries to find the comment before the setting of the given value. 218 auto found = args.find(list_value); in ListArgs() 222 "\" which I didn't find in any " in ListArgs() 430 To find your editor on Posix, GN will search the environment variables in
|
H A D | metadata_unittest.cc | 26 auto a_actual = metadata.contents().find("a"); in TEST() 27 auto b_actual = metadata.contents().find("b"); in TEST()
|
/third_party/glslang/SPIRV/ |
H A D | spvIR.h | 342 auto found = find(blocks.begin(), blocks.end(), block); in removeBlock() 382 return reducedPrecisionParams.find(param) != reducedPrecisionParams.end() ? in getParamPrecision()
|
H A D | SpvPostProcess.cpp | 261 // Walk the index list for the access chain. For each index, find any in postProcess() 428 // there is an existing restrict/aliased decoration. If we don't find one, add Aliased as the in postProcessFeatures() 454 if (capabilities.find(spv::CapabilityVulkanMemoryModelKHR) != capabilities.end()) { in postProcessFeatures() 460 if (capabilities.find(spv::CapabilityWorkgroupMemoryExplicitLayoutKHR) != capabilities.end()) { in postProcessFeatures()
|
/third_party/alsa-lib/src/ucm/ |
H A D | main.c | 612 uc_error("Unable to find subtree '%s'", root); in execute_cfgsave() 688 uc_error("error: unable to find device '%s'\n", name); in run_device_sequence() 1065 * \brief Universal find - string in a list 1089 #define find(list, type, member, value, match) \ macro 1202 * \param verb_name verb to find 1208 return find(&uc_mgr->verb_list, in find_verb() 1261 * \param device_name device to find 1289 * \param modifier_name modifier to find
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | IcuTextWriter.java | 349 if (!matcher.find()) { in quoteInside() 363 } while (matcher.find()); in quoteInside()
|
/third_party/json/tests/src/ |
H A D | unit-inspection.cpp | 251 CHECK(s.find("42.23") != std::string::npos); 257 CHECK(s.find("1.23456e-78") != std::string::npos);
|
/third_party/json/tools/serve_header/ |
H A D | serve_header.py | 214 def find(self, path): member in WorkTrees 215 # find working tree for a given header file path 270 self.worktree = self.worktrees.find(path) 374 log.info(f'cannot find configuration file: {config_file}') 377 # find and monitor working trees
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | kernel.cpp | 36 auto &sym = find(name_equals(name), prog.symbols()); in clCreateKernel() 138 buf.as_string() = find(name_equals(kern.name()), kern.program().symbols()).attributes; in clGetKernelInfo()
|
/third_party/node/src/ |
H A D | debug_utils.cc | 72 std::string::size_type comma_pos = debug_categories.find(','); in Parse() 78 if (available_category.find(wanted) != std::string::npos) \ in Parse()
|
/third_party/musl/scripts/ |
H A D | runtest_Windows.bat | 150 for /f %%b in (' find /c /v "" ^<"FileList.txt" ') do set /a run=%%b
151 for /f %%c in (' find /c "FAIL" ^<"REPORT" ') do set fail=%%c
|
/third_party/icu/icu4c/source/test/perf/ustrperf/ |
H A D | stringperf.h | 540 scan_idx = (int) sScan_STRING.find('.'); in StdLibScan() 545 scan_idx = (int) sScan_STRING.find(L"123"); in StdLibScan1()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | memory-optimizer.cc | 108 if (visited.find(current) == visited.end()) { in SearchAllocatingNode() 439 auto it = pending_.find(id); in EnqueueMerge()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | stats-collector.cc | 28 std::find(allocation_observers_.begin(), in RegisterObserver() 34 auto it = std::find(allocation_observers_.begin(), in UnregisterObserver()
|
/third_party/node/deps/v8/src/torque/ |
H A D | earley-parser.cc | 248 processed->find(Item{rule, rule->right().size(), pos, pos}); in RunEarleyAlgorithm() 269 processed->find(Item{top_level.rule(0), 1, 0, input_length}); in RunEarleyAlgorithm()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ssa_builder.cpp | 385 def_map::iterator I = m.find(v); in get_index() 399 def_map::iterator I = m.find(v); in new_index()
|
/third_party/libabigail/src/ |
H A D | abg-corpus-priv.h | 274 str_fn_ptrs_map_type::iterator i = m.find(fn_id); in fn_id_is_in_id_fns_map() 384 str_var_ptr_map_type::const_iterator i = m.find(var_id); in var_id_is_in_id_var_map()
|
/third_party/python/Lib/ |
H A D | telnetlib.py | 307 i = self.cookedq.find(match) 322 i = self.cookedq.find(match, i)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Image.cpp | 107 ASSERT(mSourcesOf.find(imageSource) != mSourcesOf.end()); in removeImageSource() 345 ASSERT(mState.targets.find(sibling) == mState.targets.end()); in orphanSibling()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RemoveDynamicIndexing.cpp | 414 if (mIndexedVecAndMatrixTypes.find(type) == mIndexedVecAndMatrixTypes.end()) in visitBinary() 462 if (mWrittenVecAndMatrixTypes.find(type) == mWrittenVecAndMatrixTypes.end()) in visitBinary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiStreamBuilder.cpp | 130 auto NameIter = SourceFileNames.find(File); in getSourceFileNameIndex() 230 auto Result = SourceFileNames.find(Name); in generateFileInfoSubstream()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 95 // Try to find address of external function given a Function object. 265 std::map<const Function *, ExFunc>::iterator FI = ExportedFunctions->find(F); in callExternalFunction() 273 std::map<const Function *, RawFunc>::iterator RF = RawFunctions->find(F); in callExternalFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.cpp | 75 assert(TargetSI != Obj.section_end() && "Can't find section for symbol"); in processScatteredVANILLA() 116 GlobalSymbolTable.find(TargetName.data()); in getRelocationValueRef() 262 auto I = SectionMap.find(Section); in finalizeLoad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOARM.h | 125 auto EntryItr = GlobalSymbolTable.find(TargetName); 311 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation() 380 assert(SAI != MachO.section_end() && "Can't find section for address A"); in processHALFSECTDIFFRelocation() 394 assert(SBI != MachO.section_end() && "Can't find section for address B"); in processHALFSECTDIFFRelocation()
|