HomeSort by relevance Sort by last modified time
    Searched refs:kNoKey (Results 1 - 25 of 31) sorted by null

1 2

  /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/
prune.h 132 vector<size_t> enqueued(ns, kNoKey);
149 enqueued[s] = kNoKey;
173 if (enqueued[arc.nextstate] == kNoKey) {
267 enqueued.push_back(kNoKey);
275 enqueued[s] = kNoKey;
304 enqueued.push_back(kNoKey);
308 if (enqueued[arc.nextstate] == kNoKey)
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;
queue.h 225 key_.push_back(kNoKey);
234 key_[heap_.Pop()] = kNoKey;
242 if (s >= key_.size() || key_[s] == kNoKey) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 45 static const int kNoKey = -1;
queue.h 204 key_.push_back(kNoKey);
209 key_[heap_.Pop()] = kNoKey;
213 if (s >= (StateId)key_.size() || key_[s] == kNoKey) {
  /external/chromium_org/v8/src/
effects.h 214 static const Var kNoKey = kNoVar;
244 const Var EffectsBase<Var, kNoVar>::SplayTreeConfig::kNoKey;
profile-generator.h 261 static const Key kNoKey;
splay-tree-inl.h 236 Node dummy_node(Config::kNoKey, Config::NoValue());
profile-generator.cc 415 const CodeMap::CodeTreeConfig::Key CodeMap::CodeTreeConfig::kNoKey = NULL;
  /external/chromium_org/media/filters/
decrypting_demuxer_stream_unittest.cc 184 .WillRepeatedly(RunCallback<2>(Decryptor::kNoKey,
325 base::ResetAndReturn(&pending_decrypt_cb_).Run(Decryptor::kNoKey, NULL);
decrypting_video_decoder_unittest.cc 160 .WillRepeatedly(RunCallback<1>(Decryptor::kNoKey, null_video_frame_));
341 base::ResetAndReturn(&pending_video_decode_cb_).Run(Decryptor::kNoKey,
decrypting_audio_decoder_unittest.cc 196 .WillRepeatedly(RunCallback<1>(Decryptor::kNoKey,
445 Decryptor::kNoKey, Decryptor::AudioBuffers());
decrypting_demuxer_stream.cc 242 if (status == Decryptor::kNoKey) {
243 DVLOG(2) << "DoDeliverBuffer() - kNoKey";
decrypting_video_decoder.cc 264 if (status == Decryptor::kNoKey) {
265 DVLOG(2) << "DeliverFrame() - kNoKey";
decrypting_audio_decoder.cc 370 if (status == Decryptor::kNoKey) {
371 DVLOG(2) << "DeliverFrame() - kNoKey";
  /external/v8/src/
splay-tree-inl.h 229 Node dummy_node(Config::kNoKey, Config::NoValue());
profile-generator.h 263 static const Key kNoKey;
    [all...]
  /external/chromium_org/media/cdm/ppapi/
clear_key_cdm.cc 492 if (status == media::Decryptor::kNoKey)
493 return cdm::kNoKey;
  /external/chromium_org/media/cdm/
aes_decryptor.cc 255 decrypt_cb.Run(kNoKey, NULL);
aes_decryptor_unittest.cc 408 EXPECT_CALL(*this, BufferDecrypted(AesDecryptor::kNoKey, IsNull()));
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.cc 195 return media::Decryptor::kNoKey;
    [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...]

Completed in 473 milliseconds

1 2