HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 1 - 25 of 6491) 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/wpa_supplicant_8/hs20/server/www/
free.php 9 $id = $_GET["session_id"]; variable
14 echo "<input type=\"hidden\" name=\"id\" value=\"$id\">\n";
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\">Enroll a client certificate</a></p>\n
    [all...]
  /external/clang/test/Modules/Inputs/System/usr/include/
stdio.h 1 typedef struct { int id; } FILE; member in struct:__anon16361
  /external/clang/test/Modules/Inputs/crash-recovery/usr/include/
stdio.h 1 typedef struct { int id; } FILE; member in struct:__anon16363
  /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());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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/boringssl/src/crypto/x509v3/
pcy_data.c 80 * Create a data based on an existing policy. If 'id' is NULL use the oid in
81 * the policy, otherwise use 'id'. This behaviour covers the two types of
83 * additional data with just the qualifiers of anyPolicy and ID from another
91 ASN1_OBJECT *id; local
95 id = OBJ_dup(cid);
96 if (!id)
99 id = NULL;
106 if (id)
107 ASN1_OBJECT_free(id);
116 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 19 const char* id = getLocaleID(type, status); local
20 return Locale((id != 0) ? id : "");
  /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/strace/tests/
getxxid.c 39 long id; local
42 id = syscall(__NR_getxpid);
44 printf("getxpid() = %ld (ppid %ld)\n", id, (long) ppid);
45 printf("getxpid() = %ld (ppid %ld)\n", id, (long) ppid);
47 id = syscall(__NR_getxuid);
48 printf("getxuid() = %ld (euid %ld)\n", id, id);
50 id = syscall(__NR_getxgid);
51 printf("getxgid() = %ld (egid %ld)\n", id, id);
    [all...]
  /external/strace/tests-m32/
getxxid.c 39 long id; local
42 id = syscall(__NR_getxpid);
44 printf("getxpid() = %ld (ppid %ld)\n", id, (long) ppid);
45 printf("getxpid() = %ld (ppid %ld)\n", id, (long) ppid);
47 id = syscall(__NR_getxuid);
48 printf("getxuid() = %ld (euid %ld)\n", id, id);
50 id = syscall(__NR_getxgid);
51 printf("getxgid() = %ld (egid %ld)\n", id, id);
    [all...]
  /external/strace/tests-mx32/
getxxid.c 39 long id; local
42 id = syscall(__NR_getxpid);
44 printf("getxpid() = %ld (ppid %ld)\n", id, (long) ppid);
45 printf("getxpid() = %ld (ppid %ld)\n", id, (long) ppid);
47 id = syscall(__NR_getxuid);
48 printf("getxuid() = %ld (euid %ld)\n", id, id);
50 id = syscall(__NR_getxgid);
51 printf("getxgid() = %ld (egid %ld)\n", id, id);
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
HandleGenerator.h 33 uint32_t id = mNextUniqueId++; local
34 while (id > std::numeric_limits<T>::max()) {
35 id -= std::numeric_limits<T>::max();
37 return static_cast<T>(id);
  /frameworks/base/cmds/incident/
incident_sections.h 22 int id; member in struct:IncidentSection
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_realm.h 23 __u32 id; member in struct:xt_realm_info

Completed in 581 milliseconds

1 2 3 4 5 6 7 8 91011>>