Searched defs:v5 (Results 1 - 25 of 71) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dcxx-value-init.cpp10 _Complex float v5 = typeof(_Complex float)(); local
H A Dmmx-inline-asm.c9 __m64 v1, v2, v3, v4, v5, v6, v7; local
20 "=&y" (v4), "=&y" (v5), "=&y" (v6), "=y" (v7)
H A Dvld_dup.c12 int64x1x4_t v5; local
46 v5 = vld4_dup_s64(v7);
H A Dvector-alignment.c19 double __attribute__((vector_size(16), aligned(16))) v5; variable
20 // CHECK: @v5 {{.*}}, align 16
H A Dxcore-abi.c74 struct x v5 = va_arg (ap, struct x); // typical aggregate type local
75 f(&v5);
/external/clang/test/SemaCXX/
H A Dtype-convert-construct.cpp9 int v5 = int; // expected-error {{expected '(' for function-style cast or type construction}} local
/external/clang/test/Sema/
H A Dalias-redefinition.c42 int v5; variable
43 int var5 __attribute((alias("v5"))); // expected-note {{previous definition}}
H A Dvector-assign.c13 v4ss v5; local
18 v1 = v5; // expected-warning {{incompatible vector types assigning to 'v2s' (vector of 2 'int' values) from 'v4ss' (vector of 4 'short' values)}}
23 v2 = v5; // expected-warning {{incompatible vector types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v4ss' (vector of 4 'short' values)}}
28 v3 = v5; // expected-error {{assigning to 'v1s' (vector of 1 'int' value) from incompatible type 'v4ss'}}
33 v4 = v5; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' values) from 'v4ss' (vector of 4 'short' values)}}
35 v5 = v1; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' values) from 'v2s' (vector of 2 'int' values)}}
36 v5 = v2; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' values) from 'v2u' (vector of 2 'unsigned int' values)}}
37 v5 = v3; // expected-error {{assigning to 'v4ss' (vector of 4 'short' values) from incompatible type 'v1s' (vector of 1 'int' value)}}
38 v5 = v4; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' values) from 'v2f'}}
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMapFauxverideShim.java112 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
111 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableBiMap.java102 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
104 k1, v1, k2, v2, k3, v3, k4, v4, k5, v5));
101 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableListMultimap.java116 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
123 builder.put(k5, v5);
115 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableMap.java116 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
118 entryOf(k2, v2), entryOf(k3, v3), entryOf(k4, v4), entryOf(k5, v5));
115 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableSetMultimap.java125 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
131 builder.put(k5, v5);
124 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
/external/libunwind/tests/
H A Dppc64-test-altivec.c35 register vector signed int v5; local
125 v5 = vec_init ();
130 vec_nor (v1, vec_add (v2, vec_sub (v3, vec_and (v4, vec_or (v5, v6)))));
146 vec_and (v4, vec_or (v5, vec_xor (v6, v8))))));
160 printf ("v5 - ");
161 vec_print (v5);
/external/chromium_org/ui/views/
H A Dview_unittest_aura.cc57 // +-- v5
99 View* v5 = CreateViewWithLayer(gfx::Rect(0, 6, 100, 106), "v5"); local
100 w2->GetRootView()->AddChildView(v5);
103 v5->AddChildView(v6);
110 ASSERT_EQ("v5", ui::test::ChildLayerNamesAsString(*w2_layer));
123 ASSERT_EQ("v5", ui::test::ChildLayerNamesAsString(*w2_layer));
150 ASSERT_EQ("v5", ui::test::ChildLayerNamesAsString(*w2_new_layer));
/external/clang/test/CXX/class/class.mem/
H A Dp1.cpp49 static int v5; //expected-note{{previous definition is here}} member in struct:S5
50 void v5() { } //expected-error{{redefinition of 'v5' as different kind of symbol}} function in struct:S5
/external/clang/test/Headers/
H A Dstddefneeds.cpp50 void* v5 = NULL; variable
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableBiMap.java60 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
62 k1, v1, k2, v2, k3, v3, k4, v4, k5, v5));
59 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableListMultimap.java111 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
118 builder.put(k5, v5);
110 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableMap.java94 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
96 entryOf(k2, v2), entryOf(k3, v3), entryOf(k4, v4), entryOf(k5, v5));
93 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest_pred_impl.h308 const T5& v5) {
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
321 << "\n" << e5 << " evaluates to " << v5;
326 #define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\
327 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5), \
332 #define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\
338 #v5, \
344 v5), on_failure)
347 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_asn1.c129 int v1=0,v2=0,v3=0,v4=0,v5=0,v7=0,v8=0,v13=0,v14=0,v15=0,v16=0; local
295 M_ASN1_I2D_len_EXP_opt(&(a.verify_result),i2d_ASN1_INTEGER,5,v5);
335 M_ASN1_I2D_put_EXP_opt(&a.verify_result,i2d_ASN1_INTEGER,5,v5);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest_pred_impl.h308 const T5& v5) {
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
321 << "\n" << e5 << " evaluates to " << v5;
326 #define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\
327 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5),\
332 #define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\
338 #v5, \
344 v5), on_failure)
347 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/external/deqp/framework/referencerenderer/
H A DrrPrimitiveAssembler.hpp402 , v5 (DE_NULL)
413 , v5 (v5_)
436 VertexPacket* v5; //!< adjacent member in struct:rr::pa::TriangleAdjacency
/external/gtest/include/gtest/
H A Dgtest_pred_impl.h308 const T5& v5) {
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
321 << "\n" << e5 << " evaluates to " << v5;
326 #define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\
327 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5), \
332 #define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\
338 #v5, \
344 v5), on_failure)
347 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]

Completed in 500 milliseconds

123