/external/autotest/server/site_tests/firmware_Cr50GetName/ |
D | firmware_Cr50GetName.py | 80 def get_expected_result_re(self, brand, flags, erased): argument 94 if erased: 113 def check_result(self, brand, flags, erased): argument 125 expected_result_re = self.get_expected_result_re(brand, flags, erased) 134 ('erased board id' if erased else '%x:%x' % (brand, flags)))
|
/external/clang/test/Analysis/ |
D | DynamicTypePropagation.m | 44 NSArray *erased = arr; 45 NSObject *element = [erased firstObject]; 52 NSArray *erased = arr; 53 [erased contains: element];
|
/external/tensorflow/tensorflow/compiler/xrt/ |
D | xrt_compilation_cache.cc | 124 auto erased = cache_.erase(entry->key); in DiscardEntryRefLocked() local 125 if (erased == 0) { in DiscardEntryRefLocked() 128 erased = entries_by_uid_.erase(entry->uid); in DiscardEntryRefLocked() 129 CHECK_EQ(erased, 1); in DiscardEntryRefLocked() 251 auto erased = entries_by_last_use_.erase(entry->last_use); in CompileIfKeyAbsent() local 255 if (erased == 0) { in CompileIfKeyAbsent()
|
/external/vixl/test/ |
D | test-invalset.cc | 263 size_t erased = set.erase(to_erase.back()); in TEST() local 264 if (erased > 0) { in TEST() 265 VIXL_CHECK(erased == 1); in TEST() 332 size_t erased = set.erase(to_erase.back()); in TEST() local 333 if (erased > 0) { in TEST() 334 VIXL_CHECK(erased == 1); in TEST()
|
/external/ltp/testcases/kernel/fs/mongo/ |
D | README | 18 Warning : All info will be erased on device. 30 /dev/hda5 - test device and all info on it will be erased.
|
/external/sfntly/cpp/src/test/ |
D | otf_basic_editing_test.cc | 81 size_t erased = builder_tags.erase(header->tag()); in TestOTFBasicEditing() local 82 EXPECT_EQ(1U, erased); in TestOTFBasicEditing()
|
/external/u-boot/drivers/mtd/ |
D | st_smi.c | 490 int erased; in flash_print_info() local 505 erased = 0; in flash_print_info() 507 erased = 1; in flash_print_info() 514 erased ? " E" : " ", info->protect[i] ? "RO " : " "); in flash_print_info()
|
/external/libcxx/include/experimental/ |
D | utility | 25 3.1.2, erased-type placeholder
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tf_saved_model_optimize_global_tensors.mlir | 110 // argument is not erased. 116 // is erased.
|
/external/u-boot/doc/ |
D | README.nand | 26 and write commands). Only complete erase blocks can be erased. 29 is erased. If `erase' is specified with partition but without an 30 size, the entire partition is erased. 33 each block after it is erased. 36 a debug option in cmd_nand.c to allow bad blocks to be erased. 38 bad by the manufacturer must _NEVER_ be erased.
|
D | README.mpc83xxads | 94 erased sectors.
|
/external/u-boot/cmd/ |
D | flash.c | 398 int erased = 0; in flash_sect_erase() local 410 erased += s_last[bank] - s_first[bank] + 1; in flash_sect_erase() 422 printf("Erased %d sectors\n", erased); in flash_sect_erase()
|
/external/u-boot/doc/device-tree-bindings/misc/ |
D | cros-ec.txt | 19 uses that pattern for erased blocks
|
/external/u-boot/tools/kermit/ |
D | README | 27 embedded flash sector which is erased whenever you install a
|
/external/grpc-grpc/src/cpp/server/load_reporter/ |
D | load_data_store.cc | 45 size_t erased = it->second.erase(value); in UnorderedMapOfSetEraseKeyValue() local 49 return erased; in UnorderedMapOfSetEraseKeyValue()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | loop_optimizer.cc | 278 bool erased = false; in RevertInvariantNodes() local 288 erased = true; in RevertInvariantNodes() 292 if (erased) break; in RevertInvariantNodes() 296 if (!erased) ++iter; in RevertInvariantNodes()
|
/external/swiftshader/third_party/marl/src/ |
D | scheduler.cpp | 335 auto erased = timeouts.erase(Timeout{timeout, fiber}) != 0; in erase() local 336 (void)erased; in erase() 337 MARL_ASSERT(erased, "WaitingFibers::erase() maps out of sync"); in erase()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | mad_uint24.ll | 60 ; led to some instructions being incorrectly erased when the entire
|
/external/llvm/test/DebugInfo/X86/ |
D | inlined-indirect-value.ll | 5 ; just erased, so it won't be perfectly accurate).
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | inlined-indirect-value.ll | 5 ; just erased, so it won't be perfectly accurate).
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/Mips/ |
D | pr35209.ll | 4 ; select that is erased along with its' trivally dead operand, that the
|
/external/llvm/test/Transforms/LoopUnswitch/ |
D | guards.ll | 80 ; be erased (this has implications on what guards we can keep raw
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnswitch/ |
D | guards.ll | 80 ; be erased (this has implications on what guards we can keep raw
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | expand-foldable-isel.ll | 11 ; erased: 336r %vreg5<def> = COPY %vreg2
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | optimize_functional_ops.mlir | 73 // Verify that branch functions with multiple references are not erased.
|