Home
last modified time | relevance | path

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

12

/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/cef/libcef/browser/prefs/
Drenderer_prefs.cc53 PrefService* prefs = profile->GetPrefs(); in SetChromePrefs() local
172 void SetString(CommandLinePrefStore* prefs, in SetString()
179 void SetBool(CommandLinePrefStore* prefs, const std::string& key, bool value) { in SetBool()
230 void SetCommandLinePrefDefaults(CommandLinePrefStore* prefs) { in SetCommandLinePrefDefaults()
Dbrowser_prefs.cc355 auto prefs = browser_context->AsProfile()->GetPrefs(); in GetAcceptLanguageList() 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.c126 static void filter_intra(void *dst1, void *cur1, int w, int prefs, int mrefs, in filter_intra()
137 int w, int prefs, int mrefs, int prefs2, int mrefs2, in filter_line_c()
155 int w, int prefs, int mrefs, int prefs2, int mrefs2, in filter_edge()
171 static void filter_intra_16bit(void *dst1, void *cur1, int w, int prefs, int mrefs, in filter_intra_16bit()
182 int w, int prefs, int mrefs, int prefs2, int mrefs2, in filter_line_c_16bit()
200 int w, int prefs, int mrefs, int prefs2, int mrefs2, in filter_edge_16bit()
Dvf_yadif.c96 int w, int prefs, int mrefs, int parity, int mode) in filter_line_c()
115 int w, int prefs, int mrefs, int parity, int mode) in filter_edges()
147 int w, int prefs, int mrefs, int parity, in filter_line_c_16bit()
164 int w, int prefs, int mrefs, int parity, int mode) in filter_edges_16bit()
/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/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/icu4c/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/skia/third_party/externals/icu/source/i18n/
Dunits_router.cpp66 UnitPreferences prefs(status); in init() local
/third_party/cef/libcef/browser/
Dmedia_capture_devices_dispatcher.cc54 PrefService* prefs, in GetDefaultDevices()
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_linux.cc95 auto prefs = web_contents_->GetMutableRendererPrefs(); in CreateHostWindow() local
/third_party/icu/icu4c/source/test/intltest/
Dunits_data_test.cpp139 const UnitPreference *const *prefs; in testGetPreferencesFor() local
/third_party/cef/libcef/browser/devtools/
Ddevtools_file_manager.cc45 PrefService* prefs) in CefDevToolsFileManager()
/third_party/cef/tests/cefclient/browser/
Dpreferences_test.cc118 CefRefPtr<CefDictionaryValue> prefs = in OnPreferencesGet() local
/third_party/cef/libcef/browser/chrome/
Dchrome_content_browser_client_cef.cc185 blink::web_pref::WebPreferences* prefs) { in OverrideWebkitPrefs()
/third_party/lz4/tests/
Dframetest.c233 LZ4F_preferences_t prefs; in basicTests() local
1032 LZ4F_preferences_t prefs; in fuzzerTests() local
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.cc1001 blink::web_pref::WebPreferences* prefs) { in OverrideWebkitPrefs()
1014 blink::web_pref::WebPreferences* prefs) { in OverrideWebPreferencesAfterNavigation()

12