HomeSort by relevance Sort by last modified time
    Searched refs:hasattr (Results 1 - 25 of 822) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/telemetry/telemetry/page/actions/
navigate.py 10 assert hasattr(self, 'url'), 'Must specify url for navigate action'
14 if hasattr(self, 'script_to_evaluate_on_commit'):
17 if hasattr(self, 'timeout_seconds') and self.timeout_seconds:
loop.py 30 assert hasattr(self, 'loop_count') and self.loop_count > 0
31 selector = self.selector if hasattr(self, 'selector') else ''
34 timeout = (self.wait_timeout if hasattr(self, 'wait_timeout')
37 if hasattr(self, 'wait_for_loop') and not self.wait_for_loop:
scroll.py 25 if hasattr(self, 'scroll_requires_touch'):
37 if hasattr(self, 'scroll_distance_function'):
57 if hasattr(self, 'left_start_percentage'):
59 if hasattr(self, 'top_start_percentage'):
61 if hasattr(self, 'direction'):
66 if hasattr(self, 'speed'):
68 if hasattr(self, 'scroll_requires_touch') and self.scroll_requires_touch:
70 if hasattr(self, 'scrollable_element_function'):
scroll_bounce.py 56 if hasattr(self, 'left_start_percentage'):
58 if hasattr(self, 'top_start_percentage'):
60 if hasattr(self, 'direction'):
65 if hasattr(self, 'distance'):
67 if hasattr(self, 'overscroll'):
69 if hasattr(self, 'repeat_count'):
71 if hasattr(self, 'speed'):
73 if hasattr(self, 'element_function'):
seek.py 34 assert hasattr(self, 'seek_time')
35 selector = self.selector if hasattr(self, 'selector') else ''
36 log_seek = self.log_seek == True if hasattr(self, 'log_seek') else True
37 seek_label = self.seek_label if hasattr(self, 'seek_label') else ''
40 timeout = self.wait_timeout if hasattr(self, 'wait_timeout') else 60
42 if hasattr(self, 'wait_for_seeked') and self.wait_for_seeked:
play.py 31 selector = self.selector if hasattr(self, 'selector') else ''
33 timeout = self.wait_timeout if hasattr(self, 'wait_timeout') else 60
35 if hasattr(self, 'wait_for_playing') and self.wait_for_playing:
38 if hasattr(self, 'wait_for_ended') and self.wait_for_ended:
repaint_continuously.py 18 assert(hasattr(self, 'seconds'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
xmltests.py 12 if hasattr(module, "test_main"):
test_errno.py 17 self.assertTrue(hasattr(errno, error_code),
23 self.assertTrue(hasattr(errno, value), 'no %s attr in errno' % value)
test_posix.py 56 if hasattr(posix, 'getresuid'):
63 if hasattr(posix, 'getresgid'):
70 if hasattr(posix, 'setresuid'):
84 if hasattr(posix, 'setresgid'):
98 @unittest.skipUnless(hasattr(posix, 'initgroups'),
124 if hasattr(posix, 'statvfs'):
128 if hasattr(posix, 'fstatvfs'):
136 if hasattr(posix, 'ftruncate'):
147 if hasattr(posix, 'dup'):
157 if hasattr(posix, 'confstr')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
xmltests.py 12 if hasattr(module, "test_main"):
test_errno.py 17 self.assertTrue(hasattr(errno, error_code),
23 self.assertTrue(hasattr(errno, value), 'no %s attr in errno' % value)
test_posix.py 56 if hasattr(posix, 'getresuid'):
63 if hasattr(posix, 'getresgid'):
70 if hasattr(posix, 'setresuid'):
84 if hasattr(posix, 'setresgid'):
98 @unittest.skipUnless(hasattr(posix, 'initgroups'),
124 if hasattr(posix, 'statvfs'):
128 if hasattr(posix, 'fstatvfs'):
136 if hasattr(posix, 'ftruncate'):
147 if hasattr(posix, 'dup'):
157 if hasattr(posix, 'confstr')
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/
printing.py 105 if not hasattr(printer, "__name__") and not hasattr(printer, "name"):
107 if hasattr(printer, "name") and not hasattr(printer, "enabled"):
109 if not hasattr(printer, "__call__"):
121 if hasattr(printer, "name"):
135 if hasattr(p, "name") and p.name == printer.name:
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/
printing.py 105 if not hasattr(printer, "__name__") and not hasattr(printer, "name"):
107 if hasattr(printer, "name") and not hasattr(printer, "enabled"):
109 if not hasattr(printer, "__call__"):
121 if hasattr(printer, "name"):
135 if hasattr(p, "name") and p.name == printer.name:
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/
printing.py 105 if not hasattr(printer, "__name__") and not hasattr(printer, "name"):
107 if hasattr(printer, "name") and not hasattr(printer, "enabled"):
109 if not hasattr(printer, "__call__"):
121 if hasattr(printer, "name"):
135 if hasattr(p, "name") and p.name == printer.name:
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/
printing.py 105 if not hasattr(printer, "__name__") and not hasattr(printer, "name"):
107 if hasattr(printer, "name") and not hasattr(printer, "enabled"):
109 if not hasattr(printer, "__call__"):
121 if hasattr(printer, "name"):
135 if hasattr(p, "name") and p.name == printer.name:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
__init__.py 64 if hasattr(__builtin__, "unicode") and isinstance(encoding, unicode):
126 if not hasattr(entry[0], '__call__') or \
127 not hasattr(entry[1], '__call__') or \
128 (entry[2] is not None and not hasattr(entry[2], '__call__')) or \
129 (entry[3] is not None and not hasattr(entry[3], '__call__')) or \
130 (len(entry) > 4 and entry[4] is not None and not hasattr(entry[4], '__call__')) or \
131 (len(entry) > 5 and entry[5] is not None and not hasattr(entry[5], '__call__')):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
__init__.py 64 if hasattr(__builtin__, "unicode") and isinstance(encoding, unicode):
126 if not hasattr(entry[0], '__call__') or \
127 not hasattr(entry[1], '__call__') or \
128 (entry[2] is not None and not hasattr(entry[2], '__call__')) or \
129 (entry[3] is not None and not hasattr(entry[3], '__call__')) or \
130 (len(entry) > 4 and entry[4] is not None and not hasattr(entry[4], '__call__')) or \
131 (len(entry) > 5 and entry[5] is not None and not hasattr(entry[5], '__call__')):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
__init__.py 48 if hasattr(_curses, 'COLORS'):
50 if hasattr(_curses, 'COLOR_PAIRS'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
__init__.py 48 if hasattr(_curses, 'COLORS'):
50 if hasattr(_curses, 'COLOR_PAIRS'):
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-symlink.py 18 if not hasattr(os, 'symlink'):
  /external/chromium_org/build/android/pylib/utils/
parallelizer.py 171 assert(not hasattr(self._objs, '_assertNoShadow'))
172 assert(not hasattr(self._objs, 'pGet'))
174 assert(not any(hasattr(o, '_assertNoShadow') for o in self._objs))
175 assert(not any(hasattr(o, 'pGet') for o in self._objs))
  /external/chromium_org/tools/telemetry/telemetry/
decorators.py 108 if hasattr(test, '__name__'):
110 elif hasattr(test, '__class__'):
115 if hasattr(test, '_disabled_strings'):
128 if hasattr(test, '_enabled_strings'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rlcompleter.py 92 if hasattr(val, '__call__'):
142 if hasattr(thisobject, '__class__'):
148 if word[:n] == attr and hasattr(thisobject, word):
156 if hasattr(klass,'__bases__'):

Completed in 263 milliseconds

1 2 3 4 5 6 7 8 91011>>