/system/extras/tests/bionic/libstdc++/ |
test_cassert.cpp | 46 int main(int argc, char **argv) function
|
test_cstdint.cpp | 42 int main(int argc, char **argv) function
|
/system/extras/tests/schedtest/ |
schedtest.c | 23 int main(int argc, char **argv) { function
|
/system/extras/timeinfo/ |
timeinfo.cpp | 27 int main(int argc, char *argv[]) function
|
/system/netd/ |
Android.mk | 13 main.cpp \
|
/sdk/jarutils/src/com/android/jarutils/ |
SignedJarBuilder.java | 131 Attributes main = mManifest.getMainAttributes(); local 132 main.putValue("Manifest-Version", "1.0"); 133 main.putValue("Created-By", "1.0 (Android)"); 272 Attributes main = sf.getMainAttributes(); local 273 main.putValue("Signature-Version", "1.0"); 274 main.putValue("Created-By", "1.0 (Android)"); 285 main.putValue(DIGEST_MANIFEST_ATTR, base64.encode(md.digest()));
|
/external/v8/samples/ |
lineprocessor.cc | 43 * The main cycle of the program will sequentially read lines from standard 45 * There are 2 possible configuration in regard to main cycle. 47 * 1. The main cycle is on C++ side. Program should be run with 48 * --main-cycle-in-cpp option. Script must declare a function named 49 * "ProcessLine". The main cycle in C++ reads lines and calls this function 57 * 2. The main cycle is in JavaScript. Program should be run with 58 * --main-cycle-in-js option. Script gets run one time at all and gets 150 } else if (strcmp(str, "--main-cycle-in-cpp") == 0) { 152 } else if (strcmp(str, "--main-cycle-in-js") == 0) { 305 int main(int argc, char* argv[]) function [all...] |
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
mainKeysSm.c | 35 * \brief Main key state machine implementation. 42 * MODULE: Main key SM * 43 * PURPOSE: Main key SM implmentation * 75 * Allocate memory for the main security context, and create all the rest of the needed contexts. 83 * pointer to main security context. If failed, returns NULL. 152 * Init main security state machine state machine 178 /** Main key State Machine matrix */ 300 * Init main security state machine state machine 759 * Report key complete to the main security SM. 826 * Report key complete to the main security SM [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
mainKeysSm.c | 35 * \brief Main key state machine implementation. 42 * MODULE: Main key SM * 43 * PURPOSE: Main key SM implmentation * 75 * Allocate memory for the main security context, and create all the rest of the needed contexts. 83 * pointer to main security context. If failed, returns NULL. 152 * Init main security state machine state machine 178 /** Main key State Machine matrix */ 300 * Init main security state machine state machine 759 * Report key complete to the main security SM. 826 * Report key complete to the main security SM [all...] |
/dalvik/dx/src/com/android/dx/command/annotool/ |
AnnotationLister.java | 37 * by the {@code Main.Arguments} instance. 47 private final Main.Arguments args; 55 AnnotationLister (Main.Arguments args) { 200 for (Main.PrintType pt : args.printTypes) { 221 for (Main.PrintType pt : args.printTypes) {
|
/external/dbus/dbus/ |
dbus-connection.h | 85 /** Called when libdbus needs a new watch to be monitored by the main 99 * main loop. Set by dbus_connection_set_watch_functions() or 104 /** Called when libdbus needs a new timeout to be monitored by the main 119 * main loop. Set by dbus_connection_set_timeout_functions() or 131 * Called when the main loop's thread should be notified that there's now work
|
/external/strace/ |
acinclude.m4 | 52 main() 129 main() 218 main () { 241 main () { 262 int main () {
|
/external/webkit/WebKit/mac/WebView/ |
WebFrame.h | 94 Returns nil if the frame is the main frame since there is no frame element for the frame in this case. 106 @param data The data to use for the main page of the document. 115 @param string The string to use for the main page of the document. 129 @param string The string to use for the main page of the document. 181 for _self and _current, the parent frame for _parent and the main frame for _top.
|
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
ManifestTest.java | 102 assertTrue("Should have no main attributes", emptyManifest 136 assertTrue("Should have no main attributes", emptyClone 147 Attributes main = manifest.getMainAttributes(); local 148 assertAttribute(main, "Bundle-Name", "ClientSupport"); 149 assertAttribute(main, "Bundle-Description", 151 assertAttribute(main, "Bundle-Activator", 154 main, 158 main, 162 main, 166 main, [all...] |
/build/tools/signapk/ |
SignApk.java | 174 Attributes main = output.getMainAttributes(); local 176 main.putAll(input.getMainAttributes()); 178 main.putValue("Manifest-Version", "1.0"); 179 main.putValue("Created-By", "1.0 (Android SignApk)"); 254 Attributes main = sf.getMainAttributes(); local 255 main.putValue("Signature-Version", "1.0"); 256 main.putValue("Created-By", "1.0 (Android SignApk)"); 267 main.putValue("SHA1-Digest-Manifest", base64.encode(md.digest())); 411 public static void main(String[] args) { method in class:SignApk
|
/external/dnsmasq/src/ |
helper.c | 20 shared with the main process and which is responsible for calling a script when 23 The helper process is forked before the main process drops root, so it retains root 25 data received from the main process, in case that has been compromised. We don't 28 main process. 59 /* create the pipe through which the main program sends us commands, 73 /* ignore SIGTERM, so that we can clean up when the main process gets hit 103 main process can return. */ 180 /* On error send event back to main process for logging */ 285 /* failed, send event so the main process logs the problem */
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-209067.js | 172 s += ' <link rel="stylesheet" href="http://i.cnn.net/cnn/.element/ssi/css/1.0/main.css" type="text/css">'; 173 s += ' <script language="JavaScript1.2" src="http://i.cnn.net/cnn/.element/ssi/js/1.0/main.js" type="text/javascript"></script>'; 197 s += '<a href="#ContentArea"><img src="http://i.cnn.net/cnn/images/1.gif" alt="Click here to skip to main content." width="10" height="1" border="0" align="right"></a>'; 292 s += ' <td class="cnnNav" onMouseOver="CNN_navBar(this,1,1)" onMouseOut="CNN_navBar(this,0,1)" onClick="CNN_navBarClick(this,1,"/money/")"><div class="cnnNavText"><a href="/money/">Business</a> <a href="/money/"><img src="http://i.a.cnn.net/cnn/.element/img/1.0/main/nav_at_money.gif" alt="at CNN/Money" width="51" height="5" border="0"></a></div></td></tr>'; 294 s += ' <td class="cnnNav" onMouseOver="CNN_navBar(this,1,1)" onMouseOut="CNN_navBar(this,0,1)" onClick="CNN_navBarClick(this,1,"/cnnsi/")"><div class="cnnNavText"><a href="/si/">Sports</a> <a href="/si/"><img src="http://i.a.cnn.net/cnn/.element/img/1.0/main/nav_at_si.gif" alt="at SI.com" width="50" height="5" border="0"></a></div></td></tr>'; 364 s += ' </tr><!--include virtual="/.element/ssi/sect/MAIN/1.0/banner.html"-->'; 411 s += '<div><img src="http://i.a.cnn.net/cnn/.element/img/1.0/main/px_c00.gif" alt="" width="344" height="2"></div>'; 415 s += ' <td width="59" class="cnnTabbedBoxTab" align="right" bgcolor="#336699"><a href="/userpicks"><img src="http://i.a.cnn.net/cnn/.element/img/1.0/main/userpicks.gif" alt=" Hot Stories " width="59" height="11" border="0"></a></td>'; 425 s += '<div class="cnnMainNewT2">• <a href="/2003/WORLD/meast/06/12/sprj.irq.main/index.html">U.S. helicopter, jet down in Iraqi raid</a>'; 450 s += '<div><img src="http://i.a.cnn.net/cnn/.element/img/1.0/main/px_ccc.gif" alt="" width="344" height="1"></div>' [all...] |
/external/icu4c/test/intltest/ |
itrbnf.cpp | 350 "%main:\n" [all...] |
/development/samples/SpinnerTest/src/com/android/example/spinner/test/ |
SpinnerActivityTest.java | 95 * and the Java class name of the activity in that application that handles the MAIN intent. 123 * Start the app under test by starting its main activity. The test runner already knows 125 * previously. The tests can now use instrumentation to directly access the main 151 * the main Activity is not null (has been set to a valid callback) 169 * Tests the UI of the main activity. Sends key events (keystrokes) to the UI, then checks 248 * instrumentation enables this by running the test app and the main app in the same
|
/external/bluetooth/glib/ |
NEWS.pre-1-3 | 26 * Generic main-loop mechanism 38 * Release the main loop lock around calls to prepare() and 72 * g_main_is_running: new function to check whether a main loop has been quitted 89 - Enhancements to the generic main-loop mechanism to be thread-safe. 90 (It is used for the main-loop in GTK+ as of GTK+-1.1.8) 110 * Added generic main-loop abstraction
|
/external/srec/tools/grxmlcompile/ |
fst-io.h | 6 // except for the main functions ifdef'ed out 9 // print-main.h compile-main.h 26 // Includes helper function for fstcompile.cc that templates the main 148 // Main function for fstprint templated on the arc type. 363 // Main function for fstcompile templated on the arc type. Last two
|
/cts/tools/dasm/etc/ |
java_cup.jar | |
java_cup.jar.old | |
/external/bluetooth/glib/glib/ |
gmain.c | 4 * gmain.c: Main loop abstraction, timeouts, and idle functions 144 /* this pipe is used to wake up the main loop when a source is added. 406 g_error ("Cannot create pipe main loop wake-up: %s\n", 522 * Returns the default main context. This is the main context used 523 * for main loop functions when a main loop is not explicitly 526 * Return value: the default main context. 549 /* Hooks for adding to the main loop */ 676 /* Now wake up the main loop if it is waiting in the poll() * [all...] |
/bionic/libc/arch-arm/bionic/ |
crtbegin_dynamic.S | 46 # - address of the "main" function of the program. We 60 0: b main
|