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

<<11121314151617181920>>

  /packages/providers/DownloadProvider/
AndroidManifest.xml 6 <!-- Allows access to the Download Manager -->
12 <!-- Allows advanced access to the Download Manager -->
18 <!-- Allows to send download completed intents -->
24 <!-- Allows to download non-purgeable files to the cache partition through the public API -->
30 <!-- Allows to queue downloads without a notification shown while the download runs. -->
37 <!-- Allows an app to access all downloads in the system via the /all_downloads/ URIs. The
  /frameworks/rs/driver/runtime/
rs_structs.h 14 * Having the layout information available in this file allows us to
76 * Having the layout information available in this file allows us to
110 * Having the layout information available in this file allows us to
138 * Having the layout information available in this file allows us to
170 * Having the layout information available in this file allows us to
208 * Having the layout information available in this file allows us to
244 * Having the layout information available in this file allows us to
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
capability.h 111 /* Allows setgid(2) manipulation */
112 /* Allows setgroups(2) */
113 /* Allows forged gids on socket credentials passing. */
117 /* Allows set*uid(2) manipulation (including fsuid). */
118 /* Allows forged pids on socket credentials passing. */
136 /* Allows binding to TCP/UDP sockets below 1024 */
137 /* Allows binding to ATM VCIs below 32 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capability.h 111 /* Allows setgid(2) manipulation */
112 /* Allows setgroups(2) */
113 /* Allows forged gids on socket credentials passing. */
117 /* Allows set*uid(2) manipulation (including fsuid). */
118 /* Allows forged pids on socket credentials passing. */
136 /* Allows binding to TCP/UDP sockets below 1024 */
137 /* Allows binding to ATM VCIs below 32 */
  /external/smack/src/org/jivesoftware/smack/packet/
PrivacyItem.java 98 * Sets whether the receiver allows or denies incoming IQ stanzas or not.
100 * @param filterIQ indicates if the receiver allows or denies incoming IQ stanzas.
108 * Returns whether the receiver allows or denies incoming messages or not.
118 * Sets wheather the receiver allows or denies incoming messages or not.
120 * @param filterMessage indicates if the receiver allows or denies incoming messages or not.
128 * Returns whether the receiver allows or denies incoming presence or not.
138 * Sets whether the receiver allows or denies incoming presence or not.
140 * @param filterPresence_in indicates if the receiver allows or denies filtering incoming presence.
148 * Returns whether the receiver allows or denies incoming presence or not.
158 * Sets whether the receiver allows or denies outgoing presence or not.
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-cardinalities.h 124 // Creates a cardinality that allows at least n calls.
127 // Creates a cardinality that allows at most n calls.
130 // Creates a cardinality that allows any number of calls.
133 // Creates a cardinality that allows between min and max calls.
136 // Creates a cardinality that allows exactly n calls.
  /external/chromium/testing/gmock/src/
gmock-cardinalities.cc 138 // Creates a cardinality that allows at least n calls.
141 // Creates a cardinality that allows at most n calls.
144 // Creates a cardinality that allows any number of calls.
147 // Creates a cardinality that allows between min and max calls.
152 // Creates a cardinality that allows exactly n calls.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
RSAESOAEPparams.java 117 * ... -- Allows for future expansion --
121 * ... -- Allows for future expansion --
125 * ... -- Allows for future expansion --
  /external/chromium/chrome/browser/extensions/
extension_tts_api_win.cc 69 // The TTS api allows a range of -10 to 10 for speech rate.
74 // The TTS api allows a range of -10 to 10 for speech pitch.
84 // The TTS api allows a range of 0 to 100 for speech volume.
  /external/chromium/net/url_request/
url_request_job_tracker.h 20 // This allows us to warn on leaked jobs and also allows an observer to track
87 // allows iteration over all active jobs
  /external/chromium_org/base/debug/
trace_event_win.h 44 // Allows passing extra as a std::string for convenience.
52 // Allows passing extra as a const char* to avoid constructing temporary
82 // Exposed for unittesting only, allows resurrecting our
  /external/chromium_org/device/nfc/
nfc_tag_technology.h 15 // NfcTagTechnology represents an NFC technology that allows a certain type of
17 // The NfcTagTechnology hierarchy allows both raw and high-level I/O operations
58 // NfcNdefTagTechnology allows reading and writing NDEF messages to a tag. This
  /external/chromium_org/sandbox/win/src/
handle_policy_test.cc 47 // Tests that duplicating an object works only when the policy allows it.
68 // Tests that duplicating an object works only when the policy allows it.
90 // Tests that duplicating an object works only when the policy allows it.
  /external/chromium_org/third_party/WebKit/public/web/
WebFileChooserParams.h 41 // If |multiSelect| is true, the dialog allows the user to select multiple files.
43 // If |directory| is true, the dialog allows the user to select a directory.
45 // If |saveAs| is true, the dialog allows the user to select a possibly
  /external/kernel-headers/original/asm-generic/
fcntl.h 156 #define LOCK_READ 64 /* which allows concurrent read operations */
157 #define LOCK_WRITE 128 /* which allows concurrent write operations */
158 #define LOCK_RW 192 /* which allows concurrent read & write ops */
  /frameworks/av/include/camera/
ICameraRecordingProxy.h 33 * Camera service allows only one client at a time. Since camcorder application
36 * proxy of ICamera, which allows the media recorder to start/stop the recording
38 * that allows the recorder to receive video frames during recording.
  /external/chromium_org/tools/python/google/httpd_config/
httpd2_mac.conf 4 # Listen: Allows you to bind Apache to specific IP addresses and/or
107 # AddLanguage allows you to specify the language of a document. You can
169 # LanguagePriority allows you to give precedence to some languages
180 # AddType allows you to tweak mime.types without actually editing it, or to
186 # AddEncoding allows you to have certain browsers uncompress
195 # AddHandler allows you to map certain file extensions to "handlers",
  /developers/build/
sample-create 16 # Record the current working directory. This allows us to correctly interpret
33 # allows us to define build dependencies as relative paths, rather than requiring the developer
  /external/chromium/chrome/browser/ui/cocoa/
about_ipc_controller.h 45 // Each BOOL allows events that have that name prefix.
46 // E.g. if set, appCache_ allows events named AppCache*.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_window.mm 80 // checked. That allows us to round the bottom corners of the folder
81 // window. However that also allows some scrollWheel: events to leak
  /external/chromium/chrome/browser/ui/views/
browser_dialogs.h 15 // access the class of the popup. It allows us to break dependencies by
70 // Shows a dialog box that allows a search engine to be edited. |template_url|
  /external/chromium_org/base/posix/
unix_domain_socket_linux.h 59 // Similar to SendRecvMsg(), but |recvmsg_flags| allows to control the flags
68 // Similar to RecvMsg, but allows to specify |flags| for recvmsg(2).
  /external/chromium_org/base/
supports_user_data.h 31 // The user data allows the clients to associate data with this object.
40 // only used on one thread. Calling this method allows the caller to hand
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter.h 17 // This class allows resetting certain aspects of a profile to default values.
48 // completion. |default_settings| allows the caller to specify some default
  /external/chromium_org/chrome/browser/ui/cocoa/
about_ipc_controller.h 44 // Each BOOL allows events that have that name prefix.
45 // E.g. if set, appCache_ allows events named AppCache*.

Completed in 1309 milliseconds

<<11121314151617181920>>