HomeSort by relevance Sort by last modified time
    Searched refs:test_template (Results 1 - 12 of 12) sorted by null

  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x-fixits.cpp 25 void test_template() { function
p7-0x.cpp 200 void test_template() { function
p7-cxx11-nowarn.cpp 184 void test_template() { function
  /external/clang/test/SemaCXX/
warn-empty-body.cpp 261 void test_template(int x) { function
275 test_template<int>(x);
276 test_template<double>(x);
  /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
SetupWizardLayoutTests.java 80 SetupWizardLayout layout = new SetupWizardLayout(mContext, R.layout.test_template);
110 // test_template does not have navigation bar so getNavigationBar() should return null.
111 final SetupWizardLayout layout = new SetupWizardLayout(mContext, R.layout.test_template);
113 assertNull("getNavigationBar() in test_template should return null", navigationBar);
140 // test_template does not have progress bar, so showNavigationBar() should do nothing.
141 final SetupWizardLayout layout = new SetupWizardLayout(mContext, R.layout.test_template);
  /external/clang/test/OpenMP/
for_simd_aligned_messages.cpp 48 template<int L, class T, class N> T test_template(T* arr, N num) { function
163 // expected-note@+1 {{in instantiation of function template specialization 'test_template<-4, double, int>' requested here}}
164 test_template<-4>(darr, 4);
simd_aligned_messages.cpp 48 template<int L, class T, class N> T test_template(T* arr, N num) { function
163 // expected-note@+1 {{in instantiation of function template specialization 'test_template<-4, double, int>' requested here}}
164 test_template<-4>(darr, 4);
for_simd_linear_messages.cpp 46 template<int L, class T, class N> T test_template(T* arr, N num) { function
161 // expected-note@+1 {{in instantiation of function template specialization 'test_template<-4, double, int>' requested here}}
162 test_template<-4>(darr, 4);
parallel_for_simd_aligned_messages.cpp 48 template<int L, class T, class N> T test_template(T* arr, N num) { function
163 // expected-note@+1 {{in instantiation of function template specialization 'test_template<-4, double, int>' requested here}}
164 test_template<-4>(darr, 4);
parallel_for_simd_linear_messages.cpp 46 template<int L, class T, class N> T test_template(T* arr, N num) { function
161 // expected-note@+1 {{in instantiation of function template specialization 'test_template<-4, double, int>' requested here}}
162 test_template<-4>(darr, 4);
simd_linear_messages.cpp 46 template<int L, class T, class N> T test_template(T* arr, N num) { function
161 // expected-note@+1 {{in instantiation of function template specialization 'test_template<-4, double, int>' requested here}}
162 test_template<-4>(darr, 4);
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/
test_httpexceptions.py 50 def test_template(): function

Completed in 1049 milliseconds