/aosp_15_r20/external/cronet/components/prefs/ |
H A D | pref_value_map.cc | 93 const base::Value* stored_value = nullptr; in GetBoolean() local 106 const base::Value* stored_value = nullptr; in GetString() local 119 const base::Value* stored_value = nullptr; in GetInteger() local
|
H A D | testing_pref_store.cc | 210 const base::Value* stored_value; in GetString() local 222 const base::Value* stored_value; in GetInteger() local 234 const base::Value* stored_value; in GetBoolean() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/device/src/ |
D | device_iot_config.cc | 138 const std::string* stored_value = config_get_string(*config, section, key, NULL); in device_iot_config_get_hex() local 196 int stored_value = 0; in device_iot_config_set_hex_if_greater() local 216 const std::string* stored_value = config_get_string(*config, section, key, NULL); in device_iot_config_get_str() local
|
D | device_iot_config_int.cc | 216 const std::string* stored_value = config_get_string(*config, section, key, NULL); in device_iot_config_has_key_value() local
|
/aosp_15_r20/system/update_engine/ |
H A D | metrics_utils.cc | 308 int64_t stored_value; in GetPersistedValue() local 367 int64_t stored_value = GetPersistedValue(kPrefsSystemUpdatedMarker, prefs); in LoadAndReportTimeToReboot() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ |
D | types_traits.hpp | 78 struct stored_value struct 80 typedef _Tv value_type; 81 value_type m_value;
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/ |
D | types_traits.hpp | 78 struct stored_value struct 80 typedef _Tv value_type; 81 value_type m_value;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/ |
D | any_iterator.hpp | 168 mutable value_type stored_value; member in boost::iterators::detail::postfix_increment_proxy 246 mutable value_type stored_value; member in boost::iterators::detail::writable_postfix_increment_proxy
|
/aosp_15_r20/external/llvm-libc/src/__support/CPP/ |
H A D | optional.h | 36 U stored_value; member
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/include/boost/iterator/ |
D | iterator_facade.hpp | 172 mutable value_type stored_value; member in boost::iterators::detail::postfix_increment_proxy 228 mutable value_type stored_value; member in boost::iterators::detail::writable_postfix_increment_proxy
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | load_store_elimination.cc | 1172 HInstruction* stored_value; member 2305 HInstruction* stored_value = store_record->stored_value; in ProcessLoopPhiWithUnknownInput() local 2579 HInstruction* stored_value = FindSubstitute(store_record->stored_value); in FindStoresWritingOldValues() local
|
H A D | instruction_builder.cc | 589 void HInstructionBuilder::UpdateLocal(uint32_t reg_number, HInstruction* stored_value) { in UpdateLocal()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/ |
H A D | vars_tests.cpp | 402 nir_def *stored_value = nir_imm_ivec2(b, 10, 20); in TEST_F() local 1032 nir_def *stored_value = nir_imm_ivec2(b, 10, 20); in TEST_F() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/ |
D | range_map.rs | 215 let stored_value = stored_value.clone(); in insert() localVariable
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_varyings.c | 1937 nir_def *stored_value = in get_stored_value_for_load() local
|
/aosp_15_r20/external/mesa3d/src/imgui/ |
H A D | imgui_widgets.cpp | 4733 const int stored_value = storage->GetInt(id, -1); in TreeNodeBehaviorIsOpen() local
|
/aosp_15_r20/external/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 10381 uint64_t stored_value = arg2 & result_mask; in AtomicMemoryWHelper() local
|