Home
last modified time | relevance | path

Searched refs:idx (Results 1 – 25 of 52) sorted by relevance

123

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatType.java38 final int idx = (int) (index * 1.5); in readEntry() local
39 final int b1 = data[idx] & 0xFF; in readEntry()
40 final int b2 = data[idx + 1] & 0xFF; in readEntry()
52 final int idx = (int) (index * 1.5); in writeEntry() local
55 data[idx] = (byte) (entry & 0xFF); in writeEntry()
56 data[idx + 1] = (byte) ((entry >> 8) & 0x0F); in writeEntry()
58 data[idx] |= (byte) ((entry & 0x0F) << 4); in writeEntry()
59 data[idx + 1] = (byte) ((entry >> 4) & 0xFF); in writeEntry()
71 final int idx = index << 1; in readEntry() local
72 final int b1 = data[idx] & 0xFF; in readEntry()
[all …]
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DCentralDirectory.java435 int idx = 0; in computeByteRepresentation() local
438 cdhs[idx] = entry.getCentralDirectoryHeader(); in computeByteRepresentation()
439 compressInfos[idx] = cdhs[idx].getCompressionInfoWithWait(); in computeByteRepresentation()
440 encodedFileNames[idx] = cdhs[idx].getEncodedFileName(); in computeByteRepresentation()
441 extraFields[idx] = new byte[cdhs[idx].getExtraField().size()]; in computeByteRepresentation()
442 cdhs[idx].getExtraField().write(ByteBuffer.wrap(extraFields[idx])); in computeByteRepresentation()
443 comments[idx] = cdhs[idx].getComment(); in computeByteRepresentation()
445 total += F_OFFSET.endOffset() + encodedFileNames[idx].length in computeByteRepresentation()
446 + extraFields[idx].length + comments[idx].length; in computeByteRepresentation()
447 idx++; in computeByteRepresentation()
[all …]
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiScannerBssidTest.py185 idx = data["Index"]
190 event_name = "%s%sonFound" % (BSSID_EVENT_TAG, idx)
207 self.dut.droid.wifiScannerStopTrackingBssids(idx)
231 idx = None
235 idx = data["Index"]
238 event_name = "%s%sonFound" % (BSSID_EVENT_TAG, idx)
250 event_name = "%s%sonLost" % (BSSID_EVENT_TAG, idx)
260 if idx:
261 self.dut.droid.wifiScannerStopTrackingBssids(idx)
379 idx = None
[all …]
DWifiScannerScanTest.py264 idx = data["Index"]
267 "Wifi single shot scan started index: %s at real time: %s", idx,
279 event_name = "{}{}onResults".format(EVENT_TAG, idx)
301 self.dut.droid.wifiScannerStopScan(idx)
323 idx = data["Index"]
325 self.log.info("Wifi single shot scan started with index: %s", idx)
333 event_name = "%s%sonResults" % (EVENT_TAG, idx)
343 event_name = "{}{}onFullResult".format(EVENT_TAG, idx)
355 self.dut.droid.wifiScannerStopScan(idx)
383 idx = data["Index"]
[all …]
DWifiRoamingPerformanceTest.py263 (idx, idx + 1)
264 for idx in range(len(result['rssi_result']['bssid']) - 1)
265 if result['rssi_result']['bssid'][idx] != result['rssi_result']
266 ['bssid'][idx + 1]
352 any(tput_thresholding[max(0, idx - window_size):idx])
353 for idx in range(1,
426 idx * IPERF_INTERVAL for idx in range(len(result['throughput']))
450 for idx, atten in enumerate(self.attenuators):
452 item["network"] for item in self.rf_map_by_atten[idx]
594 for idx, atten in enumerate(self.attenuators):
[all …]
DWifiScannerMultiScanTest.py274 idx = data["Index"]
286 return idx, wait_time, scan_channels
369 idx, wait_time, scan_chan = self.start_scan(scan_setting)
372 scan_setting["band"], idx, wait_time, scan_chan)
373 idx_list.append(idx)
380 SCAN_EVENT_TAG, idx)] = scan_results_events
384 SCAN_EVENT_TAG, idx)] = scan_results_events
393 for idx in idx_list:
394 self.dut.droid.wifiScannerStopBackgroundScan(idx)
DWifiRvrTest.py157 for idx, current_throughput in enumerate(
159 if (current_throughput < throughput_limits['lower_limit'][idx]
161 throughput_limits['upper_limit'][idx]):
203 for idx, current_throughput in enumerate(
205 current_att = rvr_result['attenuation'][idx] + rvr_result[
316 for idx in range(len(tput_below_limit)):
317 if all(tput_below_limit[idx:]):
318 if idx == 0:
323 'total_attenuation'][max(idx, 1) - 1]
334 for idx in range(len(tput_below_limit)):
[all …]
DWifiPingTest.py225 for idx in range(len(ping_loss_above_threshold)):
226 if all(ping_loss_above_threshold[idx:]):
227 range_index = max(idx, 1) - 1
259 for idx, result in enumerate(ping_range_result['ping_results']):
267 ping_range_result['attenuation'][idx]))
346 for idx in range(
414 for idx, atten in enumerate(self.attenuators):
416 idx] == testcase_params['attenuated_chain']:
DWifiRttManagerTest.py139 idx = self.dut.droid.wifiRttStartRanging(rtt_params)
142 event = self.dut.ed.pop_events("WifiRttRanging%d" % idx, 30)
222 idx = wutils.start_wifi_single_scan(self.android_devices[0],
224 self.log.info("Scan index is %d" % idx)
225 event_name = "WifiScannerScan%donFullResult" % idx
237 event_name = "WifiScannerScan%donResults" % idx
DWifiRssiTest.py274 postprocessed_results[key]['mean'][idx] + CONST_3dB -
275 postprocessed_results['predicted_rssi'][idx]
276 for idx in range(
281 postprocessed_results[key]['mean'][idx] -
282 postprocessed_results['predicted_rssi'][idx]
283 for idx in range(
706 temp_section[idx] for idx in range(len(temp_section))
DWifiWakeTest.py161 idx = data["Index"]
164 "Wifi single shot scan started index: %s at real time: %s", idx,
174 event_name = "{}{}onResults".format("WifiScannerScan", idx)
189 self.dut.droid.wifiScannerStopScan(idx)
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/
Dtelnet.py87 def set_atten(self, idx, value, strict_flag=True): argument
110 if idx >= self.num_atten:
112 idx)
118 self._tnhelper.cmd('CHAN:%s:SETATT:%s' % (idx + 1, value))
120 def get_atten(self, idx): argument
135 if idx >= self.num_atten or idx < 0:
137 idx)
142 atten_val_str = self._tnhelper.cmd('CHAN:%s:ATT?' % (idx + 1))
Dhttp.py89 def set_atten(self, idx, value, strict_flag=True): argument
106 if not (0 <= idx < self.num_atten):
108 idx)
116 self._ip_address, self._port, idx + 1, value),
124 def get_atten(self, idx): argument
137 if not (0 <= idx < self.num_atten):
139 idx)
142 idx + 1),
/tools/test/connectivity/acts/framework/acts/controllers/
Dattenuator.py63 attn = Attenuator(attn_inst, idx=i)
87 "Attenuator_Port": attenuator.idx
160 and attenuator.idx is attenuator_port):
231 def set_atten(self, idx, value, strict=True): argument
244 def get_atten(self, idx): argument
265 def __init__(self, instrument, idx=0, offset=0): argument
286 self.idx = idx
289 if self.idx >= instrument.num_atten:
309 self.instrument.set_atten(self.idx, value + self.offset, strict)
313 return self.instrument.get_atten(self.idx) - self.offset
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/
Dcheck_quality.py294 for idx, expected_freq in enumerate(expected_freqs):
297 if not self._spectrals[idx]:
299 'Failed at channel %d: no dominant frequency' % idx)
300 dominant_freq = self._spectrals[idx][0][0]
304 (idx, dominant_freq, expected_freq))
315 for idx, quality_res in enumerate(self._quality_result):
369 for idx, expected_freq in enumerate(expected_freqs):
372 if not self._spectrals[idx]:
374 'Failed at channel %d: no dominant frequency' % idx)
375 dominant_freq = self._spectrals[idx][0][0]
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/
Dtelnet.py81 def set_atten(self, idx, value): argument
100 if idx >= self.num_atten:
102 idx)
108 self._tnhelper.cmd('ATTN ' + str(idx + 1) + ' ' + str(value), False)
110 def get_atten(self, idx): argument
129 atten_val = self._tnhelper.cmd('ATTN? ' + str(idx + 1))
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
DCoexPerformanceBaseTest.py247 for idx, data in enumerate(content["quality_result"]):
249 self.rvr["bt_gap_analysis"][bt_atten][atten][idx] = (
253 self.rvr["bt_gap_analysis"][bt_atten][atten][idx] = 0
431 for idx, current_throughput in enumerate(
433 current_att = self.rvr[bt_atten]["attenuation"][idx]
435 (throughput_limits[bt_atten]["lower_limit"][idx]) or
437 (throughput_limits[bt_atten]["upper_limit"][idx])):
444 throughput_limits[bt_atten]["lower_limit"][idx],
446 idx]))
480 for idx, current_throughput in enumerate(
[all …]
/tools/security/fuzzing/system_fuzzers/libwatchdog_perf_service/
Dlibwatchdog_perf_service_fuzzer.cpp58 uint32_t idx = choose; in LLVMFuzzerTestOneInput() local
65 idx = fdp.ConsumeIntegralInRange<uint32_t>(3, 12); in LLVMFuzzerTestOneInput()
70 procStatsSnapshot += info.instr[idx]; in LLVMFuzzerTestOneInput()
71 for (int i = 0; i < info.len[idx]; i++) { in LLVMFuzzerTestOneInput()
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/
DWifiAwareRvrTest.py161 for idx in range(len(tput_below_limit)):
162 if all(tput_below_limit[idx:]):
163 if idx == 0:
168 'total_attenuation'][max(idx, 1) - 1]
179 for idx in range(len(tput_below_limit)):
180 if all(tput_below_limit[idx:]):
182 'total_attenuation'][max(idx, 1) - 1]
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DAndroidBinXmlParser.java651 int idx = (int) index; in getString() local
652 String result = mCachedStrings.get(idx); in getString()
657 long offsetInStringsSection = getUnsignedInt32(mChunkContents, idx * 4); in getString()
660 "Offset of string idx " + idx + " out of bounds: " + offsetInStringsSection in getString()
668 mCachedStrings.put(idx, result); in getString()
780 int idx = (int) index; in getResourceId() local
782 return mChunkContents.getInt(idx * 4); in getResourceId()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_performance_test_utils.py446 for idx, figure in enumerate(figure_array):
450 '.html', '{}-plot_data.json'.format(idx))
725 for idx in range(20):
754 current_rssi, target_rssi, target_atten, idx))
861 for idx, chain in enumerate(rf_map_by_network[net_id]):
863 rf_map_by_atten[idx].append({
1045 for idx in range(num_measurements):
1169 for idx in range(num_measurements):
1273 for idx in range(num_measurements):
1307 for idx in range(num_measurements):
[all …]
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/performance/
DWifiP2pRvrTest.py178 for idx in range(len(tput_below_limit)):
179 if all(tput_below_limit[idx:]):
180 if idx == 0:
185 'total_attenuation'][max(idx, 1) - 1]
196 for idx in range(len(tput_below_limit)):
197 if all(tput_below_limit[idx:]):
199 'total_attenuation'][max(idx, 1) - 1]
/tools/dexter/slicer/
Dwriter.cc832 dex::u2* idx = &ptr[1]; in WriteInstructions() local
855 dex::u4 new_index = MapStringIndex(ReadU4(idx)); in WriteInstructions()
857 WriteU4(idx, new_index); in WriteInstructions()
860 dex::u4 new_index = MapStringIndex(*idx); in WriteInstructions()
863 *idx = dex::u2(new_index); in WriteInstructions()
869 dex::u4 new_index = MapTypeIndex(*idx); in WriteInstructions()
872 *idx = dex::u2(new_index); in WriteInstructions()
877 dex::u4 new_index = MapFieldIndex(*idx); in WriteInstructions()
880 *idx = dex::u2(new_index); in WriteInstructions()
885 dex::u4 new_index = MapMethodIndex(*idx); in WriteInstructions()
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py383 idx = None
386 idx = i
388 if idx is not None:
389 tunnel = self._tunnels.pop(idx)
/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DBtInterferenceRSSITest.py36 self.log.debug("Set attenuator %s to %s" % (attenuator.idx, value))
41 (attenuator.idx, value))

123