Home
last modified time | relevance | path

Searched refs:sf2 (Results 1 – 19 of 19) sorted by relevance

/external/protobuf/objectivec/DevTools/
Dpddm_tests.py459 sf2 = pddm.SourceFile(f2, _Resolver)
460 sf2.ProcessContent()
461 self.assertEqual(sf2.processed_content, expected)
462 self.assertEqual(sf2.processed_content, sf.processed_content)
465 sf2 = pddm.SourceFile(f2)
466 sf2.ProcessContent(strip_expansion=True)
467 self.assertEqual(sf2.processed_content, expected_stripped)
469 sf2 = pddm.SourceFile(f2, _Resolver)
470 sf2.ProcessContent(strip_expansion=True)
471 self.assertEqual(sf2.processed_content, expected_stripped)
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DSimplePieChartActivity.java90 SegmentFormatter sf2 = new SegmentFormatter(); in onCreate() local
91 sf2.configure(getApplicationContext(), R.xml.pie_segment_formatter2); in onCreate()
93 sf2.getFillPaint().setMaskFilter(emf); in onCreate()
106 pie.addSeries(s2, sf2); in onCreate()
/external/llvm/test/CodeGen/Mips/
Dinternalfunc.ll28 ; CHECK: lw $[[R2:[0-9]+]], %got(sf2)
29 ; CHECK: addiu ${{[0-9]+}}, $[[R2]], %lo(sf2)
34 %cond = select i1 %tobool3, void (...)* %tmp4, void (...)* bitcast (void ()* @sf2 to void (...)*)
39 define internal void @sf2() nounwind {
/external/llvm-project/llvm/test/CodeGen/Mips/
Dinternalfunc.ll28 ; CHECK: lw $[[R2:[0-9]+]], %got(sf2)
29 ; CHECK: addiu ${{[0-9]+}}, $[[R2]], %lo(sf2)
34 %cond = select i1 %tobool3, void (...)* %tmp4, void (...)* bitcast (void ()* @sf2 to void (...)*)
39 define internal void @sf2() nounwind {
/external/python/cpython3/Lib/test/
Dtest_unicode_file_functions.py149 sf2 = set(os.path.join(support.TESTFN, f) for f in f2)
150 self.assertEqual(sf0, sf2, "%a != %a" % (sf0, sf2))
/external/llvm-project/clang/test/PCH/
Dfixed-point-literal.c13 short _Fract sf2 = sf; variable
/external/compiler-rt/lib/builtins/arm/
Daeabi_fcmp.S26 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \
/external/mockito/src/test/java/org/mockitousage/stubbing/
DDeepStubbingTest.java117 SocketFactory sf2 = mock(SocketFactory.class, RETURNS_DEEP_STUBS); in interactions() local
118 when(sf2.createSocket().getOutputStream()).thenReturn(out2); in interactions()
121 assertSame(out2, sf2.createSocket().getOutputStream()); in interactions()
/external/llvm-project/compiler-rt/lib/builtins/arm/
Daeabi_fcmp.S34 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \
/external/python/cpython2/Lib/test/
Dtest_pep277.py154 sf2 = set(os.path.join(unicode(test_support.TESTFN), f) for f in f2)
155 self.assertEqual(sf0, sf2)
/external/llvm-project/clang/test/SemaTemplate/
Dinstantiate-abbreviated-template.cpp19 using sf2 = decltype(S<int>::foo2(1, 2)); // expected-error{{no matching function}} typedef
/external/clang/test/Modules/
Dsubframeworks.m15 float *sf2 = sub_framework;
/external/llvm-project/clang/test/Modules/
Dsubframeworks.m15 float *sf2 = sub_framework;
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_convolve_avx2.c752 const __m256i sf2 = _mm256_loadu_si256((const __m256i *)signal_pattern_2); in pack_16_2t_pixels() local
753 __m256i x0 = _mm256_shuffle_epi8(*s0, sf2); in pack_16_2t_pixels()
754 __m256i x1 = _mm256_shuffle_epi8(*s1, sf2); in pack_16_2t_pixels()
757 r0 = _mm256_shuffle_epi8(r0, sf2); in pack_16_2t_pixels()
758 r1 = _mm256_shuffle_epi8(r1, sf2); in pack_16_2t_pixels()
780 const __m256i sf2 = _mm256_loadu_si256((const __m256i *)signal_pattern_2); in pack_8x1_2t_pixels() local
782 __m256i x0 = _mm256_shuffle_epi8(r0, sf2); in pack_8x1_2t_pixels()
784 r0 = _mm256_shuffle_epi8(r0, sf2); in pack_8x1_2t_pixels()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_convolve_avx2.c403 const __m256i sf2 = _mm256_loadu_si256((const __m256i *)signal_pattern_2); in pack_16_2t_pixels() local
404 __m256i x0 = _mm256_shuffle_epi8(*s0, sf2); in pack_16_2t_pixels()
405 __m256i x1 = _mm256_shuffle_epi8(*s1, sf2); in pack_16_2t_pixels()
408 r0 = _mm256_shuffle_epi8(r0, sf2); in pack_16_2t_pixels()
409 r1 = _mm256_shuffle_epi8(r1, sf2); in pack_16_2t_pixels()
431 const __m256i sf2 = _mm256_loadu_si256((const __m256i *)signal_pattern_2); in pack_8x1_2t_pixels() local
433 __m256i x0 = _mm256_shuffle_epi8(r0, sf2); in pack_8x1_2t_pixels()
435 r0 = _mm256_shuffle_epi8(r0, sf2); in pack_8x1_2t_pixels()
/external/aac/libSBRdec/src/
Denv_calc.cpp657 int sf2; in apply_inter_tes() local
659 fMultNorm(subsample_power_low[i], (FIXP_DBL)nbSubsample, &sf2); in apply_inter_tes()
660 int mult_sf = subsample_power_low_sf[i] + DFRACT_BITS - 1 + sf2; in apply_inter_tes()
663 gain[i] = fDivNorm(mult, total_power_low, &sf2); in apply_inter_tes()
664 gain_sf[i] = mult_sf - total_power_low_sf + sf2; in apply_inter_tes()
739 int sf2 = 0; in apply_inter_tes() local
745 gain_adj_2 = fDivNorm(total_power_high, total_power_high_after, &sf2); in apply_inter_tes()
746 gain_adj_2_sf = total_power_high_sf - total_power_high_after_sf + sf2; in apply_inter_tes()
/external/igt-gpu-tools/lib/
Dgen4_render.h382 } sf2; member
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp193 constexpr int (*sf2)(int) = &s.f; variable
/external/llvm-project/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp193 constexpr int (*sf2)(int) = &s.f; variable