/ndk/build/platforms/android-5/arch-x86/usr/include/linux/mtd/ |
mtd.h | 43 u_int cell; member in struct:erase_info
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/mtd/ |
mtd.h | 43 u_int cell; member in struct:erase_info
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/mtd/ |
mtd.h | 43 u_int cell; member in struct:erase_info
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/ |
fsm.h | 71 /* State\Event cell */
|
nrfsm.h | 64 /* State\Event 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.
|
/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 469 * <p>Finds the largest cell in each column. For each column, the width of 470 * the largest cell is applied to all the other cells.</p>
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
Launcher.java | 1633 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 | 187 ldr r9, [r0, #offStackSaveArea_returnAddr] @ r9<- chaining cell ret 211 movne r9, #0 @ clear the chaining cell address 213 cmp r9, #0 @ chaining cell exists? 214 blxne r9 @ jump to the chaining cell 294 * method through a dedicated chaining cell. 335 bx lr @ return to the callee-chaining cell 348 * method through a dedicated chaining cell. 350 * The predicted chaining cell is declared in ArmLIR.h with the 361 * - lr : to branch to the chaining cell 440 ldr r2, [r10, #offStackSaveArea_returnAddr] @ r2 = chaining cell re [all...] |
CompilerTemplateAsm-armv5te.S | 187 ldr r9, [r0, #offStackSaveArea_returnAddr] @ r9<- chaining cell ret 211 movne r9, #0 @ clear the chaining cell address 213 cmp r9, #0 @ chaining cell exists? 214 blxne r9 @ jump to the chaining cell 294 * method through a dedicated chaining cell. 335 bx lr @ return to the callee-chaining cell 348 * method through a dedicated chaining cell. 350 * The predicted chaining cell is declared in ArmLIR.h with the 361 * - lr : to branch to the chaining cell 440 ldr r2, [r10, #offStackSaveArea_returnAddr] @ r2 = chaining cell re [all...] |
CompilerTemplateAsm-armv7-a-neon.S | 187 ldr r9, [r0, #offStackSaveArea_returnAddr] @ r9<- chaining cell ret 211 movne r9, #0 @ clear the chaining cell address 213 cmp r9, #0 @ chaining cell exists? 214 blxne r9 @ jump to the chaining cell 294 * method through a dedicated chaining cell. 335 bx lr @ return to the callee-chaining cell 348 * method through a dedicated chaining cell. 350 * The predicted chaining cell is declared in ArmLIR.h with the 361 * - lr : to branch to the chaining cell 440 ldr r2, [r10, #offStackSaveArea_returnAddr] @ r2 = chaining cell re [all...] |
CompilerTemplateAsm-armv7-a.S | 187 ldr r9, [r0, #offStackSaveArea_returnAddr] @ r9<- chaining cell ret 211 movne r9, #0 @ clear the chaining cell address 213 cmp r9, #0 @ chaining cell exists? 214 blxne r9 @ jump to the chaining cell 294 * method through a dedicated chaining cell. 335 bx lr @ return to the callee-chaining cell 348 * method through a dedicated chaining cell. 350 * The predicted chaining cell is declared in ArmLIR.h with the 361 * - lr : to branch to the chaining cell 440 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);
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/ |
Cache.java | 283 // it's possible when we write the same hash in the same cell 314 // if not in the cell containing 0 (free cell), do copy:
|
/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 */
|