HomeSort by relevance Sort by last modified time
    Searched refs:ad (Results 76 - 100 of 572) sorted by null

1 2 34 5 6 7 8 91011>>

  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py 89 for ad in ads:
90 if not ad.is_connected():
92 " but is not attached.") % ad.serial)
103 for ad in ads:
105 ad.clean_up()
107 ad.log.exception("Failed to clean up properly.")
120 for ad in ads:
121 info = {"serial": ad.serial, "model": ad.model}
122 info.update(ad.build_info
    [all...]
  /tools/test/connectivity/acts/tests/google/tel/lab/
TelLabCmasTest.py 73 self.ad = self.android_devices[0]
74 self.ad.sim_card = getattr(self.ad, "sim_card", None)
92 toggle_airplane_mode(self.log, self.ad, True)
93 self.ad.adb.shell("setprop net.lte.ims.volte.provisioned 1",
100 toggle_airplane_mode(self.log, self.ad, True)
119 self.ad.sim_card)
120 set_usim_parameters(self.anritsu, self.ad.sim_card)
128 self.ad.droid.telephonyToggleDataConnection(False)
133 self.ad.droid.telephonyToggleDataConnection(False
    [all...]
TelLabDataTest.py 73 self.ad = self.android_devices[0]
77 self.ad.sim_card = getattr(self.ad, "sim_card", None)
78 self.log.info("SIM Card is %s", self.ad.sim_card)
101 toggle_airplane_mode(self.log, self.ad, True)
102 self.ad.adb.shell(
109 toggle_airplane_mode(self.log, self.ad, True)
119 self.ad.sim_card)
120 set_usim_parameters(self.anritsu, self.ad.sim_card)
150 self.ad,
    [all...]
  /frameworks/native/cmds/servicemanager/
service_manager.c 70 struct audit_data ad; local
77 ad.pid = spid;
78 ad.uid = uid;
79 ad.name = name;
81 int result = selinux_check_access(sctx, tctx, class, perm, (void *) &ad);
351 struct audit_data *ad = (struct audit_data *)data; local
353 if (!ad || !ad->name) {
358 snprintf(buf, len, "service=%s pid=%d uid=%d", ad->name, ad->pid, ad->uid)
    [all...]
  /external/boringssl/src/crypto/cipher/
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,
aead.c 98 const uint8_t *ad, size_t ad_len) {
112 in_len, ad, ad_len)) {
127 const uint8_t *ad, size_t ad_len) {
134 in_len, ad, ad_len)) {
  /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;
  /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...]
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_test_utils.py 244 for ad in android_devices:
245 ad.adb.shell("setenforce 0")
278 def bluetooth_enabled_check(ad):
283 ad: The Android device list to enable Bluetooth on.
288 if not ad.droid.bluetoothCheckState():
289 ad.droid.bluetoothToggleState(True)
292 ad.ed.pop_event(expected_bluetooth_on_event_name, DEFAULT_TIMEOUT)
294 ad.log.info(
297 if ad.droid.bluetoothCheckState():
298 ad.log.info(".. actual state is ON"
    [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.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
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
anritsu_utils.py 789 ad,
800 ad: Android device object.
831 if not initiate_call(log, ad, callee_number, is_emergency):
854 if not ad.droid.telecomIsInCall():
864 if not wait_for_droid_not_in_call(log, ad,
869 if not hangup_call(log, ad):
890 if ad.droid.telecomIsInCall():
891 ad.droid.telecomEndCall()
899 ad,
    [all...]
  /tools/test/connectivity/acts/tests/google/wifi/
WifiEnterpriseTest.py 155 def eap_negative_connect_logic(self, config, ad):
166 verdict = wutils.wifi_connect(ad, config)
288 def gen_eap_test_name_for_config_store(self, config, ad):
294 ad: Discarded. This is here because name function signature needs
303 def gen_passpoint_test_name(self, config, ad):
308 ad: Discarded. This is here because name function signature needs
320 def gen_passpoint_test_name_for_config_store(self, config, ad):
326 ad: Discarded. This is here because name function signature needs
334 return self.gen_passpoint_test_name(config, ad) + "-config_store"
351 ad = args[0
    [all...]
  /test/vts/utils/python/controllers/
android_device.py 88 for ad in ads:
89 if ad.serial not in connected_ads:
91 " but is not attached.") % ad.serial)
103 for ad in ads:
105 ad.cleanUp()
107 ad.log.exception("Failed to clean up properly.")
120 for ad in ads:
121 running_ads.append(ad)
123 ad.startServices()
125 ad.log.exception("Failed to start some services, abort!"
    [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.25/gas/testsuite/gas/arm/
tls.s 17 .word ad(tpoff)
  /tools/test/connectivity/acts/tests/google/bt/power/
A2dpPowerTest.py 40 def push_file_to_device(ad, file_path, device_path, config_path):
44 ad: Device for file push
56 ad.adb.push("{} {}".format(file_path, device_path))
103 self.ad = self.android_devices[0]
124 self.ad, bt_config_path, bt_conf_path_dut,
130 self.ad.reboot()
137 if not push_file_to_device(self.ad, self.cd_quality_music_file,
146 if not push_file_to_device(self.ad, self.hi_res_music_file,
152 if not bluetooth_enabled_check(self.ad):
163 connected_devices = self.ad.droid.bluetoothGetConnectedDevices(
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
LzmaCustomDecompressLib.inf 24 FILE_GUID = 35194660-7421-44ad-9636-e44885f092d1
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
LzmaCustomDecompressLib.inf 24 FILE_GUID = 35194660-7421-44ad-9636-e44885f092d1
  /external/v8/src/compiler/
graph-visualizer.h 37 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os, const AsJSON& ad);
44 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os, const AsRPO& ad);
  /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/bt/pts/
BtCmdLineTest.py 60 for ad in self.android_devices:
61 setup_droid_properties(self.log, ad, sim_conf_file)

Completed in 1332 milliseconds

1 2 34 5 6 7 8 91011>>