OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_code
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/ml/test/
test_gbttest.cpp
259
int
temp_code
= TestTrainPredict(i);
260
if (
temp_code
!= cvtest::TS::OK)
262
code =
temp_code
;
268
temp_code
= TestSaveLoad();
269
if (
temp_code
!= cvtest::TS::OK)
270
code =
temp_code
;
test_mltests2.cpp
257
int
temp_code
= run_test_case( i );
local
258
if (
temp_code
== cvtest::TS::OK)
259
temp_code
= validate_test_results( i );
260
if (
temp_code
!= cvtest::TS::OK)
261
code =
temp_code
;
/toolchain/binutils/binutils-2.25/bfd/
coff-h8300.c
633
unsigned char
temp_code
;
local
939
temp_code
= data[src_address - 1];
943
if ((
temp_code
& 0x10) != 0x10)
944
temp_code
&= 0xf0;
947
switch (
temp_code
)
993
temp_code
= data[src_address - 1];
997
if ((
temp_code
& 0x30) != 0x30)
998
temp_code
&= 0xf0;
1001
switch (
temp_code
)
[
all
...]
elf32-h8300.c
1057
unsigned char
temp_code
;
1073
temp_code
= code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1077
if ((
temp_code
& 0x10) != 0x10)
1078
temp_code
&= 0xf0;
1080
switch (
temp_code
)
1056
unsigned char
temp_code
;
local
1144
unsigned char
temp_code
;
local
[
all
...]
/external/opencv3/modules/objdetect/test/
test_cascadeandhog.cpp
229
int
temp_code
= runTestCase( di, objects );
local
231
if (!write_results &&
temp_code
== cvtest::TS::OK)
232
temp_code
= validate( di, objects );
234
if (
temp_code
!= cvtest::TS::OK)
235
code =
temp_code
;
[
all
...]
Completed in 405 milliseconds