HomeSort by relevance Sort by last modified time
    Searched full:main (Results 201 - 225 of 6997) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/build/platforms/android-3/arch-arm/usr/lib/
crtbegin_static.o 
  /ndk/build/platforms/android-4/arch-arm/usr/lib/
crtbegin_dynamic.o 
crtbegin_static.o 
  /ndk/build/platforms/android-5/arch-arm/usr/lib/
crtbegin_dynamic.o 
crtbegin_static.o 
  /ndk/build/platforms/android-8/arch-arm/usr/lib/
crtbegin_dynamic.o 
crtbegin_static.o 
  /ndk/sources/cpufeatures/
Android.mk 4 # function. It will only be called by the main
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/
java_file.template 11 setContentView(R.layout.main);
  /sdk/hierarchyviewer/etc/
manifest.txt 0 Main-Class: com.android.hierarchyviewer.HierarchyViewer
  /sdk/templates/
java_file.template 13 setContentView(R.layout.main);
  /sdk/traceview/etc/
manifest.txt 0 Main-Class: com.android.traceview.MainWindow
  /system/core/libacc/tests/data/
assignment.c 1 int main() { function
char.c 4 int main() { function
continue.c 1 int main() { function
iops.c 19 int main() { function
  /system/extras/tests/bionic/libc/common/
test_gethostname.c 7 int main( void ) function
  /system/extras/tests/bionic/libc/other/
test_atomics.c 6 int main(int argc, const char *argv[]) function
  /development/samples/TicTacToeMain/
README.txt 17 TicTacToeMain is the main project. It defines a main activity that is first
35 the main project and the result is used to generate the APK. This means that
36 the main project can either use or redefine behavior from the libraries.
39 To use the main vs library project:
40 - In ADT, just open import both projects and launch the main project.
42 and then run 'ant debug' on the main project.
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_main.h 28 /* Redefine main() on Win32 and MacOS so that it is called by winmain.c */
41 /* The application's main() function must be called with C linkage,
46 int main(int argc, char *argv[])
50 #define main SDL_main macro
52 /* The prototype for the application's main() function */
87 /* This should be called from your main() function, if any */
96 #endif /* Need to redefine main()? */
  /external/qemu/distrib/sdl-1.2.12/src/main/epoc/
SDL_main.cpp 58 /* The prototype for the application's main() function */
59 #define main SDL_main macro
60 extern "C" int main (int argc, char *argv[], char *envp[]);
64 /* Epoc main function */
105 /* Call stdlib main */
106 int ret = main(argc, argv, envp); /* !! process exits here if there is "exit()" in main! */
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_main.h 28 /* Redefine main() on Win32 and MacOS so that it is called by winmain.c */
41 /* The application's main() function must be called with C linkage,
46 int main(int argc, char *argv[])
50 #define main SDL_main macro
52 /* The prototype for the application's main() function */
87 /* This should be called from your main() function, if any */
96 #endif /* Need to redefine main()? */
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_main.h 28 /* Redefine main() on Win32 and MacOS so that it is called by winmain.c */
41 /* The application's main() function must be called with C linkage,
46 int main(int argc, char *argv[])
50 #define main SDL_main macro
52 /* The prototype for the application's main() function */
87 /* This should be called from your main() function, if any */
96 #endif /* Need to redefine main()? */
  /prebuilt/windows/sdl/host/include/SDL/
SDL_main.h 31 /* Redefine main() on Win32 and MacOS so that it is called by winmain.c */
44 /* The application's main() function must be called with C linkage,
49 int main(int argc, char *argv[])
53 #define main SDL_main macro
55 /* The prototype for the application's main() function */
90 /* This should be called from your main() function, if any */
99 #endif /* Need to redefine main()? */
  /prebuilt/windows/sdl/include/SDL/
SDL_main.h 28 /* Redefine main() on Win32 and MacOS so that it is called by winmain.c */
41 /* The application's main() function must be called with C linkage,
46 int main(int argc, char *argv[])
50 #define main SDL_main macro
52 /* The prototype for the application's main() function */
87 /* This should be called from your main() function, if any */
96 #endif /* Need to redefine main()? */

Completed in 186 milliseconds

1 2 3 4 5 6 7 891011>>