/third_party/ltp/testcases/kernel/power_management/ |
H A D | runpwtests03.sh | 33 cpufiles=$(find /sys/devices/system/cpu/cpu"${cpu}"/cpufreq/ \
|
/third_party/node/deps/v8/src/ast/ |
H A D | source-range-ast-visitor.cc | 64 if (continuation_positions_.find(continuation.start) != in VisitNode()
|
H A D | ast-function-literal-id-reindexer.cc | 98 DCHECK(visited_->find(lit) != visited_->end()); in VisitFunctionLiteral()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | profile-data-reader.cc | 116 auto it = data.find(name); in TryRead()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | system-jit-win.cc | 83 if (script_map.Pointer()->find(script_id) == script_map.Pointer()->end()) { in EventHandler()
|
/third_party/node/deps/v8/src/heap/ |
H A D | memory-measurement.h | 92 const auto it = size_by_context_.find(context); in Get()
|
/third_party/node/deps/v8/src/execution/ |
H A D | simulator-base.cc | 111 auto entry = target_to_signature_table_.find(target); in GetSignatureForTarget()
|
/third_party/node/deps/v8/src/ic/ |
H A D | ic-stats.cc | 59 if (script_name_map_.find(script_ptr) != script_name_map_.end()) { in GetOrCacheScriptName()
|
/third_party/node/deps/v8/src/tasks/ |
H A D | cancelable-task.cc | 62 auto entry = cancelable_tasks_.find(id); in TryAbort()
|
/third_party/node/deps/v8/src/torque/ |
H A D | type-inference.cc | 64 auto result = type_parameter_from_name_.find(basic->name->value); in Match()
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_driver.cc | 72 auto it = supported_drivers.find(drm_device.name); in get_driver() 74 PERFETTO_FATAL("Failed to find a driver for DRM device %s", drm_device.name.c_str()); in get_driver() 92 PPS_LOG_FATAL("Failed to find any driver"); in default_driver_name()
|
/third_party/musl/libc-test/src/common/ |
H A D | cfi_util.h | 99 if (buffer.find(needle) != std::string::npos) {
in CheckCfiLog()
|
/third_party/libabigail/src/ |
H A D | abg-viz-common.cc | 55 while((pos = target.find(match, pos)) != std::string::npos) in string_replace()
|
/third_party/python/Tools/scripts/ |
H A D | abitype.py | 180 nl = source.find('\n', pos)
|
/third_party/python/Tools/tz/ |
H A D | zdump.py | 50 abbr = self.abbrs[abbrind:self.abbrs.find(0, abbrind)].decode()
|
/third_party/python/Lib/idlelib/ |
H A D | calltip.py | 99 if not evalfuncs and (expression.find('(') != -1): 119 To find methods, fetch_tip must be fed a fully qualified name.
|
H A D | search.py | 27 def find(text): function 85 search pattern) will be used to find the next occurrence
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | HandleAllocator.cpp | 109 auto releasedIt = std::find(mReleasedList.begin(), mReleasedList.end(), handle); in reserve()
|
H A D | Observer.h | 24 return std::find(haystack.begin(), haystack.end(), needle) != haystack.end(); in IsInContainer()
|
H A D | CLProgram.h | 127 return std::find(mDevices.cbegin(), mDevices.cend(), device) != mDevices.cend(); in hasDevice()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | tls.cpp | 82 ASSERT(find(freeTlsIndices.begin(), freeTlsIndices.end(), index) == freeTlsIndices.end()); in DestroyTLSIndex()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | NameEmbeddedUniformStructsMetal.cpp | 57 auto symbol = replacements.find(decl->uniqueId().get());
|
H A D | SeparateCompoundStructDeclarations.cpp | 94 auto symbol = replacementMap.find(decl->uniqueId().get());
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
H A D | EmulateFragColorData.cpp | 40 auto replacement = mVariableMap.find(variable);
|
/third_party/skia/third_party/externals/angle2/src/compiler/ |
H A D | generate_parser_tools.py | 72 # can vary based on flex version, and the string substitution will find the correct place 87 assert (output.find(patch_in) != -1)
|