| /external/gemmlowp/internal/ |
| 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 …]
|
| D | pack_neon.h | 77 for (int cell = 0; cell < kCells; cell++) { in Pack() local 83 for (int cell = 0; cell < kCells; cell++) { in Pack() local 96 for (int cell = 0; cell < kCells; cell++) { in Pack() local 107 for (int cell = 0; cell < kCells; cell++) { in Pack() local 114 for (int cell = 0; cell < kCells; cell++) { in Pack() local 192 for (int cell = 0; cell < kCells; cell++) { in Pack() local 198 for (int cell = 0; cell < kCells; cell++) { in Pack() local 211 for (int cell = 0; cell < kCells; cell++) { in Pack() local 219 for (int cell = 0; cell < kCells; cell++) { in Pack() local 225 for (int cell = 0; cell < kCells; cell++) { in Pack() local [all …]
|
| /external/toolchain-utils/cros_utils/ |
| D | tabulator.py | 228 def _Literal(self, cell, values, baseline_values): argument 231 def _ComputeFloat(self, cell, values, baseline_values): argument 234 def _ComputeString(self, cell, values, baseline_values): argument 237 def _InvertIfLowerIsBetter(self, cell): argument 251 def Compute(self, cell, values, baseline_values): argument 295 def Compute(self, cell, values, baseline_values): argument 308 def Compute(self, cell, values, baseline_values): argument 335 def _ComputeString(self, cell, values, baseline_values): argument 345 def _ComputeFloat(self, cell, values, baseline_values): argument 357 def _ComputeFloat(self, cell, values, baseline_values): argument [all …]
|
| /external/tensorflow/tensorflow/core/lib/monitoring/ |
| D | gauge_test.cc | 32 auto* cell = gauge_with_labels->GetCell("GetCellOp"); in TEST() local 54 auto* cell = gauge_without_labels->GetCell(); in TEST() local 76 auto* cell = string_gauge->GetCell(); in TEST() local 98 auto* cell = bool_gauge->GetCell(); in TEST() local
|
| D | sampler_test.cc | 47 auto* cell = sampler_with_labels->GetCell("BucketBoundaries"); in TEST() local 79 auto* cell = sampler_without_labels->GetCell(); in TEST() local 99 auto* cell = sampler_with_exponential->GetCell("BucketBoundaries"); in TEST() local
|
| D | counter_test.cc | 33 auto* cell = counter_with_labels->GetCell("GetCellOp"); in TEST() local 65 auto* cell = counter_without_labels->GetCell(); in TEST() local
|
| /external/autotest/frontend/client/src/autotest/common/spreadsheet/ |
| D | SpreadsheetSelectionManager.java | 30 public void toggleSelected(CellInfo cell) { in toggleSelected() 40 private void selectCell(CellInfo cell) { in selectCell() 45 private void deselectCell(CellInfo cell) { in deselectCell()
|
| /external/tensorflow/tensorflow/compiler/xla/ |
| D | array4d_test.cc | 54 [](absl::Span<const int64> idx, int* cell) { EXPECT_EQ(*cell, 7); }); in TEST() 70 arr.Each([&arr](absl::Span<const int64> idx, int* cell) { in TEST() 131 [](absl::Span<const int64> idx, int* cell) { EXPECT_EQ(*cell, 7); }); in TEST() 135 [](absl::Span<const int64> idx, int* cell) { EXPECT_EQ(*cell, 11); }); in TEST() 142 arr.Each([&arr](absl::Span<const int64> idx, float* cell) { in TEST()
|
| /external/tensorflow/tensorflow/contrib/legacy_seq2seq/python/ops/ |
| D | seq2seq.py | 114 cell, argument 161 cell, argument 192 cell, argument 235 cell, argument 303 cell, argument 412 cell, argument 542 cell, argument 714 cell, argument 799 cell, argument
|
| /external/u-boot/lib/ |
| D | fdtdec_common.c | 24 const int *cell; in fdtdec_get_int() local 42 const int *cell; in fdtdec_get_uint() local
|
| D | fdtdec.c | 206 const u32 *cell; in fdtdec_get_pci_addr() local 325 const char *cell; in fdtdec_get_is_enabled() local 648 const void *cell; in get_prop_check_min_len() local 665 const u32 *cell; in fdtdec_get_int_array() local 683 const u32 *cell; in fdtdec_get_int_array_count() local 703 const u32 *cell; in fdtdec_locate_array() local 713 const s32 *cell; in fdtdec_get_bool() local 859 const u8 *cell; in fdtdec_get_byte_array() local 871 const u8 *cell; in fdtdec_locate_byte_array() local 927 const fdt_addr_t *cell; in fdtdec_decode_region() local
|
| /external/autotest/frontend/client/src/autotest/common/table/ |
| D | TableClickWidget.java | 14 private int cell; field in TableClickWidget 21 int row, int cell) { in TableClickWidget()
|
| /external/emma/core/java12/com/vladium/emma/report/html/ |
| 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 …]
|
| /external/jemalloc/src/ |
| D | ckh.c | 55 ckhc_t *cell; in ckh_bucket_search() local 73 size_t hashes[2], bucket, cell; in ckh_isearch() local 95 ckhc_t *cell; in ckh_try_bucket_insert() local 129 ckhc_t *cell; in ckh_evict_reloc_insert() local 487 size_t cell; in ckh_remove() local 518 size_t cell; in ckh_search() local
|
| /external/jemalloc_new/src/ |
| D | ckh.c | 64 ckhc_t *cell; in ckh_bucket_search() local 82 size_t hashes[2], bucket, cell; in ckh_isearch() local 104 ckhc_t *cell; in ckh_try_bucket_insert() local 137 ckhc_t *cell; in ckh_evict_reloc_insert() local 491 size_t cell; in ckh_remove() local 523 size_t cell; in ckh_search() local
|
| /external/python/cpython3/Lib/ctypes/test/ |
| D | test_incomplete.py | 13 class cell(Structure): class
|
| /external/python/cpython2/Lib/ctypes/test/ |
| D | test_incomplete.py | 13 class cell(Structure): class
|
| /external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
| D | fused_rnn_cell.py | 85 def __init__(self, cell, use_dynamic_rnn=False): argument 147 def __init__(self, cell): argument
|
| D | core_rnn_cell.py | 201 cell, argument 280 cell, argument 340 def __init__(self, cell, output_size, activation=None, reuse=None): argument
|
| /external/v8/src/compiler/ |
| D | compilation-dependencies.cc | 183 GlobalPropertyDependency(const PropertyCellRef& cell, PropertyCellType type, in GlobalPropertyDependency() 191 Handle<PropertyCell> cell = cell_.object<PropertyCell>(); in IsValid() local 211 explicit ProtectorDependency(const PropertyCellRef& cell) : cell_(cell) { in ProtectorDependency() 216 Handle<PropertyCell> cell = cell_.object<PropertyCell>(); in IsValid() local 339 const PropertyCellRef& cell) { in DependOnGlobalProperty() 346 void CompilationDependencies::DependOnProtector(const PropertyCellRef& cell) { in DependOnProtector()
|
| /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
| D | state_saving_rnn_estimator.py | 45 def construct_state_saving_rnn(cell, argument 192 def _get_state_names(cell): argument 225 def _get_initial_states(cell): argument 240 def _read_batch(cell, argument
|
| /external/tensorflow/tensorflow/python/ops/ |
| D | rnn.py | 491 def dynamic_rnn(cell, inputs, sequence_length=None, initial_state=None, argument 683 def _dynamic_rnn_loop(cell, argument 902 def raw_rnn(cell, loop_fn, argument 1224 def static_rnn(cell, argument 1405 def static_state_saving_rnn(cell, argument
|
| /external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/ |
| D | rnn_cell_test.py | 2098 def _cell_output(self, cell): argument 2128 def cell(): function 2144 def cell(): function 2160 def cell(): function 2176 def cell(): function
|
| /external/cldr/tools/java/org/unicode/cldr/util/ |
| D | StateDictionaryBuilder.java | 126 Cell cell = row.byteToCell.get(key); in make() local 178 Cell cell = new Cell(); in add() local
|
| /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/ |
| D | basic_decoder.py | 49 def __init__(self, cell, helper, initial_state, output_layer=None): argument 156 def __init__(self, cell, sampler, output_layer=None, **kwargs): argument
|