HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 1 - 25 of 4561) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Lexer/
token-concat.cpp 3 #define id(x) x macro
4 id("s")_x // CHECK: "s" _x
5 id(L"s")_x // CHECK: L"s" _x
6 id(u8"s")_x // CHECK: u8"s" _x
7 id(u"s")_x // CHECK: u"s" _x
8 id(U"s")_x // CHECK: U"s" _x
9 id('s')_x // CHECK: 's' _x
10 id(L's')_x // CHECK: L's' _x
11 id(u's')_x // CHECK: u's' _x
12 id(U's')_x // CHECK: U's' _
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu.h 15 int64 id_; // id of the bookmark node we represent.
17 - (void)setRepresentedObject:(id)object;
18 @property(nonatomic) int64 id; variable
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.js 1 // To make sure we can uniquely identify each screenshot tab, add an id as a
3 var id = 100; variable
9 '?id=', id++].join('');
12 var targetId = tab.id;
16 // Check that the the tab's id matches the tab we opened,
28 // screenshot includes a query parameter with a unique id, which
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/
background.js 5 // To make sure we can uniquely identify each screenshot tab, add an id as a
10 var id = 100; variable
15 var viewTabUrl = chrome.extension.getURL('screenshot.html?id=' + id++)
18 var targetId = tab.id;
22 // Check that the the tab's id matches the tab we opened,
34 // screenshot includes a query parameter with a unique id, which
  /external/chromium_org/rlz/lib/
machine_id_unittest.cc 16 std::string id; local
17 rlz_lib::testing::GetMachineIdImpl(computer_sid, 2651229008, &id);
19 id.c_str());
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
eg_asm.c 32 unsigned id = cf->id; local
41 bc->bytecode[id++] =
49 bc->bytecode[id++] = EG_V_SQ_CF_ALU_WORD1_SQ_CF_INST_EXTENDED |
56 bc->bytecode[id++] = S_SQ_CF_ALU_WORD0_ADDR(cf->addr >> 1) |
60 bc->bytecode[id++] = cf->inst |
69 bc->bytecode[id++] = S_SQ_CF_WORD0_ADDR(cf->addr >> 1);
70 bc->bytecode[id++] = cf->inst |
76 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(cf->output.gpr) |
80 bc->bytecode[id] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1)
    [all...]
  /external/clang/test/Modules/Inputs/System/usr/include/
stdio.h 1 typedef struct { int id; } FILE; member in struct:__anon16781
  /external/mesa3d/src/gallium/drivers/r600/
eg_asm.c 32 unsigned id = cf->id; local
41 bc->bytecode[id++] =
49 bc->bytecode[id++] = EG_V_SQ_CF_ALU_WORD1_SQ_CF_INST_EXTENDED |
56 bc->bytecode[id++] = S_SQ_CF_ALU_WORD0_ADDR(cf->addr >> 1) |
60 bc->bytecode[id++] = cf->inst |
69 bc->bytecode[id++] = S_SQ_CF_WORD0_ADDR(cf->addr >> 1);
70 bc->bytecode[id++] = cf->inst |
76 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(cf->output.gpr) |
80 bc->bytecode[id] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/
default.pass.cpp 12 // class thread::id
14 // id();
21 std::thread::id id; local
22 assert(id == std::thread::id());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.this/
get_id.pass.cpp 12 // thread::id this_thread::get_id();
19 std::thread::id id = std::this_thread::get_id(); local
20 assert(id != std::thread::id());
  /external/bison/src/
named-ref.h 31 uniqstr id; member in struct:named_ref
38 named_ref *named_ref_new (uniqstr id, location loc);
  /external/chromium_org/chrome/browser/
resources_util_unittest.cc 14 int id; member in struct:__anon5512
28 EXPECT_EQ(kCases[i].id, ResourcesUtil::GetThemeResourceId(kCases[i].name));
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_util.cc 136 const char* id = GetKeyIdentifier(windows_key_code); local
137 if (id) {
138 base::strlcpy(event->keyIdentifier, id, sizeof(event->keyIdentifier) - 1);
  /external/chromium_org/third_party/icu/source/common/
locbased.cpp 17 const char* id = getLocaleID(type, status); local
18 return Locale((id != 0) ? id : "");
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
pcy_data.c 78 /* Create a data based on an existing policy. If 'id' is NULL use the
79 * oid in the policy, otherwise use 'id'. This behaviour covers the two
81 * and additional data with just the qualifiers of anyPolicy and ID from
89 ASN1_OBJECT *id; local
94 id = OBJ_dup(cid);
95 if (!id)
99 id = NULL;
107 if (id)
108 ASN1_OBJECT_free(id);
117 if (id)
    [all...]
  /external/chromium_org/third_party/re2/
testinstall.cc 13 int id; local
14 f.Add("a.*b.*c", RE2::DefaultOptions, &id);
  /external/clang/test/Modules/Inputs/
weird_objc.h 1 typedef struct objc_object { void *super; int wibble; } *id; typedef in typeref:struct:objc_object
  /external/clang/test/SemaCXX/
builtin_objc_msgSend.cpp 6 typedef struct objc_object *id; typedef in typeref:struct:objc_object
8 extern "C" __attribute__((visibility("default"))) id objc_msgSend(id self, SEL op, ...)
14 objc_msgSend((id)object, SEL_release);
cxx0x-constexpr-const.cpp 4 constexpr int id(int x) { return x; } function
8 int (*idp)(int) = id;
  /external/icu4c/common/
locbased.cpp 17 const char* id = getLocaleID(type, status); local
18 return Locale((id != 0) ? id : "");
  /external/openssl/crypto/x509v3/
pcy_data.c 78 /* Create a data based on an existing policy. If 'id' is NULL use the
79 * oid in the policy, otherwise use 'id'. This behaviour covers the two
81 * and additional data with just the qualifiers of anyPolicy and ID from
89 ASN1_OBJECT *id; local
94 id = OBJ_dup(cid);
95 if (!id)
99 id = NULL;
107 if (id)
108 ASN1_OBJECT_free(id);
117 if (id)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_sysmutex_c.h 28 pthread_mutex_t id; member in struct:SDL_mutex
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_sysmutex_c.h 29 pthread_mutex_t id; member in struct:SDL_mutex
  /external/regex-re2/
testinstall.cc 13 int id; local
14 f.Add("a.*b.*c", RE2::DefaultOptions, &id);
  /external/svox/pico/lib/
picoknow.c 54 this->id = PICOKNOW_KBID_NULL;
65 picoos_uint8 id; local
67 id = (*this)->id;
68 PICODBG_TRACE(("disposing KnowledgeBase id=%i",id));

Completed in 313 milliseconds

1 2 3 4 5 6 7 8 91011>>