HomeSort by relevance Sort by last modified time
    Searched defs:requires (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/flatbuffers/python/
setup.py 28 requires=[], variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
__init__.py 8 This is raised when a test calls requires() for a resource that
25 def requires(resource, msg=None): function
172 print >> sys.stderr, "-r flag requires Python debug build"
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
__init__.py 8 This is raised when a test calls requires() for a resource that
25 def requires(resource, msg=None): function
172 print >> sys.stderr, "-r flag requires Python debug build"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 8 This is raised when a test calls requires() for a resource that
25 def requires(resource, msg=None): function
172 print >> sys.stderr, "-r flag requires Python debug build"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 8 This is raised when a test calls requires() for a resource that
25 def requires(resource, msg=None): function
172 print >> sys.stderr, "-r flag requires Python debug build"
  /external/python/cpython2/Lib/ctypes/test/
__init__.py 16 This is raised when a test calls requires() for a resource that
33 def requires(resource, msg=None): function
180 print >> sys.stderr, "-r flag requires Python debug build"
  /frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
VersionInfo.java 21 import com.android.systemui.plugins.annotations.Requires;
53 Requires requires = cls.getDeclaredAnnotation(Requires.class); local
54 if (requires != null) {
55 mVersions.put(requires.target(), new Version(requires.version(), required));
59 for (Requires r : requirements.value()) {
  /external/clang/test/Lexer/
keywords_test.cpp 58 CONCEPTS_KEYWORD(requires); variable
  /external/capstone/bindings/python/
setup.py 132 # Windows build: this process requires few things:
215 requires=['ctypes'], variable
  /external/toybox/lib/
args.c 128 unsigned excludes, requires; member in struct:getoptflagstate
333 if (new->flags & 1) gof->requires |= u;
482 if (gof.requires && !(gof.requires & toys.optflags)) {
  /external/deqp/scripts/khr_util/
registry.py 56 requires=None variable in class:Type
286 #requires = eType.get('requires')
287 #if requires is not None:
288 # types[requires]
294 requires=eType.get('requires'))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py 29 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
51 This is raised when a test calls requires() for a resource that
212 def requires(resource, msg=None): function
496 requires('urlfetch')
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
refpolicy.py 126 def requires(self): member in class:Node
882 # Handle empty requires
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refpolicy.py 126 def requires(self): member in class:Node
882 # Handle empty requires
  /external/python/cpython2/Lib/test/
test_support.py 32 "is_resource_enabled", "requires", "requires_mac_ver",
55 This is raised when a test calls requires() for a resource that
389 def requires(resource, msg=None): function
830 requires('urlfetch')
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
54 This is raised when a test calls requires() for a resource that
279 def requires(resource, msg=None): function
572 requires('urlfetch')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
54 This is raised when a test calls requires() for a resource that
279 def requires(resource, msg=None): function
572 requires('urlfetch')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
54 This is raised when a test calls requires() for a resource that
279 def requires(resource, msg=None): function
572 requires('urlfetch')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
54 This is raised when a test calls requires() for a resource that
279 def requires(resource, msg=None): function
572 requires('urlfetch')
    [all...]
  /art/compiler/driver/
compiler_driver.cc 180 void TypeDoesntNeedAccessCheck() REQUIRES(!stats_lock_) {
185 void TypeNeedsAccessCheck() REQUIRES(!stats_lock_) {
190 void ResolvedInstanceField() REQUIRES(!stats_lock_) {
195 void UnresolvedInstanceField() REQUIRES(!stats_lock_) {
200 void ResolvedLocalStaticField() REQUIRES(!stats_lock_) {
205 void ResolvedStaticField() REQUIRES(!stats_lock_) {
210 void UnresolvedStaticField() REQUIRES(!stats_lock_) {
216 void PreciseTypeDevirtualization() REQUIRES(!stats_lock_) {
222 void SafeCast() REQUIRES(!stats_lock_) {
228 void NotASafeCast() REQUIRES(!stats_lock_)
2960 requires_constructor_barrier_.emplace(ClassReference(dex_file, class_def_index), requires); local
2975 const bool requires = RequiresConstructorBarrier(*dex_file, class_def_index); local
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py 85 "is_resource_enabled", "requires", "requires_freebsd_version",
122 This is raised when a test calls requires() for a resource that
525 def requires(resource, msg=None): function
768 "test requires IEEE 754 doubles")
770 requires_zlib = unittest.skipUnless(zlib, 'requires zlib')
772 requires_gzip = unittest.skipUnless(gzip, 'requires gzip')
774 requires_bz2 = unittest.skipUnless(bz2, 'requires bz2')
776 requires_lzma = unittest.skipUnless(lzma, 'requires lzma')
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 366 // validation: "requires" constraints
368 final String [] requires = optdef.getRequiresSet (); // not canonicalized local
369 if (requires != null)
371 for (int r = 0; r < requires.length; ++ r)
373 if (opts.getOpt (requires [r]) == null)
374 opts.addError (formatMessage ("option \'" + opt.getName () + "\' requires option \'" + requires [r] + "\'"));
1543 final String [] requires = optdef.getRequiresSet (); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar 
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-metadata-model/0.18.1/
tycho-metadata-model-0.18.1.jar 

Completed in 417 milliseconds

1 2 3