Home
last modified time | relevance | path

Searched defs:prefs (Results 1 – 19 of 19) sorted by relevance

/third_party/lz4/programs/
Dlz4io.c169 void LZ4IO_freePreferences(LZ4IO_prefs_t* prefs) in LZ4IO_freePreferences()
175 int LZ4IO_setDictionaryFilename(LZ4IO_prefs_t* const prefs, const char* dictionaryFilename) in LZ4IO_setDictionaryFilename()
183 int LZ4IO_setPassThrough(LZ4IO_prefs_t* const prefs, int yes) in LZ4IO_setPassThrough()
191 int LZ4IO_setOverwrite(LZ4IO_prefs_t* const prefs, int yes) in LZ4IO_setOverwrite()
198 int LZ4IO_setTestMode(LZ4IO_prefs_t* const prefs, int yes) in LZ4IO_setTestMode()
205 size_t LZ4IO_setBlockSizeID(LZ4IO_prefs_t* const prefs, unsigned bsid) in LZ4IO_setBlockSizeID()
216 size_t LZ4IO_setBlockSize(LZ4IO_prefs_t* const prefs, size_t blockSize) in LZ4IO_setBlockSize()
234 int LZ4IO_setBlockMode(LZ4IO_prefs_t* const prefs, LZ4IO_blockMode_t blockMode) in LZ4IO_setBlockMode()
241 int LZ4IO_setBlockChecksumMode(LZ4IO_prefs_t* const prefs, int enable) in LZ4IO_setBlockChecksumMode()
248 int LZ4IO_setStreamChecksumMode(LZ4IO_prefs_t* const prefs, int enable) in LZ4IO_setStreamChecksumMode()
[all …]
Dlz4cli.c329 LZ4IO_prefs_t* const prefs = LZ4IO_defaultPreferences(); in main() local
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
DReceiver.java149 SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context); in updateAllUseAngle() local
160 SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context); in updateShowAngleInUseDialogBox() local
/third_party/lz4/ossfuzz/
Dround_trip_frame_uncompressed_fuzzer.c44 FUZZ_dataProducer_t *producer, LZ4F_preferences_t const prefs) { in compress_round_trip()
125 LZ4F_preferences_t prefs = FUZZ_dataProducer_preferences(producer); in compress_independent_block_mode() local
Dround_trip_frame_fuzzer.c20 LZ4F_preferences_t const prefs = FUZZ_dataProducer_preferences(producer); in LLVMFuzzerTestOneInput() local
Dcompress_frame_fuzzer.c21 LZ4F_preferences_t const prefs = FUZZ_dataProducer_preferences(producer); in LLVMFuzzerTestOneInput() local
Dlz4_helpers.c22 LZ4F_preferences_t prefs = LZ4F_INIT_PREFERENCES; in FUZZ_randomPreferences() local
Dfuzz_data_producer.c67 LZ4F_preferences_t prefs = LZ4F_INIT_PREFERENCES; in FUZZ_dataProducer_preferences() local
/third_party/ffmpeg/libavfilter/
Dvf_bwdif.c125 static void filter_intra(void *dst1, void *cur1, int w, int prefs, int mrefs, in filter_intra()
136 int w, int prefs, int mrefs, int prefs2, int mrefs2, in filter_line_c()
154 int w, int prefs, int mrefs, int prefs2, int mrefs2, in filter_edge()
170 static void filter_intra_16bit(void *dst1, void *cur1, int w, int prefs, int mrefs, in filter_intra_16bit()
181 int w, int prefs, int mrefs, int prefs2, int mrefs2, in filter_line_c_16bit()
199 int w, int prefs, int mrefs, int prefs2, int mrefs2, in filter_edge_16bit()
Dvf_yadif.c94 int w, int prefs, int mrefs, int parity, int mode) in filter_line_c()
113 int w, int prefs, int mrefs, int parity, int mode) in filter_edges()
145 int w, int prefs, int mrefs, int parity, in filter_line_c_16bit()
162 int w, int prefs, int mrefs, int parity, int mode) in filter_edges_16bit()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCalendarUtil.java67 Map<String, String> prefs = new TreeMap<String, String>(); field in CalendarUtil.CalendarPreferences
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarUtil.java65 Map<String, String> prefs = new TreeMap<String, String>(); field in CalendarUtil.CalendarPreferences
/third_party/skia/third_party/externals/icu/source/i18n/
Dunits_router.cpp66 UnitPreferences prefs(status); in init() local
/third_party/node/deps/icu-small/source/i18n/
Dunits_router.cpp66 UnitPreferences prefs(status); in init() local
/third_party/icu/icu4c/source/i18n/
Dunits_router.cpp66 UnitPreferences prefs(status); in init() local
/third_party/lz4/tests/
Dframetest.c233 LZ4F_preferences_t prefs; in basicTests() local
1032 LZ4F_preferences_t prefs; in fuzzerTests() local
/third_party/lz4/lib/
Dlz4frame.c265 LZ4F_preferences_t prefs; member
400 LZ4F_preferences_t prefs; in LZ4F_compressFrameBound() local
426 LZ4F_preferences_t prefs; in LZ4F_compressFrame_usingCDict() local
/third_party/nghttp2/src/
Dshrpx_tls.cc111 auto &prefs = get_config()->tls.alpn_prefs; in next_proto_cb() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp158239 const LangGroupFontPrefs *prefs = GetFontPrefsForLang(aLanguage); in MinFontSize() local