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

<<21222324252627282930>>

  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj/
project.pbxproj 11 1A624E590DCBC7F6006898C8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A624E580DCBC7F6006898C8 /* main.m */; };
21 1A624E580DCBC7F6006898C8 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
77 1A624E580DCBC7F6006898C8 /* main.m */,
145 1A624E590DCBC7F6006898C8 /* main.m in Sources */,
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj/
project.pbxproj 10 1A624E590DCBC7F6006898C8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A624E580DCBC7F6006898C8 /* main.m */; };
17 1A624E580DCBC7F6006898C8 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
66 1A624E580DCBC7F6006898C8 /* main.m */,
133 1A624E590DCBC7F6006898C8 /* main.m in Sources */,
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland.old/
Turbo-C 78 main.$O \
92 main.c \
106 main.c \
141 main.$O: main.c
142 $(CC) $(CFLAGS) -c $(SKELFLAGS) main.c
  /external/webkit/WebCore/inspector/front-end/
Drawer.js 38 this.mainElement = document.getElementById("main");
40 this.mainStatusBar = document.getElementById("main-status-bar");
105 {element: document.getElementById("main"), end: {bottom: height}},
106 {element: document.getElementById("main-status-bar"), start: {"padding-left": anchoredItems.offsetWidth - 1}, end: {"padding-left": 0}},
156 {element: document.getElementById("main"), end: {bottom: 0}},
157 {element: document.getElementById("main-status-bar"), start: {"padding-left": 0}, end: {"padding-left": anchoredItems.offsetWidth - 1}},
164 var mainStatusBar = document.getElementById("main-status-bar");
182 var mainElement = document.getElementById("main");
239 {element: document.getElementById("main"), end: {bottom: height}}
288 var mainElement = document.getElementById("main");
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
EditFilterDialog.java 185 Composite main = new Composite(mShell, SWT.NONE); local
186 main.setLayoutData(new GridData(GridData.FILL_BOTH));
187 main.setLayout(new GridLayout(3, false));
189 l = new Label(main, SWT.NONE);
192 final Text tagText = new Text(main, SWT.SINGLE | SWT.BORDER);
209 l = new Label(main, SWT.NONE);
212 final Text pidText = new Text(main, SWT.SINGLE | SWT.BORDER);
229 mPidWarning = new Label(main, SWT.NONE);
233 l = new Label(main, SWT.NONE);
236 final Combo logCombo = new Combo(main, SWT.DROP_DOWN | SWT.READ_ONLY)
    [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/
Main.java 29 * Main entry point of the MkStubs app.
33 public class Main {
66 * Main entry point. Processes arguments then performs the "real" work.
68 public static void main(String[] args) { method in class:Main
70 Main m = new Main();
200 * Performs the main workflow of this app:
  /external/skia/xcode/Simple/Simple.xcodeproj/
project.pbxproj 14 8D0C4E8E0486CD37000505A6 /* main.nib in Resources */ = {isa = PBXBuildFile; fileRef = 02345980000FD03B11CA0E72 /* main.nib */; };
40 1870340FFE93FCAF11CA0CD7 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/main.nib; sourceTree = "<group>"; };
104 02345980000FD03B11CA0E72 /* main.nib */,
187 8D0C4E8E0486CD37000505A6 /* main.nib in Resources */,
214 02345980000FD03B11CA0E72 /* main.nib */ = {
219 name = main.nib;
  /external/webkit/WebKit/android/WebCoreSupport/
GeolocationPermissions.h 55 // Each instance handles permissions for a given main frame. The class
57 // - Non-remembered permissions last for the dureation of the main frame.
59 // - All permissions are shared between child frames of a main frame.
60 // - Only remembered permissions are shared between main frames.
66 // the specified main frame (i.e. tab). The WebViewCore is used to
88 // when the main frame is refreshed or navigated to a new URL.
132 // other main frames (ie browser tabs). This is used when the user
  /system/core/sh/
main.c 1 /* $NetBSD: main.c,v 1.48 2003/09/14 12:09:29 jmmv Exp $ */
43 static char sccsid[] = "@(#)main.c 8.7 (Berkeley) 7/19/95";
45 __RCSID("$NetBSD: main.c,v 1.48 2003/09/14 12:09:29 jmmv Exp $");
58 #include "main.h"
90 int main(int, char **);
93 * Main routine. We initialize things, parse the arguments, execute
101 main(int argc, char **argv) function
  /external/qemu/distrib/sdl-1.2.12/src/main/macosx/
SDLMain.m 1 /* SDLMain.m - main entry point for our Cocoa-ized SDL app
81 /* The main class of the application, the application's delegate */
228 /* Start the main event loop */
296 /* Set the main menu to contain the real app name instead of "SDL App" */
300 /* Hand off to main application code */
351 #ifdef main
352 # undef main
356 /* Main entry point to executable - should *not* be SDL_main! */
357 int main (int argc, char **argv)
  /sdk/ddms/app/src/com/android/ddms/
StaticPortEditDialog.java 157 Composite main = new Composite(mShell, SWT.NONE); local
158 main.setLayoutData(new GridData(GridData.FILL_BOTH));
159 main.setLayout(new GridLayout(2, false));
161 Label l0 = new Label(main, SWT.NONE);
164 final Text deviceSNText = new Text(main, SWT.SINGLE | SWT.BORDER);
176 Label l = new Label(main, SWT.NONE);
179 final Text appNameText = new Text(main, SWT.SINGLE | SWT.BORDER);
191 Label l2 = new Label(main, SWT.NONE);
194 final Text debugPortText = new Text(main, SWT.SINGLE | SWT.BORDER);
  /external/bluetooth/glib/docs/reference/glib/tmpl/
main.sgml 2 The Main Event Loop
9 The main event loop manages all the available sources of events for
34 The #GMainLoop data type represents a main event loop. A #GMainLoop
39 g_main_loop_quit() to exit the main loop, and g_main_loop_run() returns.
45 #GMainContext, and will be checked and dispatched for all main
55 One of the unusual features of the GTK+ main loop functionality
69 New source types basically interact with the main context
72 main loop will sleep before checking the source again. In
74 the set that the main context checks using g_source_add_poll().
78 <title>Customizing the main loop iteration</title
    [all...]
  /external/proguard/docs/
main.html 10 <title>ProGuard Main</title>
14 <h2>Main</h2>
39 <b>ProGuard</b>'s main advantage compared to other Java obfuscators is
63 <li><a href="main.html">Main</a>: this overview page.
  /external/webkit/WebCore/bindings/v8/
V8IsolatedContext.h 49 // JavaScript. Each isolated world executes in parallel with the main
51 // structures as the main world but none of the JavaScript pointers.
54 // worlds or between an isolated world and the main world. Because
56 // to avoid having pointers to the main world's DOM wrappers (which are
73 // Returns 0 if the entered context is from the main world.
  /external/webkit/WebKit/win/Interfaces/
IWebArchive.idl 37 @discussion WebArchive represents a main resource as well as all the subresources and subframes associated with the main resource.
38 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.
53 @param mainResource The main resource of the archive.
81 @result The main resource of the archive.
  /frameworks/base/docs/html/resources/tutorials/views/
hello-linearlayout.jd 15 <li>Open the <code>res/layout/main.xml</code> file and insert the following:
102 <code>res/layout/main.xml</code> layout in the
107 setContentView(R.layout.main);
112 ID &mdash; <code>R.layout.main</code> refers to the <code>res/layout/main.xml</code> layout
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
mainSecNull.c 45 /* PURPOSE: Main Security State Machine API */
89 * Init main security state machine state machine
122 * Start the NULL main security SM. Reports success to the rsn module immediately.
149 * Start the NULL main security SM. Reports success to the rsn module immediately.
172 * Start the NULL main security SM. Reports success to the rsn module immediately.
  /bootable/recovery/
recovery_ui.h 35 // Called from the main thread when recovery is waiting for input and
55 // reboot from the main system with the --wipe_data flag, or when the
73 // Header text to display above the main menu.
  /dalvik/dx/src/com/android/dx/command/annotool/
Main.java 36 public class Main {
142 private Main() {
146 public static void main(String[] argArray) { method in class:Main
  /dalvik/libcore/luni/src/test/java/com/google/coretests/
CoreTestIsolator.java 58 * Provides the main entry point. First and second argument are class and
62 public static void main(String args[]) { method in class:CoreTestIsolator
85 // Let main TestRunner know about execution problem
  /dalvik/tests/071-dexfile/src/
Main.java 24 public class Main {
34 public static void main(String[] args) { method in class:Main
119 ClassLoader myLoader = Main.class.getClassLoader();
  /dalvik/tests/etc/
push-and-run-test-jar 4 # class named Main to run.
126 adb shell cd /data \; dvz -classpath test.jar Main "$@"
129 $GC_OPTS -cp test.jar "-Xint:${INTERP}" -ea Main "$@"
  /development/apps/SpareParts/res/xml/
spare_parts.xml 27 <intent android:action="android.intent.action.MAIN"
35 <intent android:action="android.intent.action.MAIN"
43 <intent android:action="android.intent.action.MAIN"
  /development/simulator/app/assets/samsung-flip-2005/
layout.xml 9 <display name="main" width="176" height="220" format="rgb565" refresh="30"/>
12 <!-- our view of the device that shows the main display -->
13 <view display="main" x="49" y="73" rotate="0">
  /external/dbus/bus/
test-main.c 2 /* test-main.c main() for make check
75 main (int argc, char **argv) function

Completed in 101 milliseconds

<<21222324252627282930>>