Searched refs:ordinal (Results 1 - 25 of 74) sorted by relevance

123

/external/nist-sip/java/javax/sip/
H A DDialogState.java8 public static final int _EARLY = EARLY.ordinal();
9 public static final int _CONFIRMED = CONFIRMED.ordinal();
10 public static final int _TERMINATED = TERMINATED.ordinal();
22 return ordinal();
/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_bar_host_browsertest.cc125 int* ordinal) {
128 forward, case_sensitive, ordinal);
140 int ordinal = 0; local
143 kFwd, kIgnoreCase, &ordinal));
144 EXPECT_EQ(1, ordinal);
146 kFwd, kIgnoreCase, &ordinal));
147 EXPECT_EQ(1, ordinal);
149 kFwd, kIgnoreCase, &ordinal));
150 EXPECT_EQ(1, ordinal);
152 kFwd, kIgnoreCase, &ordinal));
121 FindInPageWchar(TabContentsWrapper* tab, const wchar_t* search_str, bool forward, bool case_sensitive, int* ordinal) argument
242 int ordinal = 0; local
288 int ordinal = 0; local
327 int ordinal = 0; local
364 int ordinal = 0; local
413 int ordinal = 0; local
442 int ordinal = 0; local
465 int ordinal = 0; local
489 int ordinal = 0; local
512 int ordinal = 0; local
530 int ordinal = 0; local
552 int ordinal = 0; local
657 int ordinal = 0; local
703 int ordinal = 0; local
803 int ordinal = 0; local
834 int ordinal = 0; local
877 int ordinal = 0; local
916 int ordinal = 0; local
952 int ordinal = 0; local
1026 int ordinal = 0; local
1081 int ordinal = 0; local
[all...]
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
H A DEnumSerializer.java48 int ordinal = data.getInt();
50 if (ordinal == -1) return null;
54 return enumConstants[ordinal];
64 buffer.putInt(((Enum)object).ordinal());
/external/replicaisland/src/com/replica/replicaisland/
H A DCameraBiasComponent.java21 setPhase(GameComponent.ComponentPhases.THINK.ordinal());
H A DEnemyAnimationComponent.java50 setPhase(ComponentPhases.ANIMATION.ordinal());
71 mSprite.playAnimation(EnemyAnimations.IDLE.ordinal());
87 mSprite.playAnimation(EnemyAnimations.MOVE.ordinal());
106 mSprite.playAnimation(EnemyAnimations.ATTACK.ordinal());
113 mSprite.playAnimation(EnemyAnimations.HIDDEN.ordinal());
123 mSprite.playAnimation(EnemyAnimations.APPEAR.ordinal());
H A DFixedAnimationComponent.java24 setPhase(ComponentPhases.ANIMATION.ordinal());
H A DAnimationComponent.java80 setPhase(ComponentPhases.ANIMATION.ordinal());
218 mSprite.playAnimation(PlayerAnimations.IDLE.ordinal());
220 mSprite.playAnimation(PlayerAnimations.MOVE_FAST.ordinal());
222 mSprite.playAnimation(PlayerAnimations.MOVE.ordinal());
241 mSprite.playAnimation(PlayerAnimations.BOOST_UP.ordinal());
243 mSprite.playAnimation(PlayerAnimations.BOOST_MOVE_FAST.ordinal());
245 mSprite.playAnimation(PlayerAnimations.BOOST_MOVE.ordinal());
250 mSprite.playAnimation(PlayerAnimations.IDLE.ordinal());
252 mSprite.playAnimation(PlayerAnimations.MOVE_FAST.ordinal());
254 mSprite.playAnimation(PlayerAnimations.MOVE.ordinal());
[all...]
H A DFrameRateWatcherComponent.java27 setPhase(GameComponent.ComponentPhases.THINK.ordinal());
H A DGravityComponent.java32 setPhase(ComponentPhases.PHYSICS.ordinal());
H A DPlaySingleSoundComponent.java26 setPhase(ComponentPhases.THINK.ordinal());
H A DScrollerComponent.java40 setPhase(ComponentPhases.PRE_DRAW.ordinal());
48 setPhase(ComponentPhases.PRE_DRAW.ordinal());
54 setPhase(ComponentPhases.PRE_DRAW.ordinal());
H A DCrusherAndouComponent.java24 setPhase(ComponentPhases.THINK.ordinal());
H A DInventoryComponent.java27 setPhase(ComponentPhases.FRAME_END.ordinal());
H A DSolidSurfaceComponent.java40 setPhase(ComponentPhases.POST_COLLISION.ordinal());
58 setPhase(ComponentPhases.POST_COLLISION.ordinal());
H A DButtonAnimationComponent.java34 setPhase(ComponentPhases.ANIMATION.ordinal());
H A DDynamicCollisionComponent.java37 setPhase(ComponentPhases.FRAME_END.ordinal());
H A DGenericAnimationComponent.java24 setPhase(ComponentPhases.ANIMATION.ordinal());
H A DHitPlayerComponent.java33 setPhase(ComponentPhases.THINK.ordinal());
H A DMovementComponent.java30 setPhase(ComponentPhases.MOVEMENT.ordinal());
H A DRenderComponent.java36 setPhase(ComponentPhases.DRAW.ordinal());
/external/chromium/base/win/
H A Dpe_image.cc157 WORD ordinal = 0;
158 if (!GetProcOrdinal(name, &ordinal))
164 return functions + ordinal - exports->Base;
189 bool PEImage::GetProcOrdinal(LPCSTR function_name, WORD *ordinal) const {
190 if (NULL == ordinal)
199 *ordinal = ToOrdinal(function_name);
233 *ordinal = ordinals[lower - names] + static_cast<WORD>(exports->Base);
369 WORD ordinal = 0; local
373 ordinal = static_cast<WORD>(IMAGE_ORDINAL32(name_table->u1.Ordinal));
382 if (!callback(*this, module_name, ordinal, nam
462 WORD ordinal = 0; local
[all...]
H A Dpe_image_unittest.cc16 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));
15 ExportsCallback(const PEImage &image, DWORD ordinal, DWORD hint, LPCSTR name, PVOID function, LPCSTR forward, PVOID cookie) argument
28 ImportsCallback(const PEImage &image, LPCSTR module, DWORD ordinal, LPCSTR name, DWORD hint, PIMAGE_THUNK_DATA iat, PVOID cookie) argument
H A Dpe_image.h39 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/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DBatchNode.java413 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()
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DShader.java336 int ordinal = attribType.ordinal();
337 Attribute attrib = attribs.get(ordinal);
341 attribs.put(ordinal, attrib);

Completed in 406 milliseconds

123