/aosp_15_r20/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p6.cpp | 5 void (*fp2)(int) = [](int x) { }; in test_conversion() local 16 void (*fp2)(int) = [&](int x) { }; // expected-error{{no viable conversion}} in test_no_conversion() local
|
/aosp_15_r20/external/llvm-libc/test/src/stdio/ |
H A D | fdopen_test.cpp | 39 auto *fp2 = LIBC_NAMESPACE::fdopen(fd2, "a"); in TEST() local 83 auto *fp2 = LIBC_NAMESPACE::fdopen(fd, "w"); in TEST() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | FormattedValueFieldPositionIteratorImpl.java | 92 FieldPosition fp2 = attributes.get(j); in addOverlapSpans() local 124 FieldPosition fp2 = attributes.get(i + 1); in sort() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | FormattedValueFieldPositionIteratorImpl.java | 90 FieldPosition fp2 = attributes.get(j); in addOverlapSpans() local 122 FieldPosition fp2 = attributes.get(i + 1); in sort() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | numbers_test.cc | 34 uint64 fp2; in TEST() local 51 uint64 fp2; in TEST() local
|
H A D | fingerprint.h | 61 inline uint64 FingerprintCat64(const uint64 fp1, const uint64 fp2) { in FingerprintCat64()
|
/aosp_15_r20/external/libxaac/decoder/armv7/ |
H A D | ixheaacd_qmf_dec_armv7.c | 94 WORD16 *fp1, *fp2, *tmp; in ixheaacd_cplx_anal_qmffilt() local 236 WORD32 *fp1, *fp2, *tmp; in ixheaacd_cplx_anal_qmffilt_32() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | cxx1y-generic-lambdas.cpp | 181 int (*fp2)(int) = [](auto b) -> int { return b; }; in test() local 202 int (*fp2)(int, char, double) = [](auto ... a) { vfun(a...); return 4; }; in variadic_test() local 213 int (&fp2)(int) = [](auto a) { return a; }; // expected-error{{non-const lvalue}} in test() local 617 void (*fp2)(decltype(L), decltype(ts) ...) = L(L, ts...); in fooV() local 639 decltype(L(L, ts...)(L, ts...)) (*fp2)(decltype(L), decltype(ts) ...) = L(L, ts...); in fooV() local
|
H A D | const-cast.cpp | 65 …f fp2 = const_cast<f>(fp1); // expected-error {{const_cast to 'f' (aka 'int (*)(int)'), which is n… in bad_const_cast_test() local
|
/aosp_15_r20/external/libconfig/tinytest/ |
H A D | tinytest.c | 72 FILE *fp1, *fp2; in __tt_compare_files_text() local 149 FILE *fp1, *fp2; in __tt_compare_files() local
|
/aosp_15_r20/external/clang/test/CXX/over/over.over/ |
H A D | p4.cpp | 9 float (*fp2)(float) = &f0; in test_f0() local
|
/aosp_15_r20/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
H A D | p5-cxx03-extra-copy.cpp | 76 float &fp2 = g<X3>(); // Not ambiguous. in h() local
|
/aosp_15_r20/external/clang/test/Misc/ |
H A D | message-length.c | 16 int (*fp2)(int, float, short, float) = f; in g() local
|
/aosp_15_r20/external/clang/test/SemaObjCXX/Inputs/ |
H A D | nullability-pragmas-1.h | 77 …float *fp2 = ip2; // expected-error{{cannot initialize a variable of type 'float *' with an lvalue… in f30() local
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | convert-to-fptr.cpp | 14 typedef int (*fp2)(float); typedef
|
/aosp_15_r20/external/ltp/testcases/misc/math/float/power/ |
H A D | genpow.c | 87 int fp, fp2; in create_Data_file() local
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | genericpath.py | 107 def sameopenfile(fp1, fp2): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | genericpath.py | 107 def sameopenfile(fp1, fp2): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | genericpath.py | 107 def sameopenfile(fp1, fp2): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | genericpath.py | 107 def sameopenfile(fp1, fp2): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | genericpath.py | 107 def sameopenfile(fp1, fp2): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | genericpath.py | 107 def sameopenfile(fp1, fp2): argument
|
/aosp_15_r20/libcore/ojluni/src/test/java/text/Format/NumberFormat/ |
H A D | PositionTest.java | 187 FieldPosition fp2 = new FieldPosition(2); in Test4109023() local
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
H A D | p1-0x.cpp | 69 float *fp2 = second_arg_pair(make_pair(ip, 17), make_pair(fp, 17), in test_pair_deduction() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | pptest.cpp | 228 FieldPosition fp2(2); in Test4109023() local
|