Searched refs:spare (Results 1 - 19 of 19) sorted by relevance

/external/guice/core/test/com/googlecode/guice/
H A DGuiceTck.java55 @Provides @Named("spare") Tire provideSpareTire(SpareTire spare) {
56 return spare;
/external/llvm/test/tools/llvm-readobj/ARM/
H A 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/curl/src/
H A Dtool_vms.c202 const int spare[8] = {0}; variable
/external/iproute2/include/linux/
H A Datm.h156 unsigned int spare :9; /* spare bits */ member in struct:atm_trafprm
/external/kernel-headers/original/uapi/linux/
H A Datm.h156 unsigned int spare :9; /* spare bits */ member in struct:atm_trafprm
H A Dfuse.h177 uint32_t spare[6]; member in struct:fuse_kstatfs
611 uint32_t spare[10]; member in struct:cuse_init_out
H A Dbtrfs.h170 __u64 spare[64]; member in struct:btrfs_ioctl_dev_replace_args
H A Dsoundcard.h298 int spare[2]; member in struct:patch_info
/external/libunwind_llvm/src/
H A DUnwind_AppleExtras.cpp39 unsigned spare[2]; member in struct:libgcc_object_info
/external/jemalloc/src/
H A Darena.c574 assert(arena->spare != NULL);
576 chunk = arena->spare;
577 arena->spare = NULL;
676 assert(arena->spare == NULL);
728 if (arena->spare != NULL)
759 if (arena->spare != NULL) {
760 arena_chunk_t *spare = arena->spare; local
764 arena->spare = chunk;
765 if (arena_mapbits_dirty_get(spare, map_bia
[all...]
/external/skia/src/gpu/batches/
H A DGrAAStrokeRectBatch.cpp562 SkScalar spare; local
566 spare = SkTMin(w, h);
569 *isDegenerate = spare <= 0;
/external/autotest/site_utils/
H A Dbalance_pools.py31 -s POOL, --spare POOL
39 from the spare pool to bring the strength of POOL to the requested
53 spare pool has no DUTs (in any state), *and* the corresponding
54 non-Freon spare pool is populated, then the non-Freon pool will
56 non-Freon boards when there is an available Freon spare pool.
157 to be resupplied with working DUTs and spare pools that supply
403 spare_pool = _DUTPool(afe, board, arguments.spare,
520 parser.add_argument('-s', '--spare', default='suites',
H A Dlab_inventory_unittest.py655 spare = int(items[4])
656 self._board_data.append((board, (good, bad, spare)))
660 """Create a counts tuple with as few spare DUTs as possible."""
670 """Create a counts tuple with as many spare DUTs as possible."""
720 """Test that messages ignore boards with no spare pool."""
975 """Test that reporting ignores the spare pool inventory."""
/external/boringssl/src/crypto/sha/asm/
H A Dsha1-armv4-large.pl240 bcs .L_done @ [+((12+3)*5+2)*4], spare 300 bytes
256 b .L_20_39_or_60_79 @ [+4], spare 300 bytes
/external/curl/packages/vms/
H A Dgenerate_vax_transfer.com80 $ write vopt tab, "SPARE", tab, "; never delete this spare"
259 ; Macro to reserve a spare entry.
/external/jemalloc/include/jemalloc/internal/
H A Darena.h333 * recently freed chunk. The spare is left in the arena's chunk trees
336 * There is one spare chunk per arena, rather than one spare total, in
338 * a single spare inadequate.
340 arena_chunk_t *spare; member in struct:arena_s
/external/tcpdump/
H A Dprint-rx.c102 uint16_t spare; /* How clever: even though the AFS */ member in struct:rx_header
105 /* encoded _after_ the spare field */
/external/boringssl/linux-arm/crypto/sha/
H A Dsha1-armv4-large.S342 bcs .L_done @ [+((12+3)*5+2)*4], spare 300 bytes
438 b .L_20_39_or_60_79 @ [+4], spare 300 bytes
/external/pcre/dist/
H A Dpcre_compile.c494 "spare error\0" /** DEAD **/

Completed in 508 milliseconds