Searched refs:xValue (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/PCH/
H A Dstruct.h8 float xValue, yValue, zValue; member in struct:Point2
/external/replicaisland/src/com/replica/replicaisland/
H A DVector2.java32 public Vector2(float xValue, float yValue) { argument
33 set(xValue, yValue);
77 public final void set(float xValue, float yValue) { argument
78 x = xValue;
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
H A DUnsignedLongsTest.java243 BigInteger xValue = new BigInteger(x, 16);
244 long xLong = xValue.longValue(); // signed
245 assertEquals(xValue.toString(base), UnsignedLongs.toString(xLong, base));
/external/guava/guava-tests/test/com/google/common/primitives/
H A DUnsignedLongsTest.java260 BigInteger xValue = new BigInteger(x, 16);
261 long xLong = xValue.longValue(); // signed
262 assertEquals(xValue.toString(base), UnsignedLongs.toString(xLong, base));
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c1160 KEYVALUE* AddToList(cmsIT8* it8, KEYVALUE** Head, const char *Key, const char *Subkey, const char* xValue, WRITEMODE WriteAs) argument
1216 if (xValue != NULL) {
1218 p->Value = AllocString(it8, xValue);
/external/v8/test/cctest/
H A Dtest-api.cc6611 v8::Persistent<Value> xValue; variable
6620 CHECK(xValue.IsEmpty());
6621 xValue.Reset(info.GetIsolate(), value);
6637 CHECK(xValue.IsEmpty());
6641 Local<Value>::New(CcTest::isolate(), xValue))
6643 xValue.Reset();
6660 CHECK(xValue.IsEmpty());
6664 Local<Value>::New(CcTest::isolate(), xValue))
6666 xValue.Reset();

Completed in 415 milliseconds