/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/v8/test/mjsunit/compiler/ |
osr-function-id2.js | 7 function id(f) { return f; } function 11 var r = id(foo);
|
string-length.js | 11 function id(x) { return x; } function 20 assertEquals(3, f1(id("a") + id("b" + id("c")))) 31 assertEquals(3, f2(true, id("a") + id("b" + id("c")), ""));
|
/external/wpa_supplicant_8/hs20/server/www/ |
free.php | 9 $id = $_GET["session_id"]; variable 14 echo "<input type=\"hidden\" name=\"id\" value=\"$id\">\n";
|
/external/clang/test/Modules/Inputs/System/usr/include/ |
stdio.h | 1 typedef struct { int id; } FILE; member in struct:__anon8562
|
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/ |
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/ |
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/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());
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
xt_cgroup.h | 24 __u32 id; member in struct:xt_cgroup_info
|
/development/ndk/platforms/android-21/include/linux/netfilter/ |
xt_cgroup.h | 24 __u32 id; member in struct:xt_cgroup_info
|
/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/boringssl/src/crypto/x509v3/ |
pcy_data.c | 80 /* Create a data based on an existing policy. If 'id' is NULL use the 81 * oid in the policy, otherwise use 'id'. This behaviour covers the two 83 * and additional data with just the qualifiers of anyPolicy and ID from 91 ASN1_OBJECT *id; local 96 id = OBJ_dup(cid); 97 if (!id) 101 id = NULL; 109 if (id) 110 ASN1_OBJECT_free(id); 119 if (id) [all...] |
/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/icu/icu4c/source/common/ |
locbased.cpp | 17 const char* id = getLocaleID(type, status); local 18 return Locale((id != 0) ? id : "");
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_cgroup.h | 7 __u32 id; member in struct:xt_cgroup_info
|
/external/libcxx/test/std/localization/locales/locale.global.templates/ |
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/libmpeg2/common/ |
impeg2_disp_mgr.c | 69 WORD32 id; local 72 for(id = 0; id < DISP_MGR_MAX_CNT; id++) 74 ps_disp_mgr->apv_ptr[id] = NULL; 95 * ID of the display buffer 116 WORD32 id; local 117 id = ps_disp_mgr->i4_wr_idx % DISP_MGR_MAX_CNT; 119 ps_disp_mgr->apv_ptr[id] = pv_ptr; 120 ps_disp_mgr->ai4_buf_id[id] = i4_buf_id 151 WORD32 id; local [all...] |
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
pop_options.hpp | 37 # undef id macro
|
push_options.hpp | 36 # if !defined(Protocol) && !defined(id) 38 # define id cpp_id macro
|
/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));
|