HomeSort by relevance Sort by last modified time
    Searched refs:ad (Results 101 - 125 of 628) sorted by null

1 2 3 45 6 7 8 91011>>

  /tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
anritsu_utils.py     [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
PowerBaseTest.py 65 self.ad.go_to_sleep()
79 self.ad.log.info("DUT phone Airplane is ON")
84 self.ad.log.info("DUT phone Bluetooth is ON")
96 for ad in self.android_devices:
97 sync_device_time(ad)
98 self.ad = self.android_devices[0]
103 self.mon.attach_device(self.ad)
112 force_airplane_mode(self.ad, True),
113 "Can not turn on airplane mode on: %s" % self.ad.serial)
115 bluetooth_enabled_check(self.ad),
    [all...]
BluetoothBaseTest.py 48 for ad in self.android_devices:
49 self._setup_bt_libs(ad)
61 for ad in self.android_devices:
62 ad.droid.logI("Started " + log_string)
64 for ad in self.android_devices:
65 ad.droid.logI("Finished " + log_string)
72 for ad in self.android_devices:
73 ad.droid.logI("Rerun Started " + log_string)
bt_test_utils.py 221 for ad in android_devices:
222 ad.adb.shell("setenforce 0")
258 def bluetooth_enabled_check(ad):
263 ad: The Android device list to enable Bluetooth on.
268 if not ad.droid.bluetoothCheckState():
269 ad.droid.bluetoothToggleState(True)
272 ad.ed.pop_event(expected_bluetooth_on_event_name,
275 ad.log.info(
278 if ad.droid.bluetoothCheckState():
279 ad.log.info(".. actual state is ON"
    [all...]
  /frameworks/native/cmds/servicemanager/
service_manager.c 69 struct audit_data ad; local
76 ad.pid = spid;
77 ad.uid = uid;
78 ad.name = name;
80 int result = selinux_check_access(sctx, tctx, class, perm, (void *) &ad);
363 struct audit_data *ad = (struct audit_data *)data; local
365 if (!ad || !ad->name) {
370 snprintf(buf, len, "service=%s pid=%d uid=%d", ad->name, ad->pid, ad->uid)
    [all...]
  /external/boringssl/src/crypto/cipher_extra/
aead_test.cc 44 // ad_len, if non-zero, is the required length of the AD.
113 // AD: b654574932
120 std::vector<uint8_t> key, nonce, in, ad, ct, tag;
124 ASSERT_TRUE(t->GetBytes(&ad, "AD"));
146 in.size(), ad.data(), ad.size()));
168 out.size(), ad.data(), ad.size());
190 nonce.size(), out.data(), out.size(), ad.data(), ad.size())
545 alignas(64) uint8_t ad[32 + 1]; local
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorIntDiv.h 211 unsigned ad = d; local
212 unsigned t = two31 + (ad >> 31);
213 unsigned anc = t - 1 - t%ad; // Absolute value of nc.
217 unsigned q2 = two31/ad; // Init. q2 = 2**p/|d|.
218 unsigned r2 = two31 - q2*ad; // Init. r2 = rem(2**p, |d|).
229 if (r2 >= ad) { // (Must be an unsigned
231 r2 = r2 - ad;}
232 delta = ad - r2;
  /test/framework/harnesses/host_controller/tfc/
device_info.py 100 ad = android_device.AndroidDevice(serial)
102 val = getattr(ad, prop, None)
  /tools/test/connectivity/acts/tests/google/tel/live/
TelPowerTest.py 101 self.mon.dut = self.ad = self.android_devices[0]
102 self.ad.reboot()
103 set_adaptive_brightness(self.ad, False)
104 set_ambient_display(self.ad, False)
105 set_auto_rotate(self.ad, False)
106 set_location_service(self.ad, False)
108 disable_doze(self.ad)
109 set_phone_screen_on(self.log, self.ad, 15)
130 if not toggle_airplane_mode(self.log, self.ad, True):
145 self.log, self.ad, network_ssid, network_pass, retry=3)
    [all...]
  /cts/hostsidetests/incident/src/com/android/server/cts/
