HomeSort by relevance Sort by last modified time
    Searched full:cell (Results 176 - 200 of 470) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
nrfsm.h 64 /* State\Event cell */
  /dalvik/vm/compiler/
Frontend.c 676 * the chaining cell.
733 /* Create the chaining cell as the fallthrough of the exit block */
768 /* One chaining cell for the first MAX_CHAINED_SWITCH_CASES cases */
778 /* One more chaining cell for the default case */
789 * If the chaining cell is after an invoke or
791 * chaining cell.
819 /* For unconditional branches, request a hot chaining cell */
    [all...]
InlineTransformation.c 199 * the chaining cell.
229 * the PC reconstruction or chaining cell).
  /external/iproute2/include/linux/
pkt_sched.h 206 unsigned char Scell_log; /* cell size for idle damping */
249 __u8 Scell_log; /* cell size for idle damping */
  /external/kernel-headers/original/linux/
pkt_sched.h 206 unsigned char Scell_log; /* cell size for idle damping */
249 __u8 Scell_log; /* cell size for idle damping */
  /external/webkit/JavaScriptCore/runtime/
JSGlobalData.cpp 81 CollectorCell cell; local
82 void* storage = &cell;
  /external/webkit/WebCore/css/
CSSValueKeywords.in 317 table-cell
332 cell
  /frameworks/base/telephony/java/android/telephony/
PhoneStateListener.java 96 * Listen for changes to the device's cell location. Note that
194 * Callback invoked when device cell location changes.
  /packages/apps/CellBroadcastReceiver/res/values-ja/
strings.xml 20 <!-- The name of the Cell Broadcast Receiver app. [CHAR LIMIT=NONE] -->
76 <!-- Dialog title for all non-emergency cell broadcasts. [CHAR LIMIT=50] -->
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pkt_sched.h 179 unsigned char Scell_log; /* cell size for idle damping */
222 __u8 Scell_log; /* cell size for idle damping */
  /external/v8/src/ia32/
fast-codegen-ia32.cc 486 void FastCodeGenerator::EmitGlobalVariableLoad(Handle<Object> cell) {
488 ASSERT(cell->IsJSGlobalPropertyCell());
490 __ mov(destination(), Immediate(cell));
787 // Check if we can compile a global variable load directly from the cell.
796 Handle<Object> cell(info()->global_object()->GetPropertyCell(&lookup));
807 EmitGlobalVariableLoad(cell);
  /frameworks/base/core/java/android/widget/
TableLayout.java 35 * their rows, columns, or cells. Each row has zero or more cells; each cell can
40 * <p>The width of a column is defined by the row with the widest cell in that
63 * a child cell, it will autoincrement to the next available column. If you skip
64 * a column number, it will be considered an empty cell in that row. See the
472 * <p>Finds the largest cell in each column. For each column, the width of
473 * the largest cell is applied to all the other cells.</p>
TableRow.java 280 * @return an array of integers corresponding to the width of each cell, or
327 * on each child (or cell, or column.)</p>
388 * <p>The column index of the cell represented by the widget.</p>
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 1669 CellLayout cell = ((CellLayout) workspace.getChildAt(start)); local
    [all...]
  /external/webkit/WebCore/editing/
DeleteSelectionCommand.cpp 58 static bool isTableCellEmpty(Node* cell)
60 ASSERT(isTableCell(cell));
61 return VisiblePosition(firstDeepEditingPositionForNode(cell)) == VisiblePosition(lastDeepEditingPositionForNode(cell));
180 // Don't move content out of a table cell.
181 // If the cell is non-editable, enclosingNodeOfType won't return it by default, so
359 // make sure empty cell has some height
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te-vfp.S 185 ldr r9, [r0, #offStackSaveArea_returnAddr] @ r9<- chaining cell ret
209 movne r9, #0 @ clear the chaining cell address
211 cmp r9, #0 @ chaining cell exists?
212 blxne r9 @ jump to the chaining cell
292 * method through a dedicated chaining cell.
333 bx lr @ return to the callee-chaining cell
344 * method through a dedicated chaining cell.
346 * The predicted chaining cell is declared in ArmLIR.h with the
357 * - lr : to branch to the chaining cell
444 ldr r2, [r10, #offStackSaveArea_returnAddr] @ r2 = chaining cell re
    [all...]
CompilerTemplateAsm-armv5te.S 185 ldr r9, [r0, #offStackSaveArea_returnAddr] @ r9<- chaining cell ret
209 movne r9, #0 @ clear the chaining cell address
211 cmp r9, #0 @ chaining cell exists?
212 blxne r9 @ jump to the chaining cell
292 * method through a dedicated chaining cell.
333 bx lr @ return to the callee-chaining cell
344 * method through a dedicated chaining cell.
346 * The predicted chaining cell is declared in ArmLIR.h with the
357 * - lr : to branch to the chaining cell
444 ldr r2, [r10, #offStackSaveArea_returnAddr] @ r2 = chaining cell re
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 185 ldr r9, [r0, #offStackSaveArea_returnAddr] @ r9<- chaining cell ret
209 movne r9, #0 @ clear the chaining cell address
211 cmp r9, #0 @ chaining cell exists?
212 blxne r9 @ jump to the chaining cell
292 * method through a dedicated chaining cell.
333 bx lr @ return to the callee-chaining cell
344 * method through a dedicated chaining cell.
346 * The predicted chaining cell is declared in ArmLIR.h with the
357 * - lr : to branch to the chaining cell
444 ldr r2, [r10, #offStackSaveArea_returnAddr] @ r2 = chaining cell re
    [all...]
CompilerTemplateAsm-armv7-a.S 185 ldr r9, [r0, #offStackSaveArea_returnAddr] @ r9<- chaining cell ret
209 movne r9, #0 @ clear the chaining cell address
211 cmp r9, #0 @ chaining cell exists?
212 blxne r9 @ jump to the chaining cell
292 * method through a dedicated chaining cell.
333 bx lr @ return to the callee-chaining cell
344 * method through a dedicated chaining cell.
346 * The predicted chaining cell is declared in ArmLIR.h with the
357 * - lr : to branch to the chaining cell
444 ldr r2, [r10, #offStackSaveArea_returnAddr] @ r2 = chaining cell re
    [all...]
  /external/bzip2/
bzip2.c     [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 633 JSGlobalPropertyCell* cell = JSGlobalPropertyCell::cast(probe); local
634 ASSERT(cell->value()->IsTheHole());
635 __ mov(scratch, Operand(Handle<Object>(cell)));
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 1671 JSGlobalPropertyCell* cell = JSGlobalPropertyCell::cast(probe); local
    [all...]
  /external/v8/src/
ic.cc 534 JSGlobalPropertyCell* cell = local
536 if (!cell->value()->IsJSFunction()) return;
537 JSFunction* function = JSFunction::cast(cell->value());
543 cell,
737 JSGlobalPropertyCell* cell = local
742 cell,
1101 JSGlobalPropertyCell* cell = local
    [all...]
fast-codegen.cc 584 // Check if we can compile a global variable load directly from the cell.
593 Handle<Object> cell(info()->global_object()->GetPropertyCell(&lookup));
604 EmitGlobalVariableLoad(cell);
  /external/qemu/android/skin/
trackball.c 167 #define DOT_CELLS 2 /* number of random dots per cell */
169 #define DOT_RANDOM_X 1007 /* horizontal random range in each cell */
170 #define DOT_RANDOM_Y 1007 /* vertical random range in each cell */

Completed in 514 milliseconds

1 2 3 4 5 6 78 91011>>