OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_table
(Results
1 - 13
of
13
) sorted by null
/system/core/libpixelflinger/tests/arch-arm64/disassembler/
arm64_diassembler_test.cpp
39
static test_table_entry_t
test_table
[] =
variable
297
for(uint32_t i = 0; i < sizeof(
test_table
)/sizeof(test_table_entry_t); ++i)
300
test = &
test_table
[i];
/art/runtime/
handle_scope_test.cc
44
NoThreadStackHandleScope<1>
test_table
;
variable
45
test_table
.SetReference(0, reinterpret_cast<mirror::Object*>(0x1234));
46
test_table
.SetLink(reinterpret_cast<HandleScope*>(0x5678));
47
test_table
.SetNumberOfReferences(0x9ABC);
49
byte* table_base_ptr = reinterpret_cast<byte*>(&
test_table
);
/external/valgrind/main/none/tests/ppc32/
ldst_multiple.c
12
typedef struct
test_table
{
struct
test_dfp4.c
342
typedef struct
test_table
struct
test_dfp1.c
161
typedef struct
test_table
struct
test_dfp2.c
242
typedef struct
test_table
struct
test_dfp3.c
671
typedef struct
test_table
struct
[
all
...]
test_dfp5.c
237
typedef struct
test_table
struct
test_isa_2_06_part1.c
90
typedef struct
test_table
test_table_t;
1060
struct
test_table
struct
[
all
...]
test_isa_2_06_part2.c
86
typedef struct
test_table
test_table_t;
533
struct
test_table
struct
[
all
...]
test_isa_2_06_part3.c
86
typedef struct
test_table
test_table_t;
394
struct
test_table
struct
[
all
...]
/external/chromium_org/net/spdy/
hpack_huffman_table_test.cc
393
string
test_table
[] = {
local
404
for (size_t i = 0; i != arraysize(
test_table
); i += 2) {
405
const string& encodedFixture(
test_table
[i]);
406
const string& decodedFixture(
test_table
[i+1]);
422
string
test_table
[] = {
local
439
for (size_t i = 0; i != arraysize(
test_table
); i += 2) {
440
const string& encodedFixture(
test_table
[i]);
441
const string& decodedFixture(
test_table
[i+1]);
494
string
test_table
[] = {
local
504
// Expand last |
test_table
| entry to cover all codes
[
all
...]
/external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part2.c
346
struct
test_table
struct
448
typedef struct
test_table
test_table_t;
[
all
...]
Completed in 116 milliseconds