Home
last modified time | relevance | path

Searched defs:pos2 (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/aosp_15_r20/frameworks/av/media/module/codecs/amrwb/enc/src/
H A Dq_pulse.c54 Word16 pos2, /* (i) position of the pulse 2 */ in quant_2p_2N1()
109 Word16 pos2, /* (i) position of the pulse 2 */ in quant_3p_3N1()
150 Word16 pos2, /* (i) position of the pulse 2 */ in quant_4p_4N1()
/aosp_15_r20/frameworks/compile/mclinker/unittests/
DBinTreeTest.cpp53 BinaryTree<int>::iterator pos2 = mergeTree->root(); in TEST_F() local
94 BinaryTree<int>::iterator pos2 = mergeTree->root(); in TEST_F() local
106 BinaryTree<int>::iterator pos2 = mergeTree->root(); in TEST_F() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cover/
Dcover.go1066 type pos2 struct { struct
1067 p1, p2 token.Position
/aosp_15_r20/external/wpa_supplicant_8/src/eap_peer/
H A Dtncc.c619 char *pos, *pos2; in tncc_get_base64() local
644 char *pos, *pos2, saved; in tncc_get_recommendation() local
688 char *buf, *start, *end, *pos, *pos2, *payload; in tncc_process_if_tnccs() local
1007 char *pos, *pos2; in tncc_parse_imc() local
/aosp_15_r20/external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
H A Dsize_string_size_size.pass.cpp26 test(S s, typename S::size_type pos1, S str, typename S::size_type pos2, in test()
56 test_npos(S s, typename S::size_type pos1, S str, typename S::size_type pos2, S expected) in test_npos()
H A Dsize_T_size_size.pass.cpp26 test(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, in test()
57 test_npos(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, S expected) in test_npos()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_insert/
H A Dsize_string_size_size.pass.cpp26 test(S s, typename S::size_type pos1, S str, typename S::size_type pos2, typename S::size_type n, S… in test()
49 …R_CXX20 void test_npos(S s, typename S::size_type pos1, S str, typename S::size_type pos2, S expec… in test_npos()
H A Dsize_T_size_size.pass.cpp25 test(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, typename S::size_type n, S… in test()
48 …R_CXX20 void test_npos(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, S expec… in test_npos()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/regression/
H A DMillerUpdatingRegression.java506 int pos2; in cov() local
549 int pos2 = -1; in inverse() local
612 int pos2; in getPartialCorrelations() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/
Dstring_ref_test2.cpp207 string_ref::size_type pos2 = sr1.find_first_not_of(*p); in find() local
232 string_ref::size_type pos2 = sr1.find_last_not_of(*p); in find() local
Dstring_view_test2.cpp211 string_view::size_type pos2 = sr1.find_first_not_of(*p); in find() local
236 string_view::size_type pos2 = sr1.find_last_not_of(*p); in find() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DLocaleIDParser.java146 int pos2 = getScriptPosition(localeId); in getParent() local
189 int pos2 = locale.indexOf('_', pos + 1); in getScriptPosition() local
/aosp_15_r20/external/libcxx/test/std/strings/basic.string/string.ops/string_compare/
H A Dsize_size_string_size_size.pass.cpp36 const S& str, typename S::size_type pos2, typename S::size_type n2, int x) in test()
59 const S& str, typename S::size_type pos2, int x) in test_npos()
H A Dsize_size_T_size_size.pass.cpp38 SV sv, typename S::size_type pos2, typename S::size_type n2, int x) in test()
62 SV sv, typename S::size_type pos2, int x) in test_npos()
/aosp_15_r20/external/libcxx/test/std/strings/string.view/string.view.ops/
H A Dcompare.size_size_sv_size_size.pass.cpp26 std::basic_string_view<CharT> sv2, size_t pos2, size_t n2, in test1()
45 const CharT *s2, size_t pos2, size_t n2, in test()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.ops/string_compare/
H A Dsize_size_string_size_size.pass.cpp39 typename S::size_type pos2, in test()
58 …ame S::size_type pos1, typename S::size_type n1, const S& str, typename S::size_type pos2, int x) { in test_npos()
H A Dsize_size_T_size_size.pass.cpp39 typename S::size_type pos2, in test()
59 …, typename S::size_type pos1, typename S::size_type n1, SV sv, typename S::size_type pos2, int x) { in test_npos()
/aosp_15_r20/external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_string_size_size.pass.cpp28 S str, typename S::size_type pos2, typename S::size_type n2, in test()
62 S str, typename S::size_type pos2, in test_npos()
H A Dsize_size_T_size_size.pass.cpp29 SV sv, typename S::size_type pos2, typename S::size_type n2, in test()
70 SV sv, typename S::size_type pos2, in test_npos()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_string_size_size.pass.cpp33 typename S::size_type pos2, in test()
62 …, typename S::size_type pos1, typename S::size_type n1, S str, typename S::size_type pos2, S expec… in test_npos()
H A Dsize_size_T_size_size.pass.cpp34 typename S::size_type pos2, in test()
70 …, typename S::size_type pos1, typename S::size_type n1, SV sv, typename S::size_type pos2, S expec… in test_npos()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/string.view/string.view.ops/
H A Dcompare.size_size_sv_size_size.pass.cpp30 std::size_t pos2, in test1()
47 void test(const CharT* s1, std::size_t pos1, size_t n1, const CharT* s2, std::size_t pos2, size_t n… in test()
/aosp_15_r20/packages/modules/StatsD/statsd/tests/
DFieldValue_test.cpp405 int pos2[] = {1, 1, 2}; in TEST() local
686 int pos2[] = {1, 1, 2}; in TEST() local
737 int pos2[] = {1, 1, 2}; in TEST() local
801 int pos2[] = {1, 1, 2}; in TEST() local
1201 int pos2[] = {1, 1, 2}; // attribution tag in TEST() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A DUpSampleNearest2d.cpp73 auto* pos2 = &o_p[i * output_width]; in upsample_nearest2d_out_frame() local
112 auto* pos2 = &o_p[0]; in upsample_nearest2d_out_frame_nhwc() local
H A DUpSampleNearest3d.cpp72 auto* pos2 = &o_p[d2 * output_height * output_width + h2 * output_width + w2]; in upsample_nearest3d_out_frame() local
124 auto* pos2 = &o_p[(d2 * output_height * output_width + h2 * output_width + w2)*channels]; in upsample_nearest3d_out_frame_nhwc() local

12345678910>>...15