HomeSort by relevance Sort by last modified time
    Searched refs:ad (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/qemu/android/
android-device.h 135 * ad - Androd device descriptor for the connection.
140 typedef void (*device_connected_cb)(void* opaque, AndroidDevice* ad, int failure);
148 * ad - Androd device descriptor for the connection.
152 typedef void (*event_cb)(void* opaque, AndroidDevice* ad, char* msg, int msgsize);
158 * ad - Android device instance
161 typedef void (*io_failure_cb)(void* opaque, AndroidDevice* ad, int failure);
198 * ad - Android device descriptor, returned from android_device_init API.
202 extern void android_device_destroy(AndroidDevice* ad);
206 * ad - Android device descriptor, returned from android_device_init API.
211 extern int android_device_connect_sync(AndroidDevice* ad, int to)
    [all...]
android-device.c 93 AndroidDevice* ad; member in struct:AndroidDevSocket
230 * ad - Android device descriptor that owns the socket.
236 AndroidDevice* ad,
357 return ads->ad->io_looper;
380 AndroidDevice* ad,
387 ads->ad = ad;
581 if (ads->ad->on_io_failure != NULL && ads->socket_status > ADS_CONNECTED) {
583 ads->ad->on_io_failure(ads->opaque, ads->ad, save_error)
1235 AndroidDevice* ad = adsevent->dev_socket.ad; local
1259 AndroidDevice* ad = ads->ad; local
1323 AndroidDevice* ad = (AndroidDevice*)opaque; local
1359 AndroidDevice* ad; local
    [all...]
sensors-port.c 77 * ad - Android device used by this sensors port.
82 _on_sensor_received(void* opaque, AndroidDevice* ad, char* msg, int msgsize)
132 android_device_listen(ad, asp->events, sizeof(asp->events), _on_sensor_received);
139 * ad - Android device used by this sensors port.
143 _on_device_connected(void* opaque, AndroidDevice* ad, int failure)
158 * ad - Android device instance
163 _on_io_failure(void* opaque, AndroidDevice* ad, int failure)
168 android_device_disconnect(ad);
169 android_device_connect_async(ad, _on_device_connected);
multitouch-port.c 204 _on_event_received(void* opaque, AndroidDevice* ad, char* msg, int msgsize)
239 android_device_listen(ad, mtsp->events, sizeof(mtsp->events),
247 * ad - Android device used by this port.
251 _on_device_connected(void* opaque, AndroidDevice* ad, int failure)
267 * ad - Android device instance
272 _on_io_failure(void* opaque, AndroidDevice* ad, int failure)
277 android_device_disconnect(ad);
280 android_device_connect_async(ad, _on_device_connected);
  /frameworks/compile/libbcc/tests/data/src/
otcc-ansi.c 35 void ad() { function
40 ad();
42 ad();
79 ad();
101 ad();
185 ad();
191 ad();
203 ad();
206 ad();
208 ad();
    [all...]
  /external/v8/src/
diy-fp.cc 48 uint64_t ad = a * d; local
50 uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32);
54 uint64_t result_f = ac + (ad >> 32) + (bc >> 32) + (tmp >> 32);
  /external/webkit/Source/WebKit/win/Interfaces/
AccessibleComparable.idl 37 uuid(4f0381ad-dab3-42ad-9ca2-a85b0ae041c0),
IWebHistoryPrivate.idl 32 uuid(B811003B-3475-46ad-9697-91D0D181CC05),
  /external/openssl/crypto/
ex_data.c 161 CRYPTO_EX_DATA *ad);
167 CRYPTO_EX_DATA *ad);
184 CRYPTO_EX_DATA *ad);
188 CRYPTO_EX_DATA *ad);
400 * the global "ex_data" state (ie. class definitions), not thread-safe on 'ad'
403 CRYPTO_EX_DATA *ad)
412 ad->sk = NULL;
434 ptr = CRYPTO_get_ex_data(ad, i);
435 storage[i]->new_func(obj,ptr,ad,i,
492 CRYPTO_EX_DATA *ad)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
AccessDescription.java 90 AccessDescription ad = (AccessDescription) object;
91 values[0] = ObjectIdentifier.toIntArray(ad.accessMethod);
92 values[1] = ad.accessLocation;
  /external/bluetooth/bluez/sbc/
