Home
last modified time | relevance | path

Searched defs:ordinal (Results 1 – 25 of 53) sorted by relevance

123

/external/libpng/scripts/
Dsymbols.c19 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
21 #define PNG_REMOVED(ordinal, type, name, args, attributes)\ argument
23 #define PNG_EXPORT_LAST_ORDINAL(ordinal)\ argument
Dprefix.c12 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
Ddef.c26 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
Dvers.c12 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
Dsym.c12 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
DTimeUnit.java23 final byte ordinal; field in TimeUnit
26 private TimeUnit(String name, int ordinal) { in TimeUnit()
76 public int ordinal() { in ordinal() method in TimeUnit
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DTimeUnit.java21 final byte ordinal; field in TimeUnit
24 private TimeUnit(String name, int ordinal) { in TimeUnit()
74 public int ordinal() { in ordinal() method in TimeUnit
/external/pdfium/third_party/libpng16/
Dpngconf.h300 # define PNG_EXPORTA(ordinal, type, name, args, attributes) \ argument
310 #define PNG_EXPORT(ordinal, type, name, args) \ argument
315 # define PNG_REMOVED(ordinal, type, name, args, attributes) argument
450 # define PNG_FP_EXPORT(ordinal, type, name, args)\ argument
453 # define PNG_FP_EXPORT(ordinal, type, name, args) argument
458 # define PNG_FIXED_EXPORT(ordinal, type, name, args)\ argument
461 # define PNG_FIXED_EXPORT(ordinal, type, name, args) argument
/external/libpng/
Dpngconf.h300 # define PNG_EXPORTA(ordinal, type, name, args, attributes) \ argument
310 #define PNG_EXPORT(ordinal, type, name, args) \ argument
315 # define PNG_REMOVED(ordinal, type, name, args, attributes) argument
450 # define PNG_FP_EXPORT(ordinal, type, name, args)\ argument
453 # define PNG_FP_EXPORT(ordinal, type, name, args) argument
458 # define PNG_FIXED_EXPORT(ordinal, type, name, args)\ argument
461 # define PNG_FIXED_EXPORT(ordinal, type, name, args) argument
/external/u-boot/drivers/tpm/
Dtpm-uclass.c49 u32 ordinal) in tpm_tis_i2c_calc_ordinal_duration()
77 uint count, ordinal; in tpm_xfer() local
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.h46 uint32_t ordinal; variable
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralRulesFactory.java32 public PluralRules forLocale(ULocale locale, PluralType ordinal) { in forLocale()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRulesFactory.java31 public PluralRules forLocale(ULocale locale, PluralType ordinal) { in forLocale()
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderErrorCorrectionLevel.cpp31 int32_t ordinal, in CBC_QRCoderErrorCorrectionLevel()
/external/skia/tests/
DPathOpsBoundsTest.cpp56 SkPathOpsBounds ordinal; in DEF_TEST() local
/external/tensorflow/tensorflow/stream_executor/
Dplatform.h81 int ordinal; member
/external/skqp/tests/
DPathOpsBoundsTest.cpp56 SkPathOpsBounds ordinal; in DEF_TEST() local
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py281 def __init__(self, mojom_name=None, kind=None, ordinal=None, default=None, argument
360 def AddField(self, mojom_name, kind, ordinal=None, default=None, argument
410 def AddField(self, mojom_name, kind, ordinal=None, attributes=None): argument
524 def __init__(self, mojom_name=None, kind=None, ordinal=None, default=None, argument
546 def __init__(self, interface, mojom_name, ordinal=None, attributes=None): argument
563 def AddParameter(self, mojom_name, kind, ordinal=None, default=None, argument
569 def AddResponseParameter(self, mojom_name, kind, ordinal=None, default=None, argument
628 def AddMethod(self, mojom_name, ordinal=None, attributes=None): argument
Dpack.py71 def __init__(self, field, index, ordinal): argument
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_platform.cc44 port::StatusOr<StreamExecutor*> HostPlatform::ExecutorForDevice(int ordinal) { in ExecutorForDevice()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dplatform.cc47 int ordinal) { in ExecutorForDevice()
/external/guice/core/src/com/google/inject/internal/
DMessages.java281 int ordinal = dependency.getParameterIndex() + 1; in formatParameter() local
295 private static String getOrdinalSuffix(int ordinal) { in getOrdinalSuffix()
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/
Dast.py221 def __init__(self, mojom_name, attribute_list, ordinal, parameter_list, argument
305 def __init__(self, mojom_name, attribute_list, ordinal, typename, **kwargs): argument
349 def __init__(self, mojom_name, attribute_list, ordinal, typename, argument
397 def __init__(self, mojom_name, attribute_list, ordinal, typename, **kwargs): argument
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
DRbnfSampleRuleSets.java860 public static final String ordinal = field in RbnfSampleRuleSets
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_platform.cc112 port::StatusOr<StreamExecutor*> ROCmPlatform::ExecutorForDevice(int ordinal) { in ExecutorForDevice()

123