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

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
posix_types.h 7 * This allows for 1024 file descriptors: if NR_OPEN is ever grown
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/xmltestdata/
test.xml 61 <LI>SGML allows the separation of abstract content from formatting.</LI>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/xmltestdata/
test.xml 61 <LI>SGML allows the separation of abstract content from formatting.</LI>
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.pom 16 the Java platform. It thus allows you to run Python on any Java platform.
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.pom 16 the Java platform. It thus allows you to run Python on any Java platform.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1-expected-completion56.txt 12 android:zAdjustment : Allows for an adjustment of the Z ordering of the content being animated for the duration of the animation. [enum]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capability.h 131 /* Allows setgid(2) manipulation */
132 /* Allows setgroups(2) */
133 /* Allows forged gids on socket credentials passing. */
137 /* Allows set*uid(2) manipulation (including fsuid). */
138 /* Allows forged pids on socket credentials passing. */
163 /* Allows binding to TCP/UDP sockets below 1024 */
164 /* Allows binding to ATM VCIs below 32 */
  /external/libnfc-nxp/src/
phOsalNfc_Timer.h 97 * \brief Allows to create new timer.
122 * \brief Allows to start an already created timer.
158 * This API allows to stop running timers. In case the timer is stopped, its callback will not be
178 * \brief Allows to delete the timer which is already created.
180 * This API allows to delete a timer. Incase timer is running
  /external/proguard/docs/manual/
gui.html 167 The text field following each entry allows to constrain the applicable classes
178 The variable list at the bottom allows to define additional entries
221 options</b> button at the bottom of the dialog allows to toggle showing the
225 <li>The <b>Comments</b> text field allows to add optional comments to this
229 <li>The <b>Keep</b> selection allows to specify whether you want to protect
236 <li>The <b>Allow</b> selection allows to specify whether you want to allow the
240 <li>The <b>Access</b> selections allows to specify constraints on the class or
259 <li>The <b>Class members</b> list allows to specify a list of fields and
268 options</b> button at the bottom of the dialog allows to toggle showing the
272 <li>The <b>Access</b> selections allows to specify constraints on the field o
    [all...]
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
gui.html 175 The text field following each entry allows to constrain the applicable classes
186 The variable list at the bottom allows to define additional entries
229 options</b> button at the bottom of the dialog allows to toggle showing the
233 <li>The <b>Comments</b> text field allows to add optional comments to this
237 <li>The <b>Keep</b> selection allows to specify whether you want to protect
244 <li>The <b>Allow</b> selection allows to specify whether you want to allow the
248 <li>The <b>Access</b> selections allows to specify constraints on the class or
267 <li>The <b>Class members</b> list allows to specify a list of fields and
276 options</b> button at the bottom of the dialog allows to toggle showing the
280 <li>The <b>Access</b> selections allows to specify constraints on the field o
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
unit_test_parameters.ipp 257 cla::description = "For the exception safety testing allows to break at specific execution path")
263 cla::description = "Allows to switch between catching and ignoring system errors (signals)")
266 cla::description = "Allows to switch between catching and ignoring floating point exceptions")
269 cla::description = "Allows to switch between catching and ignoring memory leaks")
284 cla::description = "Allows to switch between sequential and random order of test units execution.\n"
285 "Optionally allows to specify concrete seed for random number generator")
297 cla::description = "Allows to disable test modules's result code generation")
300 cla::description = "Allows to filter which test units to run")
303 cla::description = "Allows to switch between saving and matching against test pattern file")
  /external/chromium/chrome/common/extensions/docs/static/
experimental.proxy.html 44 any proxy involved. This mode allows no further parameters in the
51 This mode allows no further parameters in the <code>ProxyConfig</code>
60 Besides this, this mode allows no further parameters in the
67 Besides this, the <code>fixed_servers</code> mode allows no further parameters
72 operating system. This mode allows no further parameters in the
174 Chrome allows using different proxy settings for regular windows and incognito
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message_lite.h 176 // Like SerializeToCodedStream(), but allows missing required fields.
181 // Like SerializeToZeroCopyStream(), but allows missing required fields.
186 // Like SerializeToString(), but allows missing required fields.
191 // Like SerializeToArray(), but allows missing required fields.
201 // Like SerializeAsString(), but allows missing required fields.
207 // Like AppendToString(), but allows missing required fields.
  /external/chromium_org/tools/python/google/httpd_config/
httpd2.conf 4 # Listen: Allows you to bind Apache to specific IP addresses and/or
158 # AddLanguage allows you to specify the language of a document. You can
220 # LanguagePriority allows you to give precedence to some languages
231 # AddType allows you to tweak mime.types without actually editing it, or to
237 # AddEncoding allows you to have certain browsers uncompress
246 # AddHandler allows you to map certain file extensions to "handlers",
  /external/protobuf/src/google/protobuf/
message_lite.h 169 // Like SerializeToCodedStream(), but allows missing required fields.
174 // Like SerializeToZeroCopyStream(), but allows missing required fields.
179 // Like SerializeToString(), but allows missing required fields.
184 // Like SerializeToArray(), but allows missing required fields.
194 // Like SerializeAsString(), but allows missing required fields.
200 // Like AppendToString(), but allows missing required fields.
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 153 // The DefaultValue<T> class allows a user to specify the
196 // This partial specialization allows a user to set default values for
231 // This specialization allows DefaultValue<void>::Get() to
294 // This constructor allows us to turn an Action<Func> object into an
404 // Allows an Action<F2> object to pose as an Action<F1>, as long as F2
456 // This template type conversion operator allows Return(x) to be
511 // Allows ReturnNull() to be used in any pointer-returning function.
523 // Allows Return() to be used in any void-returning function.
539 // This template type conversion operator allows ReturnRef(x) to be
587 // This template type conversion operator allows ReturnRefOfCopy(x) to b
    [all...]
  /development/samples/training/ContactsList/
AndroidManifest.xml 48 via meta-data tag. This allows this activity to receive search intents via the
64 This allows use of the support library NavUtils class in a way that works over
  /docs/source.android.com/src/devices/tech/datausage/
kernel-overview.jd 26 allows the functionality to set named quota limits and was extended to
40 allows the ability to ascribe the ownership of each network socket to
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/
index.apt 20 This version of the plugin allows full control over ANTLR and allows configuration of all
  /external/antlr/antlr-3.4/gunit/
CHANGES.txt 62 * allows setting an output directory (for JUnitCodeGen)
64 * allows providing a classloader (for both JUnitCodeGen and gUnitExecutor)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
RSASSAPSSparams.java 134 * ... -- Allows for future expansion --
139 * ... -- Allows for future expansion --
  /external/chromium/base/threading/
thread_restrictions.h 41 // Constructing a ScopedAllowIO temporarily allows IO for the current
54 // Constructing a ScopedAllowSingleton temporarily allows accessing for the
  /external/chromium/chrome/browser/extensions/
extension_tts_api_chromeos.cc 92 // The TTS service allows a range of 0 to 2 for speech pitch.
100 // The TTS service allows a range of 0 to 5 for speech volume.
extension_webstore_private_api.h 22 // Allows you to set the ProfileSyncService the function will use for
26 // Allows you to set the BrowserSignin the function will use for
  /external/chromium/chrome/browser/
external_protocol_handler.h 58 // (checked in LaunchUrl) or if the user explicitly allows it. (By selecting
71 // Allows LaunchUrl to proceed with launching an external protocol handler.

Completed in 1016 milliseconds

<<21222324252627282930>>