Searched refs:ID (Results 301 - 325 of 1604) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreePatternLexer.cs40 public const int ID = 3; field in class:Antlr.Runtime.Tree.TreePatternLexer
58 /** <summary>Set when token type is ID or ARG (name mimics Java's StreamTokenizer)</summary> */
84 return ID;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreePatternLexer.java34 public static final int ID = 3; field in class:TreePatternLexer
52 /** Set when token type is ID or ARG (name mimics Java's StreamTokenizer) */
79 return ID;
/external/chromium_org/athena/main/
H A Dathena_renderer_pdf_helper.cc39 case PpapiHostMsg_PDF_Create::ID:
43 case PpapiHostMsg_FlashFontFile_Create::ID:
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dcontent_condition.h27 std::set<url_matcher::URLMatcherConditionSet::ID> page_url_matches;
73 // Returns a URLMatcherConditionSet::ID which is the canonical representation
75 // This ID is registered in a URLMatcher that can inform us in case of a
77 url_matcher::URLMatcherConditionSet::ID url_matcher_condition_set_id() const {
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_message_filter_mac_unittest.cc48 SpellCheckHostMsg_RequestTextCheck::ID,
52 content::BrowserThread::ID thread;
/external/chromium_org/chrome/browser/sync/glue/
H A Dbrowser_thread_model_worker.h27 BrowserThreadModelWorker(content::BrowserThread::ID thread,
50 content::BrowserThread::ID thread_;
/external/chromium_org/chrome/browser/web_resource/
H A Djson_asynchronous_unpacker.cc35 BrowserThread::ID thread_id;
88 void StartProcessOnIOThread(BrowserThread::ID thread_id,
/external/chromium_org/extensions/browser/api/declarative/
H A Dtest_rules_registry.cc11 TestRulesRegistry::TestRulesRegistry(content::BrowserThread::ID owner_thread,
23 content::BrowserThread::ID owner_thread,
H A Dtest_rules_registry.h15 TestRulesRegistry(content::BrowserThread::ID owner_thread,
21 content::BrowserThread::ID owner_thread,
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_condition.h47 std::set<url_matcher::URLMatcherConditionSet::ID> url_match_ids;
48 std::set<url_matcher::URLMatcherConditionSet::ID> first_party_url_match_ids;
/external/chromium_org/extensions/browser/api/serial/
H A Dserial_event_dispatcher.h52 content::BrowserThread::ID thread_id;
72 content::BrowserThread::ID thread_id_;
/external/chromium_org/extensions/browser/api/sockets_tcp/
H A Dtcp_socket_event_dispatcher.h59 content::BrowserThread::ID thread_id;
86 content::BrowserThread::ID thread_id_;
/external/chromium_org/extensions/browser/api/sockets_tcp_server/
H A Dtcp_server_socket_event_dispatcher.h63 content::BrowserThread::ID thread_id;
91 content::BrowserThread::ID thread_id_;
/external/chromium_org/extensions/browser/api/sockets_udp/
H A Dudp_socket_event_dispatcher.h59 content::BrowserThread::ID thread_id;
85 content::BrowserThread::ID thread_id_;
/external/chromium_org/net/proxy/
H A Dproxy_info.h132 ProxyConfig::ID config_id() const { return config_id_; }
165 ProxyConfig::ID config_id_;
/external/chromium_org/third_party/icu/source/i18n/
H A Dtranslit.cpp61 * transliterator. The ID is appended to this to form the key.
68 * transliterator SCRIPT. The ID is appended to this to form the key.
84 * being a valid ID. The ID will be appended to RB_RULE_BASED_PREFIX
129 UObject(), ID(theID), filter(adoptedFilter),
132 // NUL-terminate the ID string, which is a non-aliased copy.
133 ID.append((UChar)0);
134 ID.truncate(ID.length()-1);
150 UObject(other), ID(othe
709 getDisplayName(const UnicodeString& ID, UnicodeString& result) argument
889 createInstance(const UnicodeString& ID, UTransDirection dir, UErrorCode& status) argument
909 createInstance(const UnicodeString& ID, UTransDirection dir, UParseError& parseError, UErrorCode& status) argument
1048 createFromRules(const UnicodeString& ID, const UnicodeString& rules, UTransDirection dir, UParseError& parseError, UErrorCode& status) argument
1287 unregister(const UnicodeString& ID) argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtimezone.h61 * with a time zone ID. For instance, the time zone ID for the US Pacific
71 * if a time zone ID is supported or not. You can then choose a
72 * supported ID to get a <code>TimeZone</code>.
74 * supported IDs, then you can create a custom time zone ID with
84 * time zone ID. The <code>TimeZone</code> that is returned
85 * when you specify a custom time zone ID uses the specified
88 * time zone ID to create a TimeZone representing 14 hours ahead
91 * normalize a custom time zone ID.
103 * <li>An ID
942 setID(const UnicodeString& ID) argument
[all...]
/external/clang/include/clang/AST/
H A DCommentCommandTraits.h35 return ID;
43 unsigned ID : 8; member in struct:clang::comments::CommandInfo
160 /// \returns a CommandInfo object for a given command ID or
/external/clang/lib/AST/
H A DDeclFriend.cpp56 FriendDecl *FriendDecl::CreateDeserialized(ASTContext &C, unsigned ID, argument
59 return new (C, ID, Extra) FriendDecl(EmptyShell(), FriendTypeNumTPLists);
/external/clang/lib/Analysis/
H A DObjCNoReturn.cpp57 if (const ObjCInterfaceDecl *ID = ME->getReceiverInterface()) {
58 if (isSubclass(ID, NSExceptionII)) {
/external/clang/lib/CodeGen/
H A DABIInfo.h46 llvm::CallingConv::ID RuntimeCC;
61 llvm::CallingConv::ID getRuntimeCC() const {
/external/clang/lib/Index/
H A DSimpleFormatContext.h58 std::string getRewrittenText(FileID ID) { argument
61 Rewrite.getEditBuffer(ID).write(OS);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DStreamBitmapDecoder.java15 private static final String ID = "StreamBitmapDecoder.com.bumptech.glide.load.resource.bitmap"; field in class:StreamBitmapDecoder
49 .append(ID)
/external/icu/icu4c/source/i18n/
H A Dtranslit.cpp61 * transliterator. The ID is appended to this to form the key.
68 * transliterator SCRIPT. The ID is appended to this to form the key.
84 * being a valid ID. The ID will be appended to RB_RULE_BASED_PREFIX
129 UObject(), ID(theID), filter(adoptedFilter),
132 // NUL-terminate the ID string, which is a non-aliased copy.
133 ID.append((UChar)0);
134 ID.truncate(ID.length()-1);
150 UObject(other), ID(othe
709 getDisplayName(const UnicodeString& ID, UnicodeString& result) argument
889 createInstance(const UnicodeString& ID, UTransDirection dir, UErrorCode& status) argument
909 createInstance(const UnicodeString& ID, UTransDirection dir, UParseError& parseError, UErrorCode& status) argument
1048 createFromRules(const UnicodeString& ID, const UnicodeString& rules, UTransDirection dir, UParseError& parseError, UErrorCode& status) argument
1287 unregister(const UnicodeString& ID) argument
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h61 * with a time zone ID. For instance, the time zone ID for the US Pacific
71 * if a time zone ID is supported or not. You can then choose a
72 * supported ID to get a <code>TimeZone</code>.
74 * supported IDs, then you can create a custom time zone ID with
84 * time zone ID. The <code>TimeZone</code> that is returned
85 * when you specify a custom time zone ID uses the specified
88 * time zone ID to create a TimeZone representing 14 hours ahead
91 * normalize a custom time zone ID.
103 * <li>An ID
942 setID(const UnicodeString& ID) argument
[all...]

Completed in 689 milliseconds

<<11121314151617181920>>