HomeSort by relevance Sort by last modified time
    Searched refs:ordinal (Results 51 - 75 of 171) sorted by null

1 23 4 5 6 7

  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLCollection01.js 78 An individual node may be accessed by either ordinal index, the node's
79 name or id attributes. (Test ordinal index).
82 the "rows" attribute. The item located at ordinal index 0 is further
HTMLOptionsCollection02.js 80 An individual node may be accessed by either ordinal index, the node's
81 name or id attributes. (Test ordinal index=3).
82 The item() method retrieves a node specified by ordinal index.
HTMLOptionsCollection06.js 80 An individual node may be accessed by either ordinal index, the node's
81 name or id attributes. (Test ordinal index).
82 The item() method retrieves a node specified by ordinal index.
HTMLOptionsCollection07.js 80 An individual node may be accessed by either ordinal index, the node's
81 name or id attributes. (Test ordinal index=0).
82 The item() method retrieves a node specified by ordinal index. Nodes
HTMLCollection06.js 78 An item(index) method retrieves an item specified by ordinal index
82 the "rows" attribute. The item located at ordinal index 0 is further
HTMLCollection07.js 78 An item(index) method retrieves an item specified by ordinal index
82 the "rows" attribute. The item located at ordinal index 3 is further
  /external/replicaisland/src/com/replica/replicaisland/
SpriteComponent.java 45 setPhase(ComponentPhases.PRE_DRAW.ordinal());
54 setPhase(ComponentPhases.PRE_DRAW.ordinal());
AttackAtDistanceComponent.java 31 setPhase(GameComponent.ComponentPhases.THINK.ordinal());
PopOutComponent.java 44 setPhase(GameComponent.ComponentPhases.THINK.ordinal());
SimpleCollisionComponent.java 29 setPhase(ComponentPhases.COLLISION_DETECTION.ordinal());
SleeperComponent.java 42 setPhase(GameComponent.ComponentPhases.THINK.ordinal());
MotionBlurComponent.java 44 setPhase(ComponentPhases.PRE_DRAW.ordinal());
OrbitalMagnetComponent.java 38 setPhase(ComponentPhases.COLLISION_DETECTION.ordinal());
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
AttrResourceLoaderTest.java 40 String expected = "" + ImageView.ScaleType.FIT_CENTER.ordinal();
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
IccServiceTableTest.java 42 return super.isAvailable(service.ordinal());
  /libcore/luni/src/main/java/java/math/
MathContext.java 213 return ((precision << 3) | roundingMode.ordinal());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
EnumTest.java 104 * @tests java.lang.Enum#ordinal()
107 assertEquals(0, larry.ordinal());
108 assertEquals(1, moe.ordinal());
109 assertEquals(2, Sample.CURLY.ordinal());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcAsyncChannel.java 101 if (value == NONE.ordinal()) {
103 } else if (value == CHANGED.ordinal()) {
105 } else if (value == RESET.ordinal()) {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatLfnDirectoryEntry.java 304 int ordinal, byte checkSum, boolean isLast) {
320 LittleEndian.setInt8(rawData, 0, ordinal + (1 << 6));
322 LittleEndian.setInt8(rawData, 0, ordinal);
  /external/webkit/Source/WebCore/css/
mediaControlsQuickTime.css 44 -webkit-box-ordinal-group: 2; /* Before the fullscreen button */
141 -webkit-box-ordinal-group: 4; /* At the very end */
195 -webkit-box-ordinal-group: 3; /* between mute and fullscreen */
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
RegisterType.java 150 //array of Integers, you would look up assignmentTable[Boolean.ordinal()][Integer.ordinal()]
271 Category mergedCategory = Category.mergeTable[this.category.ordinal()][type.category.ordinal()];
292 if (Category.assigmentTable[this.category.ordinal()][slotType.category.ordinal()]) {
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLCollection06.js 78 An item(index) method retrieves an item specified by ordinal index
82 the "rows" attribute. The item located at ordinal index 0 is further
HTMLCollection07.js 78 An item(index) method retrieves an item specified by ordinal index
82 the "rows" attribute. The item located at ordinal index 3 is further
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
AdditionalTextOutput.java 44 int index = outputType.ordinal();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Menu.java 95 dest.writeInt(presentationType.ordinal());

Completed in 1974 milliseconds

1 23 4 5 6 7