HomeSort by relevance Sort by last modified time
    Searched refs:ad (Results 51 - 75 of 400) sorted by null

1 23 4 5 6 7 8 91011>>

  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_test_utils.py 164 for ad in android_devices:
165 ad.adb.shell("setenforce 0")
334 def set_bt_scan_mode(ad, scan_mode_value):
335 droid, ed = ad.droid, ad.ed
339 reset_bluetooth([ad])
432 def take_btsnoop_log(ad, testcase, test_name):
446 serial = ad.droid.getBuildSerial()
447 device_model = ad.droid.getBuildModel()
450 snoop_path = ad.log_path + "/BluetoothSnoopLogs
    [all...]
  /external/v8/src/compiler/
graph-visualizer.h 33 std::ostream& operator<<(std::ostream& os, const AsJSON& ad);
40 std::ostream& operator<<(std::ostream& os, const AsRPO& ad);
  /external/compiler-rt/lib/builtins/ppc/
multc3.c 25 long double ad = __gcc_qmul(a,d); local
29 DD imag = { .ld = __gcc_qadd(ad,bc) };
62 DD adDD = { .ld = ad };
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-rep.d 20 17: 66 f3 ad[ ]+rep lods %ds:\(%rsi\),%ax
27 29: f3 ad[ ]+rep lods %ds:\(%rsi\),%eax
32 34: f3 48 ad[ ]+rep lods %ds:\(%rsi\),%rax
46 61: 67 66 f3 ad[ ]+rep lods %ds:\(%esi\),%ax
53 7a: 67 f3 ad[ ]+rep lods %ds:\(%esi\),%eax
58 8a: 67 f3 48 ad[ ]+rep lods %ds:\(%esi\),%rax
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-rep.d 19 17: 66 f3 ad[ ]+rep lods %ds:\(%rsi\),%ax
26 29: f3 ad[ ]+rep lods %ds:\(%rsi\),%eax
31 34: f3 48 ad[ ]+rep lods %ds:\(%rsi\),%rax
45 61: 67 66 f3 ad[ ]+rep lods %ds:\(%esi\),%ax
52 7a: 67 f3 ad[ ]+rep lods %ds:\(%esi\),%eax
57 8a: 67 f3 48 ad[ ]+rep lods %ds:\(%esi\),%rax
rep.d 19 17: 66 f3 ad[ ]+rep lods %ds:\(%esi\),%ax
26 29: f3 ad[ ]+rep lods %ds:\(%esi\),%eax
40 52: 67 66 f3 ad[ ]+rep lods %ds:\(%si\),%ax
47 6b: 67 f3 ad[ ]+rep lods %ds:\(%si\),%eax
  /external/boringssl/src/crypto/cipher/
