OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xValue
(Results
1 - 10
of
10
) sorted by null
/external/clang/test/PCH/
struct.h
8
float
xValue
, yValue, zValue;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
NormFilter.java
52
float
xValue
= ((Float)xFrameValue.getValue()).floatValue();
56
float norm = (float) Math.hypot(
xValue
, yValue);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8DeviceMotionEventCustom.cpp
45
v8::Local<v8::Value>
xValue
= object->Get(v8AtomicString(isolate, "x"));
46
if (
xValue
.IsEmpty())
48
bool canProvideX = !isUndefinedOrNull(
xValue
);
49
double x =
xValue
->NumberValue();
/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/chromium_org/chrome/test/functional/perf/endure_graphs/js/
coordinates.js
122
Coordinates.prototype.
xValue
= function(position) {
/external/v8/test/cctest/
test-api.cc
[
all
...]
/external/chromium_org/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 195 milliseconds