Home
last modified time | relevance | path

Searched refs:spare (Results 1 – 25 of 61) sorted by relevance

123

/external/llvm/test/tools/llvm-readobj/ARM/
Dunwind.s114 .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/
DGuiceTck.java55 @Provides @Named("spare") Tire provideSpareTire(SpareTire spare) { in suite() argument
56 return spare; in suite()
/external/autotest/client/site_tests/hardware_StorageFio/
Dcontrol.integrity14 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
Dcontrol.quick_integrity14 I/O. This test will write data to the spare root partition, wait for 1 minute,
Dcontrol.integrity_full_disk16 writes data to the spare root partition and then verifying, after 72 hours,
Dcontrol21 NOTE: If autoupdate or another program accesses the spare root partition
Dcontrol.hwqual21 NOTE: If autoupdate or another program accesses the spare root partition
Dcontrol.quicktest21 NOTE: If autoupdate or another program accesses the spare root partition
/external/jemalloc/src/
Darena.c553 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/
Dcontrol12 A spare device or partition is required for the test to trash. If this
/external/curl/src/
Dtool_vms.c202 const int spare[8] = {0}; variable
/external/kernel-headers/original/uapi/linux/
Datm.h157 unsigned int spare :9; /* spare bits */ member
Dfuse.h188 uint32_t spare[6]; member
629 uint32_t spare[10]; member
/external/iproute2/include/uapi/linux/
Datm.h157 unsigned int spare :9; /* spare bits */ member
/external/skqp/src/gpu/ops/
DGrAAStrokeRectOp.cpp75 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/
DGrAAStrokeRectOp.cpp75 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/
Dlab_inventory_unittest.py549 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)))
Dbalance_pools.py373 spare_pool = _DUTPool(afe, arguments.spare, labels, start_time, end_time)
582 arguments.spare != _SPARE_DEFAULT):
/external/libunwind_llvm/src/
DUnwind_AppleExtras.cpp39 unsigned spare[2]; member
/external/javaparser/
DCONTRIBUTING.md5 …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/
Dscript52 # c*: punch spare file ending at c*
/external/e2fsprogs/tests/d_punch/
Dscript51 # c*: punch spare file ending at c*
/external/libvpx/libvpx/
Dusage_dx.dox53 is generally done only when there is enough spare CPU time to execute
/external/e2fsprogs/tests/d_fallocate_bigalloc/
Dscript59 # c*: falloc spare file ending at c*
/external/e2fsprogs/tests/d_fallocate/
Dscript58 # c*: falloc spare file ending at c*

123