/frameworks/base/core/java/com/android/internal/os/ |
PowerProfile.java | 95 * Power consumption when cell radio is on but not on a call. 100 * Power consumption when cell radio is hunting for a signal. 222 * signal strength of the cell network between 0 and 4 (if there are 4 bars max.)
|
/packages/wallpapers/Basic/res/raw/ |
nexus.rs | 21 #define PULSE_SIZE 14 // Size in pixels of a cell 166 x += PULSE_SIZE; // need to start on the other side of this cell 201 y += PULSE_SIZE; // need to start on the other side of this cell
|
/bionic/libc/ |
README | 17 on multi-processors machines; we're running this on cell-phones, damnit !!
|
/external/oprofile/daemon/ |
opd_sfile.h | 54 /** embedded offset for Cell BE SPU */
|
opd_spu.c | 3 * Processing the sample buffer for Cell BE SPU profile 41 * Cell-SPU-specific, so we do not need to return until the
|
/external/webkit/WebCore/manual-tests/ |
left-overflow-repaint.html | 52 Change height of table cell with left overflow
|
cursor.html | 32 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: cell">cell</div>
|
/external/webkit/WebCore/rendering/ |
RenderTreeAsText.cpp | 219 const RenderTableCell& cell = *toRenderTableCell(&o); local 220 r = IntRect(cell.x(), cell.y() + cell.intrinsicPaddingTop(), cell.width(), cell.height() - cell.intrinsicPaddingTop() - cell.intrinsicPaddingBottom()); 376 // FIXME: Table cell adjustment is temporary until results can be updated.
|
/frameworks/base/libs/rs/ |
rsElement.h | 29 // An element is a group of Components that occupies one cell in a structure.
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
TrackerService.java | 54 * Records location updates for all registered location providers, and cell 73 private static final String CELL_PROVIDER_TAG = "cell"; 146 // register for cell location updates 250 // stop cell state listener
|
/hardware/ti/wlan/wl1271/utils/ |
GenSM.h | 50 /* State/Event cell */
|
fsm.h | 70 /* State\Event cell */
|
/system/wlan/ti/wilink_6_1/utils/ |
GenSM.h | 50 /* State/Event cell */
|
fsm.h | 70 /* State\Event cell */
|
/cts/tests/tests/widget/src/android/widget/cts/ |
AlphabetIndexerTest.java | 157 for (String cell : listData) { 159 row.add(cell);
|
/external/oprofile/libop/ |
op_cpu_type.c | 70 { "ppc64 Cell Broadband Engine", "ppc64/cell-be", CPU_PPC64_CELL, 8 },
|
/external/v8/src/ |
fast-codegen.h | 128 // cell into the destination register. 129 void EmitGlobalVariableLoad(Handle<Object> cell);
|
stub-cache.h | 84 JSGlobalPropertyCell* cell, 124 JSGlobalPropertyCell* cell); 170 JSGlobalPropertyCell* cell, 483 JSGlobalPropertyCell* cell, 569 JSGlobalPropertyCell* cell,
|
/external/v8/src/ia32/ |
fast-codegen-ia32.h | 124 // cell into the destination register. 125 void EmitGlobalVariableLoad(Handle<Object> cell);
|
/external/webkit/WebCore/html/ |
HTMLTableRowElement.cpp | 163 RefPtr<Node> cell = children->item(index); local 164 HTMLElement::removeChild(cell.get(), ec);
|
/external/webkit/WebCore/inspector/front-end/ |
ProfileView.js | 533 var cell = event.target.enclosingNodeOrSelfWithNodeName("td"); variable 534 if (!cell || (!cell.hasStyleClass("total-column") && !cell.hasStyleClass("self-column") && !cell.hasStyleClass("average-column"))) 537 if (cell.hasStyleClass("total-column")) 539 else if (cell.hasStyleClass("self-column")) 541 else if (cell.hasStyleClass("average-column"))
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
buildbot.py | 75 # We failed to find a link in the first cell, just give up. This 76 # can happen if a builder is just-added, the first cell will just
|
/frameworks/base/awt/java/awt/font/ |
GlyphMetrics.java | 37 // advance width of the glyph character cell 43 // advance height of the glyph character cell
|
/frameworks/base/tools/preload/ |
sorttable.js | 123 forEach(theadrow.childNodes, function(cell) { 124 if (cell.nodeType == 1) { // an element 125 cell.className = cell.className.replace('sorttable_sorted_reverse',''); 126 cell.className = cell.className.replace('sorttable_sorted',''); 200 // gets the text we want to use for sorting for a cell. 203 // for example, you can override the cell text with a customkey attribute.
|
/packages/apps/Calendar/src/com/android/calendar/ |
EventGeometry.java | 81 // If the end point aligns on a cell boundary then count it as 82 // ending in the previous cell so that we don't cross the border
|