HomeSort by relevance Sort by last modified time
    Searched full:new_value (Results 126 - 150 of 423) sorted by null

1 2 3 4 56 7 8 91011>>

  /art/runtime/
signal_catcher.h 48 void SetHaltFlag(bool new_value) REQUIRES(!lock_);
art_field.h 139 void Set32(mirror::Object* object, uint32_t new_value)
145 void Set64(mirror::Object* object, uint64_t new_value) SHARED_REQUIRES(Locks::mutator_lock_);
150 void SetObj(mirror::Object* object, mirror::Object* new_value)
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_list.h 40 void rc_list_add(struct rc_list ** list, struct rc_list * new_value);
  /external/libchrome/base/
environment.cc 48 const std::string& new_value) override {
49 return SetVarImpl(variable_name, new_value);
83 bool SetVarImpl(const char* variable_name, const std::string& new_value) {
86 return !setenv(variable_name, new_value.c_str(), 1);
90 UTF8ToWide(new_value).c_str());
  /system/extras/perfprofd/
configreader.cc 174 void ConfigReader::overrideUnsignedEntry(const char *key, unsigned new_value)
183 assert(new_value >= vals.minv && new_value <= vals.maxv);
184 it->second = new_value;
185 W_ALOGI("option %s overridden to %u", key, new_value);
configreader.h 49 void overrideUnsignedEntry(const char *key, unsigned new_value);
  /art/runtime/interpreter/mterp/
mterp.cc 529 uint64_t* new_value, Thread* self)
535 field->Set64<false>(field->GetDeclaringClass(), *new_value);
541 field->Set64<false>(field->GetDeclaringClass(), *new_value);
547 extern "C" int artSet8InstanceFromMterp(uint32_t field_idx, mirror::Object* obj, uint8_t new_value,
554 field->SetBoolean<false>(obj, new_value);
557 field->SetByte<false>(obj, new_value);
564 extern "C" int artSet16InstanceFromMterp(uint32_t field_idx, mirror::Object* obj, uint16_t new_value,
572 field->SetChar<false>(obj, new_value);
575 field->SetShort<false>(obj, new_value);
583 uint32_t new_value, ArtMethod* referrer
    [all...]
  /system/connectivity/shill/net/
netlink_attribute.cc 382 bool NetlinkAttribute::SetRawValue(const ByteString new_value) {
472 bool NetlinkU8Attribute::SetU8Value(uint8_t new_value) {
473 value_ = new_value;
526 bool NetlinkU16Attribute::SetU16Value(uint16_t new_value) {
527 value_ = new_value;
580 bool NetlinkU32Attribute::SetU32Value(uint32_t new_value) {
581 value_ = new_value;
633 bool NetlinkU64Attribute::SetU64Value(uint64_t new_value) {
634 value_ = new_value;
677 bool NetlinkFlagAttribute::SetFlagValue(bool new_value) {
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
nds32-dis.c 148 int int_value, new_value; local
166 new_value = int_value;
172 new_value = int_value & 0x03;
173 new_value |= ((int_value & 0x10) >> 2);
177 new_value = ((int_value & 0x1C) >> 2);
183 new_value |= 0x04;
187 new_value |= 0x04;
192 new_value = (insn & 0x00000020) >> 5;
193 new_value |= (insn & 0x00000C00) >> 9;
194 new_value |= (insn & 0x00008000) >> 12
    [all...]
  /external/tpm2/generator/
tpm_table.py 486 new_value = row[0]
487 if new_value.startswith('$!ALG'):
489 new_value.split('_')[1:])
490 elif new_value.startswith('$'):
491 new_if.supported_values = new_value[1:]
492 elif new_value.startswith('#'):
493 new_if.error_code = new_value[1:]
502 new_value = row[0]
503 result = self._ParseAlgorithmRegex(new_value)
513 if new_value.startswith('{')
    [all...]
  /external/libchrome/base/json/
json_file_value_serializer.h 85 void set_allow_trailing_comma(bool new_value) {
86 allow_trailing_comma_ = new_value;
  /external/webrtc/webrtc/system_wrappers/include/
static_instance.h 119 int new_value = InterlockedDecrement(&instance_count); local
120 if (new_value == 0) {
  /ndk/sources/cxx-stl/gabi++/include/
unwind-itanium.h 98 void _Unwind_SetGR(struct _Unwind_Context*, int index, uint64_t new_value);
101 void _Unwind_SetIP(struct _Unwind_Context*, uintptr_t new_value);
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-itanium.h 91 void _Unwind_SetGR(struct _Unwind_Context*, int index, uint64_t new_value);
94 void _Unwind_SetIP(struct _Unwind_Context*, uintptr_t new_value);
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
replace.pass.cpp 17 // replace(Iter first, Iter last, const T& old_value, const T& new_value);
replace_if.pass.cpp 17 // replace_if(Iter first, Iter last, Pred pred, const T& new_value);
  /external/llvm/include/llvm/Support/
Atomic.h 29 cas_flag new_value,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.replace/
replace.pass.cpp 17 // replace(Iter first, Iter last, const T& old_value, const T& new_value);
replace_if.pass.cpp 17 // replace_if(Iter first, Iter last, Pred pred, const T& new_value);
  /system/connectivity/shill/
fake_store.cc 247 const string& group, const string& key, const T& new_value) {
250 group_name_to_settings_[group][key] = new_value;
257 group_settings[key] = new_value;
268 property_name_and_value->second = new_value;
property_observer.h 39 typedef base::Callback<void(const T& new_value)> Callback;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_ec2object.py 38 taggedEC2Object.add_tag("new_key", "new_value")
44 'Tag.1.Value': 'new_value'},
51 "new_key": "new_value"})
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_importlib.py 51 new_value = kwargs[attr]
54 new_value = default
55 setattr(sys, attr, new_value)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_importlib.py 51 new_value = kwargs[attr]
54 new_value = default
55 setattr(sys, attr, new_value)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importlib.py 51 new_value = kwargs[attr]
54 new_value = default
55 setattr(sys, attr, new_value)

Completed in 2523 milliseconds

1 2 3 4 56 7 8 91011>>