/external/openfst/src/include/fst/ |
D | prune.h | 132 vector<size_t> enqueued(ns, kNoKey); in Prune() 149 enqueued[s] = kNoKey; in Prune() 173 if (enqueued[arc.nextstate] == kNoKey) { in Prune() 267 enqueued.push_back(kNoKey); in Prune() 275 enqueued[s] = kNoKey; in Prune() 304 enqueued.push_back(kNoKey); in Prune() 308 if (enqueued[arc.nextstate] == kNoKey) in Prune()
|
D | sparse-tuple-weight.h | 65 const static K kNoKey = -1; variable 173 first_.first = kNoKey; in Init() 180 if (first_.first == kNoKey) in Size() 192 if (first_.first == kNoKey) { 238 return first_.first == SparseTupleWeight<W, K>::kNoKey; in Done()
|
D | heap.h | 51 static const int kNoKey = -1; variable
|
D | queue.h | 225 key_.push_back(kNoKey); in Enqueue() 234 key_[heap_.Pop()] = kNoKey; in Dequeue() 242 if (s >= key_.size() || key_[s] == kNoKey) { in Update()
|
/external/chromium_org/media/base/ |
D | decryptor.h | 35 kNoKey, // No key is available to decrypt. enumerator
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | heap.h | 45 static const int kNoKey = -1; variable
|
D | queue.h | 204 key_.push_back(kNoKey); in Enqueue() 209 key_[heap_.Pop()] = kNoKey; in Dequeue() 213 if (s >= (StateId)key_.size() || key_[s] == kNoKey) { in Update()
|
/external/chromium_org/media/filters/ |
D | decrypting_video_decoder_unittest.cc | 160 .WillRepeatedly(RunCallback<1>(Decryptor::kNoKey, null_video_frame_)); in EnterWaitingForKeyState() 341 base::ResetAndReturn(&pending_video_decode_cb_).Run(Decryptor::kNoKey, in TEST_F()
|
D | decrypting_demuxer_stream_unittest.cc | 207 .WillRepeatedly(RunCallback<2>(Decryptor::kNoKey, in EnterWaitingForKeyState() 375 base::ResetAndReturn(&pending_decrypt_cb_).Run(Decryptor::kNoKey, NULL); in TEST_F()
|
D | decrypting_audio_decoder_unittest.cc | 197 .WillRepeatedly(RunCallback<1>(Decryptor::kNoKey, in EnterWaitingForKeyState() 446 Decryptor::kNoKey, Decryptor::AudioBuffers()); in TEST_F()
|
D | decrypting_video_decoder.cc | 264 if (status == Decryptor::kNoKey) { in DeliverFrame()
|
D | decrypting_demuxer_stream.cc | 303 if (status == Decryptor::kNoKey) { in DeliverBuffer()
|
D | decrypting_audio_decoder.cc | 374 if (status == Decryptor::kNoKey) { in DeliverFrame()
|
D | video_frame_stream_unittest.cc | 107 decrypt_cb.Run(Decryptor::kNoKey, NULL); in Decrypt()
|
/external/chromium_org/v8/src/ |
D | effects.h | 214 static const Var kNoKey = kNoVar; member 244 const Var EffectsBase<Var, kNoVar>::SplayTreeConfig::kNoKey;
|
D | profile-generator.h | 254 static const Key kNoKey; member
|
D | splay-tree-inl.h | 236 Node dummy_node(Config::kNoKey, Config::NoValue()); in Splay()
|
D | profile-generator.cc | 382 const CodeMap::CodeTreeConfig::Key CodeMap::CodeTreeConfig::kNoKey = NULL; member in v8::internal::CodeMap::CodeTreeConfig
|
/external/chromium_org/media/cdm/ppapi/ |
D | clear_key_cdm.cc | 548 if (status == media::Decryptor::kNoKey) in DecryptToMediaDecoderBuffer() 549 return cdm::kNoKey; in DecryptToMediaDecoderBuffer()
|
/external/chromium_org/media/cdm/ |
D | aes_decryptor_unittest.cc | 298 EXPECT_CALL(*this, BufferDecrypted(Decryptor::kNoKey, IsNull())) in DecryptAndExpect() 414 EXPECT_CALL(*this, BufferDecrypted(AesDecryptor::kNoKey, IsNull())); in TEST_F()
|
D | aes_decryptor.cc | 344 decrypt_cb.Run(kNoKey, NULL); in Decrypt()
|
/external/v8/src/ |
D | splay-tree-inl.h | 229 Node dummy_node(Config::kNoKey, Config::NoValue()); in Splay()
|
/external/chromium_org/content/renderer/pepper/ |
D | content_decryptor_delegate.cc | 195 return media::Decryptor::kNoKey; in PpDecryptResultToMediaDecryptorStatus()
|
/external/chromium_org/v8/test/cctest/ |
D | test-regexp.cc | 552 static const int kNoKey; member in TestConfig 565 const int TestConfig::kNoKey = 0; member in TestConfig
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 533 static const int kNoKey; member in TestConfig 546 const int TestConfig::kNoKey = 0; member in TestConfig
|