Searched refs:ID (Results 401 - 425 of 1604) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangDumpDecl.h33 #define ID 6 macro
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dactions.rb17 : type id=ID
27 ID : ('a'..'z'|'A'..'Z'|'_') ('a'..'z'|'A'..'Z'|'0'..'9'|'_')*
127 : ID {raise RuntimeError}
132 ID : ('a'..'z')+
/external/chromium_org/chrome/browser/
H A Dicon_loader_auralinux.cc24 content::BrowserThread::ID IconLoader::ReadIconThreadID() {
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_message_filter.h40 content::BrowserThread::ID* thread) OVERRIDE;
/external/chromium_org/chrome/renderer/autofill/
H A Dform_autocomplete_browsertest.cc35 AutofillHostMsg_FormSubmitted::ID);
66 AutofillHostMsg_FormSubmitted::ID);
96 AutofillHostMsg_FormSubmitted::ID);
137 AutofillHostMsg_FormSubmitted::ID);
/external/chromium_org/components/autofill/content/renderer/
H A Drenderer_save_password_progress_logger_unittest.cc29 const uint32 kMsgID = AutofillHostMsg_RecordSavePasswordProgress::ID;
/external/chromium_org/components/url_matcher/
H A Durl_matcher_factory.h36 URLMatcherConditionSet::ID id,
/external/chromium_org/content/browser/
H A Dbrowser_process_sub_thread.cc21 BrowserProcessSubThread::BrowserProcessSubThread(BrowserThread::ID identifier)
H A Dmime_registry_message_filter.cc21 BrowserThread::ID* thread) {
/external/chromium_org/content/browser/compositor/
H A Dbrowser_compositor_output_surface_proxy.cc30 const uint32 kMessagesToFilter[] = { GpuHostMsg_UpdateVSyncParameters::ID };
/external/chromium_org/content/browser/media/android/
H A Dbrowser_demuxer_android.h25 BrowserThread::ID* thread) OVERRIDE;
/external/chromium_org/content/browser/renderer_host/
H A Dfile_utilities_message_filter.cc23 BrowserThread::ID* thread) {
H A Dfile_utilities_message_filter.h26 BrowserThread::ID* thread) OVERRIDE;
38 // The ID of this process.
/external/chromium_org/content/renderer/
H A Drender_widget_unittest.cc89 EXPECT_EQ(InputHostMsg_HandleInputEvent_ACK::ID, message->type());
104 EXPECT_EQ(InputHostMsg_HandleInputEvent_ACK::ID, message->type());
127 EXPECT_EQ(InputHostMsg_HandleInputEvent_ACK::ID, message->type());
139 EXPECT_EQ(InputHostMsg_HandleInputEvent_ACK::ID, message->type());
/external/chromium_org/extensions/browser/api/declarative_content/
H A Dcontent_rules_registry.h30 content::BrowserThread::ID owner_thread,
/external/chromium_org/ppapi/proxy/
H A Dtalk_resource_unittest.cc82 PpapiHostMsg_Talk_RequestPermission::ID, &params, &msg));
108 PpapiHostMsg_Talk_RequestPermission::ID, &params, &msg));
134 SendReply(PpapiHostMsg_Talk_StartRemoting::ID,
156 SendReply(PpapiHostMsg_Talk_StopRemoting::ID,
/external/chromium_org/sync/syncable/
H A Dsyncable_delete_journal.h22 typedef std::set<const EntryKernel*, LessField<IdField, ID> > JournalIndex;
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DDiagnostics.cpp58 void TDiagnostics::print(ID id,
H A DDiagnostics.h34 virtual void print(ID id,
/external/chromium_org/third_party/icu/source/i18n/
H A Dbrktrans.h33 BreakTransliterator(const UnicodeString &ID,
H A Desctrn.h94 * Constructs an escape transliterator with the given ID and
97 EscapeTransliterator(const UnicodeString& ID,
/external/chromium_org/third_party/webrtc/common_audio/
H A Dwav_header.cc26 uint32_t ID; member in struct:webrtc::ChunkHeader
129 WriteFourCC(&header.riff.header.ID, 'R', 'I', 'F', 'F');
134 WriteFourCC(&header.fmt.header.ID, 'f', 'm', 't', ' ');
144 WriteFourCC(&header.data.header.ID, 'd', 'a', 't', 'a');
/external/clang/include/clang/Serialization/
H A DASTWriter.h87 /// \brief Map that provides the ID numbers of each type within the
90 /// The ID numbers of types are consecutive (in order of discovery)
92 /// stored in the stream, the ID number is shifted by 2 bits to
157 /// \brief The first ID number we can use for our own declarations.
160 /// \brief The decl ID that will be assigned to the next new decl.
163 /// \brief Map that provides the ID numbers of each declaration within
166 /// The ID numbers of declarations are consecutive (in order of
172 /// the declaration's ID.
192 /// \brief The first ID number we can use for our own types.
195 /// \brief The type ID tha
239 serialization::MacroID ID; member in struct:clang::ASTWriter::MacroInfoToEmitData
362 serialization::DeclID ID; member in struct:clang::ASTWriter::ReplacedDeclInfo
367 ReplacedDeclInfo(serialization::DeclID ID, uint64_t Offset, SourceLocation Loc) argument
425 QueuedCXXBaseSpecifiers(serialization::CXXBaseSpecifiersID ID, CXXBaseSpecifier const *Bases, CXXBaseSpecifier const *BasesEnd) argument
430 serialization::CXXBaseSpecifiersID ID; member in struct:clang::ASTWriter::QueuedCXXBaseSpecifiers
[all...]
/external/icu/icu4c/source/i18n/
H A Dbrktrans.h33 BreakTransliterator(const UnicodeString &ID,
H A Desctrn.h94 * Constructs an escape transliterator with the given ID and
97 EscapeTransliterator(const UnicodeString& ID,

Completed in 1468 milliseconds

<<11121314151617181920>>