/third_party/alsa-lib/include/sound/uapi/ |
H A D | asoc.h | 327 __le64 format; /* SNDRV_PCM_FMTBIT_* */ member 342 __le32 fmt; /* SND_SOC_DAI_FORMAT_ format value */
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | SupplementalDataTest.java | 343 return parseValue(String.format("//supplementalData/" + path, args), ""); in supplementalData()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | PluralsMapperTest.java | 189 out.append(String.format("[@%s=\"%s\"]", k, v)); in appendAttribute()
|
H A D | Bcp47MapperTest.java | 281 out.append(String.format("[@%s=\"%s\"]", k, v)); in appendAttribute()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | TransformsMapper.java | 207 new IllegalArgumentException(String.format("missing data for %s in: %s", key, value))); in getExpectedOptionalAttribute()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A D | LocaleDistanceMapperTest.java | 250 String key = String.format("en-en-%s-%s", partitionA, partitionB); in assertEnDistanceForRegions()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | DecimalQuantity_DualStorageBCD.java | 444 return String.format("<DecimalQuantity %d:%d %s %s%s>", in toString()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | DataDrivenCalendarTest.java | 120 String fromString = fmt.format(fromTime); in testConvert()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | PersonNameFormatterTest.java | 3 package com.ibm.icu.dev.test.format;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | ContractionsAndExpansions.java | 136 String.format("Unexpected CE32 tag type %d for ce32=0x%08x", in handleCE32()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | DataDrivenCalendarTest.java | 123 String fromString = fmt.format(fromTime); in testConvert()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CollectAPI.java | 172 info.format(buf, false, false, false); in writeTSV()
|
/third_party/libunwind/libunwind/src/dwarf/ |
H A D | Gfde.c | 79 /* the CIE is in the 32-bit DWARF format */ in parse_cie() 96 /* the CIE is in the 64-bit DWARF format */ in parse_cie() 169 /* read the LSDA pointer-encoding format. */ in parse_cie() 176 /* read the FDE pointer-encoding format. */ in parse_cie() 182 /* read the personality-routine pointer-encoding format. */ in parse_cie() 251 /* the FDE is in the 32-bit DWARF format */ in dwarf_extract_proc_info_from_fde() 276 /* the FDE is in the 64-bit DWARF format */ in dwarf_extract_proc_info_from_fde() 335 pi->format = UNW_INFO_FORMAT_TABLE; in dwarf_extract_proc_info_from_fde()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_proc_info_by_ip.tex | 69 version or format that is not understood by \Prog{libunwind}.
|
H A D | unw_reg_states_iterate.tex | 64 version or format that is not understood by \Prog{libunwind}.
|
/third_party/libdrm/freedreno/kgsl/ |
H A D | msm_kgsl.h | 404 unsigned int format; member
|
/third_party/libbpf/src/ |
H A D | Makefile | 40 -Wno-unknown-warning-option -Wno-format-overflow \
|
/third_party/libdrm/intel/ |
H A D | intel_bufmgr.h | 206 enum aub_dump_bmp_format format,
|
/third_party/markupsafe/ |
H A D | __init__.py | 243 def format(self, *args: t.Any, **kwargs: t.Any) -> "te.Self": member in Markup 255 raise ValueError("Unsupported format specification for Markup.") 275 " __html_format__ to work with format specifiers." 279 # We need to make sure the format spec is str here as
|
/third_party/lame/ACM/ |
H A D | ACMStream.cpp | 256 beConfig.format.LHV1.dwReSampleRate = my_OutBytesPerSec; // force the user resampling in open()
|
/third_party/lame/libmp3lame/ |
H A D | util.h | 146 /* format of file in rd mode (BINARY/ASCII) */ 603 extern void lame_report_def(const char* format, va_list args);
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_device.c | 77 unsigned int format, in device_image_get_buffers() 76 device_image_get_buffers(__DRIdrawable *driDrawable, unsigned int format, uint32_t *stamp, void *loaderPrivate, uint32_t buffer_mask, struct __DRIimageList *buffers) device_image_get_buffers() argument
|
H A D | platform_surfaceless.c | 70 unsigned int format, in surfaceless_image_get_buffers() 69 surfaceless_image_get_buffers(__DRIdrawable *driDrawable, unsigned int format, uint32_t *stamp, void *loaderPrivate, uint32_t buffer_mask, struct __DRIimageList *buffers) surfaceless_image_get_buffers() argument
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_opcodes.py | 78 FORMAT = immediate("format", "enum agx_format") 231 name = "{}_{}cmp".format(cf, "f" if is_float else "i")
|
/third_party/mesa3d/src/compiler/isaspec/ |
H A D | encode.py | 259 print('WARNING: no encode mapping for {}.{}'.format(bitset.name, name))
|