/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/ |
D | keysight_5g_testapp.py | 203 def assert_cell_off(self, cell_type, cell): argument 208 def select_cell(self, cell_type, cell): argument 218 def select_display_tab(self, cell_type, cell, tab, subtab): argument 251 def get_cell_state(self, cell_type, cell): argument 266 def wait_for_cell_status(self, argument 295 def set_cell_state(self, cell_type, cell, state): argument 312 def set_nr_cell_type(self, cell_type, cell, nr_cell_type): argument 324 def set_cell_duplex_mode(self, cell_type, cell, duplex_mode): argument 336 def set_cell_band(self, cell_type, cell, band): argument 348 def set_cell_channel(self, cell_type, cell, channel, arfcn=1): argument [all …]
|
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
D | NetworkRankerTest.kt | 78 val cell = TestScore(score(EVER_EVALUATED, YIELD_TO_BAD_WIFI, IS_VALIDATED), CAPS_CELL) in rank() constant 85 val cell = TestScore(score(YIELD_TO_BAD_WIFI, IS_VALIDATED, EVER_EVALUATED), CAPS_CELL) in testPreferBadWifi_oneCellOneEvaluatingWifi() constant 93 val cell = TestScore(score(EVER_EVALUATED, YIELD_TO_BAD_WIFI, IS_VALIDATED), CAPS_CELL) in testYieldToBadWiFi_oneCellOneBadWiFi() constant 100 val cell = TestScore(score(EVER_EVALUATED, YIELD_TO_BAD_WIFI, IS_VALIDATED), CAPS_CELL) in testPreferBadWifi_oneCellOneBadWifi() constant 108 val cell = TestScore(score(EVER_EVALUATED, YIELD_TO_BAD_WIFI, IS_VALIDATED), CAPS_CELL) in testPreferBadWifi_oneCellOneCaptivePortalWifi() constant 115 val cell = TestScore(score(EVER_EVALUATED, YIELD_TO_BAD_WIFI, IS_VALIDATED), CAPS_CELL) in testYieldToBadWifi_oneCellOneCaptivePortalWifiThatClosed() constant 122 val cell = TestScore(score(EVER_EVALUATED, YIELD_TO_BAD_WIFI, IS_VALIDATED), CAPS_CELL) in testYieldToBadWifi_avoidUnvalidated() constant 133 val cell = TestScore(score(EVER_EVALUATED, YIELD_TO_BAD_WIFI, IS_VALIDATED), CAPS_CELL) in testYieldToBadWiFi_oneCellTwoBadWiFi() constant 143 val cell = TestScore(score(EVER_EVALUATED, YIELD_TO_BAD_WIFI, IS_VALIDATED), CAPS_CELL) in testYieldToBadWiFi_oneCellTwoBadWiFiOneNotAvoided() constant 152 val cell = TestScore(score(EVER_EVALUATED, YIELD_TO_BAD_WIFI, IS_VALIDATED), CAPS_CELL) in testYieldToBadWiFi_oneCellOneBadWiFiOneGoodWiFi() constant [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/ |
H A D | xrt_metrics.cc | 93 static monitoring::PercentileSamplerCell* cell = in GetAllocateCell() local 103 static monitoring::PercentileSamplerCell* cell = in GetAllocateUninitializedCell() local 114 static monitoring::PercentileSamplerCell* cell = in GetAllocateFromTensorCell() local 125 static monitoring::PercentileSamplerCell* cell = in GetSubTupleCell() local 135 static monitoring::PercentileSamplerCell* cell = in GetMakeTupleCell() local 145 static monitoring::PercentileSamplerCell* cell = in GetReadLiteralCell() local 155 static monitoring::PercentileSamplerCell* cell = in GetReadToTensorCell() local 165 static monitoring::PercentileSamplerCell* cell = in GetWriteLiteralCell() local 175 static monitoring::PercentileSamplerCell* cell = in GetReleaseAllocationCell() local 186 static monitoring::PercentileSamplerCell* cell = in GetReleaseAllAllocationsCell() local [all …]
|
/aosp_15_r20/external/toolchain-utils/cros_utils/ |
H A D | tabulator.py | 126 def _RemoveMinMax(cell, values): argument 498 def _Literal(self, cell, values, baseline_values): argument 501 def _ComputeFloat(self, cell, values, baseline_values): argument 504 def _ComputeString(self, cell, values, baseline_values): argument 507 def _InvertIfLowerIsBetter(self, cell): argument 521 def Compute(self, cell, values, baseline_values): argument 565 def Compute(self, cell, values, baseline_values): argument 578 def Compute(self, cell, values, baseline_values): argument 607 def _ComputeString(self, cell, values, baseline_values): argument 621 def _ComputeFloat(self, cell, values, baseline_values): argument [all …]
|
/aosp_15_r20/external/gemmlowp/internal/ |
H A D | pack_msa.h | 89 for (int cell = 0; cell < kCells; cell += 2) { in Pack() local 98 for (int cell = 0; cell < kCells; cell += 2) { in Pack() local 109 for (int cell = 0; cell < kCells - 1; cell += 2) { in Pack() local 128 for (int cell = 1; cell < kCells; cell += 2) { in Pack() local 146 for (int cell = 0; cell < kCells; cell++) { in Pack() local 157 for (int cell = 0; cell < kCells; cell++) { in Pack() local 166 for (int cell = 0; cell < kCells; cell++) { in Pack() local 252 for (int cell = 0; cell < kCells; cell += 2) { in Pack() local 261 for (int cell = 0; cell < kCells; cell += 2) { in Pack() local 272 for (int cell = 0; cell < kCells - 1; cell += 2) { in Pack() local [all …]
|
H A D | pack_neon.h | 80 for (int cell = 0; cell < kCells; cell++) { in Pack() local 86 for (int cell = 0; cell < kCells; cell++) { in Pack() local 99 for (int cell = 0; cell < kCells; cell++) { in Pack() local 110 for (int cell = 0; cell < kCells; cell++) { in Pack() local 117 for (int cell = 0; cell < kCells; cell++) { in Pack() local 195 for (int cell = 0; cell < kCells; cell++) { in Pack() local 201 for (int cell = 0; cell < kCells; cell++) { in Pack() local 214 for (int cell = 0; cell < kCells; cell++) { in Pack() local 222 for (int cell = 0; cell < kCells; cell++) { in Pack() local 228 for (int cell = 0; cell < kCells; cell++) { in Pack() local [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 303 let cell: Cell<u32> = Default::default(); in cell_default() localVariable 309 let cell = Cell::new(10); in cell_set() localVariable 313 let cell = Cell::new("Hello".to_owned()); in cell_set() localVariable 320 let cell = Cell::new(10); in cell_replace() localVariable 324 let cell = Cell::new("Hello".to_owned()); in cell_replace() localVariable 331 let cell = Cell::new(10); in cell_into_inner() localVariable 334 let cell = Cell::new("Hello world".to_owned()); in cell_into_inner() localVariable 387 let cell: RefCell<u64> = Default::default(); in refcell_default() localVariable 393 let cell: &UnsafeCell<[i32]> = &UnsafeCell::new([1, 2, 3]); in unsafe_cell_unsized() localVariable 405 let cell: &RefCell<[i32]> = &RefCell::new([1, 2, 3]); in refcell_unsized() localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 303 let cell: Cell<u32> = Default::default(); in cell_default() localVariable 309 let cell = Cell::new(10); in cell_set() localVariable 313 let cell = Cell::new("Hello".to_owned()); in cell_set() localVariable 320 let cell = Cell::new(10); in cell_replace() localVariable 324 let cell = Cell::new("Hello".to_owned()); in cell_replace() localVariable 331 let cell = Cell::new(10); in cell_into_inner() localVariable 334 let cell = Cell::new("Hello world".to_owned()); in cell_into_inner() localVariable 387 let cell: RefCell<u64> = Default::default(); in refcell_default() localVariable 393 let cell: &UnsafeCell<[i32]> = &UnsafeCell::new([1, 2, 3]); in unsafe_cell_unsized() localVariable 405 let cell: &RefCell<[i32]> = &RefCell::new([1, 2, 3]); in refcell_unsized() localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 303 let cell: Cell<u32> = Default::default(); in cell_default() localVariable 309 let cell = Cell::new(10); in cell_set() localVariable 313 let cell = Cell::new("Hello".to_owned()); in cell_set() localVariable 320 let cell = Cell::new(10); in cell_replace() localVariable 324 let cell = Cell::new("Hello".to_owned()); in cell_replace() localVariable 331 let cell = Cell::new(10); in cell_into_inner() localVariable 334 let cell = Cell::new("Hello world".to_owned()); in cell_into_inner() localVariable 387 let cell: RefCell<u64> = Default::default(); in refcell_default() localVariable 393 let cell: &UnsafeCell<[i32]> = &UnsafeCell::new([1, 2, 3]); in unsafe_cell_unsized() localVariable 405 let cell: &RefCell<[i32]> = &RefCell::new([1, 2, 3]); in refcell_unsized() localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 303 let cell: Cell<u32> = Default::default(); in cell_default() localVariable 309 let cell = Cell::new(10); in cell_set() localVariable 313 let cell = Cell::new("Hello".to_owned()); in cell_set() localVariable 320 let cell = Cell::new(10); in cell_replace() localVariable 324 let cell = Cell::new("Hello".to_owned()); in cell_replace() localVariable 331 let cell = Cell::new(10); in cell_into_inner() localVariable 334 let cell = Cell::new("Hello world".to_owned()); in cell_into_inner() localVariable 387 let cell: RefCell<u64> = Default::default(); in refcell_default() localVariable 393 let cell: &UnsafeCell<[i32]> = &UnsafeCell::new([1, 2, 3]); in unsafe_cell_unsized() localVariable 405 let cell: &RefCell<[i32]> = &RefCell::new([1, 2, 3]); in refcell_unsized() localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 303 let cell: Cell<u32> = Default::default(); in cell_default() localVariable 309 let cell = Cell::new(10); in cell_set() localVariable 313 let cell = Cell::new("Hello".to_owned()); in cell_set() localVariable 320 let cell = Cell::new(10); in cell_replace() localVariable 324 let cell = Cell::new("Hello".to_owned()); in cell_replace() localVariable 331 let cell = Cell::new(10); in cell_into_inner() localVariable 334 let cell = Cell::new("Hello world".to_owned()); in cell_into_inner() localVariable 387 let cell: RefCell<u64> = Default::default(); in refcell_default() localVariable 393 let cell: &UnsafeCell<[i32]> = &UnsafeCell::new([1, 2, 3]); in unsafe_cell_unsized() localVariable 405 let cell: &RefCell<[i32]> = &RefCell::new([1, 2, 3]); in refcell_unsized() localVariable [all …]
|
/aosp_15_r20/external/starlark-go/starlark/ |
H A D | interp.go | 659 type cell struct{ v Value } argument 661 func (c *cell) String() string { return "cell" } 662 func (c *cell) Type() string { return "cell" } 663 func (c *cell) Freeze() { 668 func (c *cell) Truth() Bool { panic("unreachable") } 669 func (c *cell) Hash() (uint32, error) { panic("unreachable") }
|
/aosp_15_r20/external/rust/android-crates-io/crates/once_cell/tests/it/ |
D | sync_once_cell.rs | 93 let cell: OnceCell<String> = OnceCell::new(); in get_or_try_init() localVariable 109 let cell: OnceCell<String> = OnceCell::new(); in wait() localVariable 156 let cell: OnceCell<String> = OnceCell::new(); in into_inner() localVariable 158 let cell = OnceCell::new(); in into_inner() localVariable 165 let cell = OnceCell::new(); in debug_impl() localVariable 260 let cell: OnceCell<String> = OnceCell::new(); in once_cell_does_not_leak_partially_constructed_boxes() localVariable 280 let cell = OnceCell::new(); in get_does_not_block() localVariable 300 let cell = OnceCell::new(); in arrrrrrrrrrrrrrrrrrrrrr() localVariable
|
D | unsync_once_cell.rs | 22 let cell = CELL; in once_cell_with_value() localVariable 72 let cell: OnceCell<String> = OnceCell::new(); in get_or_try_init() localVariable 102 let cell: OnceCell<String> = OnceCell::new(); in into_inner() localVariable 104 let cell = OnceCell::new(); in into_inner() localVariable 111 let cell = OnceCell::new(); in debug_impl() localVariable 151 let cell = OnceCell::new(); in arrrrrrrrrrrrrrrrrrrrrr() localVariable
|
D | race.rs | 14 let cell = OnceNonZeroUsize::new(); in once_non_zero_usize_smoke_test() localVariable 46 let cell = OnceNonZeroUsize::new(); in once_non_zero_usize_set() localVariable 61 let cell = OnceNonZeroUsize::new(); in once_non_zero_usize_first_wins() localVariable 93 let cell = OnceBool::new(); in once_bool_smoke_test() localVariable 121 let cell = OnceBool::new(); in once_bool_set() localVariable
|
D | race_once_box.rs | 44 let cell = OnceBox::new(); in once_box_smoke_test() localVariable 78 let cell = OnceBox::new(); in once_box_set() localVariable 98 let cell = OnceBox::new(); in once_box_first_wins() localVariable 131 let cell = OnceBox::new(); in once_box_reentrant() localVariable 143 let cell: OnceBox<Foo> = Default::default(); in once_box_default() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | metrics.cc | 35 static auto* cell = compile_time_usecs_histogram->GetCell("hlo_passes"); in RecordHloPassesDuration() local 40 static auto* cell = compile_time_usecs_histogram->GetCell("hlo_to_llvm"); in RecordHloToLlvmDuration() local 48 static auto* cell = compile_time_usecs_histogram->GetCell("llvm_to_ptx"); in RecordLlvmPassesAndLlvmToPtxDuration() local 53 static auto* cell = compile_time_usecs_histogram->GetCell("llvm_passes"); in RecordLlvmPassesDuration() local 60 static auto* cell = compile_time_usecs_histogram->GetCell("llvm_to_ptx_only"); in RecordLlvmToPtxDuration() local 65 static auto* cell = compile_time_usecs_histogram->GetCell("ptx_to_cubin"); in RecordPtxToCubinDuration() local
|
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/report/html/ |
H A D | ReportGenerator.java | 201 final HTMLTable.ICell cell = coverage.newCell (); in visit() local 380 final HTMLTable.ICell cell = coverage.newCell (); in visit() local 497 final HTMLTable.ICell cell = coverage.newCell (); in visit() local 674 final HTMLTable.ICell cell = coverage.newCell (); in visit() local 791 final HTMLTable.ICell cell = navRow.newCell (); in addPageHeader() local 826 final HTMLTable.ICell cell = navRow.newCell (); in addPageFooter() local 846 final HTMLTable.ICell cell = titleRow.newCell (); in addPageFooter() local 884 final HTMLTable.ICell cell = header.newCell (); in addHeaderRow() local 921 final HTMLTable.ICell cell = row.newCell (); in addItemRow() local 951 final HTMLTable.ICell cell = row.newCell (); in addItemRow() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/ |
H A D | batch_resource_base.cc | 47 static auto* cell = tensorflow::monitoring::PercentileSampler<3>::New( in RecordPaddingSize() local 60 static auto* cell = tensorflow::monitoring::Sampler<3>::New( in RecordPaddingSizeV2() local 75 static auto* cell = tensorflow::monitoring::PercentileSampler<2>::New( in RecordInputBatchSize() local 87 static auto* cell = tensorflow::monitoring::Sampler<2>::New( in RecordInputBatchSizeV2() local 101 static auto* cell = tensorflow::monitoring::Sampler<2>::New( in RecordBatchSize() local 112 static auto* cell = tensorflow::monitoring::PercentileSampler<2>::New( in RecordProcessedBatchSize() local 125 static auto* cell = monitoring::Counter<3>::New( in RecordProcessedBatchSizeV2() local 137 static auto* cell = monitoring::PercentileSampler<3>::New( in RecordBatchDelayUs() local 150 static auto* cell = tensorflow::monitoring::Sampler<3>::New( in RecordBatchDelayUsV2() local 165 static auto* cell = monitoring::Gauge<int64_t, 2>::New( in RecordBatchParamBatchTimeoutMicros() local [all …]
|
/aosp_15_r20/external/ktfmt/core/src/main/java/com/facebook/ktfmt/kdoc/ |
H A D | Table.kt | 51 val cell = row.cells[column] in format() constant 165 for (cell in dividerRow.cells) { in getTable() constant 227 val cell = s.substring(i, end).trim() in getRow() constant 236 val cell = s.substring(i, end).trim() in getRow() constant
|
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/ |
H A D | tfe_monitoring_internal.h | 29 tensorflow::monitoring::CounterCell cell; member 55 tensorflow::monitoring::GaugeCell<int64_t> cell; member 58 tensorflow::monitoring::GaugeCell<tensorflow::string> cell; member 61 tensorflow::monitoring::GaugeCell<bool> cell; member 125 tensorflow::monitoring::SamplerCell cell; member
|
/aosp_15_r20/packages/apps/Launcher3/tools/ |
D | print_db.py | 70 def print_intent(out, id, i, cell): argument 77 def print_icon(out, id, i, cell): argument 85 def print_icon_type(out, id, i, cell): argument 97 def print_cell(out, id, i, cell): argument 107 def render_cell_info(out, cell, occupied): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | monitoring.py | 157 def __init__(self, cell): argument 209 def __init__(self, cell): argument 261 def __init__(self, cell): argument 316 def __init__(self, cell): argument 369 def __init__(self, cell): argument 472 def __init__(self, cell): argument 490 def monitored_timer(cell): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | array4d_test.cc | 55 [](absl::Span<const int64_t> idx, int* cell) { EXPECT_EQ(*cell, 7); }); in TEST() 71 arr.Each([&arr](absl::Span<const int64_t> idx, int* cell) { in TEST() 132 [](absl::Span<const int64_t> idx, int* cell) { EXPECT_EQ(*cell, 7); }); in TEST() 136 [](absl::Span<const int64_t> idx, int* cell) { EXPECT_EQ(*cell, 11); }); in TEST() 143 arr.Each([&arr](absl::Span<const int64_t> idx, float* cell) { in TEST()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/ |
H A D | EditTileListState.kt | 75 val cell = _tiles[fromIndex] as TileGridCell in resizeTile() constant 106 val cell = _tiles.removeAt(fromIndex) in onMoved() constant 121 _tiles.removeIf { cell -> in movedOutOfBounds() method
|