Home
last modified time | relevance | path

Searched defs:kNotFound (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpacket_buffer.h29 kNotFound, enumerator
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiled_cpu_function.cc75 constexpr int kNotFound = -1; in LookupNameIndex() local
/external/v8/src/objects/
Ddescriptor-array.h145 static const int kNotFound = -1; variable
Dtransitions.h233 static constexpr int kNotFound = -1; variable
Dshared-function-info.h218 static const int kNotFound = -1; variable
Dordered-hash-table.h143 static const int kNotFound = -1; variable
474 static const byte kNotFound = 0xFF; variable
Dcontexts.h644 static const int kNotFound = -1; variable
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dstatus.h30 kNotFound = 5, enumerator
/external/v8/src/compiler/
Daccess-info.h68 kNotFound, enumerator
/external/v8/src/snapshot/
Dserializer.h311 static const int kNotFound = -1; variable
/external/v8/src/runtime/
Druntime.h721 static const int kNotFound = -1; in FOR_EACH_INTRINSIC_RETURN_OBJECT() local
/external/webrtc/talk/app/webrtc/
Dstatscollector_unittest.cc77 const char kNotFound[] = "NOT FOUND"; variable
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfolding_rules.cpp2134 const uint32_t kNotFound = std::numeric_limits<uint32_t>::max(); in DotProductDoingExtract() local
/external/angle/third_party/spirv-tools/src/source/opt/
Dfolding_rules.cpp2134 const uint32_t kNotFound = std::numeric_limits<uint32_t>::max(); in DotProductDoingExtract() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp2134 const uint32_t kNotFound = std::numeric_limits<uint32_t>::max(); in DotProductDoingExtract() local
/external/v8/src/common/
Dglobals.h883 enum ResultSentinel { kNotFound = -1, kUnsupported = -2 }; enumerator