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

<<11121314151617181920>>

  /frameworks/base/docs/html/resources/articles/
speech-input.jd 4 <p> People love their mobile phones because they can stay in touch wherever they
14 to stay connected. Now you can dictate your message instead of typing it. Just
15 tap the new microphone button on the keyboard, and you can speak in just about
18 <p> We believe speech can
23 because you can dictate a reply to any SMS with a
59 <p>Android is an open platform, so your application can potentially make
68 US devices, and it's also available on Market. You can check whether Voice
76 "weather in Mountain View" if you're using Google Search. You can make sure your
90 directly into their applications can reap the benefits as well. </p
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 48 throw new NullPointerException("getInternalFormat can't be used with a null Bitmap");
67 throw new NullPointerException("getType can't be used with a null Bitmap");
88 * Whether or not bitmap can have non power of two dimensions depends on
101 throw new NullPointerException("texImage2D can't be used with a null Bitmap");
124 throw new NullPointerException("texImage2D can't be used with a null Bitmap");
143 throw new NullPointerException("texImage2D can't be used with a null Bitmap");
162 * Whether or not bitmap can have non power of two dimensions depends on
175 throw new NullPointerException("texSubImage2D can't be used with a null Bitmap");
197 throw new NullPointerException("texSubImage2D can't be used with a null Bitmap");
  /frameworks/base/wifi/java/android/net/wifi/
package.html 4 <p>The Wi-Fi APIs provide a means by which applications can communicate
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
bitops_32.h 16 #error only <linux/bitops.h> can be included directly
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
bitops_32.h 16 #error only <linux/bitops.h> can be included directly
  /ndk/samples/hello-jni/tests/src/com/example/HelloJni/
HelloJniTest.java 10 * To run this test, you can type:
  /ndk/samples/two-libs/tests/src/com/example/TwoLib/
TwoLibTest.java 10 * To run this test, you can type:
  /packages/inputmethods/PinyinIME/
Android.mk 18 # Make sure our dictionary file is not compressed, so we can read it with
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/descriptors/
ItemElementDescriptor.java 36 * @param tooltip An optional tooltip. Can be null or empty.
37 * @param sdk_url An optional SKD URL. Can be null or empty.
38 * @param attributes The list of allowed attributes. Can be null or empty.
39 * @param children The list of allowed children. Can be null or empty.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ViewClassInfo.java 33 /** Super class. Can be null. */
35 /** Short javadoc. Can be null. */
37 /** Attributes for this view or view group. Can be empty but never null. */
45 /** Super class. Can be null. */
47 /** Layout Data Attributes for layout classes. Can be empty but not null. */
66 /** Returns the super class info. Can be null. */
70 /** Returns the LayoutData attributes. Can be empty but not null. */
74 /** Sets the LayoutData attributes. Can be empty but not null. */
108 /** Returns the super class. Can be null. */
  /sdk/layoutopt/libs/uix/src/resources/rules/
TooManyChildren.rule 10 analysis << "A scroll view can have only one child"
UselessView.rule 3 // Description: Checks whether a container view can be removed.
  /system/core/init/
README.BOOTCHART 2 files that can be later processed by the tools provided by www.bootchart.org.
24 You can also stop the bootcharting at any moment by doing the following:
35 which will use ADB to retrieve them and create a bootchart.tgz file that can be used with
40 NOTE: the bootchart.org webform doesn't seem to work at the moment, you can generate an
  /system/core/rootdir/etc/
mountd.conf 11 ## true if this mount point can be shared via USB mass storage
  /frameworks/base/core/java/android/view/