sbcdec.c 52 int fd, ad, pos, streamlen, framelen, count; local
91 ad = open(output, O_WRONLY | O_CREAT | O_TRUNC, 0644);
93 ad = open(output, O_WRONLY, 0);
95 if (ad < 0) {
146 written = write(ad, &au_hdr, sizeof(au_hdr));
152 if (ioctl(ad, SNDCTL_DSP_SETFMT, &format) < 0) {
158 if (ioctl(ad, SNDCTL_DSP_CHANNELS, &channels) < 0) {
164 if (ioctl(ad, SNDCTL_DSP_SPEED, &frequency) < 0) {
181 written = write(ad, buf, count);
206 written = write(ad, buf, count)
    [all...]
  /development/samples/training/ads-and-ux/src/com/example/training/ads/
AdsCatalogActivity.java 31 // Ad network-specific imports (AdMob).
32 import com.google.ads.Ad;
41 // Ad network-specific mechanism to enable test mode.
112 // Set up the various ad layouts on different flip pages.
121 mAdView = (AdView) v.findViewById(R.id.ad);
125 // adRequest.addKeyword("ad keywords");
127 // Ad network-specific mechanism to enable test mode. Be sure to disable before
142 // for example, fill the ad with a banner promoting a feature.
146 public void onDismissScreen(Ad ad) {}
    [all...]
  /external/openssl/crypto/objects/
obj_dat.c 291 ADDED_OBJ ad,*adp; local
307 ad.type=ADDED_NID;
308 ad.obj= &ob;
310 adp=lh_ADDED_OBJ_retrieve(added,&ad);
323 ADDED_OBJ ad,*adp; local
339 ad.type=ADDED_NID;
340 ad.obj= &ob;
342 adp=lh_ADDED_OBJ_retrieve(added,&ad);
355 ADDED_OBJ ad,*adp; local
371 ad.type=ADDED_NID
401 ADDED_OBJ ad,*adp; local
642 ADDED_OBJ ad,*adp; local
662 ADDED_OBJ ad,*adp; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioRenderer.java 65 public void deleteAudioData(AudioData ad);
  /external/bluetooth/bluez/test/
test-health-sink 28 for ad in adapters:
29 print "%d. %s" % (i, ad)
  /external/compiler-rt/lib/ppc/
multc3.c 29 long double ad = __gcc_qmul(a,d); local
33 DD imag = { .ld = __gcc_qadd(ad,bc) };
66 DD adDD = { .ld = ad };
  /frameworks/compile/libbcc/runtime/lib/ppc/
multc3.c 33 long double ad = __gcc_qmul(a,d); local
37 DD imag = { .ld = __gcc_qadd(ad,bc) };
70 DD adDD = { .ld = ad };
  /libcore/luni/src/test/resources/
blob.c 2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  /device/ti/panda/audio/test/
test-signal 5 eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArrayDequeTest.java 629 ArrayDeque<Object> ad = new ArrayDeque<Object>(); local
632 ad.addLast(new Object());
634 assertTrue(ad.iterator().hasNext());
635 Iterator<Object> iter = ad.iterator();
642 ad = new ArrayDeque<Object>();
645 ad.addLast(new Object());
647 iter = ad.iterator();
654 ad = new ArrayDeque<Object>();
657 ad.addLast(new Object());
659 iter = ad.iterator()
713 ArrayDeque<Object> ad = new ArrayDeque<Object>(); local
    [all...]
  /external/openssh/
audit-bsm.c 191 int ad, rc, sel; local
209 ad = au_open();
211 (void) au_write(ad, AUToSubjectFunc(uid, uid, gid, uid, gid,
213 (void) au_write(ad, au_to_text(string));
214 (void) au_write(ad, AUToReturnFunc(typ, rc));
216 rc = au_close(ad, AU_TO_WRITE, event_no);
  /external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
AndroidAudioRenderer.java 470 public void deleteAudioData(AudioData ad) {
473 if (src.getAudioData() == ad) {
479 ad.setId(-1);
484 if (ad.getId() > 0) {
485 soundPool.unload(ad.getId());
486 ad.setId(-1);
  /external/clang/test/FixIt/
fixit.cpp 155 class AD {};
156 class BD: public AD {};
159 AD* aPtr;
161 aPtr = b; // expected-error {{assigning to 'AD *' from incompatible type 'BD'; take the address with &}}
162 aPtr = br; // expected-error {{assigning to 'AD *' from incompatible type 'BD'; take the address with &}}
173 AD oopsMoreCommas() {
179 AD ad, // expected-error {{expected ';' at end of declaration}} local
180 return ad;
  /external/wpa_supplicant_8/src/crypto/
tls_internal.c 341 u8 *res, *ad; local
348 ad = NULL;
352 &res_len, &ad, &ad_len, need_more_data);
358 os_free(ad);
362 if (ad) {
363 *appl_data = wpabuf_alloc_ext_data(ad, ad_len);
365 os_free(ad);
369 os_free(ad);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 60 unsigned ad: 1; /* authentic data from named */ member in struct:__anon22814
74 unsigned ad: 1; /* authentic data from named */ member in struct:__anon22814

Completed in 2969 milliseconds

1 2 3 4 5