OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testval
(Results
1 - 7
of
7
) sorted by null
/ndk/tests/device/test-compiler-bug-1/jni/
main.c
38
const int
testval
= -7;
local
40
int ret = test(
testval
);
44
testval
, ret, expected);
47
printf("OK: test(%d) returned %d\n",
testval
, expected);
/ndk/tests/device/issue38121/jni/
main.c
3
static int
testval
= 4;
variable
6
pthread_setspecific(*key, &
testval
);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
bitvect_test.c
69
wordptr
testval
;
variable
75
testval
= BitVector_Create(80, FALSE);
81
BitVector_Destroy(
testval
);
96
if(BitVector_from_Oct(
testval
, ascii) != ErrCode_Ok)
99
result = BitVector_Block_Read(
testval
, &len);
/external/clang/test/SemaCXX/
cstyle-cast.cpp
168
enum test {
testval
= 1 };
enumerator in enum:test
175
void *vp = (void*)(
testval
);
reinterpret-cast.cpp
5
enum test {
testval
= 1 };
enumerator in enum:test
18
test e =
testval
;
38
void *vp = reinterpret_cast<void*>(
testval
);
functional-cast.cpp
229
enum test {
testval
= 1 };
enumerator in enum:test
237
void *vp = voidp(
testval
);
/external/chromium_org/tools/site_compare/
command_line.py
364
testval
= argstr[delimiter_pos+1:]
369
value =
testval
Completed in 819 milliseconds