/external/cronet/components/prefs/ |
D | pref_service_factory.h | 34 void set_managed_prefs(scoped_refptr<PrefStore> prefs) { in set_managed_prefs() 38 void set_supervised_user_prefs(scoped_refptr<PrefStore> prefs) { in set_supervised_user_prefs() 42 void set_extension_prefs(scoped_refptr<PrefStore> prefs) { in set_extension_prefs() 46 void set_standalone_browser_prefs(scoped_refptr<PersistentPrefStore> prefs) { in set_standalone_browser_prefs() 50 void set_command_line_prefs(scoped_refptr<PrefStore> prefs) { in set_command_line_prefs() 54 void set_user_prefs(scoped_refptr<PersistentPrefStore> prefs) { in set_user_prefs() 58 void set_recommended_prefs(scoped_refptr<PrefStore> prefs) { in set_recommended_prefs()
|
D | pref_member_unittest.cc | 43 void Init(const std::string& pref_name, PrefService* prefs) { in Init() 81 explicit PrefMemberTestClass(PrefService* prefs) in PrefMemberTestClass() 110 TestingPrefServiceSimple prefs; in TEST_F() local 272 TestingPrefServiceSimple prefs; in TEST_F() local 292 TestingPrefServiceSimple prefs; in TEST_F() local 333 TestingPrefServiceSimple prefs; in TEST_F() local
|
D | pref_member.h | 51 PrefService* prefs() { return prefs_; } in prefs() function 52 const PrefService* prefs() const { return prefs_; } in prefs() function 173 PrefService* prefs, in Init() 178 PrefService* prefs, in Init() 184 void Init(const std::string& pref_name, PrefService* prefs) { in Init()
|
D | pref_service_unittest.cc | 36 TestingPrefServiceSimple prefs; in TEST() local 72 TestingPrefServiceSimple prefs; in TEST() local 92 TestingPrefServiceSimple prefs; in TEST() local 147 TestingPrefServiceSimple prefs; in TEST() local 165 TestingPrefServiceSimple prefs; in TEST() local 233 TestingPrefServiceSimple prefs; in TEST() local 246 TestingPrefServiceSimple prefs; in TEST() local 260 TestingPrefServiceSimple prefs; in TEST() local 274 TestingPrefServiceSimple prefs; in TEST() local 341 std::unique_ptr<PrefService> prefs(factory.Create(registry.get())); in TEST() local
|
D | pref_change_registrar.cc | 88 PrefService* PrefChangeRegistrar::prefs() { in prefs() function in PrefChangeRegistrar 92 const PrefService* PrefChangeRegistrar::prefs() const { in prefs() function in PrefChangeRegistrar
|
D | mock_pref_change_callback.cc | 9 MockPrefChangeCallback::MockPrefChangeCallback(PrefService* prefs) in MockPrefChangeCallback()
|
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/ |
D | SharedPreferencesSharedFilesMetadata.java | 173 SharedPreferences prefs = in migrateToAddDownloadTransform() local 223 SharedPreferences prefs = in migrateToDedupOnChecksumOnly() local 282 SharedPreferences prefs = in readAll() local 303 SharedPreferences prefs = in write() local 314 SharedPreferences prefs = in remove() local 322 SharedPreferences prefs = in getAllFileKeys() local 356 SharedPreferences prefs = in clear() local
|
D | SharedPreferencesFileGroupsMetadata.java | 95 SharedPreferences prefs = in read() local 107 SharedPreferences prefs = in write() local 116 SharedPreferences prefs = in remove() local 126 SharedPreferences prefs = in readGroupKeyProperties() local 140 SharedPreferences prefs = in writeGroupKeyProperties() local 150 SharedPreferences prefs = in getAllGroupKeys() local
|
/external/cronet/components/metrics/ |
D | cloned_install_detector_unittest.cc | 28 TestingPrefServiceSimple prefs; in TEST() local 38 TestingPrefServiceSimple prefs; in TEST() local 52 TestingPrefServiceSimple prefs; in TEST() local 69 TestingPrefServiceSimple prefs; in TEST() local 88 TestingPrefServiceSimple prefs; in TEST() local
|
D | date_changed_helper.cc | 21 void UpdateStoredDate(PrefService* prefs, in UpdateStoredDate() 27 bool IsStoredDateToday(PrefService* prefs, in IsStoredDateToday() 44 bool HasDateChangedSinceLastCall(PrefService* prefs, const char* pref_name) { in HasDateChangedSinceLastCall()
|
/external/zstd/programs/ |
D | fileio.c | 416 void FIO_freePreferences(FIO_prefs_t* const prefs) in FIO_freePreferences() 442 void FIO_setCompressionType(FIO_prefs_t* const prefs, FIO_compressionType_t compressionType) { pref… in FIO_setCompressionType() 444 void FIO_overwriteMode(FIO_prefs_t* const prefs) { prefs->overwrite = 1; } in FIO_overwriteMode() 446 void FIO_setSparseWrite(FIO_prefs_t* const prefs, unsigned sparse) { prefs->sparseFileSupport = spa… in FIO_setSparseWrite() 448 void FIO_setDictIDFlag(FIO_prefs_t* const prefs, int dictIDFlag) { prefs->dictIDFlag = dictIDFlag; } in FIO_setDictIDFlag() 450 void FIO_setChecksumFlag(FIO_prefs_t* const prefs, int checksumFlag) { prefs->checksumFlag = checks… in FIO_setChecksumFlag() 452 void FIO_setRemoveSrcFile(FIO_prefs_t* const prefs, unsigned flag) { prefs->removeSrcFile = (flag>0… in FIO_setRemoveSrcFile() 454 void FIO_setMemLimit(FIO_prefs_t* const prefs, unsigned memLimit) { prefs->memLimit = memLimit; } in FIO_setMemLimit() 456 void FIO_setNbWorkers(FIO_prefs_t* const prefs, int nbWorkers) { in FIO_setNbWorkers() 463 void FIO_setExcludeCompressedFile(FIO_prefs_t* const prefs, int excludeCompressedFiles) { prefs->ex… in FIO_setExcludeCompressedFile() [all …]
|
/external/cronet/net/android/ |
D | http_auth_negotiate_android_unittest.cc | 31 MockAllowHttpAuthPreferences prefs; in TEST() local 49 MockAllowHttpAuthPreferences prefs; in TEST() local 63 MockAllowHttpAuthPreferences prefs; in TEST() local 77 MockAllowHttpAuthPreferences prefs; in TEST() local 97 MockAllowHttpAuthPreferences prefs; in TEST() local
|
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/util/ |
D | SharedPreferencesUtil.java | 46 SharedPreferences prefs, K liteKey, Parser<V> parser) { in readProto() 58 SharedPreferences prefs, String key, Parser<T> parser) { in readProto() 75 SharedPreferences prefs, final String key, final T protoValue) { in writeProto() 86 SharedPreferences prefs, final K protoKey, final T protoValue) { in writeProto() 110 SharedPreferences prefs, String protoKey) { in removeProto()
|
/external/lz4/programs/ |
D | lz4io.c | 169 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 …]
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/ |
D | CameraConfigurationManager.java | 79 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()
|
/external/angle/src/android_system_settings/src/com/android/angle/common/ |
D | Receiver.java | 149 SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context); in updateAllUseAngle() local 160 SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context); in updateShowAngleInUseDialogBox() local
|
/external/cronet/net/http/ |
D | http_auth_handler_factory.cc | 98 const HttpAuthPreferences* prefs) { in SetHttpAuthPreferences() 119 const HttpAuthPreferences* prefs in CreateDefault() 144 const HttpAuthPreferences* prefs in Create()
|
/external/lz4/ossfuzz/ |
D | round_trip_frame_uncompressed_fuzzer.c | 44 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
|
D | round_trip_frame_fuzzer.c | 20 LZ4F_preferences_t const prefs = FUZZ_dataProducer_preferences(producer); in LLVMFuzzerTestOneInput() local
|
D | compress_frame_fuzzer.c | 21 LZ4F_preferences_t const prefs = FUZZ_dataProducer_preferences(producer); in LLVMFuzzerTestOneInput() local
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | MainMenuActivity.java | 139 … SharedPreferences prefs = getSharedPreferences(PreferenceConstants.PREFERENCE_NAME, MODE_PRIVATE); in onCreate() local 190 … SharedPreferences prefs = getSharedPreferences(PreferenceConstants.PREFERENCE_NAME, MODE_PRIVATE); in onResume() local
|
D | SetPreferencesActivity.java | 62 … SharedPreferences prefs = getSharedPreferences(PreferenceConstants.PREFERENCE_NAME, MODE_PRIVATE); in onDialogClosed() local
|
/external/cronet/components/metrics/android/java/src/org/chromium/components/metrics/ |
D | LowEntropySource.java | 49 SharedPreferences prefs = ContextUtils.getAppSharedPreferences(); in generateLowEntropySourceForFirstRunTrial() local
|
/external/cronet/third_party/boringssl/src/ssl/ |
D | ssl_privkey.cc | 582 static bool set_sigalg_prefs(Array<uint16_t> *out, Span<const uint16_t> prefs) { in set_sigalg_prefs() 622 int SSL_CTX_set_signing_algorithm_prefs(SSL_CTX *ctx, const uint16_t *prefs, in SSL_CTX_set_signing_algorithm_prefs() 627 int SSL_set_signing_algorithm_prefs(SSL *ssl, const uint16_t *prefs, in SSL_set_signing_algorithm_prefs() 912 int SSL_CTX_set_verify_algorithm_prefs(SSL_CTX *ctx, const uint16_t *prefs, in SSL_CTX_set_verify_algorithm_prefs() 918 int SSL_set_verify_algorithm_prefs(SSL *ssl, const uint16_t *prefs, in SSL_set_verify_algorithm_prefs()
|
/external/boringssl/src/ssl/ |
D | ssl_privkey.cc | 582 static bool set_sigalg_prefs(Array<uint16_t> *out, Span<const uint16_t> prefs) { in set_sigalg_prefs() 622 int SSL_CTX_set_signing_algorithm_prefs(SSL_CTX *ctx, const uint16_t *prefs, in SSL_CTX_set_signing_algorithm_prefs() 627 int SSL_set_signing_algorithm_prefs(SSL *ssl, const uint16_t *prefs, in SSL_set_signing_algorithm_prefs() 912 int SSL_CTX_set_verify_algorithm_prefs(SSL_CTX *ctx, const uint16_t *prefs, in SSL_CTX_set_verify_algorithm_prefs() 918 int SSL_set_verify_algorithm_prefs(SSL *ssl, const uint16_t *prefs, in SSL_set_verify_algorithm_prefs()
|