HomeSort by relevance Sort by last modified time
    Searched defs:kNoKey (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/media/base/
decryptor.h 35 kNoKey, // No key is available to decrypt.
66 // - Set to kNoKey if no decryption key is available to decrypt the encrypted
117 // - Set to kNoKey if no decryption key is available to decrypt the encrypted
  /external/openfst/src/include/fst/
heap.h 51 static const int kNoKey = -1;
sparse-tuple-weight.h 58 // K is the key value type. kNoKey(-1) is reserved for internal use
65 const static K kNoKey = -1;
173 first_.first = kNoKey;
180 if (first_.first == kNoKey)
192 if (first_.first == kNoKey) {
238 return first_.first == SparseTupleWeight<W, K>::kNoKey;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 45 static const int kNoKey = -1;
  /external/chromium_org/v8/src/
effects.h 190 static const Var kNoKey = kNoVar;
220 const Var EffectsBase<Var, kNoVar>::SplayTreeConfig::kNoKey;
profile-generator.cc 351 const CodeMap::CodeTreeConfig::Key CodeMap::CodeTreeConfig::kNoKey = NULL;
profile-generator.h 231 static const Key kNoKey;
jsregexp.h 351 static const uc16 kNoKey;
    [all...]
jsregexp.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-regexp.cc 536 static const int kNoKey;
549 const int TestConfig::kNoKey = 0;
    [all...]

Completed in 418 milliseconds