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

<<11121314151617181920>>

  /frameworks/base/graphics/java/android/graphics/drawable/
package.html 6 level indicator). You can create most of these in XML as described in <a
  /frameworks/base/test-runner/src/junit/runner/
StandardTestSuiteLoader.java 4 * The standard test suite loader. It can only load the same class once.
  /packages/apps/Settings/assets/html/en_gb/
tethering_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>
28 <span class="style1">You can turn your phone into a Wi-Fi access point, to share your phone's Internet connection with one or more computers or other devices</span>
30 <li>When your phone is acting as an access point, you can't use your phone's applications to access the Internet via its Wi-Fi connection</li><br>
  /packages/apps/Settings/assets/html/en_us/
tethering_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>
28 <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>
30 <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>
  /prebuilt/android-arm/gdbserver/
Android.mk 13 # Any prebuilt files with default TAGS can use the below:
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
alias.h 6 GCC is free software; you can redistribute it and/or modify it under
26 this type can take the values 0 (the alias set which aliases
48 /* This alias set can be used to force a memory to conflict with all
50 can move. Note that there are other legacy ways to create such
  /sdk/templates/
java_tests_file.template 10 * To run this test, you can type:
  /bionic/libc/arch-x86/bionic/
_exit_with_stack_teardown.S 13 /* we can trash %ebx here since this call should never return. */
14 /* We can also take advantage of the fact that the linux syscall trap
31 /* can't have a ret here since we no longer have a usable stack. Seems
  /external/bison/lib/
get-errno.c 5 This program is free software; you can redistribute it and/or modify
30 but doesn't need to test for specific errno values, can use these
33 define EQUAL; such a file can include <get-errno.h> instead. */
  /external/bison/src/
nullable.h 6 Bison is free software; you can redistribute it and/or modify
24 /* A vector saying which nonterminals can expand into the null string.
25 NULLABLE[I - NTOKENS] is nonzero if symbol I can do so. */
  /external/clearsilver/perl/
README 11 archive can use it get an idea of the modules uses. It is usually a
12 good idea to provide version information here so that people can
36 This Perl module can be distributed under GPL version 2, or
  /external/icu4c/layout/
CharSubstitutionFilter.h 19 * accepts only those characters which the given font can display.
66 * character can be displayed by the filter's
71 * @return TRUE if the filter's font can display this character.
  /external/icu4c/samples/layout/
ScriptCompositeFontInstance.h 27 * Get a physical font which can render the given text. For composite fonts,
28 * if there is no single physical font which can render all of the text,
29 * return a physical font which can render an initial substring of the text,
35 * know the script of the text, you can use zero, which is the script code
40 * <code>this</code> and indicates that the entire string can be rendered.
56 * which cannot be rendered by the font used for Arabic characters, but which can
61 * will be set the the limit offset of the text which can be
66 * can be returned for some reason. May also be set to
70 * @return an <code>LEFontInstance</code> for the sub font which can render the characters, or
144 // Can't get units per EM without knowing which sub-font, s
    [all...]
  /external/iproute2/man/man8/
tc-pfifo_fast.8 22 queues side by side, where packets can be enqueued in any of the three bands
26 have traffic, higher bands are never dequeued. This can be used to
29 Each band can be txqueuelen packets long, as configured with
  /external/iptables/extensions/
libip6t_REJECT.man 15 The type given can be
29 can be used on rules which only match the TCP protocol: this causes a
35 can only be used with kernel versions 2.6.14 or latter.
  /external/jsr305/ri/src/main/java/javax/annotation/
Syntax.java 12 * or regular expression syntax. This can be used to provide syntax checking of
13 * constant values at compile time, run time checking at runtime, and can assist
37 * Syntax names can be followed by a colon and a list of key value pairs,
  /external/proguard/src/proguard/io/
DataEntryPump.java 7 * This program is free software; you can redistribute it and/or modify it
30 * directory structure. The reader can for instance collect the classes,
39 * implementation can provide.
  /external/v8/
Android.mk 22 # 1. use JS_ENGINE environment variable, value can be either 'jsc' or 'v8'
27 # can be set to true, so that two builds can be different but without
  /frameworks/base/core/java/android/appwidget/
package.html 3 views are called widgets, and are published by "AppWidget providers." The component that can
15 <p>Any application can publish widgets. All an application needs to do to publish a widget is
24 <p>Widget hosts are the containers in which widgets can be placed. Most of the look and feel
  /frameworks/base/graphics/java/android/graphics/
DrawFilter.java 20 * A DrawFilter subclass can be installed in a Canvas. When it is present, it
21 * can modify the paint that is used to draw (temporarily). With this, a filter
22 * can disable/enable antialiasing, or change the color for everything this is
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
ArchiveInfo.java 32 * installed. It can replace an existing local one. It can also depends on another
34 * installed first. Finally this archive can also be a dependency for another one.
59 * Can be null if this archive does not replace anything.
61 * <em>this</em> archive depends upon. In other words, we can only install
63 * means we need to install the dependency first. Can be null or empty.
82 * Can be null if this archive does not replace anything.
90 * archive depends upon. In other words, we can only install this archive if the
93 * This array can be null or empty. It can't contain nulls though.
    [all...]
  /system/extras/tests/bionic/libc/
README.TXT 19 Contains tests that can be compiled either with Bionic or another
23 Contains tests that come from the GNU C Library. However, they can
27 Contains tests that can *only* be compiled against Bionic
  /device/htc/common/updater/
bootloader.c 49 LOGE("Can't find %s\n", MISC_NAME);
55 LOGE("Can't open %s\n(%s)\n", MISC_NAME, strerror(errno));
62 if (r != size) LOGE("Can't read %s\n(%s)\n", MISC_NAME, strerror(errno));
80 LOGE("Can't find %s\n", MISC_NAME);
86 LOGE("Can't open %s\n(%s)\n", MISC_NAME, strerror(errno));
93 if (r != size) LOGE("Can't read %s\n(%s)\n", MISC_NAME, strerror(errno));
107 LOGE("Can't open %s\n(%s)\n", MISC_NAME, strerror(errno));
111 LOGE("Can't write %s\n(%s)\n", MISC_NAME, strerror(errno));
116 LOGE("Can't finish %s\n(%s)\n", MISC_NAME, strerror(errno));
162 LOGE("Can't find %s\n", CACHE_NAME)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 31 * can produce another set of XML elements. Because of the flat nature of Android's layout
33 * view group can contain any other view). This is an implied contract of this class that is
36 * <em>will</em> reference themselves (e.g. a ViewGroup can contain a ViewGroup).
51 /** The list of layout attributes. Can be empty but not null. */
54 /** The super-class descriptor. Can be null. */
66 * @param tooltip An optional tooltip. Can be null or empty.
67 * @param sdk_url An optional SKD URL. Can be null or empty.
68 * @param attributes The list of allowed attributes. Can be null or empty.
69 * @param layoutAttributes The list of layout attributes. Can be null or empty.
70 * @param children The list of allowed children. Can be null or empty
    [all...]
  /external/bluetooth/bluez/test/
agent.c 8 * This program is free software; you can redistribute it and/or modify
101 fprintf(stderr, "Can't create reply message\n");
146 fprintf(stderr, "Can't create reply message\n");
181 fprintf(stderr, "Can't create reply message\n");
211 fprintf(stderr, "Can't create reply message\n");
245 fprintf(stderr, "Can't create reply message\n");
297 fprintf(stderr, "Can't register object path for agent\n");
304 fprintf(stderr, "Can't allocate new method call\n");
319 fprintf(stderr, "Can't register agent\n");
343 fprintf(stderr, "Can't allocate new method call\n")
    [all...]

Completed in 338 milliseconds

<<11121314151617181920>>