HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 1051 - 1075 of 5510) sorted by null

<<41424344454647484950>>

  /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/experimental/LightSymbolsUtil/lightsymbols/
lightsymbols.cc 72 int id; local
75 id = -1;
76 if (fscanf(file, "%i", &id) == 0) break;
77 if (id == -1) break;
78 if (entries <= id + 1) {
79 entries = id + 1;
98 id = -1;
99 if (fscanf(file, "%i", &id) == 0) break;
100 if (id == -1) break;
105 if (log) { fprintf(log, "%i, %s", id, trimed); }
    [all...]
  /external/skia/samplecode/
SampleBlur.cpp 42 int id = (int)d; local
43 if (id > 255) {
44 id = 255;
46 p[x] = id;
  /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 378 int ii, id, count; local
387 id= arc[ii]->GetFromId();
388 mapList[id]= 1;
389 id= arc[ii]->GetToId();
390 if (id >= 0)
391 mapList[id]= 1;
402 id= arc[ii]->GetFromId();
403 arc[ii]->AssignFromId(mapList[id]);
404 id= arc[ii]->GetToId();
405 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/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/hs20/server/www/
users.php 10 if (isset($_GET["id"])) {
11 $id = $_GET["id"]; variable
12 if (!is_numeric($id))
13 $id = 0; variable
15 $id = 0; variable
21 if ($cmd == 'eventlog' && $id > 0) {
22 $row = $db->query("SELECT dump FROM eventlog WHERE rowid=$id")->fetch();
35 if ($cmd == 'mo' && $id > 0) {
41 $row = $db->query("SELECT $mo FROM users WHERE rowid=$id")->fetch()
    [all...]
  /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,
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 106 int id, tmp; local
116 id = -1;
142 if (tmp > id)
143 id = tmp;
146 id += 1;
149 wsprintf(name, L"%04d", id);
151 os_snprintf(name, sizeof(name), "%04d", id);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_storage.c 131 u32 id; local
139 id = pSeqParamSet->seqParameterSetId;
141 /* seq parameter set with id not used before -> allocate memory */
142 if (pStorage->sps[id] == NULL)
144 ALLOCATE(pStorage->sps[id], 1, seqParamSet_t);
145 if (pStorage->sps[id] == NULL)
148 /* sequence parameter set with id equal to id of active sps */
149 else if (id == pStorage->activeSpsId)
159 FREE(pStorage->sps[id]->offsetForRefFrame)
214 u32 id; local
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.cpp 44 int id; local
48 id = mNextComponentId++;
49 ALOGV("%s: Adding new component %d", __FUNCTION__, id);
51 err = mStates.add(id, IDLE);
53 __FUNCTION__, id, strerror(-err), err);
62 return err < 0 ? err : id;
65 void StatusTracker::removeComponent(int id) {
69 ALOGV("%s: Removing component %d", __FUNCTION__, id);
70 idx = mStates.removeItem(id);
83 void StatusTracker::markComponentIdle(int id, const sp<Fence>& componentFence)
    [all...]
StatusTracker.h 51 // An always-invalid component ID
54 // Add a component to track; returns non-negative unique ID for the new
60 void removeComponent(int id);
66 void markComponentIdle(int id, const sp<Fence>& componentFence);
69 void markComponentActive(int id);
82 void markComponent(int id, ComponentState state,
91 int id; member in struct:android::camera3::StatusTracker::StateChange

Completed in 2779 milliseconds

<<41424344454647484950>>