Searched refs:ReadKey (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
H A Dbrlapi_connection.h63 virtual int ReadKey(brlapi_keyCode_t* keyCode) = 0;
H A Dbrlapi_connection.cc48 virtual int ReadKey(brlapi_keyCode_t* keyCode) OVERRIDE;
191 int BrlapiConnectionImpl::ReadKey(brlapi_keyCode_t* key_code) { function in class:extensions::api::braille_display_private::BrlapiConnectionImpl
H A Dbraille_controller_brlapi.cc271 int result = connection_->ReadKey(&code);
H A Dbraille_display_private_apitest.cc59 // return an error from ReadKey.
118 virtual int ReadKey(brlapi_keyCode_t* key_code) OVERRIDE {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
H A DProgram.cs51 Console.ReadKey();
/external/clang/lib/Serialization/
H A DASTReaderInternals.h77 internal_key_type ReadKey(const unsigned char* d, unsigned);
116 static internal_key_type ReadKey(const unsigned char* d, unsigned n);
184 internal_key_type ReadKey(const unsigned char* d, unsigned);
232 static internal_key_type ReadKey(const unsigned char *d, unsigned);
H A DGlobalModuleIndex.cpp100 static internal_key_type ReadKey(const unsigned char* d, unsigned n) { function in class:__anon18141::IdentifierIndexReaderTrait
H A DASTReader.cpp609 ASTSelectorLookupTrait::ReadKey(const unsigned char* d, unsigned) { function in class:ASTSelectorLookupTrait
677 ASTIdentifierLookupTraitBase::ReadKey(const unsigned char* d, unsigned n) { function in class:ASTIdentifierLookupTraitBase
902 ASTDeclContextNameLookupTrait::ReadKey(const unsigned char* d, unsigned) { function in class:ASTDeclContextNameLookupTrait
1500 HeaderFileInfoTrait::ReadKey(const unsigned char *d, unsigned) { function in class:HeaderFileInfoTrait
7387 Trait.ReadKey(M.SelectorLookupTableData + M.SelectorOffsets[Idx], 0);
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dcommit-log-editor160 Term::ReadKey::ReadMode('cbreak');
161 my $key = Term::ReadKey::ReadKey(0);
162 Term::ReadKey::ReadMode('normal');
319 eval { require Term::ReadKey; };
/external/chromium_org/chrome/browser/chromeos/system/
H A Dsyslogs_provider.cc53 std::string ReadKey(std::string* data) { function in namespace:chromeos::system::__anon3475
157 std::string key = ReadKey(&data);
/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h229 /// const internal_key_type &ReadKey(const unsigned char *Buffer,
325 InfoPtr->ReadKey((const unsigned char *const)Items, L.first);
452 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
525 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
/external/chromium_org/components/invalidation/
H A Dsync_system_resources.cc241 void SyncStorage::ReadKey(const std::string& key, function in class:syncer::SyncStorage
H A Dsync_system_resources.h191 virtual void ReadKey(const std::string& key,
/external/clang/lib/Lex/
H A DPTHLexer.cpp339 static internal_key_type ReadKey(const unsigned char* d, unsigned) { function in class:__anon17947::PTHFileLookupCommonTrait
399 ReadKey(const unsigned char* d, unsigned n) { function in class:__anon17947::PTHStringLookupTrait
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h233 StringRef ReadKey(const unsigned char *D, offset_type N) { function in class:llvm::IndexedInstrProf::HashT

Completed in 6664 milliseconds