/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
ittnotify_types.h | 45 __itt_group_id id; member in struct:___itt_group_list
|
/external/llvm/tools/llvm-jitlistener/ |
llvm-jitlistener.cpp | 101 static unsigned int id = 0; local 102 return ++id;
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_context.h | 33 unsigned id; member in struct:nouveau_context::__anon23120 64 nv->scratch.wrap = nv->scratch.id;
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_state_fs.c | 129 result->id = util_bitmask_add(svga->fs_bm); 130 if(result->id == UTIL_BITMASK_INVALID_INDEX) { 136 result->id, 150 if (result->id != UTIL_BITMASK_INVALID_INDEX) 151 util_bitmask_clear( svga->fs_bm, result->id ); 253 unsigned id = SVGA3D_INVALID_ID; local 277 id = result->id; 279 assert(id != SVGA3D_INVALID_ID); 284 id ); [all...] |
/external/openssl/apps/ |
ciphers.c | 199 unsigned long id = SSL_CIPHER_get_id(c); local 200 int id0 = (int)(id >> 24); 201 int id1 = (int)((id >> 16) & 0xffL); 202 int id2 = (int)((id >> 8) & 0xffL); 203 int id3 = (int)(id & 0xffL); 205 if ((id & 0xff000000L) == 0x02000000L) 207 else if ((id & 0xff000000L) == 0x03000000L)
|
/external/openssl/ssl/ |
d1_srtp.c | 179 if(p->id == profile_num) 293 s2n(prof->id,p); 313 int id; local 349 n2s(d,id); 353 if(!find_profile_by_num(id,&cprof)) 388 if(cprof->id==sprof->id) 422 s2n(s->srtp_profile->id,p); 433 unsigned id; local 455 n2s(d,id); [all...] |
/external/qemu/ |
async.c | 49 int id; member in struct:AsyncContext 69 new->id = async_context->id + 1; 108 * Returns the ID of the currently active AsyncContext 112 return async_context->id;
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_cdrom.h | 71 Uint8 id; /**< Track number */ member in struct:SDL_CDtrack 80 int id; /**< Private drive identifier */ member in struct:SDL_CD
|
/external/regex-re2/re2/testing/ |
filtered_re2_test.cc | 31 int id; local 32 v.f.Add("(foo|bar)", v.opts, &id); 39 EXPECT_EQ(id, v.matches[0]); 45 int id; local 48 v.f.Add("\xde\xadQ\xbe\xef", v.opts, &id); 56 EXPECT_EQ(id, v.matches[0]); 137 int id; local 138 v->f.Add(regexps[i], v->opts, &id);
|
/external/replicaisland/src/com/replica/replicaisland/ |
MultiTouchFilter.java | 18 final int id = event.getPointerId(x); local 22 BaseObject.sSystemRegistry.inputSystem.touchUp(id, 26 BaseObject.sSystemRegistry.inputSystem.touchDown(id,
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowNotificationManager.java | 21 public void notify(int id, Notification notification) 23 notify(null, id, notification); 27 public void notify(String tag, int id, Notification notification) { 29 idForTag.put(tag, id); 31 notifications.put(id, notification); 35 public void cancel(int id) 37 cancel(null, id); 41 public void cancel(String tag, int id) { 42 // I can't make sense of this method signature. I'm guessing that the id is optional and if it's bogus you are supposed to use the tag instead, but that references to both should be gone. PG 44 if (notifications.containsKey(id)) { 66 Integer id = idForTag.get(tag); local [all...] |
/external/skia/src/animator/ |
SkDisplayable.h | 99 const char* id; member in class:SkDisplayable
|
/external/smack/src/org/jivesoftware/smackx/provider/ |
StreamInitiationProvider.java | 45 String id = parser.getAttributeValue("", "id"); local 116 initiation.setSesssionID(id);
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
Subscription.java | 24 protected String id;
field in class:Subscription 49 * @param nodeId The node id
58 * and JID. The server will have supplied the subscription id and current state.
62 * @param subscriptionId The id of this subscription
69 id = subscriptionId;
75 * and JID. The server will have supplied the subscription id and current state
80 * @param subscriptionId The id of this subscription
88 id = subscriptionId;
104 * Gets the subscription id
106 * @return The subscription id
[all...] |
/external/speex/libspeex/ |
filterbank.c | 111 int id = bank->bank_left[i]; local 112 bank->scaling[id] += bank->filter_left[i]; 113 id = bank->bank_right[i]; 114 bank->scaling[id] += bank->filter_right[i]; 142 int id; local 143 id = bank->bank_left[i]; 144 mel[id] += MULT16_32_P15(bank->filter_left[i],ps[i]); 145 id = bank->bank_right[i]; 146 mel[id] += MULT16_32_P15(bank->filter_right[i],ps[i]); 181 int id = bank->bank_left[i] local 195 int id = bank->bank_left[i]; local [all...] |
quant_lsp.c | 162 int id; local 177 id = lsp_quant(qlsp, cdbk_nb, NB_CDBK_SIZE, order); 178 speex_bits_pack(bits, id, 6); 183 id = lsp_weight_quant(qlsp, quant_weight, cdbk_nb_low1, NB_CDBK_SIZE_LOW1, 5); 184 speex_bits_pack(bits, id, 6); 189 id = lsp_weight_quant(qlsp, quant_weight, cdbk_nb_low2, NB_CDBK_SIZE_LOW2, 5); 190 speex_bits_pack(bits, id, 6); 192 id = lsp_weight_quant(qlsp+5, quant_weight+5, cdbk_nb_high1, NB_CDBK_SIZE_HIGH1, 5); 193 speex_bits_pack(bits, id, 6); 198 id = lsp_weight_quant(qlsp+5, quant_weight+5, cdbk_nb_high2, NB_CDBK_SIZE_HIGH2, 5) 215 int i, id; local 245 int id; local 285 int i, id; local 322 int id; local 369 int i, id; local [all...] |
/external/srec/tools/grxmlcompile/ |
sub_supp.cpp | 377 int ii, id, count; local 386 id= arc[ii]->GetFromId(); 387 mapList[id]= 1; 388 id= arc[ii]->GetToId(); 389 if (id >= 0) 390 mapList[id]= 1; 401 id= arc[ii]->GetFromId(); 402 arc[ii]->AssignFromId(mapList[id]); 403 id= arc[ii]->GetToId(); 404 if (id >= 0 [all...] |
/external/stlport/stlport/stl/ |
_codecvt.h | 54 * because of the static locale::id instance. When VC6 see this definition 55 * it goes crasy with locale::id static instances and all the has_facet tests 112 static locale::id id; variable 164 locale::id codecvt<_InternT, _ExternT, _StateT>::id; 229 static _STLP_STATIC_DECLSPEC locale::id id; 326 static _STLP_STATIC_DECLSPEC locale::id id; [all...] |
_locale.h | 103 _STLP_CLASS_DECLSPEC id { struct in class:locale 190 facet* _M_get_facet(const id&) const; 192 facet* _M_use_facet(const id&) const; 199 void _M_insert(facet* __f, id& __id); 320 * facet id static instance in the library source code to avoid 326 inline locale::id& _GetFacetId(const _Facet*) 327 { return _Facet::id; } 329 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_get<char, istreambuf_iterator<char, char_traits<char> > >*); 330 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<char, ostreambuf_iterator<char, char_traits<char> > >*); 331 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<char, istreambuf_iterator<char, char_traits<char> > >*) [all...] |
/external/valgrind/main/memcheck/tests/linux/ |
timerfd-syscall.c | 98 int id; member in struct:tmr_type 197 tnow = getustime(clks[i].id); 198 if ((tfd = timerfd_create(clks[i].id, 0)) == -1) 212 ttmr = getustime(clks[i].id); 221 tnow = getustime(clks[i].id); 232 ttmr = getustime(clks[i].id); 240 tnow = getustime(clks[i].id); 265 ttmr = getustime(clks[i].id); 279 tnow = getustime(clks[i].id); 293 ttmr = getustime(clks[i].id); [all...] |
/external/valgrind/unittest/ |
deadlock_unittest.cc | 138 int id; local 144 id = it->second; 146 id = m.size(); 147 m[self] = id; 150 return id;
|
old_test_suite.cc | 133 int id = 1; local 134 while (id < argc) { 135 char *cur_arg = argv[id]; 161 printf("Unknown test id: %d\n", test_id); 169 printf("Unknown test id: %d\n", test_id); 179 id++;
|
/external/webrtc/src/system_wrappers/source/ |
critical_section_unittest.cc | 105 unsigned int id = 42; local 107 ASSERT_TRUE(thread->Start(id)); 137 unsigned int id = 42; local 139 ASSERT_TRUE(thread->Start(id));
|
event_posix.cc | 232 unsigned int id = 0; local 233 if (_timerThread->Start(id))
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_md5.c | 45 static struct wpabuf * eap_md5_buildReq(struct eap_sm *sm, void *priv, u8 id) 57 EAP_CODE_REQUEST, id); 104 u8 hash[CHAP_MD5_LEN], id; local 121 id = eap_get_id(respData); 122 if (chap_md5(id, sm->user->password, sm->user->password_len,
|