HomeSort by relevance Sort by last modified time
    Searched refs:True (Results 276 - 300 of 3194) sorted by null

<<11121314151617181920>>

  /external/chromium_org/build/android/pylib/utils/
host_path_finder.py 21 candidate_paths = sorted(candidate_paths, key=os.path.getmtime, reverse=True)
timeout_retry.py 34 while True:
  /external/chromium_org/chrome/common/extensions/docs/server2/
sidenav_data_source.py 28 True if an item was marked 'selected'.
32 item['selected'] = True
33 return True
36 item['child_selected'] = True
37 return True
  /external/chromium_org/chrome/test/functional/ap_lab/
dlink_ap_configurator.py 93 return True
100 continue_screen = True
118 return True
164 def SetRadio(self, enabled=True):
174 def _SetRadio(self, enabled=True):
179 if ssid.get_attribute('disabled') == 'true':
182 radio_enabled = True
194 self._SetRadio(enabled=True)
201 self._SetRadio(enabled=True)
209 self.setRadioSetting(enabled=True)
    [all...]
linksys_ap_configurator.py 55 return True
78 return True
97 def SetRadio(self, enabled=True):
106 def _SetRadio(self, enabled=True):
119 self._SetRadio(enabled=True)
127 self._SetRadio(enabled=True)
183 def SetVisibility(self, visible=True):
186 def _SetVisibility(self, visible=True):
187 self._SetRadio(enabled=True)
  /external/chromium_org/chrome/test/pyautolib/
chromoting_helper.py 51 shutil.rmtree(host_dir, True)
54 subprocess.call('unzip remoting-me2me-host-mac.zip', shell=True)
55 subprocess.call('mkdir ' + output_dir, shell=True)
75 key_chain + ' "Chromoting Test"', shell=True)
90 subprocess.call('hdiutil' + ' mount ' + dmg, shell=True)
102 subprocess.call('hdiutil detach "' + mounted + '"', shell=True)
105 shutil.rmtree(host_dir, True)
137 shutil.rmtree(mock_pref_pane, True)
154 shutil.rmtree(pref_pane, True)
  /external/chromium_org/components/tools/metrics/
count_ifdefs_unittest.py 25 count = count_ifdefs.CountIfdefs('OS_[A-Z]+', self.root, True)
  /external/chromium_org/testing/gtest/test/
gtest_throw_on_failure_test.py 71 """Runs a command; returns True/False if its exit code is/isn't 0."""
92 should_fail: True iff the program is expected to fail.
141 should_fail=True)
151 should_fail=True)
161 should_fail=True)
167 should_fail=True)
  /external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/
main.py 56 date = ndb.DateTimeProperty(auto_now_add=True)
91 new_entry = True
95 new_entry = True
143 app = webapp2.WSGIApplication(routes, debug=True)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/thread/
threadedmessagequeue.py 35 self._is_running = True
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_input.py 34 def __init__(self, test_name, timeout=None, requires_lock=None, reference_files=None, should_run_pixel_tests=None, should_add_missing_baselines=True):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt_unittest.py 160 self.assertTest('http/tests/passes/text.html', True)
163 self.assertTest('failures/expected/image_checksum.html', pixel_tests=True,
177 self.assertTest('passes/checksum_in_image.html', True)
180 self.assertTest('failures/expected/missing_image.html', True)
183 self.assertTest('failures/expected/missing_text.html', True)
186 self.assertTest('passes/reftest.html', True, expected_checksum='mock-checksum', expected_text='reference text\n')
189 self.assertTest('passes/mismatch.html', True, expected_checksum='mock-checksum', expected_text='reference text\n')
192 self.assertTest('passes/audio.html', pixel_tests=True,
201 self.assertTest('virtual/passes/text.html', True)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
xml.py 43 parser.Parse('', True)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
flakytests.py 37 show_in_main_help = True
  /external/chromium_org/third_party/bintrees/bintrees/
rbtree.py 49 self.red = True
73 return True
83 root.red = True
169 while True:
174 node.red = True
241 sibling.red = True
242 node.red = True
250 grand_parent[direction2].red = True
251 node.red = True
  /external/chromium_org/third_party/tlslite/tlslite/utils/
TripleDES.py 3 from compat import * #For True
13 self.isBlockCipher = True
  /external/chromium_org/tools/gyp/test/builddir/
gyptest-all.py 45 test.writable('relocate/builddir', True)
gyptest-default.py 45 test.writable('relocate/builddir', True)
  /external/chromium_org/tools/gyp/test/mac/
gyptest-objc-gc.py 18 match = lambda a, b: True)
  /external/chromium_org/tools/gyp/test/variables/filelist/
gyptest-filelist-golden.py 24 stdout=expect, ignore_line_numbers=True)
  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-buffer-security-check.py 32 in_main = True
  /external/chromium_org/tools/perf/benchmarks/
endure.py 15 'skip_navigate_on_repeat': True,
  /external/chromium_org/tools/site_compare/commands/
measure.py 37 ["-log", "--logfile"], "File to write output", type="string", required=True)
  /external/clang/tools/scan-view/
scan-view 31 return True
75 return True
93 parser.add_option("--no-browser", dest="startBrowser", default=True,
96 parser.add_option("--allow-all-hosts", dest="onlyServeLocal", default=True,
  /external/gtest/test/
gtest_throw_on_failure_test.py 71 """Runs a command; returns True/False if its exit code is/isn't 0."""
92 should_fail: True iff the program is expected to fail.
141 should_fail=True)
151 should_fail=True)
161 should_fail=True)
167 should_fail=True)

Completed in 1814 milliseconds

<<11121314151617181920>>