/external/clang/test/Lexer/ |
H A D | 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( [all...] |
/external/wpa_supplicant_8/hs20/server/www/ |
H A D | free.php | 9 $id = $_GET["session_id"]; variable 14 echo "<input type=\"hidden\" name=\"id\" value=\"$id\">\n";
|
H A D | signup.php | 9 $id = $_GET["session_id"]; variable 18 $row = $db->query("SELECT realm FROM sessions WHERE id='$id'")->fetch(); 20 die("Session not found for id: $id"); 28 echo "<p><a href=\"free.php?session_id=$id\">Sign up for free access</a></p>\n"; 32 echo "<input type=\"hidden\" name=\"id\" value=\"$id\">\n"; 42 echo "<p><a href=\"cert-enroll.php?id=$id\">Enrol [all...] |
/external/clang/test/Modules/Inputs/System/usr/include/ |
H A D | stdio.h | 1 typedef struct { int id; } FILE; member in struct:__anon2191
|
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/ |
H A D | default.pass.cpp | 14 // class thread::id 16 // id(); 23 std::thread::id id; local 24 assert(id == std::thread::id());
|
/external/libcxx/test/std/thread/thread.threads/thread.thread.this/ |
H A D | get_id.pass.cpp | 14 // thread::id this_thread::get_id(); 21 std::thread::id id = std::this_thread::get_id(); local 22 assert(id != std::thread::id());
|
/external/bison/src/ |
H A D | named-ref.h | 31 uniqstr id; member in struct:named_ref 38 named_ref *named_ref_new (uniqstr id, location loc);
|
/external/clang/test/Modules/Inputs/ |
H A D | weird_objc.h | 1 typedef struct objc_object { void *super; int wibble; } *id; typedef in typeref:struct:objc_object
|
/external/clang/test/SemaCXX/ |
H A D | cxx0x-constexpr-const.cpp | 4 constexpr int id(int x) { return x; } function 8 int (*idp)(int) = id;
|
H A D | 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);
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
H A D | xt_cgroup.h | 7 __u32 id; member in struct:xt_cgroup_info
|
H A D | xt_realm.h | 7 __u32 id; member in struct:xt_realm_info
|
/external/libcxx/test/std/localization/locales/locale.global.templates/ |
H A D | has_facet.pass.cpp | 20 static std::locale::id id; member in struct:my_facet 23 std::locale::id my_facet::id; member in class:my_facet
|
/external/linux-tools-perf/src/tools/perf/arch/x86/util/ |
H A D | unwind.c | 10 int id; local 14 id = PERF_REG_X86_AX; 17 id = PERF_REG_X86_DX; 20 id = PERF_REG_X86_CX; 23 id = PERF_REG_X86_BX; 26 id = PERF_REG_X86_SI; 29 id = PERF_REG_X86_DI; 32 id = PERF_REG_X86_BP; 35 id = PERF_REG_X86_SP; 38 id 74 int id; local [all...] |
/external/lldb/test/lang/objc/objc-builtin-types/ |
H A D | main.cpp | 2 typedef int id; typedef in namespace:ns 7 ns::id foo = 0;
|
/external/mesa3d/src/gallium/drivers/r600/ |
H A D | 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] [all...] |
/external/regex-re2/ |
H A D | testinstall.cc | 13 int id; local 14 f.Add("a.*b.*c", RE2::DefaultOptions, &id);
|
/external/wpa_supplicant_8/hostapd/src/eap_common/ |
H A D | eap_wsc_common.c | 17 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 D | eap_wsc_common.c | 17 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 D | eap_wsc_common.c | 17 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/clang/test/Sema/ |
H A D | builtin_objc_msgSend.c | 8 } *id; typedef in typeref:struct:objc_object 12 extern id objc_msgSend(id self, SEL op, ...);
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
H A D | shmctl.cc | 1 // FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316 6 // https://code.google.com/p/address-sanitizer/issues/detail?id=250 13 int id = shmget(IPC_PRIVATE, 4096, 0644 | IPC_CREAT); local 14 assert(id > -1); 16 int res = shmctl(id, IPC_STAT, &ds); 20 assert(-1 != shmctl(id, IPC_RMID, 0));
|
/external/iptables/include/linux/netfilter/ |
H A D | xt_realm.h | 7 __u32 id; member in struct:xt_realm_info
|
/external/libcxx/test/std/localization/locales/locale/locale.types/locale.id/ |
H A D | id.pass.cpp | 12 // class locale::id 15 // id(); 16 // void operator=(const id&) = delete; 17 // id(const id&) = delete; 25 std::locale::id id0; 26 std::locale::id id2; 27 std::locale::id id1; 31 long id = id0.__get(); local 32 assert(id0.__get() == id [all...] |
/external/strace/tests/ |
H A D | ipc_msg.c | 8 int rc, id; local 11 id = msgget(IPC_PRIVATE, 0600); 12 if (id < 0) 14 printf("msgget\\(IPC_PRIVATE, 0600\\) += %d\n", id); 16 if (msgctl(id, IPC_STAT, &ds)) 18 printf("msgctl\\(%d, (IPC_64\\|)?IPC_STAT, %p\\) += 0\n", id, &ds); 25 rc = msgctl(id, MSG_STAT, &ds); 26 if (rc != id) { 33 printf("msgctl\\(%d, (IPC_64\\|)?MSG_STAT, %p\\) += -1 EINVAL \\(Invalid argument\\)\n", id, &ds); 35 printf("msgctl\\(%d, (IPC_64\\|)?MSG_STAT, %p\\) += %d\n", id, [all...] |