/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/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 284 #requires = eType.get('requires') 285 #if requires is not None: 286 # types[requires] 292 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 | 174 void TypeDoesntNeedAccessCheck() REQUIRES(!stats_lock_) { 179 void TypeNeedsAccessCheck() REQUIRES(!stats_lock_) { 184 void ResolvedInstanceField() REQUIRES(!stats_lock_) { 189 void UnresolvedInstanceField() REQUIRES(!stats_lock_) { 194 void ResolvedLocalStaticField() REQUIRES(!stats_lock_) { 199 void ResolvedStaticField() REQUIRES(!stats_lock_) { 204 void UnresolvedStaticField() REQUIRES(!stats_lock_) { 210 void PreciseTypeDevirtualization() REQUIRES(!stats_lock_) { 216 void SafeCast() REQUIRES(!stats_lock_) { 222 void NotASafeCast() REQUIRES(!stats_lock_) 2967 requires_constructor_barrier_.emplace(ClassReference(dex_file, class_def_index), requires); local 2982 const bool requires = RequiresConstructorBarrier(*dex_file, class_def_index); local [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 | |
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-metadata-model/0.18.1/ |
tycho-metadata-model-0.18.1.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.osgi_3.6.2.R36x_v20110210.jar | |