/external/testng/ |
generate-version-file | 44 stored_value="$(egrep "val[[:space:]]+$value_variable" "$value_file" | awk 'NF>1{print $NF}' | tr -d '"')" 59 sed -e "s:$template_variable:$stored_value:g" "$template_file"
|
/system/update_engine/ |
payload_state.cc | 790 int64_t stored_value; 791 if (!prefs_->GetInt64(key, &stored_value)) 794 if (stored_value < 0) { 795 LOG(ERROR) << key << ": Invalid value (" << stored_value local 800 return stored_value; 832 string stored_value; local 834 prefs_->GetString(kPrefsCurrentResponseSignature, &stored_value)) { 835 SetResponseSignature(stored_value); 929 int64_t stored_value; local 963 int64_t stored_value; local 1018 int64_t stored_value; local 1218 int64_t stored_value; local 1344 int64_t stored_value = time.ToInternalValue(); local 1349 int64_t stored_value = GetPersistedValue(kPrefsP2PFirstAttemptTimestamp); local [all...] |
connection_manager.cc | 116 bool stored_value; local 118 &stored_value)) { 122 if (!stored_value) {
|
metrics_utils.cc | 268 int64_t stored_value; local 269 if (system_state->prefs()->GetInt64(state_variable_key, &stored_value)) { 270 Time stored_time = Time::FromInternalValue(stored_value);
|
omaha_request_action.cc | 567 int64_t stored_value; 568 if (prefs->GetInt64(kPrefsInstallDateDays, &stored_value)) { 570 int install_date_days = static_cast<int>(stored_value); [all...] |
update_attempter.cc | 192 int64_t stored_value; local 196 &stored_value)) { 197 Time last_reported_at = Time::FromInternalValue(stored_value); [all...] |
/external/chromium-trace/catapult/third_party/webapp2/tests/ |
webapp1_test.py | 117 stored_value = req.str_cookies.get('app') 118 self.assertEqual(stored_value, quoted_value) 121 final_value = urllib.unquote(stored_value).decode('utf-8')
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ |
types_traits.hpp | 78 struct stored_value struct in namespace:__gnu_pbds::detail 96 : public stored_value<_Tv>, public stored_hash<_Th> 102 : public stored_value<_Tv>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ |
types_traits.hpp | 78 struct stored_value struct in namespace:__gnu_pbds::detail 96 : public stored_value<_Tv>, public stored_hash<_Th> 102 : public stored_value<_Tv>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ |
types_traits.hpp | 78 struct stored_value struct in namespace:__gnu_pbds::detail 96 : public stored_value<_Tv>, public stored_hash<_Th> 102 : public stored_value<_Tv>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ |
types_traits.hpp | 78 struct stored_value struct in namespace:__gnu_pbds::detail 96 : public stored_value<_Tv>, public stored_hash<_Th> 102 : public stored_value<_Tv>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/ |
iterator_facade.hpp | 145 : stored_value(*x) 155 return this->stored_value; 158 mutable value_type stored_value; member in class:boost::detail::postfix_increment_proxy 171 : stored_value(*x) 188 return stored_value; 214 mutable value_type stored_value; member in class:boost::detail::writable_postfix_increment_proxy
|
/system/bt/btif/src/ |
btif_config.c | 319 const char *stored_value = config_get_string(config, section, key, NULL); local 322 if (!stored_value) 325 strlcpy(value, stored_value, *size_bytes);
|
/art/compiler/optimizing/ |
instruction_builder.cc | 393 void HInstructionBuilder::UpdateLocal(uint32_t reg_number, HInstruction* stored_value) { 394 Primitive::Type stored_type = stored_value->GetType(); 416 (*current_locals_)[reg_number] = stored_value; [all...] |