/external/llvm/test/tools/llvm-readobj/ARM/ |
D | unwind.s | 114 .section .spare 116 .type spare,%function 117 spare: label 292 @ CHECK: SectionName: .ARM.exidx.spare 295 @ CHECK: 0xD8 ; spare 297 @ CHECK: 0xCA ; spare 300 @ CHECK: 0xC7 0x10 ; spare 302 @ CHECK: 0xC7 0x00 ; spare 306 @ CHECK: 0xB4 ; spare 309 @ CHECK: 0xB1 0x10 ; spare [all …]
|
/external/guice/core/test/com/googlecode/guice/ |
D | GuiceTck.java | 55 @Provides @Named("spare") Tire provideSpareTire(SpareTire spare) { in suite() argument 56 return spare; in suite()
|
/external/autotest/client/site_tests/hardware_StorageFio/ |
D | control.integrity | 14 writes data to the spare root partition and then verifying, after 72 hours, 17 NOTE: If autoupdate or another program accesses the spare root partition
|
D | control.quick_integrity | 14 I/O. This test will write data to the spare root partition, wait for 1 minute,
|
D | control.integrity_full_disk | 16 writes data to the spare root partition and then verifying, after 72 hours,
|
D | control | 21 NOTE: If autoupdate or another program accesses the spare root partition
|
D | control.hwqual | 21 NOTE: If autoupdate or another program accesses the spare root partition
|
D | control.quicktest | 21 NOTE: If autoupdate or another program accesses the spare root partition
|
/external/jemalloc/src/ |
D | arena.c | 553 assert(arena->spare != NULL); in arena_chunk_init_spare() 555 chunk = arena->spare; in arena_chunk_init_spare() 556 arena->spare = NULL; in arena_chunk_init_spare() 659 assert(arena->spare == NULL); in arena_chunk_init_hard() 714 if (arena->spare != NULL) in arena_chunk_alloc() 771 arena_spare_discard(tsdn_t *tsdn, arena_t *arena, arena_chunk_t *spare) in arena_spare_discard() argument 774 assert(arena->spare != spare); in arena_spare_discard() 776 if (arena_mapbits_dirty_get(spare, map_bias) != 0) { in arena_spare_discard() 777 arena_run_dirty_remove(arena, spare, map_bias, in arena_spare_discard() 781 arena_chunk_discard(tsdn, arena, spare); in arena_spare_discard() [all …]
|
/external/autotest/client/tests/btreplay/ |
D | control | 12 A spare device or partition is required for the test to trash. If this
|
/external/curl/src/ |
D | tool_vms.c | 202 const int spare[8] = {0}; variable
|
/external/kernel-headers/original/uapi/linux/ |
D | atm.h | 157 unsigned int spare :9; /* spare bits */ member
|
D | fuse.h | 188 uint32_t spare[6]; member 629 uint32_t spare[10]; member
|
/external/iproute2/include/uapi/linux/ |
D | atm.h | 157 unsigned int spare :9; /* spare bits */ member
|
/external/skqp/src/gpu/ops/ |
D | GrAAStrokeRectOp.cpp | 75 SkScalar spare; in compute_rects() local 79 spare = SkTMin(w, h); in compute_rects() 82 *isDegenerate = spare <= 0; in compute_rects()
|
/external/skia/src/gpu/ops/ |
D | GrAAStrokeRectOp.cpp | 75 SkScalar spare; in compute_rects() local 79 spare = SkTMin(w, h); in compute_rects() 82 *isDegenerate = spare <= 0; in compute_rects()
|
/external/autotest/site_utils/ |
D | lab_inventory_unittest.py | 549 def _check_single_dut_counts(self, critical, spare): argument 552 counts = PoolStatusCounts(critical, spare) 622 bad, idle, good, spare = [int(x) for x in items[2:-1]] 623 self._model_data.append((model, (good, bad, idle, spare)))
|
D | balance_pools.py | 373 spare_pool = _DUTPool(afe, arguments.spare, labels, start_time, end_time) 582 arguments.spare != _SPARE_DEFAULT):
|
/external/libunwind_llvm/src/ |
D | Unwind_AppleExtras.cpp | 39 unsigned spare[2]; member
|
/external/javaparser/ |
D | CONTRIBUTING.md | 5 …s money. Please remember that we try to run a professional project in our spare time, on a budget …
|
/external/e2fsprogs/tests/d_punch_bigalloc/ |
D | script | 52 # c*: punch spare file ending at c*
|
/external/e2fsprogs/tests/d_punch/ |
D | script | 51 # c*: punch spare file ending at c*
|
/external/libvpx/libvpx/ |
D | usage_dx.dox | 53 is generally done only when there is enough spare CPU time to execute
|
/external/e2fsprogs/tests/d_fallocate_bigalloc/ |
D | script | 59 # c*: falloc spare file ending at c*
|
/external/e2fsprogs/tests/d_fallocate/ |
D | script | 58 # c*: falloc spare file ending at c*
|