HomeSort by relevance Sort by last modified time
    Searched refs:ID (Results 1 - 25 of 1936) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/common/
swapped_out_messages.cc 20 case InputHostMsg_HandleInputEvent_ACK::ID:
21 case ViewHostMsg_PaintAtSize_ACK::ID:
22 case ViewHostMsg_UpdateRect::ID:
24 case ViewHostMsg_OpenURL::ID:
25 case ViewHostMsg_Focus::ID:
27 case ViewHostMsg_RenderProcessGone::ID:
28 case ViewHostMsg_ShouldClose_ACK::ID:
29 case ViewHostMsg_SwapOut_ACK::ID:
30 case ViewHostMsg_ClosePage_ACK::ID:
31 case ViewHostMsg_DomOperationResponse::ID
    [all...]
  /external/clang/include/clang/Driver/
Types.h 19 enum ID {
21 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) TY_##ID,
27 /// getTypeName - Return the name of the type for \p Id.
28 const char *getTypeName(ID Id);
30 /// getPreprocessedType - Get the ID of the type for this input when
33 ID getPreprocessedType(ID Id);
    [all...]
Phases.h 16 /// ID - Ordered values for successive stages in the
18 enum ID {
30 const char *getPhaseName(ID Id);
CC1AsOptions.h 23 enum ID {
24 OPT_INVALID = 0, // This is not an option ID.
25 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
26 HELPTEXT, METAVAR) OPT_##ID,
  /external/chromium/chrome/browser/automation/
chrome_frame_automation_provider.cc 35 case AutomationMsg_CreateExternalTab::ID:
36 case AutomationMsg_ConnectExternalTab::ID:
38 case AutomationMsg_BrowserMove::ID:
39 case AutomationMsg_ProcessUnhandledAccelerator::ID:
40 case AutomationMsg_TabReposition::ID:
41 case AutomationMsg_ForwardContextMenuCommandToChrome::ID:
43 case AutomationMsg_NavigateInExternalTab::ID:
44 case AutomationMsg_NavigateExternalTabAtIndex::ID:
45 case AutomationMsg_Find::ID:
46 case AutomationMsg_SetInitialFocus::ID
    [all...]
  /external/chromium_org/chrome/browser/automation/
chrome_frame_automation_provider_win.cc 44 case AutomationMsg_CreateExternalTab::ID:
45 case AutomationMsg_ConnectExternalTab::ID:
46 case AutomationMsg_BrowserMove::ID:
47 case AutomationMsg_ProcessUnhandledAccelerator::ID:
48 case AutomationMsg_ForwardContextMenuCommandToChrome::ID:
49 case AutomationMsg_TabReposition::ID:
50 case AutomationMsg_NavigateInExternalTab::ID:
51 case AutomationMsg_NavigateExternalTabAtIndex::ID:
52 case AutomationMsg_Find::ID:
53 case AutomationMsg_SetInitialFocus::ID
    [all...]
  /external/llvm/lib/Support/
APSInt.cpp 20 void APSInt::Profile(FoldingSetNodeID& ID) const {
21 ID.AddInteger((unsigned) (IsUnsigned ? 1 : 0));
22 APInt::Profile(ID);
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest_helper.cc 35 case DragHostMsg_StartDragging::ID:
36 case DragHostMsg_TargetDrop_ACK::ID:
37 case ViewHostMsg_HasTouchEventHandlers::ID:
38 case ViewHostMsg_SetCursor::ID:
40 case ViewHostMsg_ShowPopup::ID:
42 case ViewHostMsg_ShowWidget::ID:
43 case ViewHostMsg_TakeFocus::ID:
44 case ViewHostMsg_UpdateFrameName::ID:
45 case ViewHostMsg_UpdateRect::ID:
46 case ViewHostMsg_LockMouse::ID
    [all...]
  /external/llvm/include/llvm/Option/
OptSpecifier.h 19 unsigned ID;
25 OptSpecifier() : ID(0) {}
26 /*implicit*/ OptSpecifier(unsigned _ID) : ID(_ID) {}
29 bool isValid() const { return ID != 0; }
31 unsigned getID() const { return ID; }
33 bool operator==(OptSpecifier Opt) const { return ID == Opt.getID(); }
  /external/chromium_org/third_party/skia/include/lazy/
SkImageCache.h 22 typedef intptr_t ID;
28 * @param ID Output parameter which must not be NULL. On success, ID will be set to a value
30 * in SkImageCache. On failure, ID is unchanged.
32 * releaseCache is called with ID.
34 virtual void* allocAndPinCache(size_t bytes, ID*) = 0;
38 * when releaseCache was last called for the same ID.
48 * same ID.
54 * Re-request the memory associated with ID and pin it so that it will not be reclaimed until
55 * the next call to releaseCache with the same ID
    [all...]
SkPurgeableImageCache.h 27 virtual void* allocAndPinCache(size_t bytes, ID*) SK_OVERRIDE;
28 virtual void* pinCache(ID, SkImageCache::DataStatus*) SK_OVERRIDE;
29 virtual void releaseCache(ID) SK_OVERRIDE;
30 virtual void throwAwayCache(ID) SK_OVERRIDE;
33 virtual MemoryStatus getMemoryStatus(ID) const SK_OVERRIDE;
42 SkTDArray<ID> fRecs;
43 int findRec(ID) const;
45 void removeRec(ID);
  /external/skia/include/lazy/
SkImageCache.h 22 typedef intptr_t ID;
28 * @param ID Output parameter which must not be NULL. On success, ID will be set to a value
30 * in SkImageCache. On failure, ID is unchanged.
32 * releaseCache is called with ID.
34 virtual void* allocAndPinCache(size_t bytes, ID*) = 0;
38 * when releaseCache was last called for the same ID.
48 * same ID.
54 * Re-request the memory associated with ID and pin it so that it will not be reclaimed until
55 * the next call to releaseCache with the same ID
    [all...]
SkPurgeableImageCache.h 27 virtual void* allocAndPinCache(size_t bytes, ID*) SK_OVERRIDE;
28 virtual void* pinCache(ID, SkImageCache::DataStatus*) SK_OVERRIDE;
29 virtual void releaseCache(ID) SK_OVERRIDE;
30 virtual void throwAwayCache(ID) SK_OVERRIDE;
33 virtual MemoryStatus getMemoryStatus(ID) const SK_OVERRIDE;
42 SkTDArray<ID> fRecs;
43 int findRec(ID) const;
45 void removeRec(ID);
  /external/clang/include/clang/Basic/
Builtins.h 43 enum ID {
45 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
74 /// appropriate builtin ID # and mark any non-portable builtin identifiers as
83 const char *GetName(unsigned ID) const {
84 return GetRecord(ID).Name;
88 const char *GetTypeString(unsigned ID) const {
89 return GetRecord(ID).Type;
94 bool isConst(unsigned ID) const {
95 return strchr(GetRecord(ID).Attributes, 'c') != 0
    [all...]
  /art/compiler/llvm/
runtime_support_llvm_func.h 27 #define DEFINE_RUNTIME_SUPPORT_FUNC_ID(ID, NAME) ID,
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammar.g3 54 | ID '=' expr NEWLINE -> ^('=' ID expr)
59 func: ID '(' formalPar ')' '=' expr -> ^(FUNC ID formalPar expr)
66 : ID
81 | ID
83 | ID '(' expr ')' -> ^(CALL ID expr)
88 ID : ('a'..'z'|'A'..'Z')+
ProfileGrammar.g3 54 | ID '=' expr NEWLINE -> ^('=' ID expr)
59 func: ID '(' formalPar ')' '=' expr -> ^(FUNC ID formalPar expr)
66 : ID
81 | ID
83 | ID '(' expr ')' -> ^(CALL ID expr)
88 ID : ('a'..'z'|'A'..'Z')+
  /external/chromium_org/extensions/common/matcher/
string_pattern.h 24 typedef int ID;
26 StringPattern(const std::string& pattern, ID id);
29 ID id() const { return id_; } function in class:extensions::StringPattern
35 ID id_;
  /external/chromium_org/third_party/opus/src/silk/
debug.h 117 static int ID = -1; \
124 ID = k; \
128 if (ID == -1) { \
129 ID = silk_Timer_nTimers; \
131 silk_Timer_depth[ID] = silk_Timer_depth_ctr; \
132 strcpy(silk_Timer_tags[ID], #TAG_NAME); \
133 silk_Timer_cnt[ID] = 0; \
134 silk_Timer_sum[ID] = 0; \
135 silk_Timer_min[ID] = 0xFFFFFFFF; \
136 silk_Timer_max[ID] = 0;
    [all...]
  /external/llvm/lib/Transforms/Hello/
Hello.cpp 27 static char ID; // Pass identification, replacement for typeid
28 Hello() : FunctionPass(ID) {}
39 char Hello::ID = 0;
45 static char ID; // Pass identification, replacement for typeid
46 Hello2() : FunctionPass(ID) {}
62 char Hello2::ID = 0;
  /external/llvm/lib/Target/Mips/
MipsOs16.h 31 static char ID;
33 MipsOs16() : ModulePass(ID) {
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Protocol.java 24 // 0: service id (16 bits)
41 public static final int ID = 1;
54 public static final int ID = 2;
  /external/chromium_org/chrome/browser/extensions/
suggest_permission_util.h 21 void SuggestAPIPermissionInDevToolsConsole(APIPermission::ID permission,
26 void SuggestAPIPermissionInDevToolsConsole(APIPermission::ID permission,
34 APIPermission::ID permission,
42 APIPermission::ID permission,
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt_find_cipher_id.c 15 Find cipher by ID, Tom St Denis
19 Find a cipher by ID number
20 @param ID The ID (not same as index) of the cipher to find
23 int find_cipher_id(unsigned char ID)
28 if (cipher_descriptor[x].ID == ID) {
crypt_find_hash_id.c 15 Find hash by ID, Tom St Denis
19 Find a hash by ID number
20 @param ID The ID (not same as index) of the hash to find
23 int find_hash_id(unsigned char ID)
28 if (hash_descriptor[x].ID == ID) {

Completed in 1475 milliseconds

1 2 3 4 5 6 7 8 91011>>