HomeSort by relevance Sort by last modified time
    Searched full:allows (Results 801 - 825 of 8470) sorted by null

<<31323334353637383940>>

  /docs/source.android.com/src/devices/
index.jd 62 The Binder Inter-Process Communication mechanism allows the application framework to
63 cross process boundaries and call into the Android system services code. This basically allows
79 <p>The HAL serves as a standard interface that allows the Android system to call into the device
  /external/chromium/base/debug/
trace_event_win.h 71 // Allows passing extra as a std::string for convenience.
79 // Allows passing extra as a const char* to avoid constructing temporary
109 // Exposed for unittesting only, allows resurrecting our
  /external/chromium_org/gpu/command_buffer/common/
command_buffer.h 118 // Allows the reader to update the current token value.
121 // Allows the reader to set the current parse error.
124 // Allows the reader to set the current context lost reason.
  /external/chromium_org/ppapi/api/private/
ppp_flash_browser_operations.idl 44 * This interface allows the browser to request the plugin do things.
48 * This function allows the plugin to implement the "Clear site data" feature.
60 * allows the plugin to implement "clear past hour" and "clear past data",
  /external/chromium_org/ppapi/c/private/
ppp_flash_browser_operations.h 85 * This interface allows the browser to request the plugin do things.
89 * This function allows the plugin to implement the "Clear site data" feature.
101 * allows the plugin to implement "clear past hour" and "clear past data",
  /external/chromium_org/third_party/libxml/src/
libxml.spec.in 13 This library allows to manipulate XML files. It includes support
32 This library allows to manipulate XML files. It includes support
53 This library allows to manipulate XML files. It includes support
libxml2.spec 13 This library allows to manipulate XML files. It includes support
32 This library allows to manipulate XML files. It includes support
53 This library allows to manipulate XML files. It includes support
  /external/chromium_org/third_party/mesa/src/docs/
RELNOTES-3.1 30 The change allows Mesa to be more easily substituted for OpenGL.
77 Allows specification of blend factors for RGB and Alpha independently.
93 Allows one to disable clip volume (frustum) testing.
RELNOTES-6.3 22 GL_ARB_draw_buffers - allows a fragment program to write to a number of
25 GL_OES_read_format - allows one to query the fastest glReadPixels format
30 GL_EXT_framebuffer_object - allows render-to-texture and provides a
  /external/guava/guava-testlib/src/com/google/common/testing/
SerializableTester.java 31 * allows test authors to intersperse {@code SerializableTester} calls with
48 * allows test authors to intersperse {@code SerializableTester} calls with
72 * allows test authors to intersperse {@code SerializableTester} calls with
  /external/llvm/include/llvm/Target/
TargetJITInfo.h 116 /// needsGOT - Allows a target to specify that it would like the
120 /// hasCustomConstantPool - Allows a target to specify that constant
124 /// hasCustomJumpTables - Allows a target to specify that jumptables
  /external/llvm/test/CodeGen/SystemZ/
fp-move-05.ll 17 ; Check the highest aligned offset that allows LD for both halves.
56 ; Check the highest aligned offset that allows LDY for both halves.
111 ; Check the lowest offset that allows LDY for both halves.
fp-move-08.ll 17 ; Check the highest aligned offset that allows STD for both halves.
56 ; Check the highest aligned offset that allows STDY for both halves.
111 ; Check the lowest offset that allows STDY for both halves.
  /external/mesa3d/docs/
RELNOTES-3.1 30 The change allows Mesa to be more easily substituted for OpenGL.
77 Allows specification of blend factors for RGB and Alpha independently.
93 Allows one to disable clip volume (frustum) testing.
RELNOTES-6.3 22 GL_ARB_draw_buffers - allows a fragment program to write to a number of
25 GL_OES_read_format - allows one to query the fastest glReadPixels format
30 GL_EXT_framebuffer_object - allows render-to-texture and provides a
  /external/openssh/regress/
