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

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
rela-abs-relative-opt.d 13 200010: ad de ad de 00 00 00 00.*
rela-abs-relative.d 13 200010: ad de ad de 00 00 00 00.*
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveLockedSimTest.py 46 for ad in self.android_devices:
47 if not is_sim_locked(ad):
48 ad.log.info("SIM is not locked")
50 ad.log.info("SIM is locked")
51 self.dut = ad
54 for ad in self.android_devices:
55 reset_device_password(ad, None)
56 ad.reboot(stop_at_lock_screen=True)
58 if is_sim_ready_by_adb(self.log, ad):
59 ad.log.info("SIM is not locked"
    [all...]
TelLiveStressTest.py 128 for ad in self.android_devices:
131 ad,
135 ad.log.error("Phone Wifi connection fails.")
137 ad.log.info("Phone WIFI is connected successfully.")
138 if not set_wfc_mode(self.log, ad, WFC_MODE_WIFI_PREFERRED):
139 ad.log.error("Phone failed to enable Wifi-Calling.")
141 ad.log.info("Phone is set in Wifi-Calling successfully.")
142 if not phone_idle_iwlan(self.log, ad):
143 ad.log.error("Phone is not in WFC enabled state.")
145 ad.log.info("Phone is in WFC enabled state."
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_power_test_utils.py 165 def change_dtim(ad, gEnableModulatedDTIM, gMaxLIModulatedDTIM=10):
169 ad: the target android device, AndroidDevice object
174 ini_file_phone = ad.adb.shell('ls /vendor/firmware/wlan/*/*.ini')
178 ad.adb.pull('{} {}'.format(ini_file_phone, ini_file_local))
191 ad.log.info('Current DTIM is already the desired value,'
204 push_file_to_phone(ad, ini_file_local, ini_file_phone)
205 ad.log.info('DTIM changes checked in and rebooting...')
206 ad.reboot()
209 ad.log.info('DTIM updated and device back from reboot')
213 def push_file_to_phone(ad, file_local, file_phone)
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/
aware_test_utils.py 45 def wait_for_event(ad, event_name, timeout=EVENT_TIMEOUT):
49 ad: The android device
56 if hasattr(ad, 'pretty_name'):
57 prefix = '[%s] ' % ad.pretty_name
59 event = ad.ed.pop_event(event_name, timeout)
60 ad.log.info('%s%s: %s', prefix, event_name, event['data'])
63 ad.log.info('%sTimed out while waiting for %s', prefix, event_name)
66 def wait_for_event_with_keys(ad, event_name, timeout=EVENT_TIMEOUT, *keyvalues):
70 ad: The android device
85 if hasattr(ad, 'pretty_name')
    [all...]
  /tools/test/connectivity/acts/tests/google/tel/lab/
TelLabPowerDataTest.py 62 self.ad, DEFAULT_PING_DURATION, destination_ip,
75 self.ad,
93 if not make_ims_call(self.log, self.ad, self.anritsu,
96 .format(self.ad.serial, DEFAULT_CALL_NUMBER))
111 result = self.ad.adb.shell("cat {}".format(IPERF_LOG_FILE_PATH))
116 self.ad.log.info('iPerf3 transfer time was %ssecs', xfer_time)
117 self.ad.log.info('iPerf3 download speed is %sbps', rx_rate)
121 if not self.ad.droid.telecomIsInCall():
124 if not tear_down_call(self.log, self.ad, self.anritsu):
126 .format(self.ad.serial)
    [all...]
TelLabPowerVoLTETest.py 42 if not make_ims_call(self.log, self.ad, self.anritsu,
45 .format(self.ad.serial, DEFAULT_CALL_NUMBER))
53 if not self.ad.droid.telecomIsInCall():
60 if not tear_down_call(self.log, self.ad, self.anritsu):
62 .format(self.ad.serial))
TelLabEmergencyCallTest.py 85 self.ad = self.android_devices[0]
86 self.ad.sim_card = getattr(self.ad, "sim_card", None)
108 if check_apm_mode_on_by_serial(self.ad, list_of_devices[i]):
112 set_apm_mode_on_by_serial(self.ad, list_of_devices[i])
113 if check_apm_mode_on_by_serial(self.ad,
117 if self.ad.sim_card == "VzW12349":
118 set_preferred_apn_by_adb(self.ad, "VZWINTERNET")
132 ensure_phone_default_state(self.log, self.ad, check_subscription=False)
133 toggle_airplane_mode_by_adb(self.log, self.ad, True
    [all...]
TelLabCmasTest.py 75 self.ad = self.android_devices[0]
76 self.ad.sim_card = getattr(self.ad, "sim_card", None)
96 toggle_airplane_mode(self.log, self.ad, True)
97 self.ad.adb.shell("logcat -c -b all", ignore_status=True)
103 toggle_airplane_mode(self.log, self.ad, True)
122 self.ad.sim_card)
123 set_usim_parameters(self.anritsu, self.ad.sim_card)
126 self.ad.sim_card)
134 self.ad.droid.telephonyToggleDataConnection(False
    [all...]
TelLabUeIdentityTest.py 52 self.ad = self.android_devices[0]
55 self.ad.sim_card = getattr(self.ad, "sim_card", None)
67 toggle_airplane_mode(self.log, self.ad, True)
68 self.ad.adb.shell("setprop net.lte.ims.volte.provisioned 1",
75 toggle_airplane_mode(self.log, self.ad, True)
87 self.ad.sim_card)
106 self.ad.droid.telephonyToggleDataConnection(True)
109 self.ad,
119 identity = read_ue_identity(self.log, self.ad, self.anritsu
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/net/
socket_test_utils.py 28 def open_android_socket(ad, domain, sock_type, ip, port):
32 1. ad - android device object
41 fd_key = ad.droid.openSocket(domain, sock_type, ip, port)
42 ad.log.info("File descriptor: %s" % fd_key)
46 def close_android_socket(ad, fd_key):
50 1. ad - android device object
53 status = ad.droid.closeSocket(fd_key)
65 1. client : ad object for client device
66 2. server : ad object for server device
88 1. client : ad object for client devic
    [all...]
  /external/autotest/client/cros/networking/
android_xmlrpc_server.py 180 self.ad = ads[0]
182 self.ad = android_device.AndroidDevice(serial_number)
232 self.ad.get_droid()
233 self.ad.ed.start()
234 self.ad.start_adb_logcat()
240 self.ad.terminate_all_sessions()
241 self.ad.stop_adb_logcat()
261 self.ad.cat_adb_log(test_name, self.test_begin_time)
262 self.ad.take_bug_report(test_name, self.test_begin_time)
279 return wutils.wifi_toggle_state(self.ad, enabled
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
x86-64-rep-suffix.d 12 4: 66 f3 ad[ ]+rep lodsw %ds:\(%rsi\),%ax
14 a: f3 ad[ ]+rep lodsl %ds:\(%rsi\),%eax
16 e: f3 48 ad[ ]+rep lodsq %ds:\(%rsi\),%rax
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86-64-rep-suffix.d 11 4: 66 f3 ad[ ]+rep lodsw %ds:\(%rsi\),%ax
13 a: f3 ad[ ]+rep lodsl %ds:\(%rsi\),%eax
15 e: f3 48 ad[ ]+rep lodsq %ds:\(%rsi\),%rax
rep-suffix.d 11 4: 66 f3 ad[ ]+rep lodsw %ds:\(%esi\),%ax
13 a: f3 ad[ ]+rep lodsl %ds:\(%esi\),%eax
  /tools/test/connectivity/acts/tests/google/bt/
BtMetricsTest.py 37 for ad in self.android_devices:
38 if not clear_bonded_devices(ad):
42 sync_device_time(ad)
82 for ad in self.android_devices:
83 if not clear_bonded_devices(ad):
87 bonded_devices = ad.droid.bluetoothGetBondedDevices()
  /tools/test/connectivity/acts/tests/google/net/
DataUsageTest.py 74 for ad in self.android_devices:
76 ad.adb.shell(instr_cmd)
78 self.log.warn("adb cmd %s failed on %s" % (instr_cmd, ad.serial))
103 def _download_data_through_app(self, ad):
107 1. ad - DUT to download the file on
115 ad.droid.launchForResultWithIntent(intent, json_obj)
120 ad, self.file_path, self.file_size * BYTE_TO_MB)
123 ad.adb.shell("rm %s" % self.file_path, ignore_status=True)
128 def _get_data_usage(self, ad, conn_type):
132 1. ad - DUT to get data usage fro
    [all...]
  /system/security/keystore/
permissions.cpp 94 struct audit_data* ad = reinterpret_cast<struct audit_data*>(data); local
95 if (!ad) {
100 snprintf(buf, len, "pid=%d uid=%d", ad->pid, ad->uid);
121 audit_data ad; local
135 ad.pid = spid;
136 ad.uid = uid;
139 reinterpret_cast<void*>(&ad)) == 0;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
rotX.l 4 .*.s:[[:digit:]]+: Error: [Bb]ad or irreducible absolute expression
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
allinsn.d 10 0: 0d ad f0 00 add fp,fp \|\| nop
13 4: 8d ad 00 00 add3 fp,fp,[#]*0
73 54: b0 ad ff eb bltz fp,0 <add>
154 c0: ad cd 00 00 ld fp,@\(0,fp\)
157 c4: ad cd 00 00 ld fp,@\(0,fp\)
166 d0: ad 8d 00 00 ldb fp,@\(0,fp\)
169 d4: ad 8d 00 00 ldb fp,@\(0,fp\)
172 d8: 2d ad f0 00 ldh fp,@fp \|\| nop
175 dc: 2d ad f0 00 ldh fp,@fp \|\| nop
178 e0: ad ad 00 00 ldh fp,@\(0,fp\
    [all...]
  /external/clang/test/CodeGenCXX/
sanitize-dtor-bit-field.cpp 63 Adjacent ad; variable
  /system/bt/stack/avdt/
avdt_ad.cc 120 AvdtpTransportChannel* p_tbl = avdtp_cb.ad.tc_tbl;
121 avdtp_cb.ad.Reset();
145 AvdtpTransportChannel* p_tbl = avdtp_cb.ad.tc_tbl;
197 idx = avdtp_cb.ad.lcid_tbl[lcid - L2CAP_BASE_APPL_CID];
200 return &avdtp_cb.ad.tc_tbl[idx];
221 AvdtpTransportChannel* p_tbl = avdtp_cb.ad.tc_tbl;
250 AvdtpTransportChannel* p_tbl = avdtp_cb.ad.tc_tbl;
281 AVDT_TRACE_DEBUG("avdt_ad_tc_tbl_to_idx: %d", (p_tbl - avdtp_cb.ad.tc_tbl));
283 return (uint8_t)(p_tbl - avdtp_cb.ad.tc_tbl);
322 p_scb = avdtp_cb.ad.LookupAvdtpScb(*p_tbl)
    [all...]
  /external/annotation-tools/annotation-file-utilities/tests/
Makefile 35 all : $(DIFFS) abbreviated ad-hoc system-test source-extension results
41 .PHONY: ad-hoc
42 ad-hoc:
43 ${MAKE} -C ad-hoc
104 (cd ad-hoc && make clean)
  /external/v8/src/base/
division-by-constant.cc 22 const T ad = neg ? (0 - d) : d;
24 const T anc = t - 1 - t % ad; // Absolute value of nc
28 T q2 = min / ad; // Init. q2 = 2**p/|d|.
29 T r2 = min - q2 * ad; // Init. r2 = rem(2**p, |d|).
41 if (r2 >= ad) { // Must be an unsigned comparison here.
43 r2 = r2 - ad;
45 delta = ad - r2;

Completed in 732 milliseconds

1 23 4 5 6 7 8 91011>>