/aosp_15_r20/external/clang/test/Analysis/ |
H A D | identical-expressions.cpp | 32 float f = 7.1F; in checkNotEqualFloatDeclCompare1() local 38 float f = 7.1F; in checkNotEqualFloatDeclCompare12() local 43 float f = 7.1F; in checkNotEqualFloatDeclCompare3() local 48 float f = 7.1F; in checkNotEqualFloatDeclCompare4() local 53 float f = 7.1F; in checkNotEqualFloatDeclCompare5() local 54 int t = 7; in checkNotEqualFloatDeclCompare5() local 59 float f = 7.1F; in checkNotEqualFloatDeclCompare6() local 60 int t = 7; in checkNotEqualFloatDeclCompare6() local 67 float f = 7.1F; in checkNotEqualCastFloatDeclCompare11() local 71 float f = 7.1F; in checkNotEqualCastFloatDeclCompare12() local [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | crtdbg.h | 142 #define _malloc_dbg(s,t,f,l) malloc(s) argument 143 #define _calloc_dbg(c,s,t,f,l) calloc(c,s) argument 144 #define _realloc_dbg(p,s,t,f,l) realloc(p,s) argument 145 #define _recalloc_dbg(p,c,s,t,f,l) _recalloc(p,c,s) argument 146 #define _expand_dbg(p,s,t,f,l) _expand(p,s) argument 147 #define _free_dbg(p,t) free(p) argument 148 #define _msize_dbg(p,t) _msize(p) argument 150 #define _aligned_malloc_dbg(s,a,f,l) _aligned_malloc(s,a) argument 151 #define _aligned_realloc_dbg(p,s,a,f,l) _aligned_realloc(p,s,a) argument 152 #define _aligned_recalloc_dbg(p,c,s,a,f,l) _aligned_realloc(p,c,s,a) argument [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/ |
D | test.hpp | 97 boost::once_flag f = BOOST_ONCE_INIT; in do_test() local 156 #define TEST_INVALID_REGEX_N(s, f)\ argument 165 #define TEST_INVALID_REGEX_W(s, f)\ argument 173 #define TEST_INVALID_REGEX_W(s, f) argument 176 #define TEST_INVALID_REGEX(s, f)\ argument 183 #define TEST_REGEX_SEARCH_N(s, f, t, m, a)\ argument 194 #define TEST_REGEX_SEARCH_W(s, f, t, m, a)\ argument 204 #define TEST_REGEX_SEARCH_W(s, f, t, m, a) argument 207 #define TEST_REGEX_SEARCH(s, f, t, m, a)\ argument 212 #define TEST_REGEX_SEARCH_L(s, f, t, m, a) TEST_REGEX_SEARCH_W(BOOST_JOIN(L, s), f, BOOST_JOIN(L, t… argument [all …]
|
/aosp_15_r20/external/bc/include/ |
H A D | file.h | 55 FILE* f; member 109 #define bc_file_putchar(f, t, c) bc_file_putchar_impl(f, t, c) argument 110 #define bc_file_flushErr(f, t) bc_file_flushErr_impl(f, t) argument 111 #define bc_file_flush(f, t) bc_file_flush_impl(f, t) argument 112 #define bc_file_write(f, t, b, n) bc_file_write_impl(f, t, b, n) argument 113 #define bc_file_puts(f, t, s) bc_file_puts_impl(f, t, s) argument 120 #define bc_file_putchar(f, t, c) bc_file_putchar_impl(f, c) argument 121 #define bc_file_flushErr(f, t) bc_file_flushErr_impl(f) argument 122 #define bc_file_flush(f, t) bc_file_flush_impl(f) argument 123 #define bc_file_write(f, t, b, n) bc_file_write_impl(f, b, n) argument [all …]
|
/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
H A D | apply.pass.cpp | 51 constexpr Tup t; in test_constexpr_evaluation() local 58 constexpr Tup t(42); in test_constexpr_evaluation() local 65 constexpr Tup t(42, 101); in test_constexpr_evaluation() local 72 constexpr Tup t(42, 101); in test_constexpr_evaluation() local 79 constexpr Tup t(42, 101, -1); in test_constexpr_evaluation() local 86 constexpr Tup t = {42, 101, -1}; in test_constexpr_evaluation() local 137 void check_apply_quals_and_types(Tuple&& t) { in check_apply_quals_and_types() 172 Tup t(-1, x, std::move(y)); in test_call_quals_and_arg_types() local 200 Tup t; in test_noexcept() local 207 Tup t; in test_noexcept() local [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
H A D | apply.pass.cpp | 45 constexpr Tup t; in test_constexpr_evaluation() local 52 constexpr Tup t(42); in test_constexpr_evaluation() local 59 constexpr Tup t(42, 101); in test_constexpr_evaluation() local 66 constexpr Tup t(42, 101); in test_constexpr_evaluation() local 73 constexpr Tup t(42, 101, -1); in test_constexpr_evaluation() local 80 constexpr Tup t = {42, 101, -1}; in test_constexpr_evaluation() local 131 void check_apply_quals_and_types(Tuple&& t) { in check_apply_quals_and_types() 166 Tup t(-1, x, std::move(y)); in test_call_quals_and_arg_types() local 194 Tup t; in test_noexcept() local 205 Tup t; in test_noexcept() local [all …]
|
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
H A D | CoreMathVerifier.java | 224 static private Target.Floaty pi(Target t) { in pi() 228 static private Target.Floaty pi32(Target t) { in pi32() 232 static private Target.Floaty any(Target t) { in any() 236 static private Target.Floaty any32(Target t) { in any32() 240 static private Target.Floaty acos(double d, Target t) { in acos() 249 static private Target.Floaty acos(float f, Target t) { in acos() 259 static private Target.Floaty acosh(double d, Target t) { in acosh() 267 static private Target.Floaty acosh(float f, Target t) { in acosh() 275 static private Target.Floaty acospi(double d, Target t) { in acospi() 279 static private Target.Floaty acospi(float f, Target t) { in acospi() [all …]
|
H A D | FloatyUnitTest.java | 48 private void shouldAccept(Target.Floaty f, double value, double extraAllowedError) { in shouldAccept() 67 private void shouldAccept(Target.Floaty f, double value) { in shouldAccept() 72 private void shouldNotAccept(Target.Floaty f, double value, double extraAllowedError) { in shouldNotAccept() 91 private void shouldNotAccept(Target.Floaty f, double value) { in shouldNotAccept() 97 Target t = new Target(Target.FunctionType.NORMAL, Target.ReturnType.FLOAT, false); in testFloat1Ulp() local 122 Target t = new Target(Target.FunctionType.NORMAL, Target.ReturnType.FLOAT, false); in testFloat8192Ulp() local 147 Target t = new Target(Target.FunctionType.NORMAL, Target.ReturnType.FLOAT, true); in testFloat1UlpRelaxed() local 164 Target t = new Target(Target.FunctionType.NORMAL, Target.ReturnType.FLOAT, true); in testFloat8192UlpRelaxed() local 181 Target t = new Target(Target.FunctionType.NORMAL, Target.ReturnType.DOUBLE, false); in testDouble1Ulp() local 206 Target t = new Target(Target.FunctionType.NORMAL, Target.ReturnType.DOUBLE, false); in testDouble8192Ulp() local [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/testdata/ |
D | tparams.go | 7 type t[a, b /* ERROR missing type constraint */ ] struct{} type 8 type t[a t, b t, c /* ERROR missing type constraint */ ] struct{} type 9 type t struct { struct 10 t [n]byte argument 11 t[a] member 12 t[a, b] argument 14 type t interface { interface 20 func f[ /* ERROR empty type parameter list */ ]() func 21 func f[a, b /* ERROR missing type constraint */ ]() func 22 func f[a t, b t, c /* ERROR missing type constraint */ ]() func [all …]
|
/aosp_15_r20/art/test/991-field-trace-2/src/art/ |
H A D | Test991.java | 32 Executable method, long location, Class<?> f_klass, Object target, Field f) { in notifyFieldAccess() 41 Executable method, long location, Class<?> f_klass, Object target, Field f, Object value) { in notifyFieldModify() 50 public void handleFieldAccess(Executable m, long l, Class<?> fk, Object t, Field f) {} in handleFieldAccess() 51 public void handleFieldModify(Executable m, long l, Class<?> fk, Object t, Field f, Object v) {} in handleFieldModify() 61 public void handleFieldAccess(Executable m, long l, Class<?> fk, Object t, Field f) { in handleFieldAccess() 67 public void handleFieldModify(Executable m, long l, Class<?> fk, Object t, Field f, Object v) { in handleFieldModify() 73 public void handleFieldModify(Executable m, long l, Class<?> fk, Object t, Field f, Object v) { in handleFieldModify() 79 public void handleFieldAccess(Executable m, long l, Class<?> fk, Object t, Field f) { in handleFieldAccess() 88 public void handleFieldModify(Executable m, long l, Class<?> fk, Object t, Field f, Object v) { in handleFieldModify() 97 public void handleFieldAccess(Executable m, long l, Class<?> fk, Object t, Field f) { in handleFieldAccess() [all …]
|
/aosp_15_r20/external/lzma/CPP/7zip/ |
H A D | IDecl.h | 32 #define Z7_COMWF_B_(t) COM_DECLSPEC_NOTHROW STDMETHODIMP_(t) argument 35 #define Z7_COMWF_B_(t) STDMETHODIMP_(t) argument 40 #define Z7_COM7F_B_(t) __declspec(nothrow) STDMETHODIMP_(t) argument 43 #define Z7_COM7F_B_(t) Z7_COMWF_B_(t) argument 50 #define Z7_COM7F_IMF(f) Z7_COM7F_B f Z7_COM7F_E argument 51 #define Z7_COM7F_IMF2(t, f) Z7_COM7F_B_(t) f Z7_COM7F_E argument 53 #define Z7_COM7F_PURE(f) virtual Z7_COM7F_IMF(f) =0; argument 54 #define Z7_COM7F_PURE2(t, f) virtual Z7_COM7F_IMF2(t, f) =0; argument 55 #define Z7_COM7F_IMP(f) Z7_COM7F_IMF(f) Z7_override Z7_final; argument 56 #define Z7_COM7F_IMP2(t, f) Z7_COM7F_IMF2(t, f) Z7_override Z7_final; argument [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | ConcurrentHashMap.java | 980 Node<K,V>[] t; in containsValue() local 1015 Node<K,V> f; int n, i, fh; K fk; V fv; in putVal() local 1113 Node<K,V> f; int n, i, fh; in replaceNode() local 1151 TreeBin<K,V> t = (TreeBin<K,V>)f; in replaceNode() local 1192 Node<K,V> f = tabAt(tab, i); in clear() local 1303 Node<K,V>[] t; in hashCode() local 1324 Node<K,V>[] t; in toString() local 1325 int f = (t = table) == null ? 0 : t.length; in toString() local 1360 Node<K,V>[] t; in equals() local 1361 int f = (t = table) == null ? 0 : t.length; in equals() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentHashMap.java | 980 Node<K,V>[] t; in containsValue() local 1015 Node<K,V> f; int n, i, fh; K fk; V fv; in putVal() local 1113 Node<K,V> f; int n, i, fh; in replaceNode() local 1151 TreeBin<K,V> t = (TreeBin<K,V>)f; in replaceNode() local 1192 Node<K,V> f = tabAt(tab, i); in clear() local 1303 Node<K,V>[] t; in hashCode() local 1324 Node<K,V>[] t; in toString() local 1325 int f = (t = table) == null ? 0 : t.length; in toString() local 1360 Node<K,V>[] t; in equals() local 1361 int f = (t = table) == null ? 0 : t.length; in equals() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentHashMap.java | 980 Node<K,V>[] t; in containsValue() local 1015 Node<K,V> f; int n, i, fh; K fk; V fv; in putVal() local 1113 Node<K,V> f; int n, i, fh; in replaceNode() local 1151 TreeBin<K,V> t = (TreeBin<K,V>)f; in replaceNode() local 1192 Node<K,V> f = tabAt(tab, i); in clear() local 1303 Node<K,V>[] t; in hashCode() local 1324 Node<K,V>[] t; in toString() local 1325 int f = (t = table) == null ? 0 : t.length; in toString() local 1360 Node<K,V>[] t; in equals() local 1361 int f = (t = table) == null ? 0 : t.length; in equals() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/control/ |
D | iif.hpp | 18 # define BOOST_PP_IIF(bit, t, f) BOOST_PP_IIF_I(bit, t, f) argument 20 # define BOOST_PP_IIF(bit, t, f) BOOST_PP_IIF_OO((bit, t, f)) argument 25 # define BOOST_PP_IIF_I(bit, t, f) BOOST_PP_IIF_ ## bit(t, f) argument 27 # define BOOST_PP_IIF_I(bit, t, f) BOOST_PP_IIF_II(BOOST_PP_IIF_ ## bit(t, f)) argument 31 # define BOOST_PP_IIF_0(t, f) f argument 32 # define BOOST_PP_IIF_1(t, f) t argument
|
/aosp_15_r20/external/libdav1d/src/ |
H A D | thread_task.c | 98 static void insert_tasks_between(Dav1dFrameContext *const f, in insert_tasks_between() 115 static void insert_tasks(Dav1dFrameContext *const f, in insert_tasks() 170 static inline void insert_task(Dav1dFrameContext *const f, in insert_task() 171 Dav1dTask *const t, const int cond_signal) in insert_task() 176 static inline void add_pending(Dav1dFrameContext *const f, Dav1dTask *const t) { in add_pending() 188 static inline int merge_pending_frame(Dav1dFrameContext *const f) { in merge_pending_frame() 192 Dav1dTask *t = f->task_thread.pending_tasks.head; in merge_pending_frame() local 213 static int create_filter_sbrow(Dav1dFrameContext *const f, in create_filter_sbrow() 253 Dav1dTask *t = &tasks[0]; in create_filter_sbrow() local 268 int dav1d_task_create_tile_sbrow(Dav1dFrameContext *const f, const int pass, in dav1d_task_create_tile_sbrow() [all …]
|
H A D | recon_tmpl.c | 156 int t = *(const uint8_t *) a >> 6; in get_dc_sign_ctx() local 162 uint32_t t = *(const uint16_t *) a & (uint32_t) mask; in get_dc_sign_ctx() local 169 uint32_t t = (*(const uint32_t *) a & (uint32_t) mask) >> 6; in get_dc_sign_ctx() local 176 uint64_t t = (*(const uint64_t *) a & mask) >> 6; in get_dc_sign_ctx() local 183 uint64_t t = (*(const uint64_t *) &a[0] & mask) >> 6; in get_dc_sign_ctx() local 192 uint32_t t = *(const uint8_t *) a & (uint32_t) mask; in get_dc_sign_ctx() local 199 uint32_t t = *(const uint16_t *) a & (uint32_t) mask; in get_dc_sign_ctx() local 206 uint32_t t = *(const uint16_t *) a & (uint32_t) mask; in get_dc_sign_ctx() local 213 uint32_t t = *(const uint32_t *) a & (uint32_t) mask; in get_dc_sign_ctx() local 220 uint64_t t = *(const uint32_t *) a & (uint32_t) mask; in get_dc_sign_ctx() local [all …]
|
/aosp_15_r20/external/arm-optimized-routines/string/bench/ |
H A D | memcpy.c | 171 for (int f = 0; funtab[f].name != 0; f++) in main() local 186 uint64_t t = clock_get_ns (); in main() local 211 uint64_t t = clock_get_ns (); in main() local 224 for (int f = 0; funtab[f].name != 0; f++) in main() local 230 uint64_t t = clock_get_ns (); in main() local 242 uint64_t t = clock_get_ns (); in main() local 252 for (int f = 0; funtab[f].name != 0; f++) in main() local 258 uint64_t t = clock_get_ns (); in main() local 270 uint64_t t = clock_get_ns (); in main() local 280 for (int f = 0; funtab[f].name != 0; f++) in main() local [all …]
|
/aosp_15_r20/external/skia/resources/skottie/ |
H A D | skottie-text-valign-2.json | 1673 "t": { object 1679 "f": "ArialMT", string 1687 "t": "First linÉ.\rSecond.\rThird.", string 1690 "t": 0 number 1694 "f": "ArialMT", string 1702 "t": "First linÉ.\rSecond.\rThird.", string 1705 "t": 10 number 1709 "f": "ArialMT", string 1717 "t": "First linÉ.\rSecond.\rThird.", string 1720 "t": 20 number [all …]
|
H A D | skottie-text-valign-visual-scaletofit.json | 1673 "t": { object 1679 "f": "ArialMT", string 1688 "t": "First linÉ.\rSecond.\rThird.", string 1691 "t": 0 number 1695 "f": "ArialMT", string 1704 "t": "First linÉ.\rSecond.\rThird.", string 1707 "t": 10 number 1711 "f": "ArialMT", string 1720 "t": "First linÉ.\rSecond.\rThird.", string 1723 "t": 20 number [all …]
|
H A D | skottie-text-valign-visual-2.json | 1673 "t": { object 1679 "f": "ArialMT", string 1687 "t": "First linÉ.\rSecond.\rThird.", string 1690 "t": 0 number 1694 "f": "ArialMT", string 1702 "t": "First linÉ.\rSecond.\rThird.", string 1705 "t": 10 number 1709 "f": "ArialMT", string 1717 "t": "First linÉ.\rSecond.\rThird.", string 1720 "t": 20 number [all …]
|
H A D | skottie-text-valign-scaletofit.json | 1673 "t": { object 1679 "f": "ArialMT", string 1688 "t": "First linÉ.\rSecond.\rThird.", string 1691 "t": 0 number 1695 "f": "ArialMT", string 1704 "t": "First linÉ.\rSecond.\rThird.", string 1707 "t": 10 number 1711 "f": "ArialMT", string 1720 "t": "First linÉ.\rSecond.\rThird.", string 1723 "t": 20 number [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/ |
D | casts.hpp | 247 T t(a); in operator ()() local 254 T t(a, b); in operator ()() local 261 T t(a, b, c); in operator ()() local 272 T t(a, b, c, d); in operator ()() local 282 T t(a, b, c, d, e); in operator ()() local 294 T t(a, b, c, d, e, f); in operator ()() local 307 T t(a, b, c, d, e, f, g); in operator ()() local 319 T t(a, b, c, d, e, f, g, h); in operator ()() local 331 T t(a, b, c, d, e, f, g, h, i); in operator ()() local 344 T t(a, b, c, d, e, f, g, h, i, j); in operator ()() local [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | config_file.c | 85 static struct wpa_ssid * wpa_config_read_network(FILE *f, int *line, int id) in wpa_config_read_network() 160 static struct wpa_cred * wpa_config_read_cred(FILE *f, int *line, int id) in wpa_config_read_cred() 217 static struct wpa_config_blob * wpa_config_read_blob(FILE *f, int *line, in wpa_config_read_blob() 273 static int wpa_config_process_blob(struct wpa_config *config, FILE *f, in wpa_config_process_blob() 302 FILE *f; in wpa_config_read() local 415 static void write_str(FILE *f, const char *field, struct wpa_ssid *ssid) in write_str() 425 static void write_int(FILE *f, const char *field, int value, int def) in write_int() 433 static void write_bssid(FILE *f, struct wpa_ssid *ssid) in write_bssid() 443 static void write_bssid_hint(FILE *f, struct wpa_ssid *ssid) in write_bssid_hint() 454 static void write_psk(FILE *f, struct wpa_ssid *ssid) in write_psk() [all …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | for-range-examples.cpp | 6 T t; member in value_range_detail::value_range_iter 8 value_range_iter(const T &t) : t(t) {} in value_range_iter() 64 void push_back(T t) { storage[size++] = t; } in push_back() 70 T t; member 83 F f; member in map_range::map_iter 86 map_iter(F f, I i) : f(f), i(i) {} in map_iter() 104 F f; member in map_range::mem_fun_impl 106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() 107 R operator()(T &t, A &&...a) const { return (t.*f)(static_cast<A&&>(a)...); } in operator ()() 109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun() [all …]
|