HomeSort by relevance Sort by last modified time
    Searched full:cells (Results 301 - 325 of 574) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sort.py 249 ## date (this cost some brain cells to figure out...).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sort.py 249 ## date (this cost some brain cells to figure out...).
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sort.py 249 ## date (this cost some brain cells to figure out...).
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ReduceTest.java 228 // guaranteed to find the same cells -- but they should
229 // find cells of the same value.
  /external/guava/guava/src/com/google/common/collect/
ArrayTable.java 545 * <p>The value in the returned cells may change if the table subsequently
548 * @return set of table cells consisting of row key / column key / value
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ArrayTable.java 521 * <p>The value in the returned cells may change if the table subsequently
524 * @return set of table cells consisting of row key / column key / value
  /external/llvm/lib/Target/Hexagon/
BitTracker.h 351 // A result of any operation should use refs to the source cells, not
352 // the cells directly. This function is a convenience wrapper to quickly
  /external/v8/src/heap/
mark-compact.h 330 cells_ = chunk_->markbits()->cells();
744 // Clear non-live references in weak cells, transition and descriptor arrays,
spaces-inl.h 42 for (int i = 0; i < bitmap->CellsCount(); i++) bitmap->cells()[i] = 0;
49 bitmap->cells()[i] = 0xffffffff;
spaces.h 149 // Bitmap is a sequence of cells each containing fixed number of bits.
190 INLINE(MarkBit::CellType* cells()) { function in class:v8::internal::Bitmap
202 MarkBit::CellType* cell = this->cells() + (index >> kBitsPerCellLog2);
261 printer.Print(i, cells()[i]);
269 if (cells()[i] != 0) {
284 // Clear all cells till the cell containing the last index.
286 cells()[i] = 0;
290 cells()[end_cell_index] &= clear_mask;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 286 * mixed_cell - Whether mixed cells are allowed
288 * This option can be used to configure whether so called mixed cells,
  /frameworks/base/docs/html/guide/topics/appwidgets/
host.jd 281 cells that satisfy the {@code minWidth} and {@code minHeight} constraints.</li>
335 and account for it when computing the number of cells to allocate to the widget.</p>
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 38 * <li> full matrix of cells that are 1x1
39 * <li> sparse matrix of cells that are 1x1
  /packages/apps/Settings/res/values-sv/
arrays.xml 298 <item msgid="1436446526955010826">"läsa cellsändningar"</item>
364 <item msgid="6798698496904810960">"Läsa cellsändningar"</item>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 113 * Array of positions (indexed by column) of the left edge of table cells; this
119 * Array of positions (indexed by row) of the top edge of table cells; this
416 // Assign row/column positions to all cells that do not explicitly define them
687 // Handle "blank" grid layouts: insert a fake grid of CELL_COUNT^2 cells
    [all...]
  /frameworks/base/docs/html/guide/topics/renderscript/reference/
overview.jd     [all...]
rs_object_info.jd 18 <p> They are a structured collection of cells that can be used to store bitmaps, textures,
22 <p> This collection of cells may have many dimensions (X, Y, Z, Array0, Array1, Array2, Array3),
33 for the cells of an Allocation and the instantiation of that type. For example:<ul>
    [all...]
  /external/libxml2/test/valid/dtds/
xhtml1-frameset.dtd 1059 The rules attribute defines which rules to draw between cells:
1131 col elements define the alignment properties for cells in
1190 <!-- th is for headers, td for data and for cells acting as both -->
    [all...]
xhtml1-transitional.dtd 1030 The rules attribute defines which rules to draw between cells:
1102 col elements define the alignment properties for cells in
1161 <!-- th is for headers, td for data and for cells acting as both -->
  /bionic/libc/arch-mips/bionic/
setjmp.S 127 * are saved to 8-byte-aligned mem cells.
  /bionic/libc/include/net/
if_types.h 81 #define IFT_ATM 0x25 /* ATM cells */
  /development/ndk/platforms/android-21/include/net/
if_types.h 81 #define IFT_ATM 0x25 /* ATM cells */
  /development/ndk/platforms/android-3/include/net/
if_types.h 81 #define IFT_ATM 0x25 /* ATM cells */
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 55 <dt><a href="TableLayout2.html">2. Empty Cells</a></dt>
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
_base.py 7 # marquees, table cells, and table captions, and are used to prevent formatting

Completed in 1513 milliseconds

<<11121314151617181920>>