HomeSort by relevance Sort by last modified time
    Searched refs:new_value (Results 201 - 225 of 350) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/base/prefs/
json_pref_store.cc 228 scoped_ptr<base::Value> new_value(value);
232 prefs_->Set(key, new_value.release());
240 scoped_ptr<base::Value> new_value(value);
244 prefs_->Set(key, new_value.release());
  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_characteristic_chromeos.h 61 const std::vector<uint8>& new_value,
bluetooth_remote_gatt_characteristic_chromeos.cc 211 const std::vector<uint8>& new_value,
216 << ", with value: " << new_value << ".";
220 new_value,
  /external/lldb/test/python_api/process/
TestProcessAPI.py 260 new_value = str(bytes)
262 result = process.WriteMemory(location, new_value, error)
291 new_value = bytearray_to_int(new_bytes, byteSize)
292 if new_value != 256:
  /external/llvm/unittests/IR/
ValueHandleTest.cpp 272 virtual void allUsesReplacedWith(Value *new_value) {
274 AURWArgument = new_value;
305 virtual void allUsesReplacedWith(Value *new_value) {
309 AURWArgument = new_value;
  /external/chromium_org/extensions/browser/
extension_prefs.cc 555 const URLPatternSet& new_value) {
556 UpdateExtensionPref(extension_id, pref_key, new_value.ToValue().release());
639 const PermissionSet* new_value) {
641 base::ListValue* api_values = CreatePermissionList(new_value->apis());
647 new_value->manifest_permissions());
653 if (!new_value->explicit_hosts().is_empty()) {
656 new_value->explicit_hosts());
660 if (!new_value->scriptable_hosts().is_empty()) {
663 new_value->scriptable_hosts());
827 int new_value = old_value local
1057 int new_value = Extension::DISABLE_NONE; local
    [all...]
  /art/runtime/
signal_catcher.cc 89 void SignalCatcher::SetHaltFlag(bool new_value) {
91 halt_ = new_value;
  /bionic/linker/
dlfcn.cpp 34 static const char* __bionic_set_dlerror(char* new_value) {
38 *dlerror_slot = new_value;
  /external/chromium_org/chrome/browser/content_settings/
content_settings_default_provider_unittest.cc 168 scoped_ptr<base::Value> new_value(prefs->FindPreference(
181 prefs->Set(prefs::kDefaultContentSettings, *new_value);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 300 const int new_value = (sum_map >= xmis * ymis / 2); local
303 seg_map[bl_index + y * cm->mi_cols + x] = new_value;
  /external/chromium_org/third_party/skia/src/utils/
SkRTConf.cpp 272 T new_value = doParse<T>(str, &success); local
274 *value = new_value;
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win_unittest.cc 78 ScopedBstr new_value(L"New value");
79 ASSERT_EQ(S_OK, textfield_accessible->put_accValue(childid_self, new_value));
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 300 const int new_value = (sum_map >= xmis * ymis / 2); local
303 seg_map[bl_index + y * cm->mi_cols + x] = new_value;
  /external/lldb/source/Target/
ThreadPlanRunToAddress.cpp 209 ThreadPlanRunToAddress::SetStopOthers (bool new_value)
211 m_stop_others = new_value;
ThreadPlanCallFunction.cpp 500 ThreadPlanCallFunction::SetStopOthers (bool new_value)
505 address_plan->SetStopOthers(new_value);
507 m_stop_other_threads = new_value;
  /external/qemu/android/
main-common.c 46 void reassign_string(char** string, const char* new_value) {
48 *string = ASTRDUP(new_value);
  /external/skia/src/utils/
SkRTConf.cpp 272 T new_value = doParse<T>(str, &success); local
274 *value = 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);
delay_estimator_wrapper.c 54 // - new_value : New additional value.
60 static void MeanEstimatorFloat(float new_value,
64 *mean_value += (new_value - *mean_value) * scale;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 300 const int new_value = (sum_map >= xmis * ymis / 2); local
303 seg_map[bl_index + y * cm->mi_cols + x] = new_value;
  /external/vixl/src/a64/
simulator-a64.h 94 inline void SetRawValue(uint32_t new_value) {
95 value_ = (value_ & write_ignore_mask_) | (new_value & ~write_ignore_mask_);
139 void Set(T new_value, unsigned size = sizeof(T)) {
141 VIXL_ASSERT(size <= sizeof(new_value));
145 memcpy(value_, &new_value, size);
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.cc 572 std::string* new_value = (*mod)->modification->value.get(); local
573 if (!new_name || !new_value)
580 if (cookie->second != *new_value) {
581 cookie->second = *new_value;
589 base::StringPiece(*new_value)));
614 std::string* new_value = (*mod)->modification->value.get(); local
622 if (new_value && cookie->second != *new_value) {
623 cookie->second = *new_value;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_clone.cpp 100 ir_rvalue *new_value = NULL; local
103 new_value = this->value->clone(mem_ctx, ht);
105 return new(mem_ctx) ir_return(new_value);
  /external/chromium_org/tools/stats_viewer/
stats_viewer.cs 493 int new_value = 0;
495 new_value = ((StatsCounter)counter).GetValue(filter_pid);
497 new_value = ((StatsTimer)counter).GetValue(filter_pid);
500 int delta = new_value - old_value;
501 SetSubItem(SubItems[column_value_index], new_value);
504 Tag = new_value;
  /external/mesa3d/src/glsl/
ir_clone.cpp 100 ir_rvalue *new_value = NULL; local
103 new_value = this->value->clone(mem_ctx, ht);
105 return new(mem_ctx) ir_return(new_value);

Completed in 1717 milliseconds

1 2 3 4 5 6 7 891011>>