Home
last modified time | relevance | path

Searched defs:mode (Results 2501 - 2525 of 12201) sorted by relevance

1...<<101102103104105106107108109110>>...489

/third_party/alsa-lib/src/hwdep/
H A Dhwdep_hw.c106 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 Dtimer_query_hw.c86 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 Dplustek-pp_procfs.c253 static struct proc_dir_entry *new_entry( const char *name, mode_t mode, in new_entry() argument
[all...]
H A Dplustek-pp_misc.c186 int mode, mts; in MiscInitPorts() local
[all...]
/third_party/cups-filters/cupsfilters/
H A Dimage-sgilib.c168 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 Dperf_counters.cc77 const int mode = PFM_PLM3; // user mode only in IsCounterSupported() local
/third_party/alsa-lib/test/
H A Dpcm-multi-thread.c63 int mode = running_mode, err; in peeper() local
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dfilestrm.cpp33 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 DNormalizer2.java192 public static Normalizer2 getInstance(InputStream data, String name, Mode mode) { in getInstance() argument
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dbignum-dtoa.cc89 void BignumDtoa(double v, BignumDtoaMode mode, int requested_digits, in BignumDtoa() argument
H A Ddouble-to-string.cc379 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 Dtest-dtoa.cc53 DoubleToStringConverter::DtoaMode mode = DoubleToStringConverter::SHORTEST; in DoubleToAscii() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNormalizer2.java181 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 DUnicodeSetClosure.java191 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 DTestReorderingMode.java411 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 DTestReorderingMode.java408 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 Ddouble-conversion-bignum-dtoa.cpp103 void BignumDtoa(double v, BignumDtoaMode mode, int requested_digits, in BignumDtoa() argument
/third_party/icu/icu4c/source/common/
H A Dunorm.cpp47 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 Dogg_speex.c262 const SpeexMode *mode ; in spx_header_read() local
[all...]
H A Dtxw.c370 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 Degbaddrlib.h209 HwlPostCheckTileIndex( const ADDR_TILEINFO* pInfo, AddrTileMode mode, AddrTileType type, INT curIndex = TileIndexInvalid) const HwlPostCheckTileIndex() argument
/third_party/mbedtls/programs/aes/
H A Dcrypt_and_hash.c63 int mode; in main() local
/third_party/mbedtls/programs/pkey/
H A Dkey_app.c125 int mode; /* the mode to run the application in */ member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cs.c14 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 Dcmdline.c60 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

Completed in 17 milliseconds

1...<<101102103104105106107108109110>>...489