MemInfoIncidentTest.java 42 for (AppData ad : dump.getAppProcessesList()) {
43 testAppData(ad);
140 private static void testAppData(AppData ad) throws Exception {
141 assertNotNull(ad);
143 testProcessMemory(ad.getProcessMemory());
145 AppData.ObjectStats os = ad.getObjects();
160 AppData.SqlStats ss = ad.getSql();
  /external/boringssl/src/crypto/fipsmodule/cipher/
aead.c 118 const uint8_t *ad, size_t ad_len) {
137 in_len, NULL, 0, ad, ad_len)) {
154 size_t extra_in_len, const uint8_t *ad, size_t ad_len) {
170 extra_in_len, ad, ad_len)) {
186 const uint8_t *ad, size_t ad_len) {
194 in_len, ad, ad_len)) {
215 in + plaintext_len, ctx->tag_len, ad, ad_len)) {
233 const uint8_t *ad, size_t ad_len) {
245 in_tag_len, ad, ad_len)) {
  /tools/test/connectivity/acts/tests/google/net/
DnsOverTlsTest.py 65 def _start_tcp_dump(self, ad):
69 1. ad: dut to run tcpdump on
72 stop_adb_tcpdump(ad, self.tcpdump_pid, pull_tcpdump=False)
73 self.tcpdump_pid = start_adb_tcpdump(ad, self.test_name, mask='all')
75 def _stop_tcp_dump(self, ad):
79 1. ad: dut to pull tcpdump from
81 file_name = ad.adb.shell("ls /sdcard/tcpdump")
82 file_name = os.path.join(ad.log_path, "TCPDUMP_%s" % ad.serial,
85 stop_adb_tcpdump(ad, self.tcpdump_pid, pull_tcpdump=True
    [all...]
  /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.27/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.27/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
  /tools/test/connectivity/acts/tests/google/bt/system_tests/
BtStressTest.py 127 for ad in self.android_devices:
128 if not clear_bonded_devices(ad):
132 bonded_devices = ad.droid.bluetoothGetBondedDevices()
  /tools/test/connectivity/acts/tests/google/tel/lab/
TelLabDataTest.py 78 self.ad = self.android_devices[0]
82 self.ad.sim_card = getattr(self.ad, "sim_card", None)
83 self.log.info("SIM Card is %s", self.ad.sim_card)
108 toggle_airplane_mode(self.log, self.ad, True)
114 toggle_airplane_mode(self.log, self.ad, True)
124 self.ad.sim_card)
125 set_usim_parameters(self.anritsu, self.ad.sim_card)
127 self.ad.sim_card)
157 self.ad,
    [all...]
  /tools/test/connectivity/acts/tests/google/bt/power/
A2dpPowerTest.py 43 def push_file_to_device(ad, file_path, device_path, config_path):
47 ad: Device for file push
61 ad.adb.push("{} {}".format(file_path, device_path))
125 self.ad, bt_config_path, bt_conf_path_dut,
131 self.ad.reboot()
133 if not bluetooth_enabled_check(self.ad):
143 connected_devices = self.ad.droid.bluetoothGetConnectedDevices()
149 self.ad.droid.bluetoothConnectBonded(
161 self.ad.droid.bluetoothStartDiscovery()
163 self.ad.droid.bluetoothCancelDiscovery(
    [all...]
  /external/boringssl/src/include/openssl/
aead.h 80 // authenticated via the |ad| parameter. This data is not included in the
211 // authenticates |ad_len| bytes from |ad| and writes the result to |out|. It
234 const uint8_t *ad, size_t ad_len);
237 // from |ad| and decrypts at most |in_len| bytes into |out|. It returns one on
259 const uint8_t *ad, size_t ad_len);
262 // and authenticates |ad_len| bytes from |ad|. It writes |in_len| bytes of
296 const uint8_t *ad, size_t ad_len);
299 // and authenticates |ad_len| bytes from |ad| using |in_tag_len| bytes of
316 size_t in_tag_len, const uint8_t *ad, size_t ad_len);
329 // unpredictable. They only accept an |ad| parameter of length 11 (the standar
    [all...]
  /external/boringssl/src/ssl/test/runner/
chacha20_poly1305_test.go 92 key, input, nonce, ad, output string
99 ad: "50515253c0c1c2c3c4c5c6c7",
107 ad: "f33388860000000000004e91",
118 ad := decodeHexOrPanic(tt.ad)
126 out, err := aead.Open(nil, nonce, output, ad)
133 out = aead.Seal(nil, nonce, input, ad)
139 _, err = aead.Open(nil, nonce, out, 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.27/gas/testsuite/gas/ppc/
e6500.d 86 .*: (7d 60 45 ad|ad 45 60 7d) sthcx\. r11,0,r8
87 .*: (7d 61 45 ad|ad 45 61 7d) sthcx\. r11,r1,r8
90 .*: (7d a0 51 ad|ad 51 a0 7d) stdcx\. r13,0,r10
91 .*: (7d a1 51 ad|ad 51 a1 7d) stdcx\. r13,r1,r10
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarPairingTest.py 42 for ad in self.android_devices:
43 bt_test_utils.clear_bonded_devices(ad)
134 for ad in self.android_devices:
135 bt_test_utils.clear_bonded_devices(ad)
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
LzmaCustomDecompressLib.inf 24 FILE_GUID = 35194660-7421-44ad-9636-e44885f092d1

Completed in 706 milliseconds

1 2 3 45 6 7 8 91011>>