HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 251 - 275 of 6491) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/includes/
includes_comp.pass.cpp 49 int id[] = {3, 3, 3, 3}; local
50 const unsigned sd = sizeof(id)/sizeof(id[0]); ((void)sd);
63 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+1), std::less<int>()));
64 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+2), std::less<int>()));
65 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+3), std::less<int>()));
66 assert(!std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+4), std::less<int>()))
    [all...]
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
wait_terminates.sh.cpp 115 int id = std::stoi(argv[1]); local
116 assert(id >= 1 && id <= 6);
123 switch (id) {
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/
move.pass.cpp 53 std::thread::id id = t0.get_id(); local
56 assert(t1.get_id() == id);
57 assert(t0.get_id() == std::thread::id());
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
move.pass.cpp 61 std::thread::id id = t0.get_id(); local
63 assert(t1.get_id() == id);
64 assert(t0.get_id() == std::thread::id());
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/
swap.pass.cpp 53 int id() const {return data_[0];} function in class:A
72 assert(f1.target<A>()->id() == 1);
73 assert(f2.target<A>()->id() == 2);
77 assert(f1.target<A>()->id() == 2);
78 assert(f2.target<A>()->id() == 1);
90 assert(f1.target<A>()->id() == 1);
96 assert(f2.target<A>()->id() == 1);
109 assert(f2.target<A>()->id() == 1);
113 assert(f1.target<A>()->id() == 1);
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
swap.pass.cpp 50 int id() const { return data_[0]; } function in class:A
68 assert(f1.target<A>()->id() == 1);
69 assert(f2.target<A>()->id() == 2);
73 assert(f1.target<A>()->id() == 2);
74 assert(f2.target<A>()->id() == 1);
83 assert(f1.target<A>()->id() == 1);
89 assert(f2.target<A>()->id() == 1);
99 assert(f2.target<A>()->id() == 1);
103 assert(f1.target<A>()->id() == 1);
132 assert(f1.target<A>()->id() == 1)
    [all...]
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
const_Types.pass.cpp 31 NoValueCtor() : id(++count) {}
32 NoValueCtor(NoValueCtor const & other) : id(other.id) { ++count; }
41 int id; member in struct:NoValueCtor
131 assert(std::get<1>(t).id == 1);
  /external/libhevc/common/
ihevc_buf_mgr.c 77 WORD32 id; local
82 for(id = 0; id < BUF_MGR_MAX_CNT; id++)
84 ps_buf_mgr->au4_status[id] = 0;
85 ps_buf_mgr->apv_ptr[id] = NULL;
119 /* Check if buffer ID is within allowed range */
125 /* Check if the current ID is being used to hold some other buffer */
151 * Pointer to the id of the free buffer
164 WORD32 id; local
209 UWORD32 id; local
    [all...]
  /external/libmojo/base/android/
jni_android_unittest.cc 18 jmethodID id = base::android::MethodID::LazyGet< local
25 return env->CallStaticIntMethod(clazz, id, p);
28 int MethodIDCall(JNIEnv* env, jclass clazz, jmethodID id, int p) {
29 return env->CallStaticIntMethod(clazz, id, p);
43 jmethodID id = reinterpret_cast<jmethodID>(g_atomic_id); local
46 o += MethodIDCall(env, clazz.obj(), id, i);
  /external/libmojo/mojo/public/cpp/bindings/tests/
versioning_test_service.cc 61 uint64_t id = employee->employee_id; variable
62 if (employees_.find(id) == employees_.end())
63 employees_[id] = new EmployeeInfo();
64 employees_[id]->employee = std::move(employee);
68 void QueryEmployee(uint64_t id,
71 if (employees_.find(id) == employees_.end()) {
75 callback.Run(employees_[id]->employee.Clone(),
76 retrieve_finger_print ? employees_[id]->finger_print.Clone()
80 void AttachFingerPrint(uint64_t id,
83 if (employees_.find(id) == employees_.end())
    [all...]
  /external/libmpeg2/common/
impeg2_buf_mgr.c 79 WORD32 id; local
84 for(id = 0; id < BUF_MGR_MAX_CNT; id++)
86 ps_buf_mgr->au4_status[id] = 0;
87 ps_buf_mgr->apv_ptr[id] = NULL;
121 /* Check if buffer ID is within allowed range */
127 /* Check if the current ID is being used to hold some other buffer */
153 * Pointer to the id of the free buffer
166 WORD32 id; local
209 UWORD32 id; local
    [all...]
  /external/libmtp/examples/
thumb.c 48 uint32_t id = 0; local
63 id = strtoul(optarg, &rest, 0);
111 ret = LIBMTP_Send_Representative_Sample(device,id,thumb);
  /external/libvncserver/examples/
repeater.c 14 char id[250]; local
23 "Usage: %s <id> <repeater-host> [<repeater-port>]\n", argv[0]);
26 snprintf(id, sizeof(id) - 1, "ID:%s", argv[1]);
51 if (write(sock, id, sizeof(id)) != sizeof(id)) {
52 perror("writing id");
  /external/libxaac/decoder/
ixheaacd_adts.h 25 WORD32 id; member in struct:__anon26478
  /external/ltp/lib/newlib_tests/
test15.c 50 intptr_t id; member in struct:block
66 int id = (intptr_t)aid, i; local
69 i != id;
73 (m + (*seq_n))->id = id;
107 intptr_t i, id; local
130 id = (m + i)->id;
131 if (id != i)
132 tst_res(TFAIL, "%d\t\t%d", (int)i, (int)id);
    [all...]
  /external/ltp/testcases/kernel/syscalls/getpgid/
getpgid02.c 65 int *id; member in struct:test_case_t
92 TEST(getpgid(*TC[i].id));
  /external/ltp/testcases/kernel/syscalls/ipc/libnewipc/
libnewipc.c 43 int id; local
48 id = count % 26 + (int) 'a';
51 key = ftok(buf, id);
  /external/ltp/testcases/kernel/syscalls/request_key/
request_key02.c 45 int *id; member in struct:test_case
56 TEST(request_key("keyring", tc->des, NULL, *tc->id));
  /external/ltp/testcases/lib/
tst_checkpoint.c 28 printf("Usage: tst_checkpoint wait TIMEOUT ID\n");
29 printf(" or: tst_checkpoint wake TIMEOUT ID NR_WAKE\n");
31 printf(" ID - checkpoint id\n");
55 unsigned int id, timeout, nr_wake; local
82 || get_val("ID", argv[3], &id)) {
89 ret = tst_checkpoint_wake(id, nr_wake, timeout);
91 ret = tst_checkpoint_wait(id, timeout);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_fence.h 44 unsigned id; member in struct:lp_fence
  /external/mesa3d/src/gallium/drivers/r600/
eg_asm.c 33 unsigned id = cf->id; local
36 bc->bytecode[id++] = cf->isa[0];
37 bc->bytecode[id++] = cf->isa[1];
45 bc->bytecode[id++] =
53 bc->bytecode[id++] =
61 bc->bytecode[id++] = S_SQ_CF_ALU_WORD0_ADDR(cf->addr >> 1) |
65 bc->bytecode[id++] = S_SQ_CF_ALU_WORD1_CF_INST(opcode) |
73 bc->bytecode[id++] = S_SQ_CF_WORD0_ADDR(cf->addr >> 1);
74 bc->bytecode[id++] = S_SQ_CF_WORD1_CF_INST(opcode)
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_fence.h 40 unsigned id; /* Just for reference */ member in struct:swr_fence
  /external/mesa3d/src/glx/apple/
apple_glx.c 84 static xp_client_id id; local
86 if (0 == id) {
88 (Success != xp_get_client_id(&id))) {
93 return id;
  /external/mesa3d/src/intel/vulkan/tests/
state_pool_test_helper.h 28 unsigned id; member in struct:job
38 const unsigned chunk_size = 1 << (job->id % STATES_PER_THREAD_LOG2);
65 jobs[i].id = i;
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 47 s32 id; /* node id */ member in struct:__anon30732

Completed in 1078 milliseconds

<<11121314151617181920>>