/external/autotest/server/site_tests/firmware_Cr50GetName/ |
D | firmware_Cr50GetName.py | 68 def get_expected_result_re(self, brand, flags, erased): argument 82 if erased: 101 def check_result(self, brand, flags, erased): argument 113 expected_result_re = self.get_expected_result_re(brand, flags, erased) 122 ('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 | 115 auto erased = cache_.erase(entry->key); in DiscardEntryRefLocked() local 116 if (erased == 0) { in DiscardEntryRefLocked() 119 erased = entries_by_uid_.erase(entry->uid); in DiscardEntryRefLocked() 120 CHECK_EQ(erased, 1); in DiscardEntryRefLocked() 242 auto erased = entries_by_last_use_.erase(entry->last_use); in CompileIfKeyAbsent() local 246 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/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()
|
D | cfi_flash.c | 1092 int erased; in flash_erase() local 1099 erased = 1; in flash_erase() 1105 erased = 0; in flash_erase() 1109 if (erased) { in flash_erase()
|
/external/libcxx/include/experimental/ |
D | utility | 25 3.1.2, erased-type placeholder
|
/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/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/u-boot/tools/kermit/ |
D | README | 27 embedded flash sector which is erased whenever you install a
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | loop_optimizer.cc | 280 bool erased = false; in RevertInvariantNodes() local 290 erased = true; in RevertInvariantNodes() 294 if (erased) break; in RevertInvariantNodes() 298 if (!erased) ++iter; in RevertInvariantNodes()
|
/external/llvm/test/DebugInfo/X86/ |
D | inlined-indirect-value.ll | 5 ; just erased, so it won't be perfectly accurate).
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | mad_uint24.ll | 60 ; led to some instructions being incorrectly erased when the entire
|
/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/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/CodeGenPrepare/Mips/ |
D | pr35209.ll | 4 ; select that is erased along with its' trivally dead operand, that the
|
/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/CodeGen/PowerPC/ |
D | expand-foldable-isel.ll | 11 ; erased: 336r %vreg5<def> = COPY %vreg2
|
/external/autotest/server/site_tests/firmware_Cr50Update/ |
D | control | 14 This test verifies Cr50 update works or recovery from erased nvmem.
|
D | control.post_install | 14 This test verifies Cr50 update works or recovery from erased nvmem.
|
/external/u-boot/board/freescale/mpc832xemds/ |
D | README | 124 Maybe 3ffff will work too, that corresponds to the erased sectors.
|