HomeSort by relevance Sort by last modified time
    Searched full:can (Results 251 - 275 of 19256) sorted by null

<<11121314151617181920>>

  /external/grub/netboot/
nic.h 2 * This program is free software; you can redistribute it and/or
28 void *priv_data; /* driver can hang private data here */
  /external/iproute2/include/linux/
atmapi.h 10 /* such alignment is not required on 32 bit sparcs, but we can't
20 * the struct in order hide the array, so that we can make simple assignments
  /external/iptables/extensions/
libipt_SET.man 1 This modules adds and/or deletes entries from IP sets which can be defined
13 and there can be no more than six of them.
libipt_TTL.man 2 how many hops (routers) a packet can traverse until it's time to live is
5 Setting or incrementing the TTL field can potentially be very dangerous,
  /external/jsr305/ri/src/main/java/javax/annotation/meta/
TypeQualifier.java 20 * Describes the kinds of values the qualifier can be applied to. If a
22 * annotation can also be applied to the corresponding primitive numeric
  /external/kernel-headers/original/linux/
atmapi.h 10 /* such alignment is not required on 32 bit sparcs, but we can't
20 * the struct in order hide the array, so that we can make simple assignments
  /external/proguard/examples/annotations/examples/
Bean.java 6 * You can compile it with:
8 * You can then process it with:
  /external/qemu/
README 3 This program emulates a virtual ARM board that can be used to run Android
13 Please read the INSTALL file to see how you can rebuild the emulator, or
  /external/webkit/WebKit/mac/WebView/
WebArchive.h 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.
44 This class can be used for saving standalone web pages, representing portions of a web page on the pasteboard, or any other
57 @param subresources The subresources of the archive (can be nil).
58 @param subframeArchives The archives representing the subframes of the archive (can be nil).
66 @param data The data representing the archive. This can be obtained using WebArchive's data method.
79 @result The subresource of the archive (can be nil).
85 @result The archives representing the subframes of the archive (can be nil).
92 @discussion The data returned by this method can be used to save a web archive to a file or to place a web archive on the pasteboard
  /frameworks/base/cmds/system_server/
system_main.cpp 5 * puts the main thread into the thread pool so it can handle
51 // You can trust me, honestly!
  /frameworks/base/docs/html/guide/developing/tools/
aapt.jd 4 <p><strong>aapt</strong> stands for Android Asset Packaging Tool and is included in the <code>tools/</code> directory of the SDK. This tool allows you to view, create, and update Zip-compatible archives (zip, jar, apk). It can also compile resources into binary assets.
7 Though you probably won't often use <strong>aapt</strong> directly, build scripts and IDE plugins can utilize this tool to package the apk file that constitutes an Android application.
othertools.jd 4 <p>The sections below describe other tools that you can use when building
32 <p>If you develop in Eclipse with the ADT plugin, you can perform
44 <p>The mksdcard tool lets you quickly create a FAT32 disk image that you can
66 You can also specify size in kilobytes or megabytes, by appending a "K" or "M" to
77 <p>Once you have created the disk image file, you can load it in the emulator at
89 so that they can run in the Android environment. It can also dump the class files
90 in a human-readable format and run a target unit test. You can get the usage and
  /frameworks/base/packages/VpnServices/
AndroidManifest.xml 11 you can bind to. -->
13 <!-- This is an action code you can use to select the service
  /ndk/samples/hello-neon/
build.properties 8 # You can use this to override default values such as
12 # You can also use it define how the release builds are signed by declaring
  /packages/apps/Settings/assets/html/en_gb/
tethering_usb_help.html 21 <span class="style1">You can tether your phone to your computer with a USB cable, to share your phone's Internet connection with your computer</span>
24 <li>You can't mount your phone's SD card on your computer when USB-tethered</li><br>
  /packages/apps/Settings/assets/html/en_us/
tethering_usb_help.html 21 <span class="style1">You can tether your phone to your computer with a USB cable, to share your phone's internet connection with your computer</span>
24 <li>You can't mount your phone's SD card on your computer when USB tethered</li><br>
tethering_wifi_help.html 21 <span class="style1">You can turn your phone into a portable Wi-Fi hotspot, to share your phone's internet connection with one or more computers or other devices</span>
23 <li>When your phone is serving as a Wi-Fi hotspot, you can't use your phone's applications to access the internet via its Wi-Fi connection</li><br>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ManifestElementDescriptor.java 38 * @param tooltip An optional tooltip. Can be null or empty.
39 * @param sdk_url An optional SKD URL. Can be null or empty.
40 * @param attributes The list of allowed attributes. Can be null or empty.
41 * @param children The list of allowed children. Can be null or empty.
56 * @param tooltip An optional tooltip. Can be null or empty.
57 * @param sdk_url An optional SKD URL. Can be null or empty.
58 * @param attributes The list of allowed attributes. Can be null or empty.
59 * @param children The list of allowed children. Can be null or empty.
  /sdk/layoutopt/libs/uix/src/resources/rules/
MergeRootFrameLayout.rule 3 // Description: Checks whether the root node of the XML document can be
17 analysis << "The root-level <FrameLayout/> can be replaced with <merge/>"
  /system/core/libacc/tests/data/
bellard.otccex.c 3 * Sample OTCC C example. You can uncomment the first line and install
8 include so that a standard C compiler can compile this code too. */
35 /* local variables can be declared. Only 'int' type is supported */
48 /* Numbers can be entered in decimal, hexadecimal ('0x' prefix) and
55 /* Character constants can be used */
93 /* Any libc function can be used because OTCC uses dynamic linking */
99 /* external variables can be used too (here: 'stderr') */
120 /* functions can be used before being defined */
  /build/libs/host/
Android.mk 20 # acp uses libhost, so we can't use
  /build/target/board/emulator/
README.txt 6 It can be used to build the entire user-level system, and
  /build/target/board/generic/
README.txt 4 It can be used to build the entire user-level system, and
  /cts/tools/dasm/src/java_cup/
internal_error.java 14 for cases when we can't actually throw the exception. */
  /dalvik/dx/src/junit/runner/
StandardTestSuiteLoader.java 4 * The standard test suite loader. It can only load the same class once.

Completed in 212 milliseconds

<<11121314151617181920>>