Searched defs:v5 (Results 1 - 25 of 56) 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
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/internal/kerberos/v5/
H A DKrbConfigTest.java18 package org.apache.harmony.auth.tests.internal.kerberos.v5;
25 import org.apache.harmony.auth.internal.kerberos.v5.KrbConfig;
H A DKDCReplyTest.java18 package org.apache.harmony.auth.tests.internal.kerberos.v5;
25 import org.apache.harmony.auth.internal.kerberos.v5.EncryptedData;
26 import org.apache.harmony.auth.internal.kerberos.v5.KDCReply;
27 import org.apache.harmony.auth.internal.kerberos.v5.PrincipalName;
28 import org.apache.harmony.auth.internal.kerberos.v5.Ticket;
H A DKerberosErrorMessageTest.java18 package org.apache.harmony.auth.tests.internal.kerberos.v5;
25 import org.apache.harmony.auth.internal.kerberos.v5.KerberosErrorMessage;
26 import org.apache.harmony.auth.internal.kerberos.v5.PrincipalName;
/external/clang/test/SemaCXX/
H A Dtype-convert-construct.cpp9 int v5 = int; // expected-error {{expected '(' for function-style cast or type construction}} local
H A Dconstant-expression.cpp26 v5 = Struct::sval, enumerator in enum:C::E
/external/clang/test/Sema/
H A Dvector-assign.c13 v4ss v5; local
18 v1 = v5; // expected-warning {{incompatible vector types assigning to 'v2s' from 'v4ss'}}
23 v2 = v5; // expected-warning {{incompatible vector types assigning to 'v2u' from 'v4ss'}}
28 v3 = v5; // expected-error {{assigning to 'v1s' from incompatible type 'v4ss'}}
33 v4 = v5; // expected-warning {{incompatible vector types assigning to 'v2f' from 'v4ss'}}
35 v5 = v1; // expected-warning {{incompatible vector types assigning to 'v4ss' from 'v2s'}}
36 v5 = v2; // expected-warning {{incompatible vector types assigning to 'v4ss' from 'v2u'}}
37 v5 = v3; // expected-error {{assigning to 'v4ss' from incompatible type 'v1s'}}
38 v5 = v4; // expected-warning {{incompatible vector types assigning to 'v4ss' 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/webkit/LayoutTests/fast/js/resources/
H A Dcodegen-temporaries-multiple-global-blocks-1.js27 v5 = { a: 0 };
H A Dcodegen-temporaries-multiple-global-blocks-2.js24 var v5 = o5; variable
25 v5[assign5()] = 2;
/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/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
H A DImmutableMultimap.java102 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
103 return ImmutableListMultimap.of(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
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest_pred_impl.h316 const T5& v5) {
317 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
330 << "\n" << e5 << " evaluates to " << v5; local
336 #define GTEST_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5, on_failure)\
337 GTEST_ASSERT(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5),\
342 #define GTEST_PRED5(pred, v1, v2, v3, v4, v5, on_failure)\
348 #v5, \
354 v5), on_failure)
357 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \
305 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/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/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 586 milliseconds

123