HomeSort by relevance Sort by last modified time
    Searched full:occupied (Results 51 - 75 of 234) sorted by null

1 23 4 5 6 7 8 910

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dumbdbm.py 11 - reclaim free space (currently, space once occupied by deleted or expanded
169 # (padded) space currently occupied by the old value.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dumbdbm.py 11 - reclaim free space (currently, space once occupied by deleted or expanded
169 # (padded) space currently occupied by the old value.
  /art/runtime/
type_lookup_table.cc 81 // occupied then delay the insertion of the element to the second stage to reduce probing
  /external/clang/lib/Sema/
TypeLocBuilder.h 33 /// The index of the first occupied byte in the buffer.
  /external/compiler-rt/lib/lsan/
lsan_common.h 133 // Returns the address range occupied by the global allocator object.
  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_info.java 43 * Returns the number of constant pool index slots occupied by this
  /external/libchrome/sandbox/win/src/sidestep/
mini_disassembler.h 110 // Counts the number of bytes that is occupied by operands in
  /external/libjpeg-turbo/
jdtrans.c 32 * To release the memory occupied by the virtual arrays, call
  /external/opencv3/3rdparty/libjpeg/
jdtrans.c 31 * To release the memory occupied by the virtual arrays, call
  /external/opencv3/modules/calib3d/test/
test_chesscorners_timing.cpp 177 /* release occupied memory */
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdtrans.c 30 * To release the memory occupied by the virtual arrays, call
  /external/tcpdump/
print-igrp.c 61 uint8_t igr_ld; /* percent of channel occupied */
  /frameworks/base/libs/hwui/
PatchCache.cpp 229 // Resize the block now that it's occupied
  /hardware/intel/common/omx-components/videocodec/
ProtectedDataBuffer.h 129 // For encrypted content, this space is occupied by IED encrypted
  /packages/services/Telephony/src/com/android/phone/common/mail/store/
ImapFolder.java 748 public final int occupied; field in class:ImapFolder.Quota
751 public Quota(int occupied, int total) {
752 this.occupied = occupied;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tuple.py 60 # For a pure random hash and N=50, the expected number of occupied
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tuple.py 60 # For a pure random hash and N=50, the expected number of occupied
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tuple.py 60 # For a pure random hash and N=50, the expected number of occupied
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tuple.py 60 # For a pure random hash and N=50, the expected number of occupied
  /toolchain/binutils/binutils-2.25/bfd/
elf32-arc.c 29 /* Try to minimize the amount of space occupied by relocation tables
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 156 UINT occupied = 0; local
165 occupied = 1;
170 if (occupied) {
171 occupied = 0;
174 occupied |= 1 << hdrSlotUsage[s];
177 if ( !(occupied & 0x1) ) {
181 occupied >>= 1;
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 192 * called antlr3 because the antlr directory is occupied by version
202 * directory is occupied by version 2.x grammars.
  /external/autotest/client/cros/chameleon/
chameleon_audio_helper.py 127 """Acquires an available audio bus index that is not occupied yet.
135 if not (bus and bus.occupied):
  /external/bison/lib/
mbchar.h 40 returns the number of bytes occupied by the multibyte sequence.
103 returns the number of columns on the output device occupied by mbc.
  /frameworks/base/graphics/java/android/graphics/
Atlas.java 220 * C0(occupied)
229 * fit. It will then split the now occupied cell and proceed onto

Completed in 365 milliseconds

1 23 4 5 6 7 8 910