aead.c 103 const uint8_t *ad, size_t ad_len) {
117 in_len, ad, ad_len)) {
132 const uint8_t *ad, size_t ad_len) {
139 in_len, ad, ad_len)) {
internal.h 90 const uint8_t *in, size_t in_len, const uint8_t *ad,
95 const uint8_t *in, size_t in_len, const uint8_t *ad,
  /external/boringssl/src/crypto/
internal.h 505 OPENSSL_EXPORT int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int index, void *val);
510 OPENSSL_EXPORT void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int index);
513 OPENSSL_EXPORT void CRYPTO_new_ex_data(CRYPTO_EX_DATA *ad);
522 /* CRYPTO_free_ex_data frees |ad|, which is embedded inside |obj|, which is an
525 void *obj, CRYPTO_EX_DATA *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.
  /system/security/keystore-engine/
methods.h 55 int keyhandle_new(void*, void*, CRYPTO_EX_DATA* ad, int idx, long, void*);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
tls.s 17 .word ad(tpoff)
  /external/skia/src/gpu/
GrPathRendering.cpp 73 SkAutoDescriptor ad(sizeof(rec) + SkDescriptor::ComputeOverhead(1));
74 SkDescriptor* genericDesc = ad.getDesc();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/
loadm_test.d 23 1a: ad 00 loadmp \$0x6,r0
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveStressCallTest.py 159 def _check_phone_call_status(self, ad, telecom_status, call_status=None):
162 ad: Android object
170 if ad.droid.telecomGetCallState() != telecom_status:
173 call_list = ad.droid.telecomCallGetCallIds()
176 if not verify_active_call_number(self.log, ad, 1):
180 .format(ad.droid.telecomCallGetCallState(call_id)))
181 if ad.droid.telecomCallGetCallState(call_id) != call_status:
TelLiveDataTest.py     [all...]
  /tools/test/connectivity/acts/tests/google/wifi/
WifiEnterpriseTest.py 168 def eap_negative_connect_logic(self, config, ad):
179 verdict = wutils.eap_connect(config, ad)
303 def gen_eap_test_name(self, config, ad):
308 ad: Discarded. This is here because name function signature needs
325 def gen_passpoint_test_name(self, config, ad):
330 ad: Discarded. This is here because name function signature needs
338 name = self.gen_eap_test_name(config, ad)
388 def name_gen(config, ad):
389 name = self.gen_eap_test_name(config, ad)
449 def name_gen(config, ad)
    [all...]
  /external/boringssl/src/ssl/
ssl_aead_ctx.c 163 /* TLS 1.2 AEADs include the length in the AD and are assumed to have fixed
175 uint8_t ad[13]; local
176 size_t ad_len = ssl_aead_ctx_get_ad(aead, ad, type, wire_version, seqnum,
218 in, in_len, ad, ad_len);
236 uint8_t ad[13]; local
237 size_t ad_len = ssl_aead_ctx_get_ad(aead, ad, type, wire_version, seqnum,
295 in, in_len, ad, ad_len)) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ArrayDequeTest.java 634 ArrayDeque<Object> ad = new ArrayDeque<Object>(); local
637 ad.addLast(new Object());
639 assertTrue(ad.iterator().hasNext());
640 Iterator<Object> iter = ad.iterator();
647 ad = new ArrayDeque<Object>();
650 ad.addLast(new Object());
652 iter = ad.iterator();
659 ad = new ArrayDeque<Object>();
662 ad.addLast(new Object());
664 iter = ad.iterator()
718 ArrayDeque<Object> ad = new ArrayDeque<Object>(); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
m32rx.d 28 18: 5d ad f0 00 mulwu1 fp,fp \|\| nop
88 68: 7c 00 8d ad bc 68 <bc__add> \|\| add fp,fp
90 6c: 7c 00 0d ad bc 6c <bc__add\+0x4> -> add fp,fp
144 c0: 2d ad 82 3d ldh fp,@fp \|\| neg r2,fp
145 c4: 2d ad 02 3d ldh fp,@fp -> neg r2,fp
164 e8: 12 ad 82 0d mvtc fp,spi \|\| subv r2,fp
165 ec: 12 ad 82 0d mvtc fp,spi \|\| subv r2,fp
225 164: 0d ad d2 ad add fp,fp \|\| mulwu1 r2,fp
226 168: 0d ad 52 ad add fp,fp -> mulwu1 r2,f
    [all...]
  /bionic/libc/include/arpa/
nameser_compat.h 66 unsigned ad: 1; /* authentic data from named */ member in struct:__anon164
80 unsigned ad: 1; /* authentic data from named */ member in struct:__anon164
  /external/avahi/avahi-core/
dns.h 95 #define AVAHI_DNS_FLAGS(qr, opcode, aa, tc, rd, ra, z, ad, cd, rcode) \
102 ((uint16_t) !!ad << 5) | \
  /external/boringssl/src/include/openssl/
aead.h 80 * authenticated via the |ad| parameter. This data is not included in the
144 * unpredictable. They only accept an |ad| parameter of length 11 (the standard
170 * and may not be used concurrently. They only accept an |ad| parameter of
267 * authenticates |ad_len| bytes from |ad| and writes the result to |out|. It
290 const uint8_t *ad, size_t ad_len);
293 * from |ad| and decrypts at most |in_len| bytes into |out|. It returns one on
315 const uint8_t *ad, size_t ad_len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser_compat.h 60 unsigned ad: 1; /*%< authentic data from named */ member in struct:__anon37160
74 unsigned ad: 1; /*%< authentic data from named */ member in struct:__anon37160
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
nameser_compat.h 60 unsigned ad: 1; /*%< authentic data from named */ member in struct:__anon39031
74 unsigned ad: 1; /*%< authentic data from named */ member in struct:__anon39031

Completed in 529 milliseconds

1 23 4 5 6 7 8 91011>>