Searched refs:kNoKey (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/media/base/
H A Ddecryptor.h35 kNoKey, // No key is available to decrypt. enumerator in enum:media::Decryptor::Status
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/
H A Dprune.h132 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)
H A Dheap.h51 static const int kNoKey = -1; member in namespace:fst
H A Dsparse-tuple-weight.h58 // K is the key value type. kNoKey(-1) is reserved for internal use
65 const static K kNoKey = -1; member in class:fst::SparseTupleWeight
173 first_.first = kNoKey;
180 if (first_.first == kNoKey)
192 if (first_.first == kNoKey) {
238 return first_.first == SparseTupleWeight<W, K>::kNoKey;
H A Dqueue.h225 key_.push_back(kNoKey);
234 key_[heap_.Pop()] = kNoKey;
242 if (s >= key_.size() || key_[s] == kNoKey) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dheap.h45 static const int kNoKey = -1; member in namespace:fst
H A Dqueue.h204 key_.push_back(kNoKey);
209 key_[heap_.Pop()] = kNoKey;
213 if (s >= (StateId)key_.size() || key_[s] == kNoKey) {
/external/chromium_org/media/filters/
H A Ddecrypting_demuxer_stream_unittest.cc184 .WillRepeatedly(RunCallback<2>(Decryptor::kNoKey,
325 base::ResetAndReturn(&pending_decrypt_cb_).Run(Decryptor::kNoKey, NULL);
H A Ddecrypting_video_decoder_unittest.cc160 .WillRepeatedly(RunCallback<1>(Decryptor::kNoKey, null_video_frame_));
341 base::ResetAndReturn(&pending_video_decode_cb_).Run(Decryptor::kNoKey,
H A Ddecrypting_audio_decoder_unittest.cc196 .WillRepeatedly(RunCallback<1>(Decryptor::kNoKey,
445 Decryptor::kNoKey, Decryptor::AudioBuffers());
H A Ddecrypting_demuxer_stream.cc242 if (status == Decryptor::kNoKey) {
243 DVLOG(2) << "DoDeliverBuffer() - kNoKey";
H A Ddecrypting_video_decoder.cc264 if (status == Decryptor::kNoKey) {
265 DVLOG(2) << "DeliverFrame() - kNoKey";
H A Ddecrypting_audio_decoder.cc370 if (status == Decryptor::kNoKey) {
371 DVLOG(2) << "DeliverFrame() - kNoKey";
/external/chromium_org/v8/src/
H A Deffects.h214 static const Var kNoKey = kNoVar; member in struct:v8::internal::EffectsBase::SplayTreeConfig
244 const Var EffectsBase<Var, kNoVar>::SplayTreeConfig::kNoKey; member in class:v8::internal::EffectsBase::SplayTreeConfig
H A Dprofile-generator.h261 static const Key kNoKey; member in struct:v8::internal::CodeMap::CodeTreeConfig
H A Dsplay-tree-inl.h236 Node dummy_node(Config::kNoKey, Config::NoValue());
H A Dprofile-generator.cc415 const CodeMap::CodeTreeConfig::Key CodeMap::CodeTreeConfig::kNoKey = NULL; member in class:v8::internal::CodeMap::CodeTreeConfig
/external/chromium_org/media/cdm/ppapi/
H A Dclear_key_cdm.cc492 if (status == media::Decryptor::kNoKey)
493 return cdm::kNoKey;
/external/chromium_org/media/cdm/
H A Daes_decryptor.cc255 decrypt_cb.Run(kNoKey, NULL);
H A Daes_decryptor_unittest.cc408 EXPECT_CALL(*this, BufferDecrypted(AesDecryptor::kNoKey, IsNull()));
/external/v8/src/
H A Dsplay-tree-inl.h229 Node dummy_node(Config::kNoKey, Config::NoValue());
H A Dprofile-generator.h263 static const Key kNoKey; member in struct:v8::internal::CodeMap::CodeTreeConfig
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.cc195 return media::Decryptor::kNoKey;
/external/chromium_org/v8/test/cctest/
H A Dtest-regexp.cc553 static const int kNoKey; member in class:TestConfig
566 const int TestConfig::kNoKey = 0; member in class:TestConfig
/external/v8/test/cctest/
H A Dtest-regexp.cc533 static const int kNoKey; member in class:TestConfig
546 const int TestConfig::kNoKey = 0; member in class:TestConfig

Completed in 375 milliseconds

12