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

1 2 3 4 5 6 7 891011>>

  /external/chromium-trace/trace-viewer/build/
generate_template_contents.py 24 return True
26 return True
28 return True
  /external/chromium_org/chrome/common/extensions/docs/server2/
permissions_data_source_test.py 58 'literal_name': True
90 'literal_name': True,
112 'literal_name': True,
sidenav_data_source_test.py 55 'child_selected': True,
59 'selected': True
85 {'href': '/base/path/H2.html', 'level': 2, 'selected': True},
117 'child_selected': True,
122 'selected': True,
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/api_data_source/
canned_trunk_fs.py 27 'supportsRules': True,
49 'a': {'nodoc': True, 'type': 'string', 'minimum': 0},
50 'b': {'type': 'array', 'optional': True, 'items': {'$ref': 'TypeA'},
  /external/chromium_org/chrome/test/functional/
webrtc_write_wsh.py 30 while True:
54 while True:
67 t.setDaemon(True)
  /external/chromium_org/components/tools/metrics/
browser_components_metrics.py 44 ignore_temp_rules=True,
57 print "OS ifdefs, -tests: %d" % generator.CountIfdefs(True)
60 print "Intended DEPS violations, -tests: %d" % generator.CountViolations(True)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver_unittest.py 53 expected_success=True,
71 expected_success=True,
90 expected_success=True,
109 expected_success=True,
130 expected_success=True,
154 expected_success=True,
199 expected_success=True,
258 'mac': {'.txt': True},
273 'base': {'.txt': True},
274 'mac': {'.checksum': True, '.png': True}
    [all...]
  /external/chromium_org/third_party/android_testrunner/
logger.py 28 _log_time = True
82 def SetVerbose(new_verbose=True):
87 def SetTimestampLogging(new_timestamp=True):
  /external/chromium_org/tools/telemetry/telemetry/value/
value_backcompat.py 24 page, value_name, units, value, important=True)
27 value, important=True)
38 page, value_name, units, raw_value_json=value, important=True)
  /external/llvm/docs/
conf.py 71 # If true, '()' will be appended to :func: etc. cross-reference text.
72 #add_function_parentheses = True
74 # If true, the current module name will be prepended to all description
76 #add_module_names = True
78 # If true, sectionauthor and moduleauthor directives will be shown in the
80 show_authors = True
98 html_theme_options = { "nosidebar": True }
128 # If true, SmartyPants will be used to convert quotes and dashes to
130 #html_use_smartypants = True
140 #html_domain_indices = True
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dummy_threading.py 24 holding_thread = True
34 holding_threading = True
42 holding__threading_local = True
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_base64.py 171 eq(base64.b32decode('', True), '')
172 eq(base64.b32decode('ME======', True), 'a')
173 eq(base64.b32decode('MFRA====', True), 'ab')
174 eq(base64.b32decode('MFRGG===', True), 'abc')
175 eq(base64.b32decode('MFRGGZA=', True), 'abcd')
176 eq(base64.b32decode('MFRGGZDF', True), 'abcde')
178 eq(base64.b32decode('me======', True), 'a')
179 eq(base64.b32decode('mfra====', True), 'ab')
180 eq(base64.b32decode('mfrgg===', True), 'abc')
181 eq(base64.b32decode('mfrggza=', True), 'abcd'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dummy_threading.py 24 holding_thread = True
34 holding_threading = True
42 holding__threading_local = True
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_base64.py 171 eq(base64.b32decode('', True), '')
172 eq(base64.b32decode('ME======', True), 'a')
173 eq(base64.b32decode('MFRA====', True), 'ab')
174 eq(base64.b32decode('MFRGG===', True), 'abc')
175 eq(base64.b32decode('MFRGGZA=', True), 'abcd')
176 eq(base64.b32decode('MFRGGZDF', True), 'abcde')
178 eq(base64.b32decode('me======', True), 'a')
179 eq(base64.b32decode('mfra====', True), 'ab')
180 eq(base64.b32decode('mfrgg===', True), 'abc')
181 eq(base64.b32decode('mfrggza=', True), 'abcd'
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
test.py 87 self.add(name, actual_checksum='xxx', actual_image='XXX', is_reftest=True, crash=crash)
89 self.add(reference_name, actual_checksum='xxx', actual_image='XXX', is_reftest=True)
91 self.add(reference_name, actual_checksum='yyy', actual_image='YYY', is_reftest=True)
113 tests.add('failures/expected/crash.html', crash=True)
114 tests.add('failures/expected/exception.html', exception=True)
115 tests.add('failures/expected/device_failure.html', device_failure=True)
116 tests.add('failures/expected/timeout.html', timeout=True)
131 tests.add('failures/expected/keyboard.html', keyboard=True)
161 tests.add('failures/unexpected/crash.html', crash=True)
162 tests.add('failures/unexpected/crash-with-stderr.html', crash=True,
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_integrationtest.py 61 def parse_args(extra_args=None, tests_included=False, new_results=False, print_nothing=True):
81 def passing_run(extra_args=None, port_obj=None, tests_included=False, host=None, shared_port=True):
95 def logging_run(extra_args=None, port_obj=None, tests_included=False, host=None, new_results=False, shared_port=True):
107 def run_and_capture(port_obj, options, parsed_args, shared_port=True):
141 options, parsed_args = parse_args(args, tests_included=True)
192 options, args = parse_args(tests_included=True)
259 tests_included=True, shared_port=False)
280 ['failures/expected/exception.html', '--child-processes', '1'], tests_included=True)
284 ['--child-processes', '2', '--skipped=ignore', 'failures/expected/exception.html', 'passes/text.html'], tests_included=True, shared_port=False)
288 details, regular_output, _ = logging_run(['failures/expected/device_failure.html'], tests_included=True)
    [all...]
  /cts/suite/audio_quality/test_description/processing/
