Searched defs:blacklisted (Results 1 - 9 of 9) sorted by relevance

/external/python/cpython2/Tools/bgen/bgen/
H A Dscantools.py53 .blacklisted { background-color: yellow; color: red }
550 self.htmlreport("** no output: name is blacklisted", klass="blconstant")
600 self.htmlreport("*** no output generated: duplicate name", klass="blacklisted")
603 if self.blacklisted(type, name):
604 self.htmlreport("*** no output generated: function name or return type blacklisted", klass="blacklisted")
605 self.report("*** %s %s blacklisted", type, name)
613 self.htmlreport("*** no output generated: some argument blacklisted", klass="blacklisted")
732 self.htmlreport("*** no output generated: self.destination() returned None", klass="blacklisted")
760 def blacklisted(self, type, name): member in class:Scanner
[all...]
/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_utils.py2510 Returns a list of DeviceUtils instances that are attached, not blacklisted,
2526 blacklisted.
2528 blacklisted.
2535 NoDevicesError: Raised when no non-blacklisted devices exist and
2558 def blacklisted(serial): function in function:DeviceUtils.HealthyDevices
2560 logger.warning('Device %s is blacklisted.', serial)
2565 devices = [cls(x, **kwargs) for x in device_arg if not blacklisted(x)]
2569 if not blacklisted(adb.GetDeviceSerial()):
/external/libmojo/third_party/catapult/devil/devil/android/
H A Ddevice_utils.py2302 Returns a list of DeviceUtils instances that are attached, not blacklisted,
2318 blacklisted.
2320 blacklisted.
2327 NoDevicesError: Raised when no non-blacklisted devices exist and
2350 def blacklisted(serial): function in function:DeviceUtils.HealthyDevices
2352 logging.warning('Device %s is blacklisted.', serial)
2357 devices = [cls(x, **kwargs) for x in device_arg if not blacklisted(x)]
2361 if not blacklisted(adb.GetDeviceSerial()):
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 253 milliseconds