HomeSort by relevance Sort by last modified time
    Searched full:unallocated (Results 1 - 25 of 189) sorted by null

1 2 3 4 5 6 7 8

  /external/e2fsprogs/tests/f_holedir2/
expect.1 7 Directory inode 12 has an unallocated block #3. Allocate? yes
9 Directory inode 13 has an unallocated block #1. Allocate? yes
  /external/e2fsprogs/tests/f_holedir/
expect.1 12 Directory inode 11 has an unallocated block #0. Allocate? yes
14 Directory inode 11 has an unallocated block #3. Allocate? yes
16 Directory inode 11 has an unallocated block #6. Allocate? yes
  /external/chromium_org/third_party/skia/include/core/
SkChunkAlloc.h 38 not be unallocated. This is a hint to the underlying allocator that
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSLabel.java 13 * This is unallocated.
  /external/skia/include/core/
SkChunkAlloc.h 38 not be unallocated. This is a hint to the underlying allocator that
  /external/valgrind/main/gdbserver_tests/
hginfo.stderrB.exp 18 Address 0x........ is 0 bytes inside an unallocated block of size 1,008 in arena "client"
  /frameworks/av/media/mtp/
MtpStorage.h 35 // amount of free space to leave unallocated
  /art/compiler/optimizing/
locations.h 48 // Unallocated location represents a location that is not fixed and can be
49 // allocated by a register allocator. Each unallocated location has
196 // Unallocated locations.
211 // Any free register is suitable to replace this unallocated location.
223 // used to replace this unallocated location.
  /external/chromium_org/v8/test/cctest/compiler/
instruction-selector-tester.h 117 CHECK_EQ(InstructionOperand::UNALLOCATED, exp->kind());
118 CHECK_EQ(InstructionOperand::UNALLOCATED, val->kind());
test-instruction.cc 91 UnallocatedOperand* unallocated = local
93 unallocated->set_virtual_register(vreg);
94 return unallocated;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
compute_memory_pool.c 254 int64_t unallocated = 0; local
289 unallocated += item->size_in_dw+1024;
296 if (pool->size_in_dw < allocated+unallocated) {
297 compute_memory_grow_pool(pool, pipe, allocated+unallocated);
  /external/chromium_org/v8/src/
variables.cc 43 location_(UNALLOCATED),
lithium.h 30 UNALLOCATED,
45 LITHIUM_OPERAND_PREDICATE(Unallocated, UNALLOCATED, 0)
104 explicit LUnallocated(ExtendedPolicy policy) : LOperand(UNALLOCATED, 0) {
110 LUnallocated(BasicPolicy policy, int index) : LOperand(UNALLOCATED, 0) {
117 LUnallocated(ExtendedPolicy policy, int index) : LOperand(UNALLOCATED, 0) {
126 : LOperand(UNALLOCATED, 0) {
163 // BitFields for all unallocated operands.
variables.h 33 UNALLOCATED,
93 bool IsUnallocated() const { return location_ == UNALLOCATED; }
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1423.js 45 // Bug manifests as UNREACHABLE code (due to an unallocated register) in
  /external/llvm/test/MC/Disassembler/AArch64/
arm64-basic-a64-undefined.txt 13 # MOVK with sf == 0 and hw<1> == 1 is unallocated.
basic-a64-undefined.txt 27 # Only unallocated (int-register) variants are: opc=0b11, size=0b10, 0b11
  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.c 254 int64_t unallocated = 0; local
289 unallocated += item->size_in_dw+1024;
296 if (pool->size_in_dw < allocated+unallocated) {
297 compute_memory_grow_pool(pool, pipe, allocated+unallocated);
  /external/valgrind/main/helgrind/tests/
free_is_write.stderr.exp 26 Address 0x........ is 5 bytes inside an unallocated block of size 16 in arena "client"
  /external/chromium_org/net/ftp/
ftp_network_transaction_unittest.cc 108 // Use unallocated 599 FTP error code to make sure it falls into the
622 // Use unallocated 599 FTP error code to make sure it falls into the
    [all...]
  /external/chromium_org/v8/src/compiler/
instruction.h 51 UNALLOCATED,
68 INSTRUCTION_OPERAND_PREDICATE(Unallocated, UNALLOCATED, 0)
124 : InstructionOperand(UNALLOCATED, 0) {
131 : InstructionOperand(UNALLOCATED, 0) {
139 : InstructionOperand(UNALLOCATED, 0) {
148 : InstructionOperand(UNALLOCATED, 0) {
191 // BitFields for all unallocated operands.
  /external/llvm/test/CodeGen/ARM/
2013-04-16-AAPCS-C4-vs-VFP.ll 15 ;that are unallocated are marked as unavailable. The NSAA is adjusted upwards
  /external/llvm/unittests/Support/
UnicodeTest.cpp 57 // UTF-8 sequences longer than 4 bytes correspond to unallocated Unicode
  /external/valgrind/main/memcheck/tests/
big_blocks_freed_list.stderr.exp 16 Address 0x........ is 2,000 bytes inside an unallocated block of size 1,000,016 in arena "client"
  /frameworks/base/libs/hwui/
RenderBuffer.h 90 * buffer wasn't previously allocated, the buffer remains unallocated.

Completed in 1238 milliseconds

1 2 3 4 5 6 7 8