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

1 2 34 5 6 7

  /frameworks/base/wifi/java/android/net/wifi/
SupplicantStateTracker.java 265 if (mLoopDetectIndex > state.ordinal()) {
273 mLoopDetectIndex = state.ordinal();
  /frameworks/volley/src/com/android/volley/
Request.java 534 right.ordinal() - left.ordinal();
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileListFragment.java 105 getLoaderManager().initLoader(mDisplayType.ordinal(), null,
108 getLoaderManager().destroyLoader(loaderTypes[i].ordinal());
  /packages/apps/Settings/src/com/android/settings/wifi/
WpsDialog.java 205 if (mDialogState.ordinal() >= state.ordinal()) {
  /external/webkit/Source/WebCore/inspector/
InjectedScriptSource.js 322 var ordinal = parsedCallFrameId.ordinal;
324 while (--ordinal >= 0 && callFrame)
473 InjectedScript.CallFrameProxy = function(ordinal, callFrame)
475 this.id = "{\"ordinal\":" + ordinal + ",\"injectedScriptId\":" + injectedScriptId + "}";
InspectorStyleSheet.cpp 336 unsigned InspectorStyle::disabledIndexByOrdinal(unsigned ordinal, bool canUseSubsequent, Vector<InspectorStyleProperty>& allProperties)
342 if (i == ordinal || (canUseSubsequent && i > ordinal))
724 return id.ordinal() >= m_flatRules.size() ? 0 : m_flatRules.at(id.ordinal());
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Mesh.java 239 clone.buffers.put(vb.getBufferType().ordinal(), bufClone);
597 buffers.put(Type.InterleavedData.ordinal(), allData);
867 if (buffers.containsKey(vb.getBufferType().ordinal()))
870 buffers.put(vb.getBufferType().ordinal(), vb);
883 VertexBuffer vb = buffers.remove(type.ordinal());
903 VertexBuffer vb = buffers.get(type.ordinal());
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
DoorAnimationComponent.java 49 setPhase(ComponentPhases.ANIMATION.ordinal());
FadeDrawableComponent.java 42 setPhase(ComponentPhases.PRE_DRAW.ordinal());
LauncherComponent.java 43 setPhase(ComponentPhases.THINK.ordinal());
LifetimeComponent.java 42 setPhase(ComponentPhases.THINK.ordinal());
TheSourceComponent.java 43 setPhase(ComponentPhases.THINK.ordinal());
BackgroundCollisionComponent.java 58 setPhase(ComponentPhases.COLLISION_RESPONSE.ordinal());
82 setPhase(ComponentPhases.COLLISION_RESPONSE.ordinal());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatCmdMessage.java 139 dest.writeInt(mBrowserSettings.mode.ordinal());
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLSelectElement02.js 78 The selectedIndex attribute specifies the ordinal index of the selected
HTMLCollection02.js 78 An individual node may be accessed by either ordinal index, the node's
HTMLCollection03.js 78 An individual node may be accessed by either ordinal index, the node's
HTMLCollection08.js 82 the "rows" attribute. Access the item in the third ordinal index. The
HTMLOptionsCollection03.js 80 An individual node may be accessed by either ordinal index, the node's
HTMLOptionsCollection04.js 80 An individual node may be accessed by either ordinal index, the node's
HTMLOptionsCollection05.js 80 An individual node may be accessed by either ordinal index, the node's
HTMLSelectElement03.js 78 The selectedIndex attribute specifies the ordinal index of the selected
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLSelectElement02.js 78 The selectedIndex attribute specifies the ordinal index of the selected
HTMLCollection02.js 78 An individual node may be accessed by either ordinal index, the node's
HTMLCollection03.js 78 An individual node may be accessed by either ordinal index, the node's

Completed in 1579 milliseconds

1 2 34 5 6 7