Searched refs:pi1 (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/
H A Dcxx1y-variable-template-no-body.cpp27 T pi1 = T(3.1415926535897932385); // expected-note 0-2 {{here}} variable
30 template float pi1<float> = 1.0; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} variable
33 template<> double pi1<double> = 1.5; // expected-error {{variable template specialization of 'pi1' must originally be declared in the global scope}} member in namespace:expected_global
34 template int pi1<int> = 10; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} \ member in namespace:expected_global
35 expected-error {{variable template specialization of 'pi1' must originally be declared in the global scope}}
/external/valgrind/memcheck/tests/
H A Dpartiallydefinedeq.c33 int* pi1 = (int*)junk1; local
37 foo(pi1,pi2, &hack);
45 foo(pi1,pi2, &hack);
52 foo(pi1,pi2, &hack);
/external/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_top_level.cpp155 CONST T pi1 = T(3.1415926535897932385); member in namespace:explicit_instantiation
156 template CONST int pi1<int>; // expected-note {{previous explicit instantiation is here}} member in namespace:explicit_instantiation
157 template CONST int pi1<int>; // expected-error {{duplicate explicit instantiation of 'pi1<int>'}} member in namespace:explicit_instantiation
228 T pi1 = T(3.1415926535897932385); member in namespace:explicit_specialization::type_changes
229 template<> CONST int pi1<int> = 10; member in namespace:explicit_specialization::type_changes
257 CONST T pi1 = T(3.1415926535897932385); member in namespace:explicit_specialization::redefinition
259 template<> CONST int pi1<int> = 10; // expected-note {{previous definition is here}} member in namespace:explicit_specialization::redefinition
260 template<> CONST int pi1<int> = 10; // expected-error {{redefinition of 'pi1<in member in namespace:explicit_specialization::redefinition
[all...]
H A Dconditional-expr.cpp178 int *pi1 = i1 ? &i1 : 0; local
179 pi1 = i1 ? 0 : &i1;
H A Doverloaded-operator.cpp121 const PostInc& pi1 = pi++; local
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
H A Dtest_util.py151 def _AssertProxyInfosEqual(self, pi1, pi2):
152 self.assertEqual(pi1.proxy_type, pi2.proxy_type)
153 self.assertEqual(pi1.proxy_host, pi2.proxy_host)
154 self.assertEqual(pi1.proxy_port, pi2.proxy_port)
155 self.assertEqual(pi1.proxy_rdns, pi2.proxy_rdns)
156 self.assertEqual(pi1.proxy_user, pi2.proxy_user)
157 self.assertEqual(pi1.proxy_pass, pi2.proxy_pass)
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DPendingIntentTest.java89 PendingIntent pi1 = PendingIntent.getActivity(Robolectric.application, 99,
94 assertThat(pi1, equalTo(pi2));
95 assertThat(pi1, not(equalTo(pi3)));
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 196 milliseconds