/external/chromium/chrome/browser/chromeos/login/ |
wizard_accessibility_handler.h | 83 const std::string& new_value,
|
/external/llvm/unittests/Support/ |
ValueHandleTest.cpp | 276 virtual void allUsesReplacedWith(Value *new_value) { 278 AURWArgument = new_value; 309 virtual void allUsesReplacedWith(Value *new_value) { 313 AURWArgument = new_value;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
algo.h | [all...] |
/external/webkit/Source/WebCore/accessibility/gtk/ |
AXObjectCacheAtk.cpp | 152 memset(&propertyValues.new_value, 0, sizeof(GValue)); 153 atk_value_get_current_value(ATK_VALUE(axObject), &propertyValues.new_value);
|
/external/chromium/chrome/browser/chromeos/ |
user_cros_settings_provider.cc | 262 void OnBooleanPropertyChange(const std::string& path, bool new_value) { 268 cros->SetCellularDataRoamingAllowed(new_value); 284 bool new_value = (use_value == USE_VALUE_SUPPLIED) ? value : false; local 285 if (device_value != new_value) 286 cros->SetCellularDataRoamingAllowed(new_value);
|
/external/chromium/chrome/browser/sync/engine/ |
syncapi.h | 432 const sync_pb::AppSpecifics& new_value); 434 const sync_pb::AutofillSpecifics& new_value); 436 const sync_pb::AutofillProfileSpecifics& new_value); 438 const sync_pb::BookmarkSpecifics& new_value); 440 const sync_pb::NigoriSpecifics& new_value); 442 const sync_pb::PasswordSpecifics& new_value); 444 const sync_pb::PreferenceSpecifics& new_value); 446 const sync_pb::ThemeSpecifics& new_value); 448 const sync_pb::TypedUrlSpecifics& new_value); 450 const sync_pb::ExtensionSpecifics& new_value); [all...] |
/external/mesa3d/src/glsl/ |
ir_clone.cpp | 78 ir_rvalue *new_value = NULL; local 81 new_value = this->value->clone(mem_ctx, ht); 83 return new(mem_ctx) ir_return(new_value);
|
/external/v8/preparser/ |
preparser-process.cc | 186 T* operator=(T* new_value) { 188 pointer_ = new_value; 189 return new_value;
|
/external/webrtc/src/modules/audio_processing/utility/ |
delay_estimator.c | 307 void WebRtc_MeanEstimatorFix(int32_t new_value, 310 int32_t diff = new_value - *mean_value; 312 // mean_new = mean_value + ((new_value - mean_value) >> factor);
|
/frameworks/base/cmds/content/src/com/android/commands/content/ |
Content.java | 38 * # Add "new_setting" secure setting with value "new_value".</br> 40 * --bind value:s:new_value 74 + " # Add \"new_setting\" secure setting with value \"new_value\".\n" 76 + " --bind value:s:new_value\n"
|
/external/chromium/chrome/browser/content_settings/ |
content_settings_pref_provider_unittest.cc | 105 scoped_ptr<Value> new_value(prefs->FindPreference( 114 prefs->Set(prefs::kDefaultContentSettings, *new_value);
|
host_content_settings_map_unittest.cc | 263 scoped_ptr<Value> new_value(prefs->FindPreference( 273 prefs->Set(prefs::kDefaultContentSettings, *new_value); 300 scoped_ptr<Value> new_value(prefs->FindPreference( 310 prefs->Set(prefs::kContentSettingsPatterns, *new_value); [all...] |
/external/chromium/net/spdy/ |
spdy_test_util.cc | 96 std::string new_value; local 103 new_value = (*headers)[this_header]; 105 new_value.append(1, '\0'); 107 new_value += this_value; 110 new_value = this_value; 112 (*headers)[this_header] = new_value; [all...] |
/external/chromium/chrome/browser/ |
idbbindingutilities_browsertest.cc | 170 const SerializedScriptValue& new_value) { 171 EXPECT_EQ(expected_value_.data(), new_value.data());
|
utility_process_host.h | 97 const SerializedScriptValue& new_value) {}
|
/external/chromium/chrome/browser/prefs/ |
pref_service.cc | 626 void PrefService::SetUserPrefValue(const char* path, Value* new_value) { 636 if (pref->GetType() != new_value->GetType()) { 639 << " to value of type " << new_value->GetType(); 643 user_pref_store_->SetValue(path, new_value);
|
/external/compiler-rt/lib/ |
gcc_personality_v0.c | 51 extern void _Unwind_SetIP(_Unwind_Context_t, uintptr_t new_value);
|
/frameworks/compile/libbcc/runtime/lib/ |
gcc_personality_v0.c | 53 extern void _Unwind_SetIP(_Unwind_Context_t, uintptr_t new_value);
|
/external/chromium/chrome/browser/password_manager/ |
password_store_mac_unittest.cc | 405 std::string new_value(path); 406 replacement.SetPathStr(new_value); 413 std::string new_value(port); 414 replacement.SetPortStr(new_value); 422 std::string new_value(realm); 423 replacement.SetPathStr(new_value); [all...] |
/external/chromium/chrome/browser/tab_contents/ |
thumbnail_generator.cc | 234 ThumbnailCallbackMap::value_type new_value(sequence_num, request_info); 236 callback_map_.insert(new_value);
|
/external/llvm/include/llvm/Support/ |
ValueHandle.h | 396 /// Called when this->getValPtr()->replaceAllUsesWith(new_value) is called, 399 /// setValPtr(new_value). AssertingVH would do nothing in this method.
|
/external/bluetooth/glib/gio/ |
gfileattribute.c | 256 * @new_value: a #GFileAttributeValue to get the value from. 262 const GFileAttributeValue *new_value) 265 g_return_if_fail (new_value != NULL); 268 *attr = *new_value; [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
directory_backing_store.cc | 753 sync_pb::EntitySpecifics new_value; local 754 new_value.ParseFromString(new_value_bytes); 755 handler_function(&query, 2, &new_value); 756 new_value.SerializeToString(&new_value_bytes); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
syncstr.h | 484 CARD64 /* new_value */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
syncstr.h | 484 CARD64 /* new_value */
|