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

<<11121314151617181920>>

  /packages/apps/Settings/res/values-nokeys/
strings.xml 19 <!-- Applications settings summary, on main settings screen. The summary for the "Applications" item on the main settings screen. Describes what settings are accessible from the "Applications" screen. This is the string to use for devices without a keyboard (so for example, there is no "Quick launch" settings here since that feature requires a keyboard) -->
  /system/core/libacc/tests/
accarm 63 def main(): function
67 main()
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 43 * Main entry point for runtime initialization. Not for
59 * exception. The framework catches these for the main threads, so
178 * Invokes a static "main(argv[]) method on class "className".
183 * @param argv Argument vector for main()
198 "Missing class when invoking static main " + className,
204 m = cl.getMethod("main", new Class[] { String[].class });
207 "Missing static main on " + className, ex);
210 "Problem getting static main on " + className, ex);
216 "Main method is not public and static on " + className);
220 * This throw gets caught in ZygoteInit.main(), which respond
228 public static final void main(String[] argv) { method in class:RuntimeInit
    [all...]
  /development/samples/MySampleRss/
AndroidManifest.xml 27 <action android:name="android.intent.action.MAIN" />
34 <action android:name="android.intent.action.MAIN" />
41 <action android:name="android.intent.action.MAIN" />
48 <action android:name="android.intent.action.MAIN" />
55 <action android:name="android.intent.action.MAIN" />
  /external/dropbear/
filelist.txt 11 session.c Contains the main select() loop, and handles setting
25 Called from session.c's main select loop.
67 dbmulti.c Combination binary chooser main() function
78 main.c dropbear's main(), handles listening, forking for
  /external/webkit/WebKit/mac/WebView/
WebArchive.h 42 @discussion WebArchive represents a main resource as well as all the subresources and subframes associated with the main resource.
43 The main resource can be an entire web page, a portion of a web page, or some other kind of data such as an image.
56 @param mainResource The main resource of the archive.
73 @result The main resource of the archive.
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MSDOS/
MSC70.make 33 main.obj \
49 main.c \
98 main.obj : main.c flexdef.h
99 $(CC) $(CFLAGS) -c $(SKELFLAGS) main.c
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/NT/
Makefile 29 main.obj \
44 main.c \
85 main.obj : main.c flexdef.h
86 $(CC) $(CFLAGS) -c $(SKELFLAGS) main.c
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
mainSecNull.c 44 /* PURPOSE: Main Security State Machine API */
83 * Init main security state machine state machine
116 * Start the NULL main security SM. Reports success to the rsn module immediately.
143 * Start the NULL main security SM. Reports success to the rsn module immediately.
166 * Start the NULL main security SM. Reports success to the rsn module immediately.
mainSecSm.c 44 /* PURPOSE: Main Security State Machine API */
96 * Allocate memory for the main security context, and create all the rest of the needed contexts.
104 * pointer to main security context. If failed, returns NULL.
161 * Init main security state machine state machine
242 * Init main security state machine state machine
267 TRACE0(pMainSec->hReport, REPORT_SEVERITY_ERROR, "MAIN_SEC_SM: Error releasing Main Keys SM memory \n");
295 * Start the NULL main security SM. Reports success to the rsn module immediately.
332 * Start the NULL main security SM. Reports success to the rsn module immediately.
369 * Start the NULL main security SM. Reports success to the rsn module immediately.
  /packages/apps/AccountsAndSyncSettings/
AndroidManifest.xml 21 <action android:name="android.intent.action.MAIN" />
31 <action android:name="android.intent.action.MAIN" />
41 <action android:name="android.intent.action.MAIN" />
50 <action android:name="android.intent.action.MAIN" />
60 <action android:name="android.intent.action.MAIN" />
  /packages/apps/Settings/res/xml/
wireless_settings.xml 38 android:action="android.intent.action.MAIN"
54 android:action="android.intent.action.MAIN"
64 android:action="android.intent.action.MAIN"
74 android:action="android.intent.action.MAIN"
84 android:action="android.intent.action.MAIN"
  /system/extras/tests/bionic/libc/bionic/
test_cond.c 74 int main(void) function
81 printf("main: creating thread %d\n", nn+1);
83 printf("main: could not create thread %d: %s\n", nn+1, strerror(errno));
89 printf("main: joining thread %d\n", nn+1);
91 printf("main: could not join thread %d: %s\n", nn+1, strerror(errno));
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
mainSecNull.c 44 /* PURPOSE: Main Security State Machine API */
83 * Init main security state machine state machine
116 * Start the NULL main security SM. Reports success to the rsn module immediately.
143 * Start the NULL main security SM. Reports success to the rsn module immediately.
166 * Start the NULL main security SM. Reports success to the rsn module immediately.
mainSecSm.c 44 /* PURPOSE: Main Security State Machine API */
96 * Allocate memory for the main security context, and create all the rest of the needed contexts.
104 * pointer to main security context. If failed, returns NULL.
160 * Init main security state machine state machine
241 * Init main security state machine state machine
266 TRACE0(pMainSec->hReport, REPORT_SEVERITY_ERROR, "MAIN_SEC_SM: Error releasing Main Keys SM memory \n");
294 * Start the NULL main security SM. Reports success to the rsn module immediately.
331 * Start the NULL main security SM. Reports success to the rsn module immediately.
368 * Start the NULL main security SM. Reports success to the rsn module immediately.
  /dalvik/dalvikvm/
Main.c 125 fprintf(stderr, "Dalvik VM: main() is not public\n");
141 int main(int argc, char* const argv[]) function
210 * Start VM. The current thread becomes the main thread of the VM.
228 * We want to call main() with a String array with our arguments in it.
237 * Find [class].main(String[]).
256 "main", "([Ljava/lang/String;)V");
258 fprintf(stderr, "Dalvik VM unable to find static main(String[]) in '%s'\n",
271 * Invoke main().
282 * This allows join() and isAlive() on the main thread to work
286 fprintf(stderr, "Warning: unable to detach main thread\n")
    [all...]
  /frameworks/base/docs/html/guide/practices/design/
responsiveness.jd 10 <p>Generally, the system displays an ANR if an application cannot respond to user input. For example, if an application blocks on some I/O operation (frequently a network access), then the main application thread won't be able to process incoming user input events. After a time, the system concludes that the application has hung, and displays the ANR to give the user the option to kill it.
19 most of your work there. This keeps the main thread (which drives the user
60 <p>Android applications normally run entirely on a single (i.e. main) thread.
61 This means that anything your application is doing in the main thread that
66 <p>Therefore any method that runs in the main thread should do as little work
73 your main thread should block while waiting for the child thread to
76 thread to complete, your main thread should provide a {@link
78 Designing your application in this way will allow your main thread to remain
86 called in the main thread, applications should avoid potentially long-running
113 showing a splash screen or rendering the main view as quickly as possibl
    [all...]
  /cts/tools/test-progress-new/etc/
test-progress 82 $INPUT/dalvik/libcore/annotation/src/main/java:\
83 $INPUT/dalvik/libcore/archive/src/main/java:\
84 $INPUT/dalvik/libcore/auth/src/main/java:\
85 $INPUT/dalvik/libcore/awt-kernel/src/main/java:\
86 $INPUT/dalvik/libcore/concurrent/src/main/java:\
87 $INPUT/dalvik/libcore/crypto/src/main/java:\
88 $INPUT/dalvik/libcore/dalvik/src/main/java:\
89 $INPUT/dalvik/libcore/icu/src/main/java:\
90 $INPUT/dalvik/libcore/json/src/main/java:\
91 $INPUT/dalvik/libcore/junit/src/main/java:
    [all...]
  /frameworks/base/
Android.mk 301 annotation/src/main/java/java \
302 archive/src/main/java/java \
303 auth/src/main/java/javax \
304 awt-kernel/src/main/java/java \
305 concurrent/src/main/java \
306 crypto/src/main/java/javax \
307 dalvik/src/main/java/dalvik \
308 json/src/main/java \
309 junit/src/main/java \
310 logging/src/main/java/java
    [all...]
  /packages/apps/VoiceDialer/res/values/
strings.xml 32 <!-- present on the VoiceDialer main screen to give examples of valid
48 <!-- title to the VoiceDialer main screen -->
51 <!-- title to the VoiceDialer main screen -->
54 <!-- displayed on the VoiceDialer main screen while initializing -->
57 <!-- displayed on the VoiceDialer main screen while listening to speech -->
60 <!-- displayed on the VoiceDialer main screen upon failure -->
68 <!-- displayed on the VoiceDialer main screen after unrecoverable error.
  /dalvik/tests/064-field-access/src/
Main.java 24 public class Main {
25 public static void main(String[] args) { method in class:Main
26 SubOther.main(null);
29 GetNonexistent.main(null);
137 * localInst.getValue() is performed using an instance of Main as the
141 public static void main(String[] args) { method in class:SubOther
154 Main localInst = new Main();
280 * [this is a clone of Main.getValue() -- the class issuing the
  /external/qemu/distrib/sdl-1.2.12/src/main/win32/
SDL_win32_main.c 4 The WinMain function -- calls your program's main() function
27 /* Include the SDL main definition header */
31 #ifdef main
33 # undef main macro
35 #endif /* main */
169 /* The VC++ compiler needs main defined */
170 #define console_main main
216 /* Run the application main() code */
352 /* Run the main program (after a little SDL initialization) */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
mainSecSm.c 45 /* PURPOSE: Main Security State Machine API */
104 * Allocate memory for the main security context, and create all the rest of the needed contexts.
112 * pointer to main security context. If failed, returns NULL.
160 * Init main security state machine state machine
231 * Init main security state machine state machine
257 ("MAIN_SEC_SM: Error releasing Main Keys SM memory \n"));
279 * Start the NULL main security SM. Reports success to the rsn module immediately.
322 * Start the NULL main security SM. Reports success to the rsn module immediately.
361 * Start the NULL main security SM. Reports success to the rsn module immediately.
  /dalvik/libcore/text/src/main/java/java/text/
Annotation.java 24 * <li>it is connected to a range of main text; if this range or the main text
32 * corresponding main text.
  /development/apps/launchperf/
AndroidManifest.xml 23 <action android:name="android.intent.action.MAIN" />
30 <action android:name="android.intent.action.MAIN" />
37 <action android:name="android.intent.action.MAIN" />

Completed in 406 milliseconds

<<11121314151617181920>>