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

12 3 4 5 6 7 8 910

  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
fileobject.h 20 char* f_bufend; /* Points after last occupied position */
  /prebuilts/sdk/current/support/v7/gridlayout/res/values/
attrs.xml 117 occupied by this view.
122 boundaries delimiting the group of cells occupied by this view.
132 occupied by this view.
137 boundaries delimiting the group of cells occupied by this view.
  /sdk/testapps/gridlayoutTest/v7-gridlayout/res/values/
attrs.xml 128 occupied by this view.
133 boundaries delimiting the group of cells occupied by this view.
140 occupied by this view.
145 boundaries delimiting the group of cells occupied by this view.
  /tools/test/connectivity/acts/framework/acts/controllers/
adb.py 69 """Lists all the host ports occupied by adb forward.
77 A list of integers representing occupied host ports.
  /external/autotest/puppylab/
ClusterTemplate 27 # both these will be autocorrected if the ports are occupied.
  /external/compiler-rt/test/asan/TestCases/Posix/
dlclose-test.cc 13 // we can mmap the region of memory that has been occupied by the library.
  /external/libvpx/libvpx/vp8/decoder/
dboolhuff.h 118 * occupied, 8 for the algorithm and 8 in the buffer.
  /external/libvpx/libvpx/vpx_dsp/
bitreader.h 64 // occupied, 8 for the algorithm and 8 in the buffer.
  /external/opencv3/3rdparty/libwebp/utils/
huffman.h 35 int num_nodes_; // number of currently occupied nodes
  /external/skia/src/utils/
SkCanvasStack.cpp 31 // This ensures they do not draw into the space occupied by the layers
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
dboolhuff.h 123 * occupied, 8 for the algorithm and 8 in the buffer.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_reader.c 78 // occupied, 8 for the algorithm and 8 in the buffer.
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/
usage.apt.vm 166 called antlr3 because the antlr directory is occupied by version
178 directory is occupied by version 2.x grammars.
  /external/autotest/client/cros/chameleon/
chameleon_audio_ids.py 71 # properties like level, channel_map, occupied to manipulate.
88 # properties like level, channel_map, occupied to manipulate.
audio_widget_link.py 43 is occupied until it is released.
58 self._link.occupied = True
98 self._link.occupied = False
124 occupied: True if this widget is occupied by a widget binder.
131 self.occupied = False
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 138 // stage is occupied. FIXME it would be more accurate to find the
198 // stage is occupied. FIXME it would be more accurate to reserve
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java 409 boolean[][] occupied = new boolean[xCount][yCount];
416 occupied[x][y] = true;
421 return Utilities.findVacantCell(xy, spanX, spanY, xCount, yCount, occupied);
1775 final LongArrayMap<ItemInfo[][]> occupied = new LongArrayMap<>(); local
    [all...]
  /frameworks/base/core/java/android/provider/
VoicemailContract.java 583 * @param occupied See {@link Status#QUOTA_OCCUPIED}
588 public static void setQuota(Context context, PhoneAccountHandle accountHandle, int occupied,
590 if (occupied == QUOTA_UNAVAILABLE && total == QUOTA_UNAVAILABLE) {
597 if (occupied != QUOTA_UNAVAILABLE) {
598 values.put(Status.QUOTA_OCCUPIED,occupied);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 1293 final ItemInfo occupied[][][] = local
    [all...]
InstallShortcutReceiver.java 340 boolean[][] occupied = new boolean[xCount][yCount];
354 occupied[x][y] = true;
361 return CellLayout.findVacantCell(xy, 1, 1, xCount, yCount, occupied);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 382 final Point[] occupied = getOccupied(v);
383 for (final Point oc : occupied) {
417 for (final Point oc : occupied) {
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GridLayoutManager.java 255 * Sets the source to get the number of spans occupied by each item in the adapter.
258 * occupied by each item
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 70 /// \brief Returns the number of cycles the stage is occupied.
94 /// This includes a set of stages occupied by the instruction and the pipeline
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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.

Completed in 837 milliseconds

12 3 4 5 6 7 8 910