Home
last modified time | relevance | path

Searched +defs:val +defs:old (Results 26 – 50 of 1031) sorted by relevance

12345678910>>...42

/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/select/
H A DElements.java188 public String val() { in val() method in Elements
201 public Elements val(String value) { in val() method in Elements
702 Element old = super.set(index, element); in set() local
714 Element old = super.remove(index); in remove() local
/aosp_15_r20/external/compiler-rt/lib/builtins/
H A Datomic.c66 uint32_t old = 1; in lock() local
98 uintptr_t old = 0; in lock() local
214 void __atomic_exchange_c(int size, void *ptr, void *val, void *old, int model) { in __atomic_exchange_c()
/aosp_15_r20/external/trusty/lk/arch/arm/include/arch/
Darch_ops.h131 static inline int atomic_add(volatile int *ptr, int val) in atomic_add()
155 static inline int atomic_or(volatile int *ptr, int val) in atomic_or()
179 static inline int atomic_and(volatile int *ptr, int val) in atomic_and()
203 static inline int atomic_swap(volatile int *ptr, int val) in atomic_swap()
227 int old; in atomic_cmpxchg() local
362 static inline int atomic_add(volatile int *ptr, int val) in atomic_add()
376 static inline int atomic_and(volatile int *ptr, int val) in atomic_and()
390 static inline int atomic_or(volatile int *ptr, int val) in atomic_or()
404 static inline int atomic_swap(volatile int *ptr, int val) in atomic_swap()
472 static inline int atomic_add(volatile int *ptr, int val) { return _atomic_add(ptr, val); } in atomic_add()
[all …]
/aosp_15_r20/external/libxkbcommon/src/xkbcomp/
H A Dcompat.c170 SymInterpInfo *old; in FindMatchingInterp() local
182 UseNewInterpField(enum si_field field, SymInterpInfo *old, SymInterpInfo *new, in UseNewInterpField()
202 SymInterpInfo *old = FindMatchingInterp(info, new); in AddInterp() local
293 UseNewLEDField(enum led_field field, LedInfo *old, LedInfo *new, in UseNewLEDField()
318 LedInfo *old = &info->leds[i]; in AddLedMap() local
513 unsigned int val; in SetInterpField() local
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/
H A Dvn_common.h305 #define VN_REFCOUNT_INIT(val) \ argument
318 vn_refcount_fetch_add_relaxed(struct vn_refcount *ref, int val) in vn_refcount_fetch_add_relaxed()
324 vn_refcount_fetch_sub_release(struct vn_refcount *ref, int val) in vn_refcount_fetch_sub_release()
339 ASSERTED const int old = vn_refcount_fetch_add_relaxed(ref, 1); in vn_refcount_inc() local
347 const int old = vn_refcount_fetch_sub_release(ref, 1); in vn_refcount_dec() local
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/
HDtrove4j-20160824.jar ... java.util.Map$Entry { private Byte val final synthetic Byte val$v final synthetic Byte val ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/intellij/deps/trove4j/1.0.20181211/
HDtrove4j-1.0.20181211.jar ... java.util.Map$Entry { private Byte val final synthetic Byte val$v final synthetic Byte val ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/org/jetbrains/intellij/deps/trove4j/1.0.20200330/
HDtrove4j-1.0.20200330.jar ... value () public float setValue (float) float val float old public volatile synthetic void remove () public ...
/aosp_15_r20/external/kotlinc/lib/
HDtrove4j.jar ... value () public float setValue (float) float val float old public volatile synthetic void remove () public ...
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/pauth/
H A Dpac.c39 void sign_specific(struct signatures *sign, size_t val) in sign_specific()
47 void sign_all(struct signatures *sign, size_t val) in sign_all()
56 int n_same(struct signatures *old, struct signatures *new, int nkeys) in n_same()
92 int exec_sign_all(struct signatures *signed_vals, size_t val) in exec_sign_all()
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/
HDtrove4j-1.1.jar ... java.util.Map$Entry { private Double val final synthetic Double val$v final synthetic Double val ...
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/
H A Drtc_mt6359p.c32 static void rtc_write_field(u16 reg, u16 val, u16 mask, u16 shift) in rtc_write_field()
34 u16 old, new; in rtc_write_field() local
87 u16 rtc_get_frequency_meter(u16 val, u16 measure_src, u16 window_size) in rtc_get_frequency_meter()
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Di915_pm_backlight.c99 static void test_and_verify(struct context *context, int val) in test_and_verify()
126 int val; in test_bad_brightness() local
186 int old; variable
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/utils/
H A DWatchedSparseArray.java292 final E old = mStorage.get(key); in put() local
357 final E old = mStorage.valueAt(index); in setValueAt() local
491 final E val = Snapshots.maybeSnapshot(src.valueAt(i)); in snapshot() local
/aosp_15_r20/external/trusty/musl/src/time/
Dtimer_settime.c5 int timer_settime(timer_t t, int flags, const struct itimerspec *restrict val, struct itimerspec *r… in timer_settime()
/aosp_15_r20/external/libdrm/
H A Dxf86atomic.h46 # define atomic_set(x, val) ((x)->atomic = (val)) argument
67 # define atomic_set(x, val) AO_store_full(&(x)->atomic, (val)) argument
91 # define atomic_set(x, val) ((x)->atomic = (LIBDRM_ATOMIC_TYPE)(val)) argument
107 int c, old; in atomic_add_unless() local
/aosp_15_r20/external/clang/test/CodeGen/
H A Datomic.c5 int old; in atomic() local
6 int val = 1; in atomic() local
/aosp_15_r20/external/musl/src/time/
H A Dtimer_settime.c7 int timer_settime(timer_t t, int flags, const struct itimerspec *restrict val, struct itimerspec *r… in timer_settime()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dsetget_sockopt.c87 int old, tmp, new, opt = t->opt; in bpf_test_sockopt_flip() local
114 int old, tmp, new, expected, opt; in bpf_test_sockopt_int() local
317 int val = 1314, tmp; in test_tcp_maxseg() local
H A Dbind4_prog.c60 int val = 1; in bind_reuseport() local
81 int old, tmp, new = 0xeb9f; in misc_opts() local
/aosp_15_r20/external/erofs-utils/include/erofs/
H A Dhashtable.h32 #define hash_long(val, bits) hash_32(val, bits) argument
180 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list()
248 static inline u32 __hash_32(u32 val) in __hash_32()
253 static inline u32 hash_32(u32 val, unsigned int bits) in hash_32()
259 static inline u32 hash_64(u64 val, unsigned int bits) in hash_64()
281 #define hash_min(val, bits) \ argument
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/tables/
H A Dapr_hash.c52 const void *val; member
158 void **val) in apr_hash_this()
183 void *val; in apr_hash_this_val() local
288 const void *val) in find_entry()
377 const void *val) in apr_hash_set()
384 apr_hash_entry_t *old = *hep; in apr_hash_set() local
/aosp_15_r20/external/toybox/toys/other/
H A Dsysctl.c39 static void replace_char(char *str, char old, char new) in replace_char()
122 char *line = 0, *key, *val; in sysctl_main() local
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_android_winscope_regular_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/android/
H A Dsurfaceflinger_common.pb.h2117 auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); in release_frame() local
2119 if (GetArenaForAllocation() == nullptr) { delete old; } in release_frame() local
2208 auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); in release_touchable_region() local
2210 if (GetArenaForAllocation() == nullptr) { delete old; } in release_touchable_region() local
2574 auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); in release_touchable_region_crop() local
2576 if (GetArenaForAllocation() == nullptr) { delete old; } in release_touchable_region_crop() local
2665 auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); in release_transform() local
2667 if (GetArenaForAllocation() == nullptr) { delete old; } in release_transform() local
3044 inline float ColorTransformProto::val(int index) const { in val() function
3064 ColorTransformProto::val() const { in val() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_android_winscope_regular_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/android/
Dsurfaceflinger_common.pb.h2117 auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); in release_frame() local
2119 if (GetArenaForAllocation() == nullptr) { delete old; } in release_frame() local
2208 auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); in release_touchable_region() local
2210 if (GetArenaForAllocation() == nullptr) { delete old; } in release_touchable_region() local
2574 auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); in release_touchable_region_crop() local
2576 if (GetArenaForAllocation() == nullptr) { delete old; } in release_touchable_region_crop() local
2665 auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); in release_transform() local
2667 if (GetArenaForAllocation() == nullptr) { delete old; } in release_transform() local
3044 inline float ColorTransformProto::val(int index) const { in val() function
3064 ColorTransformProto::val() const { in val() function

12345678910>>...42