/third_party/openssl/util/ |
D | other.syms | 12 ADMISSION_SYNTAX datatype 13 ADMISSIONS datatype 14 ASN1_AUX datatype 15 ASN1_aux_cb datatype 16 ASN1_aux_const_cb datatype 17 ASN1_ex_d2i datatype 18 ASN1_ex_d2i_ex datatype 19 ASN1_ex_free_func datatype 20 ASN1_ex_i2d datatype 21 ASN1_ex_new_func datatype [all …]
|
D | other-internal.syms | 1 ossl_cmp_allow_unprotected_cb_t datatype
|
/third_party/mesa3d/src/mesa/main/ |
D | formats.c | 892 GLenum *datatype, GLuint *comps) in _mesa_uncompressed_format_to_type_and_comps() argument 907 *datatype = GL_UNSIGNED_BYTE; in _mesa_uncompressed_format_to_type_and_comps() 912 *datatype = GL_UNSIGNED_BYTE; in _mesa_uncompressed_format_to_type_and_comps() 919 *datatype = GL_UNSIGNED_SHORT_5_6_5; in _mesa_uncompressed_format_to_type_and_comps() 928 *datatype = GL_UNSIGNED_SHORT_4_4_4_4; in _mesa_uncompressed_format_to_type_and_comps() 937 *datatype = GL_UNSIGNED_SHORT_1_5_5_5_REV; in _mesa_uncompressed_format_to_type_and_comps() 942 *datatype = GL_UNSIGNED_INT_2_10_10_10_REV; in _mesa_uncompressed_format_to_type_and_comps() 949 *datatype = GL_UNSIGNED_SHORT_5_5_5_1; in _mesa_uncompressed_format_to_type_and_comps() 954 *datatype = MESA_UNSIGNED_BYTE_4_4; in _mesa_uncompressed_format_to_type_and_comps() 960 *datatype = GL_UNSIGNED_BYTE; in _mesa_uncompressed_format_to_type_and_comps() [all …]
|
D | mipmap.c | 73 bytes_per_pixel(GLenum datatype, GLuint comps) in bytes_per_pixel() argument 77 if (datatype == GL_UNSIGNED_INT_8_24_REV_MESA || in bytes_per_pixel() 78 datatype == GL_UNSIGNED_INT_24_8_MESA) in bytes_per_pixel() 81 b = _mesa_sizeof_packed_type(datatype); in bytes_per_pixel() 84 if (_mesa_type_is_packed(datatype)) in bytes_per_pixel() 176 do_row(GLenum datatype, GLuint comps, GLint srcWidth, in do_row() argument 190 if (datatype == GL_UNSIGNED_BYTE && comps == 4) { in do_row() 203 else if (datatype == GL_UNSIGNED_BYTE && comps == 3) { in do_row() 215 else if (datatype == GL_UNSIGNED_BYTE && comps == 2) { in do_row() 226 else if (datatype == GL_UNSIGNED_BYTE && comps == 1) { in do_row() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
D | LocaleValidityChecker.java | 41 public boolean set(Datatype datatype, String code) { in set() argument 42 fieldFailure = datatype; in set() 106 Datatype datatype = Datatype.valueOf(c+""); in isValid() local 107 switch (datatype) { in isValid() 112 if (!isValidU(locale, datatype, locale.getExtension(c), where)) return false; in isValid() 151 … private boolean isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) { in isValidU() argument 159 StringBuilder tBuffer = datatype == Datatype.t ? new StringBuilder() : null; in isValidU() 176 return where.set(datatype, subtag); in isValidU() 179 return where.set(datatype, key); in isValidU() 194 return where.set(datatype, key+"-"+subtag); in isValidU() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | LocaleValidityChecker.java | 36 public boolean set(Datatype datatype, String code) { in set() argument 37 fieldFailure = datatype; in set() 101 Datatype datatype = Datatype.valueOf(c+""); in isValid() local 102 switch (datatype) { in isValid() 107 if (!isValidU(locale, datatype, locale.getExtension(c), where)) return false; in isValid() 146 … private boolean isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) { in isValidU() argument 154 StringBuilder tBuffer = datatype == Datatype.t ? new StringBuilder() : null; in isValidU() 171 return where.set(datatype, subtag); in isValidU() 174 return where.set(datatype, key); in isValidU() 189 return where.set(datatype, key+"-"+subtag); in isValidU() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/ |
D | BasicDurationFormat.java | 44 } else if (object instanceof javax.xml.datatype.Duration) { in format() 95 javax.xml.datatype.DatatypeConstants.Field inFields[] = { in formatDuration() 96 javax.xml.datatype.DatatypeConstants.YEARS, in formatDuration() 97 javax.xml.datatype.DatatypeConstants.MONTHS, in formatDuration() 98 javax.xml.datatype.DatatypeConstants.DAYS, in formatDuration() 99 javax.xml.datatype.DatatypeConstants.HOURS, in formatDuration() 100 javax.xml.datatype.DatatypeConstants.MINUTES, in formatDuration() 101 javax.xml.datatype.DatatypeConstants.SECONDS, in formatDuration() 112 javax.xml.datatype.Duration inDuration = (javax.xml.datatype.Duration)obj; in formatDuration() 114 javax.xml.datatype.Duration duration = inDuration; in formatDuration()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | BasicDurationFormat.java | 42 } else if (object instanceof javax.xml.datatype.Duration) { in format() 93 javax.xml.datatype.DatatypeConstants.Field inFields[] = { in formatDuration() 94 javax.xml.datatype.DatatypeConstants.YEARS, in formatDuration() 95 javax.xml.datatype.DatatypeConstants.MONTHS, in formatDuration() 96 javax.xml.datatype.DatatypeConstants.DAYS, in formatDuration() 97 javax.xml.datatype.DatatypeConstants.HOURS, in formatDuration() 98 javax.xml.datatype.DatatypeConstants.MINUTES, in formatDuration() 99 javax.xml.datatype.DatatypeConstants.SECONDS, in formatDuration() 110 javax.xml.datatype.Duration inDuration = (javax.xml.datatype.Duration)obj; in formatDuration() 112 javax.xml.datatype.Duration duration = inDuration; in formatDuration()
|
/third_party/ffmpeg/libavformat/ |
D | sauce.c | 36 int datatype, filetype, t1, t2, nb_comments; in ff_sauce_read() local 56 datatype = avio_r8(pb); in ff_sauce_read() 65 if (got_width && datatype && filetype) { in ff_sauce_read() 66 … if ((datatype == 1 && filetype <=2) || (datatype == 5 && filetype == 255) || datatype == 6) { in ff_sauce_read() 73 } else if (datatype == 5) { in ff_sauce_read()
|
/third_party/mesa3d/src/mesa/main/tests/ |
D | mesa_formats.cpp | 61 GLenum datatype = 0; in TEST_F() local 65 _mesa_uncompressed_format_to_type_and_comps(f, &datatype, &comps); in TEST_F() 66 EXPECT_NE(datatype, (GLenum)0); in TEST_F() 83 GLenum datatype = _mesa_get_format_datatype(f); in TEST_F() local 92 EXPECT_TRUE(datatype == GL_NONE || in TEST_F() 93 datatype == GL_UNSIGNED_NORMALIZED || in TEST_F() 94 datatype == GL_SIGNED_NORMALIZED || in TEST_F() 95 datatype == GL_UNSIGNED_INT || in TEST_F() 96 datatype == GL_INT || in TEST_F() 97 datatype == GL_FLOAT); in TEST_F()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | properties.c | 69 #define INT_ARRAY_COPY_FUNC_FAST(name, datatype) \ argument 70 guint64 prop_copy_ ## name ## _array (datatype *prop, guint size, \ 72 return copy_func (prop, sizeof (datatype) * size, buffer, bsize, offset);\ 75 #define INT_ARRAY_COPY_FUNC(name, datatype) \ argument 76 guint64 prop_copy_ ## name ## _array (datatype *prop, guint size, \ 83 return sizeof (datatype) * size; \
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ValidIdentifiers.java | 129 UResourceBundle datatype = datatypeIterator.next(); 130 String rawKey = datatype.getKey(); 133 for(UResourceBundleIterator datasubtypeIterator = datatype.getIterator(); 171 … public static Datasubtype isValid(Datatype datatype, Set<Datasubtype> datasubtypes, String code) { 172 Map<Datasubtype, ValiditySet> subtable = ValidityData.data.get(datatype); 186 …public static Datasubtype isValid(Datatype datatype, Set<Datasubtype> datasubtypes, String code, S… 187 Map<Datasubtype, ValiditySet> subtable = ValidityData.data.get(datatype);
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ValidIdentifiers.java | 140 UResourceBundle datatype = datatypeIterator.next(); 141 String rawKey = datatype.getKey(); 144 for(UResourceBundleIterator datasubtypeIterator = datatype.getIterator(); 182 … public static Datasubtype isValid(Datatype datatype, Set<Datasubtype> datasubtypes, String code) { 183 Map<Datasubtype, ValiditySet> subtable = ValidityData.data.get(datatype); 197 …public static Datasubtype isValid(Datatype datatype, Set<Datasubtype> datasubtypes, String code, S… 198 Map<Datasubtype, ValiditySet> subtable = ValidityData.data.get(datatype);
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | TestLocaleValidity.java | 322 …private void showValid(Datasubtype expected, Datatype datatype, Set<Datasubtype> datasubtypes, Str… 323 Datasubtype value = ValidIdentifiers.isValid(datatype, datasubtypes, code); 324 assertEquals(datatype + ", " + datasubtypes + ", " + code, expected, value); 326 …private void showValid(Datasubtype expected, Datatype datatype, Set<Datasubtype> datasubtypes, Str… 327 Datasubtype value = ValidIdentifiers.isValid(datatype, datasubtypes, code, code2); 328 assertEquals(datatype + ", " + datasubtypes + ", " + code + ", " + code2, expected, value);
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | TestLocaleValidity.java | 324 …private void showValid(Datasubtype expected, Datatype datatype, Set<Datasubtype> datasubtypes, Str… 325 Datasubtype value = ValidIdentifiers.isValid(datatype, datasubtypes, code); 326 assertEquals(datatype + ", " + datasubtypes + ", " + code, expected, value); 328 …private void showValid(Datasubtype expected, Datatype datatype, Set<Datasubtype> datasubtypes, Str… 329 Datasubtype value = ValidIdentifiers.isValid(datatype, datasubtypes, code, code2); 330 assertEquals(datatype + ", " + datasubtypes + ", " + code + ", " + code2, expected, value);
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_parameter.h | 174 GLuint size, GLenum datatype, 182 GLenum datatype, GLuint *swizzleOut); 221 _mesa_gl_datatype_is_64bit(GLenum datatype) in _mesa_gl_datatype_is_64bit() argument 223 switch (datatype) { in _mesa_gl_datatype_is_64bit()
|
D | prog_parameter.c | 273 GLuint size, GLenum datatype, in _mesa_add_parameter() argument 285 else if (_mesa_gl_datatype_is_64bit(datatype)) in _mesa_add_parameter() 312 p->DataType = datatype; in _mesa_add_parameter() 381 GLenum datatype, GLuint *swizzleOut) in _mesa_add_typed_unnamed_constant() argument 414 size, datatype, values, NULL, true); in _mesa_add_typed_unnamed_constant()
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_fromdata.pod | 225 const char *datatype = NULL; 229 datatype = "integer"; 232 datatype = "unsigned integer"; 235 datatype = "printable string (utf-8 encoding expected)"; 238 datatype = "printable string pointer (utf-8 encoding expected)"; 241 datatype = "octet string"; 244 datatype = "octet string pointer"; 247 printf("%s : %s ", settable_params->key, datatype);
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
D | generator_impl_type_test.cc | 361 TextureDataType datatype; member 373 const ast::Type* datatype = nullptr; in TEST_P() local 374 switch (params.datatype) { in TEST_P() 376 datatype = ty.f32(); in TEST_P() 379 datatype = ty.u32(); in TEST_P() 382 datatype = ty.i32(); in TEST_P() 385 auto* t = ty.sampled_texture(params.dim, datatype); in TEST_P()
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
D | generator_impl_type_test.cc | 385 TextureDataType datatype; member 397 const ast::Type* datatype = nullptr; in TEST_P() local 398 switch (params.datatype) { in TEST_P() 400 datatype = ty.f32(); in TEST_P() 403 datatype = ty.u32(); in TEST_P() 406 datatype = ty.i32(); in TEST_P() 409 auto* t = ty.sampled_texture(params.dim, datatype); in TEST_P()
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/ |
D | NativeInterface.kt | 20 import com.mobileer.androidfxlab.datatype.Effect 21 import com.mobileer.androidfxlab.datatype.EffectDescription
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
D | ICUDurationTest.java | 18 import javax.xml.datatype.DatatypeConstants; 19 import javax.xml.datatype.DatatypeConstants.Field; 20 import javax.xml.datatype.Duration; 43 private static final class ICUTestDuration extends javax.xml.datatype.Duration {
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
D | ICUDurationTest.java | 19 import javax.xml.datatype.DatatypeConstants; 20 import javax.xml.datatype.DatatypeConstants.Field; 21 import javax.xml.datatype.Duration; 46 private static final class ICUTestDuration extends javax.xml.datatype.Duration {
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/datatype/ |
D | ParamDescription.kt | 17 package com.mobileer.androidfxlab.datatype
|
D | Effect.kt | 17 package com.mobileer.androidfxlab.datatype in <lambda>()
|