/external/clang/test/CodeGenCXX/ |
empty-classes.cpp | 61 FreeCell cell; member in union:PR8796::ThingOrCell
|
/external/clang/test/SemaCXX/ |
alias-template.cpp | 119 // FIXME: we recover as if cell is an undeclared variable. the diagnostics are terrible! 120 template<typename T> using cell = pair<T*, cell<T>*>; // expected-error {{use of undeclared identifier 'cell'}} \
|
/external/iproute2/examples/diffserv/ |
efcbq | 9 "10Mbit cell 8 avpkt 1000 mpu 64\n";
|
/external/llvm/lib/Target/CellSPU/MCTargetDesc/ |
SPUMCAsmInfo.cpp | 1 //===-- SPUMCAsmInfo.cpp - Cell SPU asm properties ------------------------===//
|
SPUMCAsmInfo.h | 1 //===-- SPUMCAsmInfo.h - Cell SPU asm properties ---------------*- C++ -*--===//
|
SPUMCTargetDesc.h | 24 // Define symbolic names for Cell registers. This defines a mapping from
|
/external/v8/src/ |
circular-queue-inl.h | 46 SamplingCircularQueue::Cell** pos) {
|
/external/webkit/Source/WebCore/css/ |
CSSQuirkPrimitiveValue.h | 31 // inside a table cell.
|
/external/webkit/Source/WebCore/html/ |
HTMLDataGridCellElement.idl | 33 attribute boolean focused; // Whether or not this cell is currently focused.
|
/external/webkit/Source/WebCore/manual-tests/ |
drag-image-table-part-decorations.html | 12 <div style="background-color: blue; display: table-cell; height: 100px; width: 100px;"></div>
|
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternUtils.java | 259 public boolean checkPattern(List<LockPatternView.Cell> pattern) { 456 public void saveLockPattern(List<LockPatternView.Cell> pattern) { 465 public void saveLockPattern(List<LockPatternView.Cell> pattern, boolean isFallback) { 692 public static List<LockPatternView.Cell> stringToPattern(String string) { 693 List<LockPatternView.Cell> result = Lists.newArrayList(); 698 result.add(LockPatternView.Cell.of(b / 3, b % 3)); 708 public static String patternToString(List<LockPatternView.Cell> pattern) { 716 LockPatternView.Cell cell = pattern.get(i); local 717 res[i] = (byte) (cell.getRow() * 3 + cell.getColumn()) 737 LockPatternView.Cell cell = pattern.get(i); local [all...] |
/frameworks/base/docs/html/guide/topics/ui/layout/ |
grid.jd | 34 A cell may also be a ViewGroup object (for example, you can nest another TableLayout as a cell).</p> 36 result, with cell borders displayed as dotted lines (added for visual effect). </p> 164 {@link android.widget.TextView} is used for each cell. In between some of the rows, there is also a
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ISms.aidl | 148 * Enable reception of cell broadcast (SMS-CB) messages with the given 161 * Disable reception of cell broadcast (SMS-CB) messages with the given 174 * Enable reception of cell broadcast (SMS-CB) messages with the given 188 * Disable reception of cell broadcast (SMS-CB) messages with the given
|
/frameworks/rs/ |
rsComponent.h | 28 // An element is a group of Components that occupies one cell in a structure.
|
/packages/apps/CellBroadcastReceiver/res/values-nl/ |
strings.xml | 19 <string name="app_label" msgid="7559008249836700599">"Cell broadcasts"</string> 20 <string name="sms_cb_settings" msgid="971917159442705371">"Instellingen voor cell broadcasts"</string> 27 <string name="menu_delete" msgid="128380070910799366">"Cell broadcast verwijderen"</string> 45 <string name="cb_other_message_identifiers" msgid="7083176204482365281">"Cell broadcast"</string>
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
Workspace.java | 111 * CellInfo for the cell that is currently being dragged [all...] |
/external/chromium/chrome/browser/sync/resources/ |
gaia_login.html | 119 class="bottom-padded-cell"> 128 class="bottom-padded-cell"> 183 <td id="create-account-cell" colspan="2" height="16.0"
|
/external/chromium/chrome/browser/ui/cocoa/notifications/ |
balloon_controller.mm | 70 [[optionsButton_ cell] setHighlightsBy:NSNoCellMask]; 118 [[closeButton_ cell] setHighlighted:YES]; 122 [[closeButton_ cell] setHighlighted:NO];
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/ |
p2-0x.cpp | 140 using cell = pair<void*, cell*>; // expected-error {{use of undeclared identifier 'cell'}} \
|
/external/jmonkeyengine/engine/src/test/jme3test/terrain/ |
TerrainGridSerializationTest.java | 80 public Material tileLoaded(Material material, Vector3f cell) { 84 public void tileAttached(Vector3f cell, TerrainQuad quad) { 93 public void tileDetached(Vector3f cell, TerrainQuad quad) {
|
/external/llvm/lib/Target/CellSPU/ |
SPUMathInstr.td | 1 //===-- SPUMathInst.td - Cell SPU math operations ---------*- tablegen -*--===// 3 // Cell SPU math operations 9 // Any resemblance to libsimdmath or the Cell SDK simdmath library is
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PAccessNetworkInfoHeader.java | 54 * access-info = cgi-3gpp / utran-cell-id-3gpp / dsl-location / 57 * utran-cell-id-3gpp = "utran-cell-id-3gpp" EQUAL (token / quoted-string)
|
/external/v8/test/cctest/ |
test-circular-queue.cc | 13 typedef SamplingCircularQueue::Cell Record; 73 // Consumption must still be possible as the first cell of the 83 typedef SamplingCircularQueue::Cell Record;
|
/external/webkit/Source/WebCore/inspector/front-end/ |
DetailedHeapshotGridNodes.js | 42 var cell = WebInspector.DataGridNode.prototype.createCell.call(this, columnIdentifier); 44 cell.addStyleClass("highlight"); 45 return cell; 168 var cell = columnIdentifier !== "object" ? WebInspector.DataGridNode.prototype.createCell.call(this, columnIdentifier) : this._createObjectCell(); 170 cell.addStyleClass("highlight"); 171 return cell; 176 var cell = document.createElement("td"); 177 cell.className = "object-column"; 188 cell.appendChild(div); 189 cell.addStyleClass("disclosure") [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridMatch.java | 32 * not on the matched node/row/cell etc) */ 55 * @param createCell if true, create a new cell by splitting the existing cell at the
|