Searched refs:ordinal (Results 126 - 150 of 230) sorted by relevance

12345678910

/external/guava/guava/src/com/google/common/hash/
H A DBloomFilter.java91 int ordinal(); method in interface:BloomFilter.Strategy
424 dout.writeByte(SignedBytes.checkedCast(strategy.ordinal()));
452 // currently this assumes there is no negative ordinal; will have to be updated if we
454 // Strategy.ordinal()).
/external/replicaisland/src/com/replica/replicaisland/
H A DBackgroundCollisionComponent.java58 setPhase(ComponentPhases.COLLISION_RESPONSE.ordinal());
82 setPhase(ComponentPhases.COLLISION_RESPONSE.ordinal());
H A DGhostComponent.java37 setPhase(GameComponent.ComponentPhases.THINK.ordinal());
H A DLaunchProjectileComponent.java56 setPhase(ComponentPhases.POST_COLLISION.ordinal());
H A DPhysicsComponent.java40 setPhase(ComponentPhases.POST_PHYSICS.ordinal());
H A DGameObjectFactory.java185 final int objectTypeCount = GameObjectType.OBJECT_COUNT.ordinal();
613 return mStaticData.get(type.ordinal());
617 int index = type.ordinal();
728 SpriteAnimation idle = new SpriteAnimation(PlayerAnimations.IDLE.ordinal(), 1);
732 SpriteAnimation angle = new SpriteAnimation(PlayerAnimations.MOVE.ordinal(), 1);
738 PlayerAnimations.MOVE_FAST.ordinal(), 1);
743 SpriteAnimation up = new SpriteAnimation(PlayerAnimations.BOOST_UP.ordinal(), 2);
750 SpriteAnimation boostAngle = new SpriteAnimation(PlayerAnimations.BOOST_MOVE.ordinal(), 2);
760 PlayerAnimations.BOOST_MOVE_FAST.ordinal(), 2);
775 SpriteAnimation stomp = new SpriteAnimation(PlayerAnimations.STOMP.ordinal(),
[all...]
/external/v4l2_codec2/
H A DC2VDAComponent.cpp270 work->input.ordinal.frameIndex.peekull(), work->input.ordinal.timestamp.peekull());
313 int32_t bitstreamId = frameIndexToBitstreamId(work->input.ordinal.frameIndex);
320 work->worklets.front()->output.ordinal = work->input.ordinal;
413 int64_t currentTimestamp = base::checked_cast<int64_t>(work->input.ordinal.timestamp.peek());
590 return frameIndexToBitstreamId(w->input.ordinal.frameIndex) ==
1021 if (work->input.ordinal.timestamp > static_cast<uint64_t>(mLastOutputTimestamp)) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
H A DPeriodFormatterData.java158 int px = unit.ordinal();
271 int index = unit.ordinal();
546 if (dr.halfNames != null && dr.halfNames[unit.ordinal()] != null) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DPeriodFormatterData.java156 int px = unit.ordinal();
269 int index = unit.ordinal();
544 if (dr.halfNames != null && dr.halfNames[unit.ordinal()] != null) {
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
H A DXmlMessageBuilder.java528 message.getProtocolRolePreference().ordinal());
543 config.put(CONFIG_FIELD_CLIENT_ROLE, message.getClientRole().ordinal());
/external/devlib/devlib/module/
H A Dcpuidle.py36 def ordinal(self): member in class:CpuidleState
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
H A DCompactData.java213 return magnitude * StandardPlural.COUNT + plural.ordinal();
H A DDecimalQuantity_AbstractBCD.java722 RoundingUtils.roundsAtMidpoint(mathContext.getRoundingMode().ordinal());
753 mathContext.getRoundingMode().ordinal(),
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DCompactData.java209 return magnitude * StandardPlural.COUNT + plural.ordinal();
H A DDecimalQuantity_AbstractBCD.java720 RoundingUtils.roundsAtMidpoint(mathContext.getRoundingMode().ordinal());
751 mathContext.getRoundingMode().ordinal(),
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageLiteToString.java180 return ((java.lang.Enum<?>) o).ordinal() == 0;
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
H A DLogcatViewer.java55 return ordinal() + Menu.FIRST;
H A DScriptManager.java98 return ordinal() + Menu.FIRST;
338 startActivityForResult(intent, RequestCode.QRCODE_ADD.ordinal());
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dplatform_util.cc229 config.ordinal = i;
/external/python/cpython2/Modules/
H A Ddatetimemodule.c161 /* For each month ordinal in 1..12, the number of days in that month,
242 /* ordinal -> year, month, day, considering 01-Jan-0001 as day 1. */
244 ord_to_ymd(int ordinal, int *year, int *month, int *day) argument
248 /* ordinal is a 1-based index, starting at 1-Jan-1. The pattern of
250 * to find the closest 400-year boundary at or before ordinal, then
251 * work with the offset from that boundary to ordinal. Life is much
252 * clearer if we subtract 1 from ordinal first -- then the values
253 * of ordinal at 400-year boundaries are exactly those divisible
270 assert(ordinal >= 1);
271 --ordinal;
538 int ordinal = ymd_to_ord(*y, *m, 1) + local
2381 int ordinal; local
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTimeZoneGenericNames.java301 _patternFormatters[patType.ordinal()] = new MessageFormat(patStr);
448 int idx = pat.ordinal();
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrie.java152 // of enum constants, treating the ordinal() values like bit sets.
166 public boolean hasValue() { return ordinal()>=2; }
172 public boolean hasNext() { return (ordinal()&1)!=0; }
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneGenericNames.java299 _patternFormatters[patType.ordinal()] = new MessageFormat(patStr);
446 int idx = pat.ordinal();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java163 // of enum constants, treating the ordinal() values like bit sets.
179 public boolean hasValue() { return ordinal()>=2; }
186 public boolean hasNext() { return (ordinal()&1)!=0; }
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h656 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) argument
658 n_desc = (((n_desc) & 0x00ff) | (((ordinal) & 0xff) << 8));

Completed in 732 milliseconds

12345678910