Searched defs:id (Results 1 - 25 of 1670) sorted by relevance

1234567891011>>

/external/clang/test/Lexer/
H A Dtoken-concat.cpp3 #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(
[all...]
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_menu.h15 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/
H A Dscreenshot.js1 // 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/clang/test/Modules/Inputs/System/usr/include/
H A Dstdio.h1 typedef struct { int id; } FILE; member in struct:__anon4439
/external/clang/test/SemaCXX/
H A Dcxx0x-constexpr-const.cpp4 constexpr int id(int x) { return x; } function
8 int (*idp)(int) = id;
H A Dbuiltin_objc_msgSend.cpp5 typedef struct objc_object *id; typedef in typeref:struct:objc_object
7 extern "C" __attribute__((visibility("default"))) id objc_msgSend(id self, SEL op, ...)
13 objc_msgSend((id)object, SEL_release);
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
H A DSDL_sysmutex_c.h28 pthread_mutex_t id; member in struct:SDL_mutex
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
H A DSDL_sysmutex_c.h29 pthread_mutex_t id; member in struct:SDL_mutex
/external/regex-re2/
H A Dtestinstall.cc9 int id; local
10 f.Add("a.*b.*c", RE2::DefaultOptions, &id);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Deap_wsc_common.c23 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
27 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/chromium/chrome/browser/
H A Dresources_util_unittest.cc14 int id; member in struct:__anon2230::TestCase
27 EXPECT_EQ(kTestCases[i].id,
/external/clang/test/Sema/
H A Dbuiltin_objc_msgSend.c7 } *id; typedef in typeref:struct:objc_object
11 extern id objc_msgSend(id self, SEL op, ...);
/external/clang/test/SemaTemplate/
H A Dexplicit-specialization-member.cpp18 static locale::id id; // expected-error{{use of undeclared identifier}} member in class:PR6161::numpunct
/external/iptables/include/linux/netfilter/
H A Dxt_realm.h7 __u32 id; member in struct:xt_realm_info
H A Dxt_LED.h7 char id[27]; /* Unique ID for this trigger in the LED class */ member in struct:xt_led_info
/external/kernel-headers/original/linux/netfilter/
H A Dxt_realm.h5 u_int32_t id; member in struct:xt_realm_info
/external/svox/pico/lib/
H A Dpicoknow.c54 this->id = PICOKNOW_KBID_NULL;
65 picoos_uint8 id; local
67 id = (*this)->id;
68 PICODBG_TRACE(("disposing KnowledgeBase id=%i",id));
/external/webkit/Source/WebCore/platform/android/
H A DPlatformTouchPointAndroid.cpp33 PlatformTouchPoint::PlatformTouchPoint(unsigned id, const IntPoint& windowPos, State state) argument
34 : m_id(id)
/external/webkit/Source/WebCore/platform/brew/
H A DPlatformTouchPointBrew.cpp33 PlatformTouchPoint::PlatformTouchPoint(int id, const IntPoint& windowPos, State state) argument
34 : m_id(id)
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformTouchPointEfl.cpp35 PlatformTouchPoint::PlatformTouchPoint(unsigned id, const IntPoint& windowPos, State state) argument
36 : m_id(id)
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputEvent.cpp151 const char* id = staticKeyIdentifiers(windowsKeyCode); local
152 if (id) {
153 strncpy(keyIdentifier, id, sizeof(keyIdentifier) - 1);
/external/elfutils/tests/
H A Dmsg_tst.c36 int id; member in struct:__anon5346
101 const char *str = elf_errmsg (libelf_msgs[cnt].id);

Completed in 759 milliseconds

1234567891011>>