/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 79 by some application specific methods 138 In order to tell kernel that application 332 application allocates new flow.
|
/external/webkit/SunSpider/tests/parse-only/ |
jquery-1.3.2.js | [all...] |
concat-jquery-mootools-prototype.js | [all...] |
/external/webkit/WebKitTools/Scripts/ |
bisect-builds | 109 [--safari-path path] path to Safari application bundle (default: /Applications/Safari.app)
|
/development/scripts/app_engine_server/gae_shell/static/ |
shell.js | 191 'application/x-www-form-urlencoded;charset=UTF-8');
|
/device/samsung/crespo/ |
device.mk | 41 # application settings that are stored in resourced.
|
/external/chromium/net/tools/testserver/ |
testserver.py | 569 self.send_header('Content-type', 'application/octet-stream') 681 self.send_header('Content-type', 'application/octet-stream') 715 self.send_header('Content-type', 'application/x-bzip2') [all...] |
/frameworks/base/core/java/android/app/ |
Instrumentation.java | 52 * Base class for implementing application instrumentation code. When running 54 * before any of the application code, allowing you to monitor all of the 55 * interaction the system has with the application. An Instrumentation 95 * Called when the instrumentation is starting, before any application code 102 * loop so that the application can run), you can simply begin your 104 * begin the appropriate first activity of the application. 128 * application, so that it can perform blocking operation such as 139 * was thrown by the application. The default implementation simply 144 * Application, Activity, BroadcastReceiver, Service, or null. 156 * Provide a status report about the application [all...] |
/ndk/build/core/ |
setup-toolchain.mk | 141 # now parse the Android.mk for the application, this records all 169 # If APP_MODULES is not defined in the Application.mk, we
|
definitions.mk | 154 # defined in application's Android.mk files. 158 # to a given application. [all...] |
/build/tools/droiddoc/templates/assets/ |
android-developer-reference.js | 71 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
|
jquery-resizable.min.js | [all...] |
/external/openssl/crypto/ |
crypto-lib.com | 162 $! Build our options file for the application 398 $ APPLICATION = "" 425 $ IF APPLICATION .EQS. "" 427 $ APPLICATION = F$ELEMENT(APPLICATION_COUNTER,";",'APPS_MODULE') 429 $ APPLICATION_OBJECTS = F$ELEMENT(1,"/",APPLICATION) 430 $ APPLICATION = F$ELEMENT(0,"/",APPLICATION) 434 $! WRITE SYS$OUTPUT "DEBUG: SHOW SYMBOL APPLICATION*" 435 $! SHOW SYMBOL APPLICATION* 437 $ IF APPLICATION .NES. "; [all...] |
/external/v8/src/ |
string.js | 373 // function application in String.prototype.replace. The function application 386 // RegExp.prototype.exec, because of the interleaved function application.
|
/prebuilt/common/jfreechart/ |
jcommon-1.0.12.jar | |
/external/dnsmasq/contrib/dnslist/ |
dnslist.pl | 489 through that system in reliance on consistent application of that
|
/frameworks/base/docs/html/guide/ |
guide_toc.cs | 51 <span class="en">Application Fundamentals</span> 112 <span class="en">Application Resources</span> 174 <li><a href="<?cs var:toroot ?>guide/topics/manifest/application-element.html"><application></a></li>
|
/external/dropbear/libtommath/ |
bn.tex | 122 you use libtool to link your application against the shared object. 280 It may seem odd to compare LibTomMath to GnuPG since the math in GnuPG is only a small portion of the entire application. 285 own application but I think there are reasons not to. While LibTomMath is slower than libraries such as GnuMP it is [all...] |
/external/stlport/ |
configure.bat | 156 echo support when using STLport for your application don't forget to define
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
Workspace.java | 160 * @param context The application's context. 170 * @param context The application's context. [all...] |
Launcher.java | 91 * Default launcher application. 540 // The pattern used here is that a user PICKs a specific application, 826 * @return A View inflated from R.layout.application. 829 return createShortcut(R.layout.application, [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9/ |
string-unpack-code.js | [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
string-unpack-code.js | [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | 151 application can support all ciphers/hashes/prngs/bignum without changing the source code. 222 \chapter{The Application Programming Interface (API)} 353 \textit{x} so that the calling application will know how many bytes were used. 546 keys (mainly for test vectors anyways). Ideally, your application should be making at least 256 bit keys. This is not [all...] |
/external/openssl/apps/ |
apps.c | 38 * the apps directory (application code) you must include an acknowledgement: 531 ui_method = UI_create_method("OpenSSL application user interface"); [all...] |