Searched refs:True (Results 1 - 25 of 2522) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/testdata/handlers/sub/
H A Dnon_callable_wsh.py35 web_socket_do_extra_handshake = True
/external/chromium_org/media/tools/layout_tests/
H A Dtest_expectations_unittest.py16 expected_map = {'CRASH': True, 'IMAGE': True, 'Bugs': ['BUGCR86714'],
17 'Comments': '', 'MAC': True, 'Gpu': True,
25 expected_map = {'CRASH': True, 'IMAGE': True, 'Bugs': ['BUGCR86714'],
26 'Comments': ' foo', 'MAC': True, 'Gpu': True,
34 expected_map = {'CRASH': True, 'IMAGE': True, 'Bug
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtestharness_results_unittest.py17 {'content': 'This is a testharness.js-based test.\nHarness: the test ran to completion.', 'result': True},
18 {'content': '\n \r This is a testharness.js-based test. \n \r \n \rHarness: the test ran to completion. \n\n', 'result': True},
21 {'content': 'This is a testharness.js-based test.\nFoo bar \n Harness: the test ran to completion.', 'result': True},
22 {'content': 'This is a testharness.js-based test.\nFAIL: bah \n Harness: the test ran to completion.\n\n\n', 'result': True},
30 {'content': 'This is a testharness.js-based test.\n Harness: the test ran to completion.', 'result': True},
32 {'content': 'This is a testharness.js-based test.\n PASS: foo bar \n Harness: the test ran to completion.', 'result': True},
33 {'content': 'This is a testharness.js-based test.\n PASS: foo bar FAIL \n Harness: the test ran to completion.', 'result': True},
35 {'content': 'This is a testharness.js-based test.\n CONSOLE ERROR: BLAH \n Harness: the test ran to completion.', 'result': True},
40 {'content': 'CONSOLE LOG: error.\nThis is a testharness.js-based test.\nPASS: things are fine.\nHarness: the test ran to completion.\n\n', 'result': True},
41 {'content': 'CONSOLE ERROR: error.\nThis is a testharness.js-based test.\nPASS: things are fine.\nHarness: the test ran to completion.\n\n', 'result': True},
[all...]
/external/lldb/test/functionalities/command_history/
H A DTestCommandHistory.py17 self.runCmd('breakpoint list', check=False, inHistory=True) #0
18 self.runCmd('register read', check=False, inHistory=True) #1
19 self.runCmd('apropos hello', check=False, inHistory=True) #2
20 self.runCmd('memory write', check=False, inHistory=True) #3
21 self.runCmd('log list', check=False, inHistory=True) #4
22 self.runCmd('disassemble', check=False, inHistory=True) #5
23 self.runCmd('expression 1', check=False, inHistory=True) #6
24 self.runCmd('type summary list -w default', check=False, inHistory=True) #7
25 self.runCmd('version', check=False, inHistory=True) #8
26 self.runCmd('frame select 1', check=False, inHistory=True) #
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
H A Dbuildbot_unittest.py125 'is_green': True,
149 'is_green': True,
333 self.assertEqual(buildbot._revisions_for_builder(builder_with_success), [(104643, False), (104636, False), (104635, True), (104633, False)])
342 'Builder 1': [(1, True), (3, True)],
343 'Builder 2': [(1, True), (3, False)],
344 'Builder 3': [(1, True), (3, True)],
347 'Builder 1': [(1, False), (3, True)],
348 'Builder 2': [(1, True), (
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventListenerConstants.cs42 public const int True = 1; field in class:Antlr.Runtime.Debug.DebugEventListenerConstants
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugEventListenerConstants.cs42 public const int True = 1; field in class:Antlr.Runtime.Debug.DebugEventListenerConstants
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dimagepair_test.py99 'isDifferent': True,
108 'ignoreFailure': True,
132 'ignoreFailure': True,
142 'isDifferent': True,
153 'ignoreFailure': True,
164 'ignoreFailure': True,
172 'isDifferent': True,
176 # One of the two images is missing, but download_all_images=True so we
188 'isDifferent': True,
204 download_all_images=True)
[all...]
/external/lldb/test/python_api/default-constructor/
H A Dsb_inputreader.py10 obj.Initialize(lldb.SBDebugger.Create(), None, 0, "$", "^", True)
15 obj.SetIsDone(True)
/external/valgrind/main/VEX/
H A Dtest_main.h6 #define TEST_VSUPPORT True
14 #define TEST_VSUPPORT True
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dschema_processor_test.py63 'nodoc': True
70 'nodoc': True
77 'nodoc': True
83 'nodoc': True
93 'nodoc': True
101 'nodoc': True
105 'nodoc': True
117 'nodoc': True
131 True)
150 'inline_doc': True,
[all...]
H A Dmanifest_data_source_test.py84 'has_example': True,
122 'is_last': True
134 'has_example': True
154 'is_last': True
190 'has_example': True
222 'has_example': True,
227 'has_example': True,
232 'has_example': True,
258 'has_example': True,
271 'is_last': True
[all...]
H A Dapi_data_source_test.py50 'last': True,
96 'last': True,
136 'last': True,
150 'isCallback': True,
151 'last': True,
166 'is_object': True,
190 'optional': True,
H A Downers_data_source_test.py89 'last': True
117 'last': True
135 'last': True
151 'last': True
169 'last': True
181 'last': True
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Drecording_options.py8 self.record_timeline = True
/external/lldb/test/plugins/
H A Dbuilder_freebsd.py3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
H A Dbuilder_linux2.py3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/api_data_source/
H A Dcanned_master_fs.py36 'supportsRules': True,
76 'a': {'nodoc': True, 'type': 'string', 'minimum': 0},
77 'b': {'type': 'array', 'optional': True, 'items': {'$ref': 'TypeA'},
/external/chromium_org/tools/gyp/test/product/
H A Dgyptest-product.py21 test.built_file_must_exist('alt1' + test._exe, test.EXECUTABLE, bare=True)
22 test.built_file_must_exist('hello2.stuff', test.EXECUTABLE, bare=True)
23 test.built_file_must_exist('yoalt3.stuff', test.EXECUTABLE, bare=True)
27 test.SHARED_LIB, bare=True)
29 test.SHARED_LIB, bare=True)
30 test.built_file_must_exist('yoalt6.stuff', test.SHARED_LIB, bare=True)
34 test.STATIC_LIB, bare=True)
36 test.STATIC_LIB, bare=True)
37 test.built_file_must_exist('yoalt9.stuff', test.STATIC_LIB, bare=True)
40 test.built_file_must_exist('bob/yoalt10.stuff', test.EXECUTABLE, bare=True)
[all...]
/external/valgrind/main/tests/
H A Darch_test.c22 #define True 1 macro
40 if ( 0 == strcmp( arch, "x86" ) ) return True;
44 if ( 0 == strcmp( arch, "x86" ) ) return True;
46 if ( 0 == strcmp( arch, "amd64" ) ) return True;
49 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
52 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
54 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
58 if ( 0 == strcmp( arch, "s390x" ) ) return True;
61 if ( 0 == strcmp( arch, "arm" ) ) return True;
64 if ( 0 == strcmp( arch, "arm64" ) ) return True;
[all...]
/external/chromium_org/build/android/gyp/util/
H A Dmd5_check_test.py32 self.called = True
41 CheckCallAndRecord(True, 'should call when record doesn\'t exist')
43 CheckCallAndRecord(True, force=True, message='should call when forced')
47 CheckCallAndRecord(True, 'changed input file should trigger call')
53 CheckCallAndRecord(True, 'removing file should trigger call')
56 CheckCallAndRecord(True, 'added input file should trigger call')
59 CheckCallAndRecord(True, 'changed input string should trigger call')
62 CheckCallAndRecord(True, 'reordering of string inputs should trigger call')
65 CheckCallAndRecord(True, 'removin
[all...]
/external/skia/gm/rebaseline_server/
H A Dimagepair_test.py94 'isDifferent': True,
103 'ignoreFailure': True,
120 'ignoreFailure': True,
130 'isDifferent': True,
141 'ignoreFailure': True,
152 'ignoreFailure': True,
160 'isDifferent': True,
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dcss_properties.py35 'animatable': (True, False),
36 'inherited': (True, False),
37 'font': (True, False),
38 'svg': (True, False),
39 'custom_all': (True, False),
40 'custom_initial': (True, False),
41 'custom_inherit': (True, False),
42 'custom_value': (True, False),
43 'builder_skip': (True, False),
44 'direction_aware': (True, Fals
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DOptions.py8 cache_builtins = True
11 gcc_branch_hints = True
14 docstrings = True
35 error_on_unknown_names = True
41 error_on_uninitialized = True
50 convert_range = True
79 clear_to_none = True
84 'boundscheck' : True,
86 'initializedcheck' : True,
90 'cdivision': False, # was True befor
[all...]
/external/chromium_org/tools/gyp/test/generator-output/
H A Dgyptest-actions.py24 test.writable(test.workpath('actions'), True)
36 test.writable(test.workpath('relocate/actions/build'), True)
37 test.writable(test.workpath('relocate/actions/subdir1/build'), True)
38 test.writable(test.workpath('relocate/actions/subdir1/actions-out'), True)
39 test.writable(test.workpath('relocate/actions/subdir2/build'), True)
40 test.writable(test.workpath('relocate/actions/subdir2/actions-out'), True)

Completed in 652 milliseconds

1234567891011>>