OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xValue
(Results
1 - 9
of
9
) sorted by null
/external/clang/test/PCH/
struct.h
8
float
xValue
, yValue, zValue;
/external/webkit/Source/WebCore/svg/
SVGRectElement.cpp
189
float
xValue
= x().value(this);
192
FloatRect rect(
xValue
, yValue, widthValue, heightValue);
/external/webkit/Source/WebCore/bindings/js/
JSDeviceMotionEventCustom.cpp
46
JSValue
xValue
= object->get(exec, Identifier(exec, "x"));
49
bool canProvideX = !
xValue
.isUndefinedOrNull();
50
double x =
xValue
.toNumber(exec);
/external/guava/guava-tests/test/com/google/common/primitives/
UnsignedLongsTest.java
172
BigInteger
xValue
= new BigInteger(x, 16);
173
long xLong =
xValue
.longValue(); // signed
174
assertEquals(
xValue
.toString(base), UnsignedLongs.toString(xLong, base));
/external/webkit/Source/WebCore/bindings/v8/custom/
V8DeviceMotionEventCustom.cpp
68
v8::Local<v8::Value>
xValue
= object->Get(v8::String::New("x"));
69
if (
xValue
.IsEmpty())
71
bool canProvideX = !isUndefinedOrNull(
xValue
);
72
double x =
xValue
->NumberValue();
/external/v8/test/cctest/
test-api.cc
[
all
...]
/prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
Completed in 223 milliseconds