gen_random.py 30 def do_gen_random(peakAmpl, durationInMSec, samplingRate, fHigh, stereo=True):
69 inputError = True
71 inputError = True
73 inputError = True
75 inputError = True
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
msgutil.py 62 def send_message(request, message, end=True, binary=False):
69 first call with end=True (inclusive) will be delivered to the
130 self.setDaemon(True)
171 self._stop_requested = True
194 self.setDaemon(True)
198 while True:
  /external/chromium_org/remoting/tools/
native_messaging_host_test.py 20 while True:
79 while True:
82 consent = True
110 stdout=subprocess.PIPE, close_fds=True)
113 while True:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
bot_test_expectations_unittest.py 47 num_actual_results = len(expectations._flaky_types_in_results(length_encoded, only_ignore_very_flaky=True))
56 self._assert_is_flaky('PFPF', True) # Seen both failures and passes.
57 # self._assert_is_flaky('PPPF', True) # Should be counted as flaky but isn't yet.
59 self._assert_is_flaky('PFFP', True) # Failed twice in a row, still flaky.
104 }, only_ignore_very_flaky=True)
123 }, only_ignore_very_flaky=True)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
msgutil.py 62 def send_message(request, payload_data, end=True, binary=False):
68 end: True to terminate a message.
70 terminated by next or later send_message call with end=True.
130 self.setDaemon(True)
171 self._stop_requested = True
194 self.setDaemon(True)
198 while True:
  /external/chromium_org/tools/cr/cr/base/
android.py 55 self._env = cr.Config('android-env', literal=True, export=True)
85 env_setup = cr.Config('envsetup', literal=True, export=True)
110 self._env_ready = True
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
form_based_credentials_backend.py 72 return True
92 self._logged_in = True
93 return True
107 self._logged_in = True
108 return True
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
seek_unittest.py 23 data = {'wait_for_seeked': True, 'seek_time': 1}
33 data = {'selector': '#video_1', 'wait_for_seeked': True, 'seek_time': 1}
46 data = {'selector': 'all', 'wait_for_seeked': True, 'seek_time': 1}
61 'wait_for_seeked': True,
73 data = {'wait_for_seeked': True}
  /external/chromium_org/tools/telemetry/telemetry/page/
html_page_measurement_results_unittest.py 74 "important": True
129 "important": True
166 "important": True
199 output_file, 'test_name', True, False, 'browser_type')
221 "important": True

Completed in 1040 milliseconds

1 2 3 4 5 6 7 891011>>