/external/webkit/WebKit/qt/docs/ |
qtwebkit.qdoc | 113 \snippet webkitsnippets/simple/main.cpp Using QWebView 123 Each QWebPage has one QWebFrame object as its main frame, and the main frame
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/ |
build.com | 15 $! we start from [.MISC.VMS], then move to the main source directory 102 $ 'CC' 'CFLAGS' 'CDEFS' /Include=[] main.c 136 $ link/noMap/Exe=flex.exe ccl.obj,dfa.obj,ecs.obj,gen.obj,main.obj,misc.obj,-
|
/frameworks/base/docs/html/guide/tutorials/ |
hello-world.jd | 168 setContentView(R.layout.main); 369 <p>The Eclipse plugin automatically creates one of these layout files for you: main.xml. 379 <code>/res/layout/</code> folder and open <code>main.xml</code> (once opened, you might need to click 380 the "main.xml" tab at the bottom of the window to see the XML source). Replace the contents with 418 setContentView(R.layout.main); 423 code-completion feature. As you begin typing "R.layout.main" the plugin will offer you 428 The resource is identified as <code>R.layout.main</code>, which is actually a compiled object representation of 429 the layout defined in <code>/res/layout/main.xml</code>. The Eclipse plugin automatically creates this reference for 467 public static final int main=0x7f030000; 485 member field "main". The Eclipse plugin noticed the XM [all...] |
/frameworks/base/docs/html/resources/tutorials/ |
hello-world.jd | 183 setContentView(R.layout.main); 397 <p>The Eclipse plugin automatically creates one of these layout files for you: main.xml. 407 <code>/res/layout/</code> folder and open <code>main.xml</code> (once opened, you might need to click 408 the "main.xml" tab at the bottom of the window to see the XML source). Replace the contents with 447 setContentView(R.layout.main); 452 code-completion feature. As you begin typing "R.layout.main" the plugin will offer you 457 The resource is identified as <code>R.layout.main</code>, which is actually a compiled object representation of 458 the layout defined in <code>/res/layout/main.xml</code>. The Eclipse plugin automatically creates this reference for 499 public static final int main=0x7f030000; 517 member field "main". The Eclipse plugin noticed the XM [all...] |
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-autocomplete.jd | 32 <li>Open the <code>res/layout/main.xml</code> file and insert the following: 60 setContentView(R.layout.main); 68 <p>After the content view is set to the <code>main.xml</code> layout, the {@link
|
hello-datepicker.jd | 15 <li>Open the <code>res/layout/main.xml</code> file and insert the following: 57 setContentView(R.layout.main); 81 <p>First, the content is set to the <code>main.xml</code> layout. Then the {@link
|
hello-gallery.jd | 18 <li>Open the <code>res/layout/main.xml</code> file and insert the following: 35 setContentView(R.layout.main); 47 <p>This starts by setting the {@code main.xml} layout as the content view and then capturing the
|
hello-spinner.jd | 14 <li>Open the <code>res/layout/main.xml</code> file and insert the following: 73 setContentView(R.layout.main); 82 <p>After the {@code main.xml} layout is set as the content view, the {@link
|
hello-timepicker.jd | 15 <li>Open the <code>res/layout/main.xml</code> file and insert the following: 56 setContentView(R.layout.main); 79 <p>First, the content is set to the <code>main.xml</code> layout and then the {@link
|
/frameworks/base/opengl/tests/gl2_basic/ |
gl2_basic.cpp | 67 "void main() {\n" 72 "void main() {\n" 262 int main(int argc, char** argv) { function
|
/system/core/logcat/ |
event.logtags | 107 20003 dvm_lock_sample (process|3),(main|1|5),(thread|3),(time|1|3),(file|3),(line|1|5),(sample_percent|1|6) 145 #//device/dalvik/libcore/luni/src/main/native/org_apache_harmony_luni_platform_OSNetworkSystem.c 152 # blocking_package: if this is on a main thread, the package name, otherwise ""
|
/bionic/libc/bionic/ |
libc_init_static.c | 37 * arrays that must be run before the program's 'main' routine is launched.
|
/bootable/recovery/ |
verifier_test.c | 74 int main(int argc, char **argv) { function
|
/build/tools/isprelinked/ |
isprelinked.c | 38 int main(int argc, char **argv) { function
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
ResolveInfo_DisplayNameComparatorTest.java | 32 private static final String MAIN_ACTION_NAME = "android.intent.action.MAIN";
|
/cts/tools/dasm/etc/ |
dasm | 65 exec java $javaOpts -classpath "$libdir/dx.jar:$jarpath" dasm.Main "$@"
|
/cts/tools/dx-tests/src/dxc/junit/verify/ |
AllTests.java | 29 TestRunner.main(new String[] {AllTests.class.getName()});
|
/dalvik/docs/opcodes/ |
opcode-26-fill-array-data.html | 23 unit is inserted between the main code and the table whose value is the same as
|
opcode-2b-packed-switch.html | 24 unit is inserted between the main code and the table whose value is the same as
|
opcode-2c-sparse-switch.html | 24 unit is inserted between the main code and the table whose value is the same as
|
/dalvik/dvz/ |
dvz.c | 94 int main (int argc, const char **argv) { function
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/ |
package-info.java | 16 * hand-over-hand and lock reordering algorithms. The main implementation
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
LockSupportTest.java | 17 public static void main(String[] args) { method in class:LockSupportTest
|
ThreadLocalTest.java | 15 public static void main(String[] args) { method in class:ThreadLocalTest
|
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
AllTests.java | 28 public static void main(String[] args) { method in class:AllTests
|