Home
last modified time | relevance | path

Searched defs:f (Results 251 – 275 of 18776) sorted by relevance

1...<<11121314151617181920>>...752

/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx1y-deduced-return-type.cpp115 int f = fwd_decl<int>(); variable
163 …template <typename T> auto f() { return 0; } // expected-note {{couldn't infer template argument '… in f() function
176 …template <typename T> auto f(int) { return 0; } // expected-note {{couldn't infer template argumen… in f() function
189 template<typename T> auto f(T) { return 0; } in f() function
202 template<typename T, typename U> auto f() -> auto (T::*)(U) { in f() function
226 auto f() { return 0; } in f() function
231 auto f(int) { return 0.0; } in f() function
245 auto f() { return 0; } in f() function
249 template<typename T> auto f(T) { return 0; } in f() function
264 template<typename T> struct X { constexpr auto f() {} }; // PR18746 in f() function
[all …]
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/format/
H A DTestDateTimeTextPrinting.java109 DateTimeFormatter f = builder.appendText(field, style).toFormatter(Locale.ENGLISH); in test_appendText2arg_print() local
119 DateTimeFormatter f = builder.appendText(field).toFormatter(Locale.ENGLISH); in test_appendText1arg_print() local
130 …DateTimeFormatter f = builder.appendText(MONTH_OF_YEAR, TextStyle.FULL).toFormatter(Locale.FRENCH); in test_print_appendText2arg_french_long() local
138 …DateTimeFormatter f = builder.appendText(MONTH_OF_YEAR, TextStyle.SHORT).toFormatter(Locale.FRENCH… in test_print_appendText2arg_french_short() local
161 DateTimeFormatter f = builder.toFormatter(); in test_appendTextMap() local
175 DateTimeFormatter f = builder.toFormatter(); in test_appendTextMap_DOM() local
187 DateTimeFormatter f = builder.toFormatter(); in test_appendTextMapIncomplete() local
197 DateTimeFormatter f = builder.toFormatter(); in test_chineseNarrowDayOfWeek() local
212 DateTimeFormatter f = builder.toFormatter(); in test_arabicNarrowDayOfWeek() local
228 DateTimeFormatter f = builder.toFormatter(); in test_chineseNarrowMonth() local
[all …]
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_control_flow.py69 def _fake_map(f, x, *args): argument
311 def f(pred, x): function
353 def f(pred, x): function
462 def f(pred, x, y, z): function
514 def f(pred, x): function
578 def f(x): function
634 def f(pred, a, b, c): function
702 def f(pred): function
781 def f(pred): function
827 def f(pred, x): function
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
H A DFastFourierTransformer.java73 public Complex[] transform(double f[]) in transform()
93 public Complex[] transform(UnivariateRealFunction f, in transform()
110 public Complex[] transform(Complex f[]) in transform()
126 public Complex[] transform2(double f[]) in transform2()
148 public Complex[] transform2(UnivariateRealFunction f, in transform2()
167 public Complex[] transform2(Complex f[]) in transform2()
185 public Complex[] inversetransform(double f[]) in inversetransform()
207 public Complex[] inversetransform(UnivariateRealFunction f, in inversetransform()
226 public Complex[] inversetransform(Complex f[]) in inversetransform()
244 public Complex[] inversetransform2(double f[]) in inversetransform2()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.bind_front/
H A Dbind_front.pass.cpp81 auto f = std::bind_front(MakeTuple{}); in test() local
85 auto f = std::bind_front(MakeTuple{}, Elem<1>{}); in test() local
89 auto f = std::bind_front(MakeTuple{}, Elem<1>{}, Elem<2>{}); in test() local
93 auto f = std::bind_front(MakeTuple{}, Elem<1>{}, Elem<2>{}, Elem<3>{}); in test() local
101 auto f = std::bind_front(MakeTuple{}); in test() local
105 auto f = std::bind_front(MakeTuple{}); in test() local
109 auto f = std::bind_front(MakeTuple{}); in test() local
117 auto f = std::bind_front(MakeTuple{}, Elem<1>{}); in test() local
121 auto f = std::bind_front(MakeTuple{}, Elem<1>{}, Elem<2>{}); in test() local
125 auto f = std::bind_front(MakeTuple{}, Elem<1>{}, Elem<2>{}, Elem<3>{}); in test() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/func.bind.partial/
H A Dbind_back.pass.cpp84 auto f = std::__bind_back(MakeTuple{}); in test() local
88 auto f = std::__bind_back(MakeTuple{}, Elem<1>{}); in test() local
92 auto f = std::__bind_back(MakeTuple{}, Elem<1>{}, Elem<2>{}); in test() local
96 auto f = std::__bind_back(MakeTuple{}, Elem<1>{}, Elem<2>{}, Elem<3>{}); in test() local
104 auto f = std::__bind_back(MakeTuple{}); in test() local
108 auto f = std::__bind_back(MakeTuple{}); in test() local
112 auto f = std::__bind_back(MakeTuple{}); in test() local
120 auto f = std::__bind_back(MakeTuple{}, Elem<1>{}); in test() local
124 auto f = std::__bind_back(MakeTuple{}, Elem<1>{}, Elem<2>{}); in test() local
128 auto f = std::__bind_back(MakeTuple{}, Elem<1>{}, Elem<2>{}, Elem<3>{}); in test() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function/include/boost/function/
Dfunction_base.hpp292 functor_type* f = reinterpret_cast<functor_type*>(in_buffer.data); in manage_small() local
298 functor_type* f = reinterpret_cast<functor_type*>(out_buffer.data); in manage_small() local
347 const functor_type* f = in manager() local
356 functor_type* f = in manager() local
450 const functor_wrapper_type* f = in manager() local
530 compare_equal(const Function& f, const Functor&, int, true_type) in compare_equal()
535 compare_not_equal(const Function& f, const Functor&, int, in compare_not_equal()
541 compare_equal(const Function& f, const Functor& g, long, in compare_equal()
551 compare_equal(const Function& f, const reference_wrapper<Functor>& g, in compare_equal()
561 compare_not_equal(const Function& f, const Functor& g, long, in compare_not_equal()
[all …]
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_auto_functionalize.py31 def f(a, mode): function
53 def f(x, out): function
69 def f(x): function
89 def f(all_gather_output, all_gather_input_split_sizes, dim, out): function
160 def f(x, y, z, n): function
217 def f(x, y, z, n): function
280 def f(x): function
307 def f(x, y, z, n): function
355 def f(x): function
377 def f(x, y, z, n): function
[all …]
H A Dtest_torchinductor_dynamic_shapes.py219 def f(x, b): function
245 def f(): function
258 def f(x, b): function
272 def f(x, y): function
281 def f(x): function
290 def f(x): function
300 def f(x): function
310 def f(x): function
321 def f(x): function
333 def f(x): function
[all …]
/aosp_15_r20/external/arm-optimized-routines/pl/math/test/
H A Dpl_test.h12 # define PL_TEST_ULP(f, l) PL_TEST_ULP f l argument
14 # define PL_TEST_ULP(f, l) \ argument
23 #define PL_TEST_EXPECT_FENV(f, e) PL_TEST_EXPECT_FENV_ (f, e) argument
24 #define PL_TEST_EXPECT_FENV_(f, e) PL_TEST_EXPECT_FENV_##e (f) argument
25 #define PL_TEST_EXPECT_FENV_1(f) PL_TEST_EXPECT_FENV_ENABLED f argument
26 #define PL_TEST_EXPECT_FENV_ALWAYS(f) PL_TEST_EXPECT_FENV (f, 1) argument
28 #define PL_TEST_INTERVAL(f, lo, hi, n) PL_TEST_INTERVAL f lo hi n argument
29 #define PL_TEST_SYM_INTERVAL(f, lo, hi, n) \ argument
32 #define PL_TEST_INTERVAL_C(f, lo, hi, n, c) PL_TEST_INTERVAL f lo hi n c argument
33 #define PL_TEST_SYM_INTERVAL_C(f, lo, hi, n, c) \ argument
[all …]
/aosp_15_r20/external/pytorch/test/fx/
H A Dtest_lazy_graph_module.py40 def f(x): function
57 def f(x): function
75 def f(x): function
89 def f(x): function
114 def f(x): function
126 def f(x): function
134 def f(x): function
149 def f(x): function
164 def f(x): function
182 def f(x): function
[all …]
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
H A DZip64ExtendedInformationExtraFieldTest.java42 final Zip64ExtendedInformationExtraField f = in testWriteCDOnlySizes() local
52 final Zip64ExtendedInformationExtraField f = in testWriteCDSizeAndOffset() local
63 final Zip64ExtendedInformationExtraField f = in testWriteCDSizeOffsetAndDisk() local
75 final Zip64ExtendedInformationExtraField f = in testWriteCDSizeAndDisk() local
86 final Zip64ExtendedInformationExtraField f = in testReadLFHSizesOnly() local
100 final Zip64ExtendedInformationExtraField f = in testReadLFHSizesAndOffset() local
115 final Zip64ExtendedInformationExtraField f = in testReadLFHSizesOffsetAndDisk() local
131 final Zip64ExtendedInformationExtraField f = in testReadLFHSizesAndDisk() local
146 final Zip64ExtendedInformationExtraField f = in testReadCDSizesOffsetAndDisk() local
162 final Zip64ExtendedInformationExtraField f = in testReadCDSizesAndOffset() local
[all …]
/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dfile_test.cc60 TempFile f; in TEST() local
65 TempFile f; in TEST() local
75 TempFile f; in TEST() local
85 TempFile f; in TEST() local
90 TempFile f; in TEST() local
99 TempFile f; in TEST() local
109 TempFile f; in TEST() local
120 TempFile f; in TEST() local
129 TempFile f; in TEST() local
137 FILE* f = tmpfile(); in TEST() local
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/material/material-icons-extended-android/1.7.0-alpha01/androidx.compose.material_material-icons-extended/android_common_apex30/aar/
Dclasses.jar ... $iv$iv$iv int $i$f$PathData int $i$f$path- ...
Dandroidx.compose.material_material-icons-extended.jar ... $iv$iv$iv int $i$f$PathData int $i$f$path- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/material/material-icons-extended-android/1.7.0-alpha01/androidx.compose.material_material-icons-extended/android_common/aar/
Dandroidx.compose.material_material-icons-extended.jar ... $iv$iv$iv int $i$f$PathData int $i$f$path- ...
Dclasses.jar ... $iv$iv$iv int $i$f$PathData int $i$f$path- ...
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/converters/
H A Dcontinue_statements_test.py25 def assertTransformedEquivalent(self, f, *inputs): argument
31 def f(x): function
47 def f(x): function
65 def f(a): function
85 def f(a): function
101 def f(x): function
118 def f(x): function
137 def f(x): function
158 def f(x): function
180 def f(x): function
[all …]
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-rtti.cpp6 struct X { virtual void f() {} }; in f() function
7 class Z { virtual void f() {} }; in f() function in Z
8 class V : public X { virtual void f() {} }; in f() function in V
9 class W : M, virtual V { public: virtual void f() {} }; in f() function in W
14 struct C : B { virtual void f() {} } c; in f() function
16 struct X1 { virtual void f() {} }; in f() function
21 struct A1 { virtual void f() {} }; in f() function
22 struct B1 : virtual A1 { virtual void f() {} B1() {} } b1; in f() function
24 struct Z2 { virtual void f() {} }; in f() function
25 struct Y2 { virtual void f() {} }; in f() function
[all …]
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/zero-allocation-hashing/test/java/io/grpc/xds/
H A DXxHash64Test.java71 private void test(XxHash64 f, long[] hashesOfLoopingBytes) { in test()
79 private static void test(XxHash64 f, byte[] data, long eh) { in test()
93 private static void testVoid(XxHash64 f, long eh, int len) { in testVoid()
99 private static void testByte(XxHash64 f, long eh, int len, ByteBuffer bb) { in testByte()
105 private static void testShort(XxHash64 f, long eh, int len, ByteBuffer bb) { in testShort()
111 private static void testChar(XxHash64 f, long eh, int len, ByteBuffer bb) { in testChar()
117 private static void testInt(XxHash64 f, long eh, int len, ByteBuffer bb) { in testInt()
123 private static void testLong(XxHash64 f, long eh, int len, ByteBuffer bb) { in testLong()
129 private static void testNegativePrimitives(XxHash64 f, int len) { in testNegativePrimitives()
145 private static void testBytes(XxHash64 f, long eh, byte[] data) { in testBytes()
[all …]
/aosp_15_r20/external/libopus/dnn/training_tf2/
H A Ddump_lpcnet.py55 def printVector(f, vector, name, dtype='float', dotp=False): argument
83 def printSparseVector(f, A, name, have_diag=True): argument
119 def dump_layer_ignore(self, f, hf): argument
124 def dump_sparse_gru(self, f, hf): argument
151 def dump_grub(self, f, hf, gru_a_size): argument
185 def dump_gru_layer_dummy(self, f, hf): argument
194 def dump_dense_layer_impl(name, weights, bias, activation, f, hf): argument
202 def dump_dense_layer(self, f, hf): argument
212 def dump_mdense_layer(self, f, hf): argument
229 def dump_conv1d_layer(self, f, hf): argument
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/
H A Dwritesrc.cpp58 FILE *f; in usrc_createWithoutHeader() local
86 FILE *f = usrc_createWithoutHeader(path, filename); in usrc_create() local
97 FILE *f = usrc_createWithoutHeader(path, filename); in usrc_createTextData() local
107 usrc_writeCopyrightHeader(FILE *f, const char *prefix, int32_t copyrightYear) { in usrc_writeCopyrightHeader()
122 FILE *f, in usrc_writeFileNameGeneratedBy()
148 usrc_writeArray(FILE *f, in usrc_writeArray()
219 usrc_writeUTrie2Arrays(FILE *f, in usrc_writeUTrie2Arrays()
234 usrc_writeUTrie2Struct(FILE *f, in usrc_writeUTrie2Struct()
283 usrc_writeUCPTrieArrays(FILE *f, in usrc_writeUCPTrieArrays()
298 usrc_writeUCPTrieStruct(FILE *f, in usrc_writeUCPTrieStruct()
[all …]
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/
H A Dwritesrc.cpp58 FILE *f; in usrc_createWithoutHeader() local
86 FILE *f = usrc_createWithoutHeader(path, filename); in usrc_create() local
97 FILE *f = usrc_createWithoutHeader(path, filename); in usrc_createTextData() local
107 usrc_writeCopyrightHeader(FILE *f, const char *prefix, int32_t copyrightYear) { in usrc_writeCopyrightHeader()
122 FILE *f, in usrc_writeFileNameGeneratedBy()
148 usrc_writeArray(FILE *f, in usrc_writeArray()
219 usrc_writeUTrie2Arrays(FILE *f, in usrc_writeUTrie2Arrays()
234 usrc_writeUTrie2Struct(FILE *f, in usrc_writeUTrie2Struct()
283 usrc_writeUCPTrieArrays(FILE *f, in usrc_writeUCPTrieArrays()
298 usrc_writeUCPTrieStruct(FILE *f, in usrc_writeUCPTrieStruct()
[all …]
/aosp_15_r20/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
H A Doverflow.pass.cpp43 test_buf<char> f; in main() local
55 test_buf<char> f; in main() local
62 test_buf<char> f; in main() local
75 test_buf<char> f; in main() local
82 test_buf<wchar_t> f; in main() local
94 test_buf<wchar_t> f; in main() local
101 test_buf<wchar_t> f; in main() local
114 test_buf<wchar_t> f; in main() local
121 test_buf<wchar_t> f; in main() local
129 test_buf<char> f; in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dbasic_regex.hpp229 flag_type f) in assign()
350 explicit basic_regex(const charT* p, flag_type f = regex_constants::normal) in basic_regex()
354 basic_regex(const charT* p1, const charT* p2, flag_type f = regex_constants::normal) in basic_regex()
358 basic_regex(const charT* p, size_type len, flag_type f) in basic_regex()
381 basic_regex& assign(const charT* p, flag_type f = regex_constants::normal) in assign()
385 basic_regex& assign(const charT* p, size_type len, flag_type f) in assign()
396 flag_type f = regex_constants::normal) in assign()
403 …T_REGEX_CALL set_expression(const std::basic_string<charT, ST, SA>& p, flag_type f = regex_constan… in set_expression()
409 …explicit basic_regex(const std::basic_string<charT, ST, SA>& p, flag_type f = regex_constants::nor… in basic_regex()
415 …basic_regex(InputIterator arg_first, InputIterator arg_last, flag_type f = regex_constants::normal) in basic_regex()
[all …]

1...<<11121314151617181920>>...752