OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_main
(Results
1 - 15
of
15
) sorted by null
/external/chromium/testing/
multiprocess_func_list.h
47
#define MULTIPROCESS_TEST_MAIN(
test_main
) \
48
int
test_main
(); \
51
AddMultiProcessTest##_##
test_main
(#
test_main
, (
test_main
)); \
53
int
test_main
()
/external/valgrind/main/VEX/
test_main.h
2
/* Copy this file (
test_main
.h.in) to
test_main
.h, and edit */
test_main.h.base
2
/* Copy this file (
test_main
.h.in) to
test_main
.h, and edit */
Makefile-gcc
115
vex: libvex.a
test_main
.o
116
$(CC) $(CCFLAGS) -o vex
test_main
.o libvex.a
178
rm -f $(LIB_OBJS) *.a vex
test_main
.o TAG-* \
185
test_main
.c
test_main
.h \
211
test_main
.o: $(PUB_HEADERS)
test_main
.c
test_main
.h
212
$(CC) $(CCFLAGS) $(PUB_INCLUDES) -o
test_main
.o \
213
-c
test_main
.
[
all
...]
Makefile-icc
89
vex: libvex.a
test_main
.o
90
$(CC) $(CCFLAGS) -o vex
test_main
.o libvex.a
97
rm -f $(LIB_OBJS) libvex.a vex
test_main
.o \
111
test_main
.c
test_main
.h \
128
test_main
.o: $(PUB_HEADERS)
test_main
.c
test_main
.h
129
$(CC) $(CCFLAGS) $(PUB_INCLUDES) -o
test_main
.o \
130
-c
test_main
.
[
all
...]
test_main.c
3
/*--- begin
test_main
.c ---*/
44
#include "
test_main
.h"
[
all
...]
/ndk/tests/device/test-gnustl-full/jni/
Android.mk
21
LOCAL_SRC_FILES += unit/cppunit/
test_main
.cpp
/ndk/tests/device/test-stlport/jni/
Android.mk
21
LOCAL_SRC_FILES += unit/cppunit/
test_main
.cpp
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_getenv.c
178
#ifdef
TEST_MAIN
246
#endif /*
TEST_MAIN
*/
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
base64.c
157
#ifdef
TEST_MAIN
189
#endif /*
TEST_MAIN
*/
/external/qemu/distrib/sdl-1.2.12/src/cpuinfo/
SDL_cpuinfo.c
429
#ifdef
TEST_MAIN
446
#endif /*
TEST_MAIN
*/
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt_unittest.py
181
def
test_main
(self):
member in class:MockDRTTest
/external/stlport/etc/
ChangeLog-5.1
[
all
...]
ChangeLog
754
* test/unit/cppunit/
test_main
.cpp: Add command usage output when
[
all
...]
/external/valgrind/main/
NEWS
[
all
...]
Completed in 1620 milliseconds