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

12 3 4 5 6 7

  /external/chromium/base/win/
pe_image_unittest.cc 16 DWORD ordinal,
30 DWORD ordinal,
199 // Tests that we can locate an specific exported symbol, by name and by ordinal.
205 WORD ordinal; local
207 EXPECT_TRUE(pe.GetProcOrdinal("RegEnumKeyExW", &ordinal));
210 FARPROC address2 = pe.GetProcAddress(reinterpret_cast<char*>(ordinal));
pe_image.h 39 typedef bool (*EnumExportsFunction)(const PEImage &image, DWORD ordinal,
56 DWORD ordinal, LPCSTR name, DWORD hint,
89 // Checks if this symbol is actually an ordinal.
92 // Converts a named symbol to the corresponding ordinal.
131 // Pre: 'f' is either a zero terminated string or ordinal
139 // Pre: 'f' is either a zero terminated string or ordinal.
147 // Retrieves the ordinal for a given exported symbol.
149 bool GetProcOrdinal(LPCSTR function_name, WORD *ordinal) const;
  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.h 63 RefPtr<InspectorValue> ordinalValue = value->get("ordinal");
68 InspectorCSSId(const String& styleSheetId, unsigned ordinal)
70 , m_ordinal(ordinal)
77 unsigned ordinal() const { return m_ordinal; } function in class:WebCore::InspectorCSSId
86 result->setNumber("ordinal", m_ordinal);
138 static unsigned disabledIndexByOrdinal(unsigned ordinal, bool canUseSubsequent, Vector<InspectorStyleProperty>& allProperties);
231 virtual CSSStyleDeclaration* styleForId(const InspectorCSSId& id) const { ASSERT_UNUSED(id, !id.ordinal()); return inlineStyle(); }
  /cts/tests/tests/net/src/android/net/cts/
ConnectivityManagerTest.java 158 assertTrue("Bad state for " + type, State.UNKNOWN.ordinal() >= state.ordinal()
159 && state.ordinal() >= State.CONNECTING.ordinal());
162 DetailedState.FAILED.ordinal() >= ds.ordinal()
163 && ds.ordinal() >= DetailedState.IDLE.ordinal());
  /external/replicaisland/src/com/replica/replicaisland/
SolidSurfaceComponent.java 40 setPhase(ComponentPhases.POST_COLLISION.ordinal());
58 setPhase(ComponentPhases.POST_COLLISION.ordinal());
ButtonAnimationComponent.java 34 setPhase(ComponentPhases.ANIMATION.ordinal());
DynamicCollisionComponent.java 37 setPhase(ComponentPhases.FRAME_END.ordinal());
GenericAnimationComponent.java 24 setPhase(ComponentPhases.ANIMATION.ordinal());
HitPlayerComponent.java 33 setPhase(ComponentPhases.THINK.ordinal());
MovementComponent.java 30 setPhase(ComponentPhases.MOVEMENT.ordinal());
RenderComponent.java 36 setPhase(ComponentPhases.DRAW.ordinal());
SelectDialogComponent.java 28 setPhase(ComponentPhases.THINK.ordinal());
SimplePhysicsComponent.java 26 setPhase(GameComponent.ComponentPhases.POST_PHYSICS.ordinal());
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
BatchNode.java 413 compsForBuf[vb.getBufferType().ordinal()] = vb.getNumComponents();
414 formatForBuf[vb.getBufferType().ordinal()] = vb.getFormat();
422 compsForBuf[VertexBuffer.Type.Index.ordinal()] = components;
429 formatForBuf[VertexBuffer.Type.Index.ordinal()] = VertexBuffer.Format.UnsignedInt;
431 formatForBuf[VertexBuffer.Type.Index.ordinal()] = VertexBuffer.Format.UnsignedShort;
441 if (i == VertexBuffer.Type.Index.ordinal()) {
471 if (VertexBuffer.Type.Index.ordinal() == bufType) {
483 } else if (VertexBuffer.Type.Position.ordinal() == bufType) {
487 } else if (VertexBuffer.Type.Normal.ordinal() == bufType || VertexBuffer.Type.Tangent.ordinal() == bufType)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Shader.java 336 int ordinal = attribType.ordinal(); local
337 Attribute attrib = attribs.get(ordinal);
341 attribs.put(ordinal, attrib);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Duration.java 64 dest.writeInt(timeUnit.ordinal());
Tone.java 175 dest.writeInt(ordinal()); method
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UsimServiceTable.java 129 return super.isAvailable(service.ordinal());
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
TypedUriMatcherImpl.java 49 mUriMatcher.addURI(mAuthority, path, value.ordinal());
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
GeometryBatchFactory.java 134 compsForBuf[vb.getBufferType().ordinal()] = vb.getNumComponents();
135 formatForBuf[vb.getBufferType().ordinal()] = vb.getFormat();
143 compsForBuf[Type.Index.ordinal()] = components;
150 formatForBuf[Type.Index.ordinal()] = Format.UnsignedInt;
152 formatForBuf[Type.Index.ordinal()] = Format.UnsignedShort;
162 if (i == Type.Index.ordinal()) {
192 if (Type.Index.ordinal() == bufType) {
204 } else if (Type.Position.ordinal() == bufType) {
208 } else if (Type.Normal.ordinal() == bufType) {
212 }else if(Type.Tangent.ordinal() == bufType){
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
AuditsPanel.js 158 var ordinal = 1; variable
161 ordinal++;
164 var resultTreeElement = new WebInspector.AuditResultSidebarTreeElement(results, mainResourceURL, ordinal);
448 WebInspector.AuditResultSidebarTreeElement = function(results, mainResourceURL, ordinal)
453 WebInspector.SidebarTreeElement.call(this, "audit-result-sidebar-tree-item", String.sprintf("%s (%d)", mainResourceURL, ordinal), "", {}, false);
  /external/webkit/LayoutTests/dom/html/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

Completed in 355 milliseconds

12 3 4 5 6 7