OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:result0
(Results
1 - 10
of
10
) sorted by null
/system/bt/service/test/
util_unittest.cpp
38
const bt_bdaddr_t
result0
= {{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }};
local
39
EXPECT_EQ(0, memcmp(&addr, &
result0
, sizeof(addr)));
/external/opencv3/modules/ml/test/
test_svmtrainauto.cpp
78
float
result0
= svm->predict( test_point0 );
local
83
if ( fabs(
result0
- 0 ) > 0.001 || fabs( result1 - 1 ) > 0.001 )
/external/skia/tests/
SrcOverTest.cpp
37
unsigned
result0
= test_srcover0(0xFF, i);
local
40
opaqueCounter0 += (
result0
== 0xFF);
/external/vboot_reference/firmware/lib/
tpm_bootmode.c
141
uint32_t
result0
, result1 = 0;
local
155
result0
= TlclExtend(BOOT_MODE_PCR, in_digest, out_digest);
157
BOOT_MODE_PCR,
result0
));
168
return
result0
|| result1;
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/
NDCTest.java
54
String
result0
= NDC.pop();
local
56
assertEquals("a",
result0
);
/external/opencv3/modules/imgproc/src/
geometry.cpp
401
Point2f*
result0
= result;
local
444
return (int)(result -
result0
);
449
return (int)(result -
result0
);
486
int i, nr = (int)(result -
result0
);
488
Point2f prev =
result0
[nr-1];
491
result0
[i-1] =
result0
[i];
492
area += (double)prev.x*
result0
[i].y - (double)prev.y*
result0
[i].x;
493
prev =
result0
[i]
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp
1836
int32 r0, r1, r2, r3,
result0
, result1;
local
1930
int32 r0, r1, r2,
result0
, result1;
local
1979
int32 r0, r1, r2, r3,
result0
, result1;
local
[
all
...]
/external/opencv3/modules/imgproc/test/
test_convhull.cpp
1092
double
result0
= 0;
local
1108
result0
+= sqrt(dx*dx + dy*dy);
1117
else if( fabs(result -
result0
) > FLT_EPSILON*100*
result0
)
1119
ts->printf( cvtest::TS::LOG, "The function returned %g, while the correct result is %g\n", result,
result0
);
[
all
...]
/external/v8/src/interpreter/
interpreter.cc
1125
Node*
result0
= __ Projection(0, result_pair);
local
[
all
...]
/external/zxing/core/
core.jar
Completed in 1025 milliseconds