Searched refs:new_value (Results 276 - 300 of 300) sorted by relevance

<<1112

/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dsignin_screen_handler.cc1314 bool new_value) {
1315 VLOG(0) << "Login WebUI >> active: " << new_value << ", "
1313 HandleLoginUIStateChanged(const std::string& source, bool new_value) argument
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h507 void SetValue(const std::string& new_value) { argument
508 value_ = new_value;
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc577 void HValue::RegisterUse(int index, HValue* new_value) { argument
579 if (old_value == new_value) return;
586 if (new_value != NULL) {
588 new_value->use_list_ = new(new_value->block()->zone()) HUseListNode(
589 this, index, new_value->use_list_);
591 removed->set_tail(new_value->use_list_);
592 new_value->use_list_ = removed;
H A Druntime.cc1922 Handle<Object> new_value = GetPrototypeSkipHiddenPrototypes(isolate, obj); local
1923 if (!new_value->SameValue(*old_value)) {
11725 Handle<Object> new_value) {
11734 context->set(context_index, *new_value);
11747 Handle<Object> new_value) {
11763 frame->SetParameterValue(i, *new_value);
11773 frame->SetExpression(i, *new_value);
11783 isolate, scope_info, function_context, variable_name, new_value)) {
11798 Runtime::SetObjectProperty(isolate, ext, variable_name, new_value,
11863 Handle<Object> new_value) {
[all...]
H A Dobjects.cc2743 Object* new_value = new_descriptors->GetValue(i); local
2748 !HeapType::cast(old_value)->NowIs(HeapType::cast(new_value))) ||
2750 !HeapType::cast(new_value)->NowContains(old_value)) ||
2752 !HeapType::Any()->Is(HeapType::cast(new_value)))) {
2759 if (old_type != new_type || old_value != new_value) {
12434 Handle<Object> new_value = local
12436 bool value_changed = !old_value->SameValue(*new_value);
H A Dhydrogen.cc1224 HValue* new_value = AddUncasted<HAdd>(old_value, graph()->GetConstant1()); local
1225 new_value->ClearFlag(HValue::kCanOverflow); // Ignore counter overflow
1227 new_value, STORE_TO_INITIALIZED_ENTRY);
H A Dhydrogen-instructions.h907 void RegisterUse(int index, HValue* new_value);
/external/gtest/include/gtest/
H A Dgtest.h483 void SetValue(const std::string& new_value) { argument
484 value_ = new_value;
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc2218 const std::string new_value("tls1.2");
2221 EXPECT_NE(default_value, new_value);
2228 new base::StringValue(new_value),
2246 const std::string new_value("tls1.2");
2250 EXPECT_NE(default_value, new_value);
2257 new base::StringValue(new_value),
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc1577 void Textfield::AccessibilitySetValue(const base::string16& new_value) { argument
1579 SetText(new_value);
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.h589 CONTENT_EXPORT STDMETHODIMP setCurrentValue(VARIANT new_value);
H A Dbrowser_accessibility_win.cc2375 STDMETHODIMP BrowserAccessibilityWin::setCurrentValue(VARIANT new_value) { argument
/external/chromium_org/net/proxy/
H A Dproxy_config_service_linux_unittest.cc121 virtual bool SetVar(const char* variable_name, const std::string& new_value)
/external/lldb/source/Target/
H A DProcess.cpp4285 Process::ProcessEventData::SetRestartedInEvent (Event *event_ptr, bool new_value)
4289 data->SetRestarted(new_value);
4331 Process::ProcessEventData::SetInterruptedInEvent (Event *event_ptr, bool new_value)
4335 data->SetInterrupted(new_value);
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dcompact_lang_det_impl.cc1315 int new_value = chunk_tote->Value(sub) + local
1317 chunk_tote->SetValue(sub, new_value);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1393 INTERCEPTOR(int, setitimer, int which, const void *new_value, void *old_value) {
1395 COMMON_INTERCEPTOR_ENTER(ctx, setitimer, which, new_value, old_value);
1396 if (new_value)
1397 COMMON_INTERCEPTOR_READ_RANGE(ctx, new_value, struct_itimerval_sz);
1401 int res = REAL(setitimer)(which, new_value, old_value);
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp132 extern void _Unwind_SetIP (_Unwind_Context_t, uintptr_t new_value);
/external/lldb/source/Symbol/
H A DClangASTType.cpp6422 StreamString &new_value)
6442 memcpy ((void *)addr, new_value.GetData(), byte_size);
6453 return process->WriteMemory(addr, new_value.GetData(), byte_size, error) == byte_size;
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.h1563 Register new_value);
H A Dmacro-assembler-mips.cc5552 Register new_value) {
5561 srl(t9, new_value, kImm16Bits);
5573 Ins(scratch, new_value, 0, kImm16Bits);
5550 PatchRelocatedValue(Register li_location, Register scratch, Register new_value) argument
/external/chromium_org/v8/src/mips64/
H A Dmacro-assembler-mips64.cc5506 Register new_value) {
5515 dsrl32(t9, new_value, 0);
5527 dsrl(t9, new_value, kImm16Bits);
5540 Ins(scratch, new_value, 0, kImm16Bits);
5504 PatchRelocatedValue(Register li_location, Register scratch, Register new_value) argument
H A Dmacro-assembler-mips64.h1625 Register new_value);
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c3561 IRTemp new_value = newTemp(Ity_I64); local
3572 assign( new_value,
3597 assign( dst1, narrowTo(ty, mkexpr(new_value)) );
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17896 void SetValue(const std::string& new_value) { argument
17897 value_ = new_value;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17896 void SetValue(const std::string& new_value) { argument
17897 value_ = new_value;

Completed in 781 milliseconds

<<1112