| /third_party/alsa-lib/src/hwdep/ |
| H A D | hwdep_hw.c | 106 int snd_hwdep_hw_open(snd_hwdep_t **handle, const char *name, int card, int device, int mode) in snd_hwdep_hw_open() argument 148 _snd_hwdep_hw_open(snd_hwdep_t **hwdep, char *name, snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf, int mode) _snd_hwdep_hw_open() argument
|
| /third_party/alsa-lib/src/timer/ |
| H A D | timer_query_hw.c | 86 int snd_timer_query_hw_open(snd_timer_query_t **handle, const char *name, int mode) in snd_timer_query_hw_open() argument 121 _snd_timer_query_hw_open(snd_timer_query_t **timer, char *name, snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf, int mode) _snd_timer_query_hw_open() argument
|
| /third_party/backends/backend/ |
| H A D | plustek-pp_procfs.c | 253 static struct proc_dir_entry *new_entry( const char *name, mode_t mode, in new_entry() argument [all...] |
| H A D | plustek-pp_misc.c | 186 int mode, mts; in MiscInitPorts() local [all...] |
| /third_party/cups-filters/cupsfilters/ |
| H A D | image-sgilib.c | 168 sgiOpen(const char *filename, int mode, int comp, int bpp, int xsize, int ysize, int zsize) sgiOpen() argument 200 sgiOpenFile(FILE *file, int mode, int comp, int bpp, int xsize, int ysize, int zsize) sgiOpenFile() argument [all...] |
| /third_party/benchmark/src/ |
| H A D | perf_counters.cc | 77 const int mode = PFM_PLM3; // user mode only in IsCounterSupported() local
|
| /third_party/alsa-lib/test/ |
| H A D | pcm-multi-thread.c | 63 int mode = running_mode, err; in peeper() local [all...] |
| /third_party/icu/icu4c/source/tools/toolutil/ |
| H A D | filestrm.cpp | 33 T_FileStream_open(const char* filename, const char* mode) in T_FileStream_open() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | Normalizer2.java | 192 public static Normalizer2 getInstance(InputStream data, String name, Mode mode) { in getInstance() argument
|
| /third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
| H A D | bignum-dtoa.cc | 89 void BignumDtoa(double v, BignumDtoaMode mode, int requested_digits, in BignumDtoa() argument
|
| H A D | double-to-string.cc | 379 DoubleToAscii(double v, DtoaMode mode, int requested_digits, char* buffer, int buffer_length, bool* sign, int* length, int* point) DoubleToAscii() argument [all...] |
| /third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
| H A D | test-dtoa.cc | 53 DoubleToStringConverter::DtoaMode mode = DoubleToStringConverter::SHORTEST; in DoubleToAscii() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | Normalizer2.java | 181 public static Normalizer2 getInstance(InputStream data, String name, Mode mode) { in getInstance() argument
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
| H A D | UnicodeSetClosure.java | 191 Normalizer.Mode mode; field in UnicodeSetClosure.NFToString 252 public static void close2(UnicodeSet s, Char32ToString f, int lc, int mode) { in close2() argument
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
| H A D | TestReorderingMode.java | 411 assertRoundTrip(Bidi bidi, int tc, int outIndex, String src, String dest, int mode, int option, byte level) assertRoundTrip() argument 483 checkResultLength(Bidi bidi, String src, String dest, String mode, String option, byte level) checkResultLength() argument 621 checkMaps(Bidi bidi, int stringIndex, String src, String dest, String mode, String option, byte level, boolean forward) checkMaps() argument [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
| H A D | TestReorderingMode.java | 408 assertRoundTrip(Bidi bidi, int tc, int outIndex, String src, String dest, int mode, int option, byte level) assertRoundTrip() argument 480 checkResultLength(Bidi bidi, String src, String dest, String mode, String option, byte level) checkResultLength() argument 618 checkMaps(Bidi bidi, int stringIndex, String src, String dest, String mode, String option, byte level, boolean forward) checkMaps() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | double-conversion-bignum-dtoa.cpp | 103 void BignumDtoa(double v, BignumDtoaMode mode, int requested_digits, in BignumDtoa() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | unorm.cpp | 47 unorm_quickCheck(const UChar *src, int32_t srcLength, UNormalizationMode mode, UErrorCode *pErrorCode) unorm_quickCheck() argument 56 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) unorm_quickCheckWithOptions() argument 71 unorm_isNormalized(const UChar *src, int32_t srcLength, UNormalizationMode mode, UErrorCode *pErrorCode) unorm_isNormalized() argument 79 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) unorm_isNormalizedWithOptions() argument 97 unorm_normalize(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) unorm_normalize() argument 177 unorm_iterate(UCharIterator *src, UBool forward, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) unorm_iterate() argument 197 unorm_previous(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) unorm_previous() argument 210 unorm_next(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) unorm_next() argument 261 unorm_concatenate(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) unorm_concatenate() argument [all...] |
| /third_party/libsnd/src/ |
| H A D | ogg_speex.c | 262 const SpeexMode *mode ; in spx_header_read() local [all...] |
| H A D | txw.c | 370 txw_seek (SF_PRIVATE *psf, int mode, sf_count_t offset) in txw_seek() argument
|
| /third_party/mesa3d/src/amd/addrlib/src/r800/ |
| H A D | egbaddrlib.h | 209 HwlPostCheckTileIndex( const ADDR_TILEINFO* pInfo, AddrTileMode mode, AddrTileType type, INT curIndex = TileIndexInvalid) const HwlPostCheckTileIndex() argument
|
| /third_party/mbedtls/programs/aes/ |
| H A D | crypt_and_hash.c | 63 int mode; in main() local
|
| /third_party/mbedtls/programs/pkey/ |
| H A D | key_app.c | 125 int mode; /* the mode to run the application in */ member
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_cs.c | 14 tu_cs_init(struct tu_cs *cs, struct tu_device *device, enum tu_cs_mode mode, uint32_t initial_size) tu_cs_init() argument [all...] |
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | cmdline.c | 60 sort_varyings(nir_shader *nir, nir_variable_mode mode) in sort_varyings() argument 72 fixup_varying_slots(nir_shader *nir, nir_variable_mode mode) in fixup_varying_slots() argument
|