scp.sh 111 [ -d {$DIR}/rootpathdir ] && fail "allows dir relative to root dir"
112 [ -d ${DIR}/dotpathdir ] && fail "allows dir creation in non-recursive mode"
116 [ -d ${DIR}/dotpathdir ] && fail "allows dir creation outside of subdir"
  /external/proguard/docs/
feedback.html 33 target="other">bug tracking page</a> (at SourceForge) allows you to submit
42 target="other">feature request page</a> (at SourceForge) allows you to
95 <em>not</em> looking for code contributions. Developing on my own allows me to
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSettings.java 14 * Shadow of {@code Settings} that allows the status of various System and Secure settings to be simulated, changed and
135 * Non-Android accessor that allows the value of the AIRPLANE_MODE_ON setting to be set.
144 * Non-Android accessor that allows the value of the WIFI_ON setting to be set.
  /frameworks/base/docs/html/training/sync-adapters/
index.jd 59 Allows you to add data transfer code to the system in the form of callable components.
65 Allows you to automate data transfer based on a variety of criteria, including data changes,
79 Allows you to centralize all of your app's data transfer tasks in one place, so that they
  /prebuilts/tools/common/proguard/proguard4.7/docs/
feedback.html 49 target="other">bug tracking page</a> (at SourceForge) allows you to submit
57 target="other">feature request page</a> (at SourceForge) allows you to
108 <em>not</em> looking for code contributions. Developing on my own allows me to
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
proxy.html 36 any proxy involved. This mode allows no further parameters in the
43 This mode allows no further parameters in the <code>ProxyConfig</code>
52 Besides this, this mode allows no further parameters in the
59 Besides this, the <code>fixed_servers</code> mode allows no further parameters
64 operating system. This mode allows no further parameters in the
  /external/llvm/include/llvm/ADT/
DepthFirstIterator.h 21 // This iterator stores the 'visited' set in an external set, which allows
22 // it to be more efficient, and allows external clients to use the set for
27 // This iterator stores the 'visited' set in an external set, which allows
28 // it to be more efficient, and allows external clients to use the set for
156 // the contained type is a pointer. This allows BBIt->getTerminator() f.e.
  /external/kernel-headers/original/linux/
capability.h 154 /* Allows setgid(2) manipulation */
155 /* Allows setgroups(2) */
156 /* Allows forged gids on socket credentials passing. */
160 /* Allows set*uid(2) manipulation (including fsuid). */
161 /* Allows forged pids on socket credentials passing. */
186 /* Allows binding to TCP/UDP sockets below 1024 */
187 /* Allows binding to ATM VCIs below 32 */
  /frameworks/base/docs/html/design/patterns/
app-structure.jd 64 Play Music allows navigation among artists, albums, and playlists through rich content display.
83 <li>If your app allows people to create content, consider making the content accessible right from the
130 <p>A <em>spinner</em> is a drop-down menu that allows users to switch between views of your app. </p>
151 <p>A <em>navigation drawer</em> is a slide-out menu that allows users to switch between views of your app. It can hold a large number of items and is accessible from anywhere in your app. Navigation drawers show your app's top-level views, but can also provide navigation to lower-level screens. This makes them particularly suitable for complex apps.</p>
230 Music allows the user to act upon a data item (song) from within the category view (album),
249 <p>The detail view allows you to view and act on your data. The layout of the detail view depends on the data type being displayed, and therefore differs widely among apps.</p>
264 allows for efficient scanning and quick access of phone numbers, email addresses and other
  /libcore/luni/src/main/java/java/net/
URLConnection.java 116 * Specifies whether this {@code URLConnection} allows sending data.
121 * Specifies whether this {@code URLConnection} allows receiving data.
358 * Returns the default setting whether this connection allows using caches.
369 * connection allows to receive data.
371 * @return {@code true} if this connection allows input, {@code false}
381 * this connection allows to send data.
383 * @return {@code true} if this connection allows output, {@code false}
662 * URLConnection} allows to use caches.
825 public static void setDefaultAllowUserInteraction(boolean allows) {
826 defaultAllowUserInteraction = allows;
    [all...]

Completed in 1135 milliseconds

<<31323334353637383940>>