Searched defs:Probe (Results 1 - 8 of 8) 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/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_abs_send_time.h30 struct Probe { struct in namespace:webrtc
31 Probe(int64_t send_time_ms, int64_t recv_time_ms, size_t payload_size) function in struct:webrtc::Probe
145 std::list<Probe> probes_;
/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cc100 unsigned Probe = First; local
102 if (!__ubsan_vptr_hash_set[Probe] || __ubsan_vptr_hash_set[Probe] == V)
103 return &__ubsan_vptr_hash_set[Probe];
104 Probe += ((V >> 16) & 65535) + 1;
105 if (Probe >= HashTableSize)
106 Probe -= HashTableSize;
/external/llvm/lib/Support/
H A DFoldingSet.cpp283 void *Probe = OldBuckets[i]; local
284 if (!Probe) continue;
285 while (Node *NodeInBucket = GetNextPtr(Probe)) {
287 Probe = NodeInBucket->getNextInBucket();
309 void *Probe = *Bucket; local
314 while (Node *NodeInBucket = GetNextPtr(Probe)) {
319 Probe = NodeInBucket->getNextInBucket();
424 void *Probe = NodePtr->getNextInBucket(); local
426 if (FoldingSetNode *NextNodeInBucket = GetNextPtr(Probe))
430 void **Bucket = GetBucketPtr(Probe);
[all...]
/external/v8/src/base/
H A Dhashmap.h101 Entry* Probe(void* key, uint32_t hash) const;
123 Entry* p = Probe(key, hash);
132 Entry* p = Probe(key, hash);
147 p = Probe(key, hash);
156 Entry* p = Probe(key, hash);
244 TemplateHashMapImpl<AllocationPolicy>::Probe(void* key, uint32_t hash) const { function in class:v8::TemplateHashMapImpl
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h660 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket(); local
661 uintptr_t x = reinterpret_cast<uintptr_t>(Probe) & ~0x1;
/external/v8/src/
H A Dassembler.h210 static void Probe(bool cross_compile) { function in class:v8::internal::CpuFeatures
218 Probe(false);
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...

Completed in 203 milliseconds