Home
last modified time | relevance | path

Searched +defs:val +defs:reset (Results 1 – 25 of 1318) sorted by relevance

12345678910>>...53

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Denvironment.hpp25 std::vector<std::basic_string<Char>> val; in _load() local
37 std::vector<Char*> val; in _load_var() local
66 void reset(const pointer_type id) { reset(string_type(id)); } in reset() function in boost::process::detail::posix::native_environment_impl
82 void reset(const string_type & id) in reset() function in boost::process::detail::posix::native_environment_impl
119 void reset(const pointer_type id) in reset() function in boost::process::detail::posix::native_environment_impl
129 void reset(const string_type & id) {reset(id.c_str());} in reset() function in boost::process::detail::posix::native_environment_impl
162 void reset(const pointer_type id) {reset(string_type(id));} in reset() function
270 inline void basic_environment_impl<Char>::reset(const string_type &id) in reset() function in boost::process::detail::posix::basic_environment_impl
296 for (auto & val : data) in _load_var() local
/aosp_15_r20/external/skia/src/core/
H A DSkTHash.h65 void reset() { *this = THashTable(); } in reset() function
100 T* set(T val) { in set()
303 T* uncheckedSet(T&& val) { in uncheckedSet()
439 void reset() { in reset() function
492 void reset() { fTable.reset(); } in reset() function
514 V* set(K key, V val) { in set()
529 if (V* val = this->find(key)) { variable
599 for (const T& val : vals) { in THashSet() local
605 void reset() { fTable.reset(); } in reset() function
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/
H A DVariableStack.java138 public void reset() in reset() method in VariableStack
155 protected void reset(int linksSize, int varArraySize) { in reset() method in VariableStack
270 public void setLocalVariable(int index, XObject val) in setLocalVariable()
285 public void setLocalVariable(int index, XObject val, int stackFrame) in setLocalVariable()
310 XObject val = _stackFrames[index]; in getLocalVariable() local
342 XObject val = _stackFrames[index]; in getLocalVariable() local
367 XObject val = _stackFrames[index]; in getLocalVariable() local
425 public void setGlobalVariable(final int index, final XObject val) in setGlobalVariable()
448 XObject val = _stackFrames[index]; in getGlobalVariable() local
475 XObject val = _stackFrames[index]; in getGlobalVariable() local
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/file/
H A DCounters.java92 public void reset() { in reset() method in Counters.AbstractPathCounters
114 public void add(final long val) { in add()
157 public void reset() { in reset() method in Counters.BigIntegerCounter
191 void add(long val); in add()
222 default void reset() { in reset() method
279 public void reset() { in reset() method in Counters.LongCounter
393 default void reset() { in reset() method
/aosp_15_r20/external/flashrom/
H A Drealtek_mst_i2c_spi.c54 bool reset; member
105 uint8_t val; in realtek_mst_i2c_spi_wait_command_done() local
156 uint8_t val = 0; in realtek_mst_i2c_spi_reset_mpu() local
173 static int realtek_mst_i2c_spi_write_indexed_register(int fd, uint16_t address, uint8_t val) in realtek_mst_i2c_spi_write_indexed_register()
183 static int realtek_mst_i2c_spi_read_indexed_register(int fd, uint16_t address, uint8_t *val) in realtek_mst_i2c_spi_read_indexed_register()
198 uint8_t val = 0; in realtek_mst_i2c_spi_toggle_gpio_88_strap() local
445 static int get_params(const struct programmer_cfg *cfg, bool *reset, bool *enter_isp, bool *allow_b… in get_params()
496 bool reset, enter_isp, allow_brick; in realtek_mst_i2c_spi_init() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DStriped64.java128 final boolean cas(long cmp, long val) { in cas()
131 final void reset() { in reset() method in Striped64.Cell
134 final void reset(long identity) { in reset() method in Striped64.Cell
137 final long getAndSet(long val) { in getAndSet()
181 final boolean casBase(long cmp, long val) { in casBase()
185 final long getAndSetBase(long val) { in getAndSetBase()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
H A DStriped64.java128 final boolean cas(long cmp, long val) { in cas()
131 final void reset() { in reset() method in Striped64.Cell
134 final void reset(long identity) { in reset() method in Striped64.Cell
137 final long getAndSet(long val) { in getAndSet()
181 final boolean casBase(long cmp, long val) { in casBase()
185 final long getAndSetBase(long val) { in getAndSetBase()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DStriped64.java128 final boolean cas(long cmp, long val) { in cas()
131 final void reset() { in reset() method in Striped64.Cell
134 final void reset(long identity) { in reset() method in Striped64.Cell
137 final long getAndSet(long val) { in getAndSet()
181 final boolean casBase(long cmp, long val) { in casBase()
185 final long getAndSetBase(long val) { in getAndSetBase()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/
H A DHeavyHitterSketch.java87 void reset(); in reset() method
203 final int val = mFrequencies.valueAt(i) - 1; in addToMGSummary() local
234 final int val = mFrequencies.valueAt(i); in validate() local
270 final int val = mFrequencies.valueAt(i); in getTopHeavyHitters() local
328 public void reset() { in reset() method in HeavyHitterSketch.HeavyHitterSketchImpl
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dtiming.c66 unsigned long mbedtls_timing_get_timer(struct mbedtls_timing_hr_time *val, int reset) in mbedtls_timing_get_timer()
86 unsigned long mbedtls_timing_get_timer(struct mbedtls_timing_hr_time *val, int reset) in mbedtls_timing_get_timer()
/aosp_15_r20/external/mbedtls/library/
H A Dtiming.c66 unsigned long mbedtls_timing_get_timer(struct mbedtls_timing_hr_time *val, int reset) in mbedtls_timing_get_timer()
86 unsigned long mbedtls_timing_get_timer(struct mbedtls_timing_hr_time *val, int reset) in mbedtls_timing_get_timer()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/include/boost/optional/detail/
Doptional_trivially_copyable_base.hpp33 tc_optional_base ( init_value_tag, argument_type val ) in tc_optional_base()
37 tc_optional_base ( bool cond, argument_type val ) in tc_optional_base()
103 void assign ( argument_type val ) in assign()
132 void reset() BOOST_NOEXCEPT { destroy(); } in reset() function in tc_optional_base
135 void reset ( argument_type val ) BOOST_NOEXCEPT { assign(val); } in reset() function in tc_optional_base
147 void construct ( argument_type val ) in construct()
479 void assign_value ( argument_type val ) { m_storage = val; } in assign_value()
481 …void assign_value ( rval_reference_type val ) { m_storage = static_cast<rval_reference_type>(val);… in assign_value()
Dold_optional_implementation.hpp131 optional_base ( argument_type val ) in optional_base()
141 optional_base ( rval_reference_type val ) in optional_base()
151 optional_base ( bool cond, argument_type val ) in optional_base()
290 void assign ( argument_type val ) in assign()
299 void assign ( rval_reference_type val ) in assign()
337 void reset() BOOST_NOEXCEPT { destroy(); } in reset() function in boost::optional_detail::optional_base
340 void reset ( argument_type val ) { assign(val); } in reset() function in boost::optional_detail::optional_base
352 void construct ( argument_type val ) in construct()
359 void construct ( rval_reference_type val ) in construct()
577 void assign_value ( argument_type val, is_not_reference_tag ) { get_impl() = val; } in assign_value()
[all …]
/aosp_15_r20/device/google/contexthub/contexthubhal/
Dmessage_buf.h58 void reset() { pos = 0; } in reset() function
69 void writeU8(uint8_t val) { in writeU8()
78 uint16_t val; in readU16() local
83 void writeU16(uint16_t val) { in writeU16()
95 uint32_t val; in readU32() local
100 void writeU32(uint32_t val) { in writeU32()
112 uint64_t val; in readU64() local
117 void writeU64(uint64_t val) { in writeU64()
/aosp_15_r20/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
H A DComposerCommandBuffer.h64 void reset() { in reset() function
80 uint32_t val = (offset < mDataWritten) ? mData[offset] : 0; in getCommand() local
464 void write(uint32_t val) { mData[mDataWritten++] = val; } in write()
466 void writeSigned(int32_t val) { memcpy(&mData[mDataWritten++], &val, sizeof(val)); } in writeSigned()
468 void writeFloat(float val) { memcpy(&mData[mDataWritten++], &val, sizeof(val)); } in writeFloat()
470 void write64(uint64_t val) { in write64()
620 void reset() { in reset() function
647 uint32_t val = read(); in beginCommandBase() local
688 int32_t val; in readSigned() local
694 float val; in readFloat() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DPackedVector.h32 T val = T(); in getValue() local
38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
49 T val = T(); in getValue() local
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
114 PackedVector &reset() { in reset() function
119 void push_back(T val) { in push_back()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPackedVector.h31 T val = T(); in getValue() local
37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
48 T val = T(); in getValue() local
56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
113 PackedVector &reset() { in reset() function
118 void push_back(T val) { in push_back()
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DPackedVector.h31 T val = T(); in getValue() local
37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
48 T val = T(); in getValue() local
56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
112 PackedVector &reset() { in reset() function
117 void push_back(T val) { in push_back()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DPackedVector.h32 T val = T(); in getValue() local
38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
49 T val = T(); in getValue() local
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
114 PackedVector &reset() { in reset() function
119 void push_back(T val) { in push_back()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DPackedVector.h32 T val = T(); in getValue() local
38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
49 T val = T(); in getValue() local
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
114 PackedVector &reset() { in reset() function
119 void push_back(T val) { in push_back()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DPackedVector.h32 T val = T(); in getValue() local
38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
49 T val = T(); in getValue() local
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
114 PackedVector &reset() { in reset() function
119 void push_back(T val) { in push_back()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DPackedVector.h32 T val = T(); in getValue() local
38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
49 T val = T(); in getValue() local
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
114 PackedVector &reset() { in reset() function
119 void push_back(T val) { in push_back()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dtest_std_memory_resource.h44 explicit TestResourceImp(int val = 0) : value(val) { in value() argument
54 void reset() { in reset() function
116 void reset() {} in reset() function
126 void reset() {} in reset() function
155 void reset() { in reset() function
/aosp_15_r20/external/libcxx/test/support/
H A Dtest_memory_resource.hpp54 explicit TestResourceImp(int val = 0) : value(val) { in TestResourceImp()
64 void reset() { C.reset(); P.reset(); } in reset() function in TestResourceImp
119 void reset() {} in reset() function
128 void reset() {} in reset() function
156 void reset() { in reset() function
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Djournal.c228 void mark_buffer_uptodate(struct buffer_head *bh, int val) in mark_buffer_uptodate()
287 __u8 *start, *cur, *end, *val; in ext4_fc_replay_scan() local
620 struct ext4_fc_tl *tl, __u8 *val) in tl_to_darg()
645 static int ext4_fc_handle_unlink(e2fsck_t ctx, struct ext4_fc_tl *tl, __u8 *val) in ext4_fc_handle_unlink()
662 static int ext4_fc_handle_link_and_create(e2fsck_t ctx, struct ext4_fc_tl *tl, __u8 *val) in ext4_fc_handle_link_and_create()
737 static int ext4_fc_handle_inode(e2fsck_t ctx, __u8 *val) in ext4_fc_handle_inode()
808 static int ext4_fc_handle_add_extent(e2fsck_t ctx, __u8 *val) in ext4_fc_handle_add_extent()
835 static int ext4_fc_handle_del_range(e2fsck_t ctx, __u8 *val) in ext4_fc_handle_del_range()
867 __u8 *start, *end, *cur, *val; in ext4_fc_replay() local
1406 __u32 val[4]; in e2fsck_journal_reset_super() member
[all …]

12345678910>>...53