Searched defs:id (Results 1 - 25 of 1597) 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/wpa_supplicant_8/hs20/server/www/
H A Dfree.php9 $id = $_GET["session_id"]; variable
14 echo "<input type=\"hidden\" name=\"id\" value=\"$id\">\n";
H A Dsignup.php9 $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 Dstdio.h1 typedef struct { int id; } FILE; member in struct:__anon2191
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
H A Ddefault.pass.cpp14 // 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 Dget_id.pass.cpp14 // 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 Dnamed-ref.h31 uniqstr id; member in struct:named_ref
38 named_ref *named_ref_new (uniqstr id, location loc);
/external/clang/test/Modules/Inputs/
H A Dweird_objc.h1 typedef struct objc_object { void *super; int wibble; } *id; typedef in typeref:struct:objc_object
/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.cpp6 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 Dxt_cgroup.h7 __u32 id; member in struct:xt_cgroup_info
H A Dxt_realm.h7 __u32 id; member in struct:xt_realm_info
/external/libcxx/test/std/localization/locales/locale.global.templates/
H A Dhas_facet.pass.cpp20 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 Dunwind.c10 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 Dmain.cpp2 typedef int id; typedef in namespace:ns
7 ns::id foo = 0;
/external/mesa3d/src/gallium/drivers/r600/
H A Deg_asm.c32 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 Dtestinstall.cc13 int id; local
14 f.Add("a.*b.*c", RE2::DefaultOptions, &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/clang/test/Sema/
H A Dbuiltin_objc_msgSend.c8 } *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 Dshmctl.cc1 // 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 Dxt_realm.h7 __u32 id; member in struct:xt_realm_info
/external/libcxx/test/std/localization/locales/locale/locale.types/locale.id/
H A Did.pass.cpp12 // 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 Dipc_msg.c8 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...]

Completed in 5150 milliseconds

1234567891011>>