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

<<11121314151617181920>>

  /system/core/libpixelflinger/tests/codegen/
codegen.cpp 8 int main(int argc, char** argv) function
  /system/core/sh/
main.h 1 /* $NetBSD: main.h,v 1.10 2003/08/07 09:05:34 agc Exp $ */
34 * @(#)main.h 8.2 (Berkeley) 5/4/95
37 extern int rootpid; /* pid of main shell */
38 extern int rootshell; /* true if we aren't a child of the main shell */
  /system/extras/tests/bionic/libc/bionic/
test_pthread_create.c 20 int main( void ) function
  /system/extras/tests/bionic/libc/other/
test_system.c 7 main(int argc, char *argv[]) function
  /cts/tools/test-progress/etc/
test-progress 64 ${INPUT}/dalvik/libcore/junit/src/main/java:\
65 ${INPUT}/dalvik/libcore/icu/src/main/java:\
66 ${INPUT}/dalvik/libcore/openssl/src/main/java:\
67 ${INPUT}/dalvik/libcore/android/src/main/java:\
68 ${INPUT}/dalvik/libcore/annotation/src/main/java:\
69 ${INPUT}/dalvik/libcore/archive/src/main/java:\
70 ${INPUT}/dalvik/libcore/auth/src/main/java:\
71 ${INPUT}/dalvik/libcore/awt/src/main/java:\
72 ${INPUT}/dalvik/libcore/beans/src/main/java:\
73 ${INPUT}/dalvik/libcore/concurrent/src/main/java:
    [all...]
  /dalvik/dx/src/com/android/dx/command/
Main.java 24 * Main class for dx. It recognizes enough options to be able to dispatch
25 * to the right "actual" main.
27 public class Main {
67 private Main() {
74 public static void main(String[] args) { method in class:Main
89 com.android.dx.command.dexer.Main.main(without(args, i));
92 com.android.dx.command.dump.Main.main(without(args, i));
95 com.android.dx.command.annotool.Main.main
    [all...]
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
NativeStart.java 23 * calling JNI functions from the C main(), and there's no Java stack frame
27 * class and pretend that it called the C main().
36 private static native void main(String[] dummy); method in class:NativeStart
  /dalvik/tests/032-concrete-sub/src/
Main.java 20 public class Main {
21 public static void main(String[] args) { method in class:Main
22 ConcreteSub.main();
  /dalvik/vm/alloc/TEST/HeapBitmapTest/
Makefile 10 out/main.o: main.c ../../HeapBitmap.h
19 out/hbtest: out/main.o out/HeapBitmap.o out/clz.o
  /external/bluetooth/bluez/src/
Makefile.am 9 conf_DATA = main.conf
18 bluetoothd_SOURCES = main.c security.c hcid.h sdpd.h \
45 EXTRA_DIST = bluetooth.conf bluetoothd.8 main.conf
  /external/qemu/elff/
elff-common.h 37 /* Main operator new. We overwrite it to redirect memory
43 /* Main operator delete. We overwrite it to redirect memory
51 /* Main operator delete for arrays. We overwrite it to redirect
  /external/webkit/LayoutTests/http/tests/appcache/
main-resource-hash.html 3 <p>Test that offline applications' main resources are not affected by URL hashes.</p>
31 ifr.setAttribute("src", "/resources/network-simulator.php?path=/appcache/resources/main-resource-hash-frame.html#bar");
46 ifr.setAttribute("src", "/resources/network-simulator.php?path=/appcache/resources/main-resource-hash-frame.html#foo");
  /system/core/toolbox/
toolbox.c 5 int main(int, char **);
11 return main(argc - 1, argv + 1);
34 int main(int argc, char **argv) function
  /dalvik/tests/074-gc-thrash/src/
Main.java 22 public class Main {
30 public static void main(String[] args) { method in class:Main
71 ClassLoader myLoader = Main.class.getClassLoader();
165 Main.startupDelay();
170 while (!Main.quit) {
174 Main.sleep(400);
181 if (Main.DEBUG)
204 Main.startupDelay();
206 while (!Main.quit) {
243 if (Main.DEBUG
    [all...]
  /cts/tools/vm-tests/src/util/build/
JarBuildStep.java 19 import sun.tools.jar.Main;
62 Main main = new Main(System.out, System.err, "jar"); local
63 boolean success = main.run(arguments);
  /external/proguard/examples/ant/
proguard.xml 2 main application, its GUI, its Ant task, and its WTK plugin), and the
35 <!-- The main seeds: ProGuard and its companion tool ReTrace. -->
40 name ="main"
46 name ="main"
52 name ="main"
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QsbApplication.java 119 * May only be called from the main thread.
156 * May only be called from the main thread.
172 * May only be called from the main thread.
192 * May only be called from the main thread.
209 * May only be called from the main thread.
227 * May only be called from the main thread.
246 * May only be called from the main thread.
271 * May only be called from the main thread.
287 * May only be called from the main thread.
303 * May only be called from the main thread
    [all...]
  /development/samples/TicTacToeMain/
_index.html 7 as part of the main application's <code>.apk</code> file. The main application
14 <li>The main application's <a
16 of both <code>MainActivity</code>, which is implemented locally in main project,
22 shows how a class in the main application imports and uses
24 the main View and, when one of them is clicked, creates an explicit Intent
62 <img alt="Screenshot of the main application" src="../images/TicTacToeMain.png" />
  /packages/apps/Settings/res/xml/
settings.xml 27 android:action="android.intent.action.MAIN"
37 android:action="android.intent.action.MAIN"
48 android:action="android.intent.action.MAIN"
59 android:action="android.intent.action.MAIN"
71 android:action="android.intent.action.MAIN"
83 android:action="android.intent.action.MAIN"
106 android:action="android.intent.action.MAIN"
116 <intent android:action="android.intent.action.MAIN"
142 android:action="android.intent.action.MAIN"
153 android:action="android.intent.action.MAIN"
    [all...]
  /cts/tests/
AndroidManifest.xml 120 <action android:name="android.intent.action.MAIN" />
128 <action android:name="android.intent.action.MAIN" />
136 <action android:name="android.intent.action.MAIN"/>
144 <action android:name="android.intent.action.MAIN"/>
152 <action android:name="android.intent.action.MAIN" />
160 <action android:name="android.intent.action.MAIN" />
168 <action android:name="android.intent.action.MAIN" />
176 <action android:name="android.intent.action.MAIN" />
184 <action android:name="android.intent.action.MAIN" />
191 <action android:name="android.intent.action.MAIN" />
    [all...]
  /development/apps/Development/
AndroidManifest.xml 53 <action android:name="android.intent.action.MAIN" />
59 <action android:name="android.intent.action.MAIN" />
74 <action android:name="android.intent.action.MAIN" />
83 <action android:name="android.intent.action.MAIN" />
91 <action android:name="android.intent.action.MAIN" />
102 <action android:name="android.intent.action.MAIN" />
108 <action android:name="android.intent.action.MAIN" />
115 <action android:name="android.intent.action.MAIN" />
122 <action android:name="android.intent.action.MAIN" />
129 <action android:name="android.intent.action.MAIN" />
    [all...]
  /external/webkit/WebKitExamplePlugins/
ChangeLog 55 * NetscapeCoreAnimationMoviePlugin/main.m: Added.
88 * NetscapeCocoaPlugin/main.m:
99 * NetscapeInputMethodPlugin/main.m:
123 * NetscapeCoreAnimationPlugin/main.m:
133 * NetscapeCocoaPlugin/main.m:
145 * NetscapeCocoaPlugin/main.m:
156 * NetscapeCoreAnimationPlugin/main.m: Added.
193 * NetscapeCocoaPlugin/main.m:
204 * NetscapeCocoaPlugin/main.m:
206 * NetscapeInputMethodPlugin/main.m
    [all...]
  /packages/apps/Settings/
AndroidManifest.xml 55 <action android:name="android.intent.action.MAIN" />
75 <action android:name="android.intent.action.MAIN" />
92 <action android:name="android.intent.action.MAIN" />
105 <action android:name="android.intent.action.MAIN" />
114 <action android:name="android.intent.action.MAIN"/>
122 <action android:name="android.intent.action.MAIN"/>
130 <action android:name="android.intent.action.MAIN"/>
138 <action android:name="android.intent.action.MAIN"/>
146 <action android:name="android.intent.action.MAIN" />
157 <action android:name="android.intent.action.MAIN" />
    [all...]
  /bootable/recovery/
recovery.c 55 * The recovery tool communicates with the main system through /cache files.
73 * 2. main system writes "--wipe_data" to /cache/recovery/command
74 * 3. main system reboots into recovery
80 * -- after this, rebooting will restart the main system --
81 * 8. main() calls reboot() to boot main system
84 * 1. main system downloads OTA package to /cache/some-filename.zip
85 * 2. main system writes "--update_package=CACHE:some-filename.zip"
86 * 3. main system reboots into recovery
92 * -- after this, rebooting will (try to) restart the main system -
457 main(int argc, char **argv) { function
    [all...]
  /external/elfutils/tests/
ChangeLog 3 * asm-tst4.c (main): Add LD_LIBRARY_PATH to elflint invocation.
4 * asm-tst5.c (main): Likewise.
5 * asm-tst6.c (main): Likewise.

Completed in 61 milliseconds

<<11121314151617181920>>