HomeSort by relevance Sort by last modified time
    Searched defs:kNoKey (Results 1 - 15 of 15) 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 214 static const Var kNoKey = kNoVar;
244 const Var EffectsBase<Var, kNoVar>::SplayTreeConfig::kNoKey;
profile-generator.cc 415 const CodeMap::CodeTreeConfig::Key CodeMap::CodeTreeConfig::kNoKey = NULL;
profile-generator.h 261 static const Key kNoKey;
jsregexp.h 370 static const uc16 kNoKey;
    [all...]
jsregexp.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-regexp.cc 553 static const int kNoKey;
566 const int TestConfig::kNoKey = 0;
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 533 static const int kNoKey;
546 const int TestConfig::kNoKey = 0;
    [all...]
  /external/v8/src/
profile-generator.h 263 static const Key kNoKey;
    [all...]
jsregexp.h 393 static const uc16 kNoKey;
    [all...]
profile-generator.cc 498 const CodeMap::CodeTreeConfig::Key CodeMap::CodeTreeConfig::kNoKey = NULL;
    [all...]
jsregexp.cc     [all...]

Completed in 176 milliseconds