Home
last modified time | relevance | path

Searched defs:new_value (Results 1 – 25 of 177) sorted by relevance

12345678

/external/rust/crates/url/tests/
Dsetters_tests.json29 "new_value": "", string
37 "new_value": "b", string
45 "new_value": "defuse", string
54 "new_value": "B", string
63 "new_value": "é", string
72 "new_value": "0b", string
81 "new_value": "+b", string
89 "new_value": "bC0+-.", string
98 "new_value": "b,c", string
107 "new_value": "bé", string
[all …]
/external/llvm-project/openmp/runtime/src/
Dz_Windows_NT-586_util.cpp20 kmp_int8 old_value, new_value; in __kmp_test_then_or8() local
34 kmp_int8 old_value, new_value; in __kmp_test_then_and8() local
48 kmp_uint32 old_value, new_value; in __kmp_test_then_or32() local
63 kmp_uint32 old_value, new_value; in __kmp_test_then_and32() local
78 kmp_int64 old_value, new_value; in __kmp_test_then_add8() local
92 kmp_int64 old_value, new_value; in __kmp_test_then_add64() local
106 kmp_uint64 old_value, new_value; in __kmp_test_then_or64() local
121 kmp_uint64 old_value, new_value; in __kmp_test_then_and64() local
/external/libchrome/base/
Datomicops_internals_portable.h67 Atomic32 new_value) { in NoBarrier_CompareAndSwap()
77 Atomic32 new_value) { in NoBarrier_AtomicExchange()
96 Atomic32 new_value) { in Acquire_CompareAndSwap()
107 Atomic32 new_value) { in Release_CompareAndSwap()
150 Atomic64 new_value) { in NoBarrier_CompareAndSwap()
160 Atomic64 new_value) { in NoBarrier_AtomicExchange()
179 Atomic64 new_value) { in Acquire_CompareAndSwap()
190 Atomic64 new_value) { in Release_CompareAndSwap()
Datomicops_internals_x86_msvc.h31 Atomic32 new_value) { in NoBarrier_CompareAndSwap()
40 Atomic32 new_value) { in NoBarrier_AtomicExchange()
73 Atomic32 new_value) { in Acquire_CompareAndSwap()
79 Atomic32 new_value) { in Release_CompareAndSwap()
119 Atomic64 new_value) { in NoBarrier_CompareAndSwap()
127 Atomic64 new_value) { in NoBarrier_AtomicExchange()
182 Atomic64 new_value) { in Acquire_CompareAndSwap()
188 Atomic64 new_value) { in Release_CompareAndSwap()
Datomicops_internals_atomicword_compat.h32 AtomicWord new_value) { in NoBarrier_CompareAndSwap()
38 AtomicWord new_value) { in NoBarrier_AtomicExchange()
57 AtomicWord new_value) { in Acquire_CompareAndSwap()
64 AtomicWord new_value) { in Release_CompareAndSwap()
Dauto_reset.h26 AutoReset(T* scoped_variable, T new_value) in AutoReset()
/external/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
Dasan-symbolize-templated-cxx.cpp20 int &operator=(const int &new_value) { in operator =()
30 void writeToA(T new_value) { in writeToA()
37 extern "C" void callback(int new_value) { in callback()
/external/icing/icing/util/
Dbit-util.h71 inline void BitfieldSet(uint8_t new_value, uint32_t lsb_offset, uint32_t len, in BitfieldSet()
80 inline void BitfieldSet(uint16_t new_value, uint32_t lsb_offset, uint32_t len, in BitfieldSet()
89 inline void BitfieldSet(uint32_t new_value, uint32_t lsb_offset, uint32_t len, in BitfieldSet()
98 inline void BitfieldSet(uint64_t new_value, uint32_t lsb_offset, uint32_t len, in BitfieldSet()
/external/boringssl/src/crypto/
Drefcount_c11.c42 uint32_t new_value = expected + 1; in CRYPTO_refcount_inc() local
59 const uint32_t new_value = expected - 1; in CRYPTO_refcount_dec_and_test_zero() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/
Drefcount_c11.c42 uint32_t new_value = expected + 1; in CRYPTO_refcount_inc() local
59 const uint32_t new_value = expected - 1; in CRYPTO_refcount_dec_and_test_zero() local
/external/llvm-project/lldb/source/Interpreter/
DOptionValueString.cpp78 std::string new_value(m_current_value); in SetValueFromString() local
137 std::string new_value(m_current_value); in AppendToCurrentValue() local
DOptionValue.cpp281 bool OptionValue::SetBooleanValue(bool new_value) { in SetBooleanValue()
297 char OptionValue::SetCharValue(char new_value) { in SetCharValue()
352 bool OptionValue::SetFormatValue(lldb::Format new_value) { in SetFormatValue()
399 bool OptionValue::SetSInt64Value(int64_t new_value) { in SetSInt64Value()
415 bool OptionValue::SetStringValue(llvm::StringRef new_value) { in SetStringValue()
431 bool OptionValue::SetUInt64Value(uint64_t new_value) { in SetUInt64Value()
/external/webrtc/rtc_base/
Datomic_ops.h39 static int CompareAndSwap(volatile int* i, int old_value, int new_value) { in CompareAndSwap()
49 static T* CompareAndSwapPtr(T* volatile* ptr, T* old_value, T* new_value) { in CompareAndSwapPtr()
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/
Dreset.pass.cpp38 A* new_value = newValue<VT>(expect_alive); in test_reset_pointer() local
50 A* new_value = newValue<VT>(expect_alive); in test_reset_pointer() local
/external/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/
Dreset.pass.cpp37 A* new_value = newValue<VT>(expect_alive); in test_reset_pointer() local
49 A* new_value = newValue<VT>(expect_alive); in test_reset_pointer() local
/external/pdfium/testing/tools/
Dtest_runner.py474 def SetDeleteOutputOnSuccess(self, new_value): argument
478 def SetEnforceExpectedImages(self, new_value): argument
482 def SetOneShotRenderer(self, new_value): argument
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_export.cpp41 void WriteoutInstruction::replace_values(const ValueSet& candiates, PValue new_value) in replace_values()
53 UNUSED PValue new_value) in replace_values_child()
171 void WriteScratchInstruction::replace_values_child(const ValueSet& candiates, PValue new_value) in replace_values_child()
308 PValue new_value) in replace_values_child()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DCFString.cpp46 CFStringRef new_value = NULL; in SetFileSystemRepresentation() local
55 CFStringRef new_value = NULL; in SetFileSystemRepresentationFromCFType() local
/external/llvm-project/lldb/source/Host/macosx/cfcpp/
DCFCString.cpp42 CFStringRef new_value = NULL; in SetFileSystemRepresentation() local
52 CFStringRef new_value = NULL; in SetFileSystemRepresentationFromCFType() local
/external/icu/libicu/cts_headers/
Ddouble-conversion-diy-fp.h139 void set_f(uint64_t new_value) { f_ = new_value; } in set_f()
140 void set_e(int32_t new_value) { e_ = new_value; } in set_e()
/external/icu/icu4c/source/i18n/
Ddouble-conversion-diy-fp.h139 void set_f(uint64_t new_value) { f_ = new_value; } in set_f()
140 void set_e(int32_t new_value) { e_ = new_value; } in set_e()
/external/llvm/lib/Support/
DAtomic.cpp44 sys::cas_flag new_value, in CompareAndSwap()
/external/libchrome/base/json/
Djson_string_value_serializer.h34 void set_pretty_print(bool new_value) { pretty_print_ = new_value; } in set_pretty_print()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Datm.cc28 gpr_atm new_value; in gpr_atm_no_barrier_clamped_add() local
/external/llvm-project/llvm/lib/Support/
DAtomic.cpp45 sys::cas_flag new_value, in CompareAndSwap()

12345678