Home
last modified time | relevance | path

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

12

/external/zstd/programs/
Dfileio.c400 void FIO_freePreferences(FIO_prefs_t* const prefs) in FIO_freePreferences()
426 void FIO_setCompressionType(FIO_prefs_t* const prefs, FIO_compressionType_t compressionType) { pref… in FIO_setCompressionType()
428 void FIO_overwriteMode(FIO_prefs_t* const prefs) { prefs->overwrite = 1; } in FIO_overwriteMode()
430 void FIO_setSparseWrite(FIO_prefs_t* const prefs, unsigned sparse) { prefs->sparseFileSupport = spa… in FIO_setSparseWrite()
432 void FIO_setDictIDFlag(FIO_prefs_t* const prefs, int dictIDFlag) { prefs->dictIDFlag = dictIDFlag; } in FIO_setDictIDFlag()
434 void FIO_setChecksumFlag(FIO_prefs_t* const prefs, int checksumFlag) { prefs->checksumFlag = checks… in FIO_setChecksumFlag()
436 void FIO_setRemoveSrcFile(FIO_prefs_t* const prefs, unsigned flag) { prefs->removeSrcFile = (flag>0… in FIO_setRemoveSrcFile()
438 void FIO_setMemLimit(FIO_prefs_t* const prefs, unsigned memLimit) { prefs->memLimit = memLimit; } in FIO_setMemLimit()
440 void FIO_setNbWorkers(FIO_prefs_t* const prefs, int nbWorkers) { in FIO_setNbWorkers()
447 void FIO_setExcludeCompressedFile(FIO_prefs_t* const prefs, int excludeCompressedFiles) { prefs->ex… in FIO_setExcludeCompressedFile()
[all …]
/external/lz4/programs/
Dlz4io.c180 void LZ4IO_freePreferences(LZ4IO_prefs_t* const prefs) in LZ4IO_freePreferences()
186 int LZ4IO_setDictionaryFilename(LZ4IO_prefs_t* const prefs, const char* dictionaryFilename) in LZ4IO_setDictionaryFilename()
194 int LZ4IO_setPassThrough(LZ4IO_prefs_t* const prefs, int yes) in LZ4IO_setPassThrough()
202 int LZ4IO_setOverwrite(LZ4IO_prefs_t* const prefs, int yes) in LZ4IO_setOverwrite()
209 int LZ4IO_setTestMode(LZ4IO_prefs_t* const prefs, int yes) in LZ4IO_setTestMode()
216 size_t LZ4IO_setBlockSizeID(LZ4IO_prefs_t* const prefs, unsigned bsid) in LZ4IO_setBlockSizeID()
227 size_t LZ4IO_setBlockSize(LZ4IO_prefs_t* const prefs, size_t blockSize) in LZ4IO_setBlockSize()
244 int LZ4IO_setBlockMode(LZ4IO_prefs_t* const prefs, LZ4IO_blockMode_t blockMode) in LZ4IO_setBlockMode()
251 int LZ4IO_setBlockChecksumMode(LZ4IO_prefs_t* const prefs, int enable) in LZ4IO_setBlockChecksumMode()
258 int LZ4IO_setStreamChecksumMode(LZ4IO_prefs_t* const prefs, int enable) in LZ4IO_setStreamChecksumMode()
[all …]
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
DCameraConfigurationManager.java79 SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context); in setDesiredCameraParameters() local
105 SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context); in setTorch() local
114 private static void initializeTorch(Camera.Parameters parameters, SharedPreferences prefs) { in initializeTorch()
DCameraManager.java102 SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context); in openDriver() local
/external/angle/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
/external/lz4/ossfuzz/
Dround_trip_frame_fuzzer.c19 LZ4F_preferences_t const prefs = FUZZ_randomPreferences(&seed); in LLVMFuzzerTestOneInput() local
Dcompress_frame_fuzzer.c20 LZ4F_preferences_t const prefs = FUZZ_randomPreferences(&seed); in LLVMFuzzerTestOneInput() local
Dlz4_helpers.c22 LZ4F_preferences_t prefs = LZ4F_INIT_PREFERENCES; in FUZZ_randomPreferences() local
/external/replicaisland/src/com/replica/replicaisland/
DMainMenuActivity.java139 … SharedPreferences prefs = getSharedPreferences(PreferenceConstants.PREFERENCE_NAME, MODE_PRIVATE); in onCreate() local
190 … SharedPreferences prefs = getSharedPreferences(PreferenceConstants.PREFERENCE_NAME, MODE_PRIVATE); in onResume() local
DSetPreferencesActivity.java62 … SharedPreferences prefs = getSharedPreferences(PreferenceConstants.PREFERENCE_NAME, MODE_PRIVATE); in onDialogClosed() local
DAndouKun.java102 … SharedPreferences prefs = getSharedPreferences(PreferenceConstants.PREFERENCE_NAME, MODE_PRIVATE); in onCreate() local
289 … SharedPreferences prefs = getSharedPreferences(PreferenceConstants.PREFERENCE_NAME, MODE_PRIVATE); in onResume() local
DExtrasMenuActivity.java94 … SharedPreferences prefs = getSharedPreferences(PreferenceConstants.PREFERENCE_NAME, MODE_PRIVATE); in onCreate() local
DGameOverActivity.java140 … SharedPreferences prefs = getSharedPreferences(PreferenceConstants.PREFERENCE_NAME, MODE_PRIVATE); in onCreate() local
/external/libchrome/components/policy/core/common/
Dpolicy_statistics_collector.cc30 PrefService* prefs, in PolicyStatisticsCollector()
Dpolicy_statistics_collector_unittest.cc60 PrefService* prefs, in TestPolicyStatisticsCollector()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarUtil.java65 Map<String, String> prefs = new TreeMap<String, String>(); field in CalendarUtil.CalendarPreferences
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarUtil.java67 Map<String, String> prefs = new TreeMap<String, String>(); field in CalendarUtil.CalendarPreferences
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartUnitPreferences.java77 UnitPreferences prefs = SDI.getUnitPreferences(); in writeContents() local
/external/icu/icu4c/source/i18n/
Dunits_router.cpp51 UnitPreferences prefs(status); in UnitsRouter() local
/external/boringssl/src/ssl/
Dssl_privkey.cc495 int SSL_CTX_set_signing_algorithm_prefs(SSL_CTX *ctx, const uint16_t *prefs, in SSL_CTX_set_signing_algorithm_prefs()
500 int SSL_set_signing_algorithm_prefs(SSL *ssl, const uint16_t *prefs, in SSL_set_signing_algorithm_prefs()
822 int SSL_CTX_set_verify_algorithm_prefs(SSL_CTX *ctx, const uint16_t *prefs, in SSL_CTX_set_verify_algorithm_prefs()
827 int SSL_set_verify_algorithm_prefs(SSL *ssl, const uint16_t *prefs, in SSL_set_verify_algorithm_prefs()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_privkey.cc495 int SSL_CTX_set_signing_algorithm_prefs(SSL_CTX *ctx, const uint16_t *prefs, in SSL_CTX_set_signing_algorithm_prefs()
500 int SSL_set_signing_algorithm_prefs(SSL *ssl, const uint16_t *prefs, in SSL_set_signing_algorithm_prefs()
822 int SSL_CTX_set_verify_algorithm_prefs(SSL_CTX *ctx, const uint16_t *prefs, in SSL_CTX_set_verify_algorithm_prefs()
827 int SSL_set_verify_algorithm_prefs(SSL *ssl, const uint16_t *prefs, in SSL_set_verify_algorithm_prefs()
/external/ipsec-tools/src/libipsec/
Dpfkey.c859 pfkey_send_spdadd(int so, struct sockaddr *src, u_int prefs, in pfkey_send_spdadd()
881 pfkey_send_spdadd2(int so, struct sockaddr *src, u_int prefs, in pfkey_send_spdadd2()
903 pfkey_send_spdupdate(int so, struct sockaddr *src, u_int prefs, in pfkey_send_spdupdate()
925 pfkey_send_spdupdate2(int so, struct sockaddr *src, u_int prefs, in pfkey_send_spdupdate2()
947 pfkey_send_spddelete(int so, struct sockaddr *src, u_int prefs, in pfkey_send_spddelete()
1008 pfkey_send_spdsetidx(int so, struct sockaddr *src, u_int prefs, in pfkey_send_spdsetidx()
1071 pfkey_send_migrate(int so, struct sockaddr *src, u_int prefs, in pfkey_send_migrate()
1571 pfkey_send_x4(int so, u_int type, struct sockaddr *src, u_int prefs, in pfkey_send_x4()
/external/libbackup/src/com/google/android/libraries/backup/shadow/
DSharedPreferencesBackupHelperSimulator.java87 Map<String, ?> prefs = context.getSharedPreferences(prefGroup, MODE_PRIVATE).getAll(); in backup() local
/external/ipsec-tools/src/racoon/
Dadmin.h97 u_int8_t prefs; member
Dpolicy.c322 u_int8_t prefs, prefd; local

12