HomeSort by relevance Sort by last modified time
    Searched full:test_vector (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/cc/base/
math_util_unittest.cc 75 gfx::Vector2dF test_vector(0.5, 0.5);
83 EXPECT_EQ(0, MathUtil::SmallestAngleBetweenVectors(test_vector, test_vector));
89 180, MathUtil::SmallestAngleBetweenVectors(test_vector, -test_vector));
93 45, std::floor(MathUtil::SmallestAngleBetweenVectors(test_vector, x)));
95 45, std::floor(MathUtil::SmallestAngleBetweenVectors(test_vector, y)));
101 gfx::Vector2dF test_vector(0.3f, 0.7f);
109 EXPECT_VECTOR_EQ(gfx::Vector2dF(test_vector.x(), 0),
110 MathUtil::ProjectVector(test_vector, x))
    [all...]
  /external/stlport/test/eh/
export 36 test_vector.cpp
hp.mak 17 test_bit_vector.cpp test_vector.cpp \
24 test_bit_vector.o test_vector.o \
Tests.h 30 void test_vector();
descrip.mms 18 test_bit_vector.obj,test_vector.obj,-
test_vector.cpp 2 test_vector.cpp
74 void test_vector() function
cray.mak 13 test_bit_vector.o test_vector.o \
intel.mak 29 test_slist.obj test_vector.obj test_string.obj test_bitset.obj test_valarray.obj
como-linux.mak 18 test_bit_vector.cpp test_vector.cpp \
como.mak 15 test_bit_vector.cpp test_vector.cpp \
deccxx.mak 20 test_bit_vector.o test_vector.o \
egcs.mak 15 test_bit_vector.cpp test_vector.cpp \
intel45.mak 27 test_slist.obj test_vector.obj test_string.obj test_bitset.obj test_valarray.obj
kai.mak 12 test_bit_vector.cpp test_vector.cpp \
sgi_mipspro.mak 19 test_bit_vector.o test_vector.o \
sunpro-64.mak 17 test_bit_vector.cpp test_vector.cpp \
sunpro.mak 17 test_bit_vector.cpp test_vector.cpp \
sunpro42.mak 20 test_bit_vector.cpp test_vector.cpp \
  /external/chromium_org/net/quic/crypto/
channel_id_test.cc 35 const TestVector test_vector[] = { member in namespace:net::test::__anon13456
199 for (size_t i = 0; test_vector[i].msg != NULL; i++) {
202 ASSERT_TRUE(DecodeHexString(test_vector[i].msg, &msg));
203 ASSERT_TRUE(DecodeHexString(test_vector[i].qx, &qx));
204 ASSERT_TRUE(DecodeHexString(test_vector[i].qy, &qy));
205 ASSERT_TRUE(DecodeHexString(test_vector[i].r, &r));
206 ASSERT_TRUE(DecodeHexString(test_vector[i].s, &s));
217 EXPECT_EQ(test_vector[i].result,
  /external/clang/test/CodeGen/
ppc64-align-struct.c 117 // CHECK: define void @testva_vector(%struct.test_vector* noalias sret %agg.result, i32 signext %x, ...)
125 // CHECK: bitcast i8* %ap.align to %struct.test_vector*
126 struct test_vector { vector int x; }; struct
127 struct test_vector testva_vector (int x, ...)
129 struct test_vector y;
132 y = va_arg (ap, struct test_vector);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
vector.rs 178 rsDebug("test_vector FAILED", 0);
181 rsDebug("test_vector PASSED", 0);
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
vector.rs 178 rsDebug("test_vector FAILED", 0);
181 rsDebug("test_vector PASSED", 0);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
vector.rs 178 rsDebug("test_vector FAILED", 0);
181 rsDebug("test_vector PASSED", 0);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
vector.rs 178 rsDebug("test_vector FAILED", 0);
181 rsDebug("test_vector PASSED", 0);
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
vector.rs 178 rsDebug("test_vector FAILED", 0);
181 rsDebug("test_vector PASSED", 0);

Completed in 287 milliseconds

1 2