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

1 2 34 5 6 7 8 91011>>

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
AttrResourceLoaderTest.java 40 String expected = "" + ImageView.ScaleType.FIT_CENTER.ordinal();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Duration.java 64 dest.writeInt(timeUnit.ordinal());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UsimServiceTable.java 129 return super.isAvailable(service.ordinal());
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicPeriodFormatter.java 81 (mask & (1 << TimeUnit.MILLISECOND.ordinal)) != 0) {
82 int sx = TimeUnit.SECOND.ordinal;
83 int mx = TimeUnit.MILLISECOND.ordinal;
Period.java 180 return counts[unit.ordinal] > 0;
190 int ord = unit.ordinal;
295 this.counts[unit.ordinal] = (int)(count * 1000) + 1;
326 int ord = unit.ordinal;
  /external/llvm/tools/llvm-pdbdump/
CompilandDumper.cpp 115 PDB_ThunkOrdinal Ordinal = Symbol.getThunkOrdinal();
117 if (Ordinal == PDB_ThunkOrdinal::TrampIncremental) {
128 WithColor(Printer, PDB_ColorItem::Register).get() << 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/libpng/
pngconf.h 316 /* The ordinal value is only relevant when preprocessing png.h for symbol
322 # define PNG_EXPORTA(ordinal, type, name, args, attributes)\
332 #define PNG_EXPORT(ordinal, type, name, args)\
333 PNG_EXPORTA(ordinal, type, name, args, PNG_EMPTY)
337 # define PNG_REMOVED(ordinal, type, name, args, attributes)
472 # define PNG_FP_EXPORT(ordinal, type, name, args)\
473 PNG_EXPORT(ordinal, type, name, args);
475 # define PNG_FP_EXPORT(ordinal, type, name, args)
480 # define PNG_FIXED_EXPORT(ordinal, type, name, args)\
481 PNG_EXPORT(ordinal, type, name, args)
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
TagBalancingHtmlStreamEventReceiver.java 339 return 1 << a.ordinal();
344 return (1 << a.ordinal()) | (1 << b.ordinal());
349 return (1 << a.ordinal()) | (1 << b.ordinal()) | (1 << c.ordinal());
356 bitField |= (1 << bit.ordinal());
362 return 1 << a.ordinal();
367 return (1 << a.ordinal()) | (1 << b.ordinal()) | (1 << c.ordinal())
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
pngconf.h 316 /* The ordinal value is only relevant when preprocessing png.h for symbol
322 # define PNG_EXPORTA(ordinal, type, name, args, attributes)\
332 #define PNG_EXPORT(ordinal, type, name, args)\
333 PNG_EXPORTA(ordinal, type, name, args, PNG_EMPTY)
337 # define PNG_REMOVED(ordinal, type, name, args, attributes)
445 # define PNG_FP_EXPORT(ordinal, type, name, args)\
446 PNG_EXPORT(ordinal, type, name, args);
448 # define PNG_FP_EXPORT(ordinal, type, name, args)
453 # define PNG_FIXED_EXPORT(ordinal, type, name, args)\
454 PNG_EXPORT(ordinal, type, name, args);
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 293 /* The ordinal value is only relevant when preprocessing png.h for symbol
299 # define PNG_EXPORTA(ordinal, type, name, args, attributes)\
309 #define PNG_EXPORT(ordinal, type, name, args)\
310 PNG_EXPORTA(ordinal, type, name, args, PNG_EMPTY)
314 # define PNG_REMOVED(ordinal, type, name, args, attributes)
404 # define PNG_FP_EXPORT(ordinal, type, name, args)\
405 PNG_EXPORT(ordinal, type, name, args);
407 # define PNG_FP_EXPORT(ordinal, type, name, args)
412 # define PNG_FIXED_EXPORT(ordinal, type, name, args)\
413 PNG_EXPORT(ordinal, type, name, args)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtrule.h 78 * @param weekInMonth The ordinal number of the day of week. Negative number
193 * Gets the ordinal number of the occurence of the day of week
196 * @return The rule day of week ordinal number in the month.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DateTimeRule.java 120 * @param weekInMonth The ordinal number of the day of week. Negative number
221 * Gets the rule day of week ordinal number in the month.
225 * @return The rule day of week ordinal number in the month.
  /external/icu/icu4c/source/common/
uinvchar.h 53 * Get the ordinal number of an uppercase invariant character
  /external/icu/icu4c/source/test/intltest/
itrbnf.h 53 * Perform a simple spot check on the English ordinal-abbreviation rules
  /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);
  /external/llvm/include/llvm/Support/
COFF.h 433 /// the ordinal to import from the target DLL, or a name to lookup and import
441 /// @brief Is this entry specified by ordinal, or name?
444 /// @brief Get the ordinal value of this entry. isOrdinal must be true.
446 assert(isOrdinal() && "ILT entry is not an ordinal!");
450 /// @brief Set the ordinal value and set isOrdinal to true.
633 /// Import is by ordinal. This indicates that the value in the Ordinal/Hint
634 /// field of the import header is the import's ordinal. If this constant is
635 /// not specified, then the Ordinal/Hint field should always be interpreted
  /external/replicaisland/src/com/replica/replicaisland/
AttackAtDistanceComponent.java 31 setPhase(GameComponent.ComponentPhases.THINK.ordinal());
DynamicCollisionComponent.java 37 setPhase(ComponentPhases.FRAME_END.ordinal());
PopOutComponent.java 44 setPhase(GameComponent.ComponentPhases.THINK.ordinal());
SelectDialogComponent.java 28 setPhase(ComponentPhases.THINK.ordinal());
SimpleCollisionComponent.java 29 setPhase(ComponentPhases.COLLISION_DETECTION.ordinal());
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
VenueNameElement.java 189 sGroupBases.put(VenueGroup.values()[index++], venue.ordinal());
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
IccServiceTableTest.java 42 return super.isAvailable(service.ordinal());
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h 494 /* Get the maximum ordinal for a Unicode character. */
601 /* Create a Unicode Object from the given Unicode code point ordinal.
603 The ordinal must be in range(0x10000) on narrow Python builds
609 PyAPI_FUNC(PyObject*) PyUnicode_FromOrdinal(int ordinal);
    [all...]

Completed in 2535 milliseconds

1 2 34 5 6 7 8 91011>>