Searched defs:Probe (Results 1 - 15 of 15) sorted by relevance

/external/ceres-solver/include/ceres/
H A Dgradient_checker.h59 // CostFunction, and then call Probe(). Check that the return value is
104 static bool Probe(double const* const* probe_point, function in class:ceres::GradientChecker
110 LOG(INFO) << "-------------------- Starting Probe() --------------------";
/external/chromium_org/chrome/browser/net/
H A Ddns_probe_service_unittest.cc36 void Probe() { function in class:chrome_browser_net::__anon5587::DnsProbeServiceTest
60 Probe();
/external/chromium_org/v8/src/
H A Dhashmap.h108 Entry* Probe(void* key, uint32_t hash);
134 Entry* p = Probe(key, hash);
150 p = Probe(key, hash);
164 Entry* p = Probe(key, hash);
257 TemplateHashMapImpl<AllocationPolicy>::Probe(void* key, uint32_t hash) { function in class:v8::TemplateHashMapImpl
/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.cc97 unsigned Probe = V & 65535; local
99 if (!__ubsan_vptr_hash_set[Probe] || __ubsan_vptr_hash_set[Probe] == V)
100 return &__ubsan_vptr_hash_set[Probe];
101 Probe += ((V >> 16) & 65535) + 1;
102 if (Probe >= HashTableSize)
103 Probe -= HashTableSize;
/external/llvm/lib/Support/
H A DFoldingSet.cpp260 void *Probe = OldBuckets[i]; local
261 if (!Probe) continue;
262 while (Node *NodeInBucket = GetNextPtr(Probe)) {
264 Probe = NodeInBucket->getNextInBucket();
286 void *Probe = *Bucket; local
291 while (Node *NodeInBucket = GetNextPtr(Probe)) {
296 Probe = NodeInBucket->getNextInBucket();
401 void *Probe = NodePtr->getNextInBucket(); local
403 if (FoldingSetNode *NextNodeInBucket = GetNextPtr(Probe))
407 void **Bucket = GetBucketPtr(Probe);
[all...]
/external/v8/src/
H A Dhashmap.h97 Entry* Probe(void* key, uint32_t hash);
122 Entry* p = Probe(key, hash);
137 p = Probe(key, hash);
151 Entry* p = Probe(key, hash);
240 typename TemplateHashMapImpl<P>::Entry* TemplateHashMapImpl<P>::Probe(void* key, function in class:v8::TemplateHashMapImpl
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h691 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket(); local
692 uintptr_t x = reinterpret_cast<uintptr_t>(Probe) & ~0x1;
/external/v8/src/arm/
H A Dassembler-arm.cc82 void CpuFeatures::Probe() { function in class:v8::internal::CpuFeatures
111 // Probe for additional features not already known to be available.
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.cc92 void CpuFeatures::Probe() { function in class:v8::internal::CpuFeatures
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.cc105 void CpuFeatures::Probe() { function in class:v8::internal::CpuFeatures
129 // Probe for additional features not already known to be available.
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.cc55 void CpuFeatures::Probe() { function in class:v8::internal::CpuFeatures
/external/v8/src/ia32/
H A Dassembler-ia32.cc58 // The Probe method needs executable memory, so it uses Heap::CreateCode.
60 void CpuFeatures::Probe() { function in class:v8::internal::CpuFeatures
/external/v8/src/mips/
H A Dassembler-mips.cc76 void CpuFeatures::Probe() { function in class:v8::internal::CpuFeatures
102 // Probe for additional features not already known to be available.
/external/v8/src/x64/
H A Dassembler-x64.cc49 void CpuFeatures::Probe() { function in class:v8::internal::CpuFeatures
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc103 void CpuFeatures::Probe() { function in class:v8::internal::CpuFeatures
156 // Probe for additional features not already known to be available.

Completed in 2130 milliseconds