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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/telemetry/telemetry/page/actions/
click_element.py 15 assert hasattr(self, 'selector') or hasattr(self, 'text')
16 if hasattr(self, 'selector'):
31 if hasattr(self, 'wait_for_navigate'):
33 elif hasattr(self, 'wait_for_href_change'):
scroll.py 21 if (hasattr(self, 'scroll_requires_touch') and
29 if hasattr(self, 'remaining_scroll_distance_function'):
46 if hasattr(self, 'left_start_percentage'):
48 if hasattr(self, 'top_start_percentage'):
50 if hasattr(self, 'scrollable_element_function'):
seek.py 36 assert hasattr(self, 'seek_time')
37 selector = self.selector if hasattr(self, 'selector') else ''
38 log_seek = self.log_seek == True if hasattr(self, 'log_seek') else True
41 timeout = self.wait_timeout if hasattr(self, 'wait_timeout') else 60
43 if hasattr(self, 'wait_for_seeked') and self.wait_for_seeked:
wait.py 16 assert hasattr(self, 'condition')
20 assert hasattr(self, 'condition')
23 assert hasattr(self, 'seconds')
45 assert hasattr(self, 'text') or hasattr(self, 'selector')
57 assert hasattr(self, 'javascript')
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:
  /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...]
test_openpty.py 6 if not hasattr(os, "openpty"):
test_setcomps.py 141 if verbose and hasattr(sys, "gettotalrefcount"):
  /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/arm/arm-eabi-4.6/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/arm/arm-linux-androideabi-4.6/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/arm/arm-eabi-4.6/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/arm/arm-linux-androideabi-4.6/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/tools/telemetry/telemetry/
test.py 25 assert hasattr(self, 'test'), 'This test has no "test" attribute.'
61 assert hasattr(self, 'page_set'), 'This test has no "page_set" attribute.'
71 if hasattr(self, 'expectations'):
  /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__'):
  /prebuilts/python/linux-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 979 milliseconds

1 2 3 4 5 6 7 8 91011>>