/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/ |
D | AppScanStats.java | 194 LastScan scan = getScanFromScannerId(scannerId); in addResult() local 222 LastScan scan = getScanFromScannerId(scannerId); in isScanTimeout() local 230 LastScan scan = getScanFromScannerId(scannerId); in isScanDowngraded() local 238 LastScan scan = getScanFromScannerId(scannerId); in isAutoBatchScan() local 259 LastScan scan = in recordScanStart() local 335 LastScan scan = getScanFromScannerId(scannerId); in recordScanStop() local 409 private void recordScanAppCountMetricsStart(LastScan scan) { in recordScanAppCountMetricsStart() 441 private void recordScanAppCountMetricsStop(LastScan scan) { in recordScanAppCountMetricsStop() 493 private static int convertScanType(LastScan scan) { in convertScanType() 773 LastScan scan = getScanFromScannerId(scannerId); in recordScanSuspend() local [all …]
|
/aosp_15_r20/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/ |
D | StandardWifiEntryTest.java | 341 final ScanResult scan = buildScanResult("ssid", "bssid", 0, TestUtils.GOOD_RSSI); in testUpdateConfig_unsavedToSaved() local 491 final ScanResult scan = buildScanResult("ssid", "bssid", 0, TestUtils.GOOD_RSSI); in testConnect_savedNetwork_usesSavedConfig() local 509 final ScanResult scan = buildScanResult("ssid", "bssid", 0, TestUtils.GOOD_RSSI); in testConnect_savedNetwork_usesSavedConfig_withOutSim() local 1186 ScanResult scan = buildScanResult("ssid", "bssid0", 0, TestUtils.GOOD_RSSI); in testCanConnect_nonEapMethod_returnTrueIfReachable() local 1245 ScanResult scan = buildScanResult("ssid", "bssid0", 0, TestUtils.GOOD_RSSI); in testCanConnect_nonSimMethod_returnTrueIfReachable() local 1266 ScanResult scan = buildScanResult("ssid", "bssid0", 0, TestUtils.GOOD_RSSI); in testCanConnect_unknownCarrierId_returnTrueIfActiveSubscriptionAvailable() local 1290 ScanResult scan = buildScanResult("ssid", "bssid0", 0, TestUtils.GOOD_RSSI); in testCanConnect_specifiedCarrierIdMatched_returnTrue() local 1317 ScanResult scan = buildScanResult("ssid", "bssid0", 0, TestUtils.GOOD_RSSI); in testCanConnect_specifiedCarrierIdNotMatched_returnFalse() local 1339 ScanResult scan = buildScanResult("ssid", "bssid0", 0, TestUtils.GOOD_RSSI); in testCanConnect_allowlistRestriction_returnTrue() local 1366 ScanResult scan = buildScanResult("ssid", "bssid0", 0, TestUtils.GOOD_RSSI); in testCanConnect_allowlistRestriction_returnFalse() local [all …]
|
D | StandardNetworkDetailsTrackerTest.java | 181 final ScanResult scan = buildScanResult("ssid", "bssid", START_MILLIS, -50 /* rssi */); in testScanResultsAvailableAction_updates_getLevel() local 260 final ScanResult scan = buildScanResult("ssid", "bssid", START_MILLIS, -50 /* rssi */); in testWifiStateChanged_disabled_clearsLevel() local 291 final ScanResult scan = buildScanResult(ssid, "bssid", START_MILLIS, -50 /* rssi */); in testSecurityTargeting_pskScansWithSaeConfig_correspondsToNewNetworkTargeting() local
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | inode.c | 35 #define SCAN_BLOCK_STATUS(scan) ((scan)->temp_buffer + (scan)->inode_size) argument 142 ext2_inode_scan scan; in ext2fs_open_inode_scan() local 234 void ext2fs_close_inode_scan(ext2_inode_scan scan) in ext2fs_close_inode_scan() 247 void ext2fs_set_inode_callback(ext2_inode_scan scan, in ext2fs_set_inode_callback() 261 int ext2fs_inode_scan_flags(ext2_inode_scan scan, int set_flags, in ext2fs_inode_scan_flags() 279 static errcode_t get_next_blockgroup(ext2_inode_scan scan) in get_next_blockgroup() 313 errcode_t ext2fs_inode_scan_goto_blockgroup(ext2_inode_scan scan, in ext2fs_inode_scan_goto_blockgroup() 329 static errcode_t check_for_inode_bad_blocks(ext2_inode_scan scan, in check_for_inode_bad_blocks() 433 static void check_inode_block_sanity(ext2_inode_scan scan, blk64_t num_blocks) in check_inode_block_sanity() 523 static errcode_t get_next_blocks(ext2_inode_scan scan) in get_next_blocks() [all …]
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | quantize.c | 22 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_quantize_b_adaptive_helper_c() 115 const int16_t *scan, const int16_t *iscan, in aom_quantize_b_helper_c() 179 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_highbd_quantize_b_adaptive_helper_c() 267 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_highbd_quantize_b_helper_c() 330 const int16_t *scan, const int16_t *iscan) { in aom_quantize_b_adaptive_c() 342 const int16_t *scan, const int16_t *iscan) { in aom_quantize_b_32x32_adaptive_c() 354 const int16_t *scan, const int16_t *iscan) { in aom_quantize_b_64x64_adaptive_c() 367 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_adaptive_c() 379 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_32x32_adaptive_c() 391 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_64x64_adaptive_c() [all …]
|
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ |
D | DirectoryScanner.java | 243 public void scan() { in scan() method in DirectoryScanner 397 private final DirectoryScanner scan; field in DirectoryScanner.ScanTask 406 ScanTask(LinkedList<File> list, DirectoryScanner scan) { in ScanTask() 414 private void scan(LinkedList<File> list) { in scan() method in DirectoryScanner.ScanTask 429 private void scan(ScanTask task, LinkedList<File> list) { in scan() method in DirectoryScanner
|
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ |
D | DirectoryScanner.java | 243 public void scan() { in scan() method in DirectoryScanner 397 private final DirectoryScanner scan; field in DirectoryScanner.ScanTask 406 ScanTask(LinkedList<File> list, DirectoryScanner scan) { in ScanTask() 414 private void scan(LinkedList<File> list) { in scan() method in DirectoryScanner.ScanTask 429 private void scan(ScanTask task, LinkedList<File> list) { in scan() method in DirectoryScanner
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | highbd_quantize_neon.c | 145 const int16_t *scan, const int16_t *iscan, const int log_scale) { in highbd_quantize_b_neon() 245 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_neon() 256 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_32x32_neon() 267 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_64x64_neon() 279 const int16_t *scan, const int16_t *iscan, const int log_scale) { in highbd_quantize_b_adaptive_neon() 405 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_adaptive_neon() 416 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_32x32_adaptive_neon() 427 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_64x64_adaptive_neon()
|
/aosp_15_r20/external/libaom/av1/encoder/arm/ |
H A D | quantize_neon.c | 82 const int16_t *scan, const int16_t *iscan) { in av1_quantize_fp_neon() 144 const int16_t *scan, const int16_t *iscan) { in av1_quantize_lp_neon() 329 const int16_t *scan, const int16_t *iscan) { in av1_quantize_fp_32x32_neon() 345 const int16_t *scan, const int16_t *iscan) { in av1_quantize_fp_64x64_neon() 359 uint16_t *eob_ptr, const int16_t *scan, in aom_quantize_b_neon() 462 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_quantize_b_helper_16x16_neon() 591 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_quantize_b_helper_32x32_neon() 729 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_quantize_b_helper_64x64_neon() 878 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_quantize_b_helper_neon() 909 const int16_t *scan, const int16_t *iscan) { in aom_quantize_b_32x32_neon() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | PeriodicAdvertisingManager.java | 163 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in registerSync() local 202 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in unregisterSync() local 229 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in transferSync() local 289 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in transferSetInfo() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/ |
H A D | DynamoDbAsyncIndex.java | 158 default SdkPublisher<Page<T>> scan(ScanEnhancedRequest request) { in scan() method 187 default SdkPublisher<Page<T>> scan(Consumer<ScanEnhancedRequest.Builder> requestConsumer) { in scan() method 208 default SdkPublisher<Page<T>> scan() { in scan() method
|
H A D | DynamoDbIndex.java | 158 default SdkIterable<Page<T>> scan(ScanEnhancedRequest request) { in scan() method 187 default SdkIterable<Page<T>> scan(Consumer<ScanEnhancedRequest.Builder> requestConsumer) { in scan() method 208 default SdkIterable<Page<T>> scan() { in scan() method
|
H A D | DynamoDbTable.java | 718 default PageIterable<T> scan(ScanEnhancedRequest request) { in scan() method 741 default PageIterable<T> scan(Consumer<ScanEnhancedRequest.Builder> requestConsumer) { in scan() method 765 default PageIterable<T> scan() { in scan() method
|
H A D | DynamoDbAsyncTable.java | 743 default PagePublisher<T> scan(ScanEnhancedRequest request) { in scan() method 765 default PagePublisher<T> scan(Consumer<ScanEnhancedRequest.Builder> requestConsumer) { in scan() method 784 default PagePublisher<T> scan() { in scan() method
|
/aosp_15_r20/external/libaom/test/ |
H A D | encodetxb_test.cc | 74 const int16_t *const scan = av1_scan_orders[tx_size][tx_type].scan; in GetNzMapContextsRun() local 112 const int16_t *const scan = av1_scan_orders[tx_size][tx_type].scan; in SpeedTestGetNzMapContextsRun() local 148 void InitDataWithEob(const int16_t *const scan, const int bhl, in InitDataWithEob() 163 bool Compare(const int16_t *const scan, const int eob) const { in Compare() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | scanner_test.cc | 210 Scanner scan(" first second"); in TEST_F() local 243 Scanner scan("one2three"); in TEST_F() local 257 Scanner scan("name"); in TEST_F() local 267 Scanner scan("a b"); in TEST_F() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | av1_quantize.c | 40 const int16_t *scan, int coeff_count, in av1_quantize_fp_no_qmatrix() 76 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in quantize_fp_helper_c() 131 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in highbd_quantize_fp_helper_c() 207 const int16_t *scan, const int16_t *iscan) { in av1_quantize_fp_c() 217 const int16_t *scan, const int16_t *iscan) { in av1_quantize_lp_c() 249 const int16_t *scan, const int16_t *iscan) { in av1_quantize_fp_32x32_c() 261 const int16_t *scan, const int16_t *iscan) { in av1_quantize_fp_64x64_c() 572 const int16_t *scan, const int16_t *iscan, in av1_highbd_quantize_fp_c()
|
H A D | txb_rdopt.c | 20 int dc_sign_ctx, const int16_t *dequant, const int16_t *scan, in update_coeff_general() 78 const int16_t *scan, const LV_MAP_COEFF_COST *txb_costs, in update_coeff_simple() 130 const int16_t *scan, const LV_MAP_EOB_COST *txb_eob_costs, in update_coeff_eob() 302 const int16_t *scan = scan_order->scan; in av1_optimize_txb() local 463 const int16_t *const scan = scan_order->scan; in warehouse_efficients_txb() local 554 const int16_t *scan = scan_order->scan; in av1_cost_coeffs_txb_estimate() local 636 const int16_t *scan = scan_order->scan; in av1_cost_coeffs_txb_laplacian() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/client/ |
H A D | DefaultDynamoDbIndex.java | 75 public SdkIterable<Page<T>> scan(ScanEnhancedRequest request) { in scan() method in DefaultDynamoDbIndex 81 public SdkIterable<Page<T>> scan(Consumer<ScanEnhancedRequest.Builder> requestConsumer) { in scan() method in DefaultDynamoDbIndex 88 public SdkIterable<Page<T>> scan() { in scan() method in DefaultDynamoDbIndex
|
H A D | DefaultDynamoDbAsyncIndex.java | 75 public SdkPublisher<Page<T>> scan(ScanEnhancedRequest request) { in scan() method in DefaultDynamoDbAsyncIndex 81 public SdkPublisher<Page<T>> scan(Consumer<ScanEnhancedRequest.Builder> requestConsumer) { in scan() method in DefaultDynamoDbAsyncIndex 88 public SdkPublisher<Page<T>> scan() { in scan() method in DefaultDynamoDbAsyncIndex
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_quantize.c | 34 const int16_t *scan = scan_order->scan; in vp9_quantize_fp_c() local 68 const int16_t *scan = scan_order->scan; in vp9_highbd_quantize_fp_c() local 100 const int16_t *scan = scan_order->scan; in vp9_quantize_fp_32x32_c() local 134 const int16_t *scan = scan_order->scan; in vp9_highbd_quantize_fp_32x32_c() local
|
/aosp_15_r20/external/mesa3d/src/panfrost/lib/ |
H A D | pan_afrc.c | 118 panfrost_afrc_clump_get_nr_components(enum pipe_format format, bool scan) in panfrost_afrc_clump_get_nr_components() 193 for (unsigned scan = 0; scan < 2; ++scan) { in panfrost_afrc_get_modifiers() local 213 bool scan = panfrost_afrc_is_scan(modifier); in panfrost_afrc_get_rate() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | quantize.c | 129 const int16_t *scan = scan_order->scan; in vpx_quantize_b_c() local 179 const int16_t *scan = scan_order->scan; in vpx_highbd_quantize_b_c() local 228 const int16_t *scan = scan_order->scan; in vpx_quantize_b_32x32_c() local 289 const int16_t *scan = scan_order->scan; in vpx_highbd_quantize_b_32x32_c() local
|
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/instr/ |
H A D | InstrVisitor.java | 782 int scan = ip + 1; in visit() local 798 int scan = ip + 1; in visit() local 812 int scan = ip + 4 - (ip & 3); // eat padding in visit() local 850 int scan = ip + 4 - (ip & 3); // eat padding in visit() local 884 int scan = ip + 1; in visit() local 899 int scan = ip + 1; in visit() local
|
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/ |
H A D | Interpreter.java | 126 public void scan(String startRule, in scan() method in Interpreter 154 public CommonToken scan(String startRule) in scan() method in Interpreter 160 public CommonToken scan(String startRule, in scan() method in Interpreter
|