MenuItem.java 56 * Return the identifier for this menu item. The identifier can not
65 * identifier can not be changed after the menu is created.
91 * @return This Item so additional setters can be called.
103 * @return This Item so additional setters can be called.
122 * @return This Item so additional setters can be called.
141 * @return This Item so additional setters can be called.
154 * @return This Item so additional setters can be called.
172 * <p>Note that setIntent() can not be used with the versions of
182 * @return This Item so additional setters can be called.
188 * reference to the Intent which you can change as desired to modif
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
DataInput.java 23 * {@link DataOutput}. Types that can be read include byte, 16-bit short, 32-bit
54 * request can be satisfied.
66 * request can be satisfied.
78 * request can be satisfied.
90 * request can be satisfied.
102 * request can be satisfied.
116 * request can be satisfied.
137 * request can be satisfied.
151 * request can be satisfied.
167 * request can be satisfied
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
service-element.jd 19 <dt>can contain:</dt>
27 operations or a rich communications API that can be called by other
39 <dd>Whether or not the service can be instantiated by the system &mdash;
40 "{@code true}" if it can be, and "{@code false}" if not. The default value
54 <dd>Whether or not components of other applications can invoke
55 the service or interact with it &mdash; "{@code true}" if they can, and
58 with the same user ID can start the service or bind to it.
62 absence of any filters means that it can be invoked only by specifying
72 applications. You can also use a permission to limit the external entities that
73 can interact with the service (see the <code><a href="{@docRoot}guide/topics/manifest/service-element. (…)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 84 * Owner can Init/Read
98 * Owner can Init/Read
110 * Owner can Read
121 * Owner can Init/Read
133 * Owner can Init/Read
145 * Owner can Init/Read
158 * Owner can Init/Read/Write
165 * the transfer. Applications can write to this to confirm the transfer. the
171 * Owner can Init/Read/Write
178 * Applications can read this to follow the progress of each download. Se
    [all...]
  /external/iptables/extensions/
libipt_CLUSTERIP.c 99 exit_error(PARAMETER_PROBLEM, "Can only specify `--new' once\n");
104 exit_error(PARAMETER_PROBLEM, "Can only specify hashmode combined with `--new'\n");
106 exit_error(PARAMETER_PROBLEM, "Can only specify hashmode once\n");
120 exit_error(PARAMETER_PROBLEM, "Can only specify MAC combined with `--new'\n");
122 exit_error(PARAMETER_PROBLEM, "Can only specify MAC once\n");
130 exit_error(PARAMETER_PROBLEM, "Can only specify node number combined with `--new'\n");
132 exit_error(PARAMETER_PROBLEM, "Can only specify total node number once\n");
140 exit_error(PARAMETER_PROBLEM, "Can only specify node number combined with `--new'\n");
142 exit_error(PARAMETER_PROBLEM, "Can only specify local node number once\n");
151 exit_error(PARAMETER_PROBLEM, "Can only specify hash init value combined with `--new'\n")
    [all...]
  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/
CharsetEncoder.java 27 * A converter that can converts a 16-bit Unicode character sequence to a byte
52 * returned to indicate the stop reason, and the invoker can identify the result
61 * Both errors can be handled in three ways, the default one is to report the
65 * default and can be changed by invoking the
67 * can choose one way by specifying a
105 // maximum bytes per character can be created by this encoder
135 * maximum number of bytes which can be created by this encoder
158 * maximum number of bytes which can be created by this encoder
163 * and must be a legal replacement, which can be justified by
199 * Checks if the given character can be encoded by this encoder
    [all...]
  /external/wpa_supplicant/
config_ssid.h 5 * This program is free software; you can redistribute it and/or modify
72 * This pointer can be used to iterate over all networks. The head of
80 * This pointer can be used to iterate over all networks in the same
100 * of the networks are more desirable, this field can be used to change
120 * ssid_len=0), any SSID can be used. For wired interfaces, this must
197 * scan_ssid can be used to scan for APs using hidden SSIDs.
198 * Note: Many drivers do not support this. ap_mode=2 can be used with
265 * This file can have one or more trusted CA certificates. If ca_cert
272 * Alternatively, a named configuration blob can be used by setting
275 * On Windows, trusted CA certificates can be loaded from the syste
    [all...]
  /external/bison/
INSTALL 20 you can run in the future to recreate the current configuration, and a
24 It can also use an optional file (typically called `config.cache'
32 diffs or instructions to the address given in the `README' so they can
61 5. You can remove the program binaries and object files from the
63 files that `configure' created (so you can compile the package for
77 You can give `configure' initial values for configuration parameters
88 You can compile the package for more than one kind of computer at the
107 can specify an installation prefix other than `/usr/local' by giving
110 You can specify separate installation prefixes for
116 In addition, if you use an unusual directory layout you can giv
    [all...]
  /external/bluetooth/bluez/
INSTALL 20 you can run in the future to recreate the current configuration, and a
24 It can also use an optional file (typically called `config.cache'
32 diffs or instructions to the address given in the `README' so they can
61 5. You can remove the program binaries and object files from the
63 files that `configure' created (so you can compile the package for
77 You can give `configure' initial values for configuration parameters
88 You can compile the package for more than one kind of computer at the
106 `/usr/local/bin', `/usr/local/man', etc. You can specify an
110 You can specify separate installation prefixes for
116 In addition, if you use an unusual directory layout you can giv
    [all...]
  /external/bluetooth/hcidump/
INSTALL 20 you can run in the future to recreate the current configuration, and a
24 It can also use an optional file (typically called `config.cache'
32 diffs or instructions to the address given in the `README' so they can
61 5. You can remove the program binaries and object files from the
63 files that `configure' created (so you can compile the package for
77 You can give `configure' initial values for configuration parameters
88 You can compile the package for more than one kind of computer at the
106 `/usr/local/bin', `/usr/local/man', etc. You can specify an
110 You can specify separate installation prefixes for
116 In addition, if you use an unusual directory layout you can giv
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
runtime-changes.jd 25 <p>Some device configurations can change during runtime
37 your Activity so that you can save data about the application state. You can then restore the state
50 restoring significant amounts of data can be costly and create a poor user experience. In such a
61 changes and receive a callback when the configurations do change, so that you can manually update
75 data within it must be serialized then deserialized, which can consume a lot of memory and make the
76 configuration change slow. In such a situation, you can alleviate the burden of reinitializing
92 android.app.Activity#onRetainNonConfigurationInstance()}, you can return any {@link
96 <p>A scenario in which this can be valuable is if your application loads a lot of data from the
98 must re-fetch the data, which could be slow. What you can do instead is implemen
    [all...]

Completed in 337 milliseconds

<<11121314151617181920>>