Home
last modified time | relevance | path

Searched refs:find (Results 3476 - 3500 of 7338) sorted by relevance

1...<<131132133134135136137138139140>>...294

/third_party/ltp/testcases/kernel/power_management/
H A Drunpwtests03.sh33 cpufiles=$(find /sys/devices/system/cpu/cpu"${cpu}"/cpufreq/ \
/third_party/node/deps/v8/src/ast/
H A Dsource-range-ast-visitor.cc64 if (continuation_positions_.find(continuation.start) != in VisitNode()
H A Dast-function-literal-id-reindexer.cc98 DCHECK(visited_->find(lit) != visited_->end()); in VisitFunctionLiteral()
/third_party/node/deps/v8/src/builtins/
H A Dprofile-data-reader.cc116 auto it = data.find(name); in TryRead()
/third_party/node/deps/v8/src/diagnostics/
H A Dsystem-jit-win.cc83 if (script_map.Pointer()->find(script_id) == script_map.Pointer()->end()) { in EventHandler()
/third_party/node/deps/v8/src/heap/
H A Dmemory-measurement.h92 const auto it = size_by_context_.find(context); in Get()
/third_party/node/deps/v8/src/execution/
H A Dsimulator-base.cc111 auto entry = target_to_signature_table_.find(target); in GetSignatureForTarget()
/third_party/node/deps/v8/src/ic/
H A Dic-stats.cc59 if (script_name_map_.find(script_ptr) != script_name_map_.end()) { in GetOrCacheScriptName()
/third_party/node/deps/v8/src/tasks/
H A Dcancelable-task.cc62 auto entry = cancelable_tasks_.find(id); in TryAbort()
/third_party/node/deps/v8/src/torque/
H A Dtype-inference.cc64 auto result = type_parameter_from_name_.find(basic->name->value); in Match()
/third_party/mesa3d/src/tool/pps/
H A Dpps_driver.cc72 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 Dcfi_util.h99 if (buffer.find(needle) != std::string::npos) { in CheckCfiLog()
/third_party/libabigail/src/
H A Dabg-viz-common.cc55 while((pos = target.find(match, pos)) != std::string::npos) in string_replace()
/third_party/python/Tools/scripts/
H A Dabitype.py180 nl = source.find('\n', pos)
/third_party/python/Tools/tz/
H A Dzdump.py50 abbr = self.abbrs[abbrind:self.abbrs.find(0, abbrind)].decode()
/third_party/python/Lib/idlelib/
H A Dcalltip.py99 if not evalfuncs and (expression.find('(') != -1):
119 To find methods, fetch_tip must be fed a fully qualified name.
H A Dsearch.py27 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 DHandleAllocator.cpp109 auto releasedIt = std::find(mReleasedList.begin(), mReleasedList.end(), handle); in reserve()
H A DObserver.h24 return std::find(haystack.begin(), haystack.end(), needle) != haystack.end(); in IsInContainer()
H A DCLProgram.h127 return std::find(mDevices.cbegin(), mDevices.cend(), device) != mDevices.cend(); in hasDevice()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dtls.cpp82 ASSERT(find(freeTlsIndices.begin(), freeTlsIndices.end(), index) == freeTlsIndices.end()); in DestroyTLSIndex()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DNameEmbeddedUniformStructsMetal.cpp57 auto symbol = replacements.find(decl->uniqueId().get());
H A DSeparateCompoundStructDeclarations.cpp94 auto symbol = replacementMap.find(decl->uniqueId().get());
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DEmulateFragColorData.cpp40 auto replacement = mVariableMap.find(variable);
/third_party/skia/third_party/externals/angle2/src/compiler/
H A Dgenerate_parser_tools.py72 # can vary based on flex version, and the string substitution will find the correct place
87 assert (output.find(patch_in) != -1)

Completed in 10 milliseconds

1...<<131132133134135136137138139140>>...294