Searched refs:True (Results 1 - 25 of 793) 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/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/valgrind/main/tests/
H A Darch_test.c22 #define True 1 macro
38 if ( 0 == strcmp( arch, "x86" ) ) return True;
41 if ( 0 == strcmp( arch, "x86" ) ) return True;
42 if ( 0 == strcmp( arch, "amd64" ) ) return True;
45 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
48 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
49 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
52 if ( 0 == strcmp( arch, "s390x" ) ) return True;
55 if ( 0 == strcmp( arch, "arm" ) ) return True;
H A Dos_test.c20 #define True 1 macro
34 if (min_version == NULL) return True; // no version specified
47 if (a1 > g1) return True;
49 if (a2 > g2) return True;
51 if (a3 >= g3) return True;
60 if ( 0 == strcmp( OS, "linux" ) && matches_version( min_version )) return True;
63 if ( 0 == strcmp( OS, "darwin" ) ) return True;
/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dutils.py26 # Set to True to see the start/end token indices.
27 DEBUG = True
30 def ReadFile(filename, print_error=True):
/external/valgrind/main/VEX/
H A Dtest_main.h6 #define TEST_VSUPPORT True
14 #define TEST_VSUPPORT True
/external/sonivox/jet_tools/JetCreator/
H A DJetDefs.py201 ("&New", SB_NEW, 'OnJetNew', True),
202 ("&Open...", SB_OPEN, 'OnJetOpen', True),
203 ("&Save", SB_SAVE, 'OnJetSave', True),
204 ("Save As...", SB_SAVEAS, 'OnJetSaveAs', True),
205 ("", "", "", True),
206 ("Import Project...", SB_IMPORT_PROJ, "OnJetImportArchive", True),
207 ("Export Project...", SB_EXPORT_PROJ, "OnJetExportArchive", True),
208 ("Properties...", "Sets properties specific to this Jet project", 'OnJetProperties', True),
209 ("", "", "", True),
210 ("Exit", SB_EXIT, 'OnClose', True)),
[all...]
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dsetup.py43 include_package_data=True,
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
H A D__init__.py22 >>> print simplejson.dumps({"c": 0, "b": 0, "a": 0}, sort_keys=True)
39 >>> print simplejson.dumps({'4': 5, '6': 7}, sort_keys=True, indent=4)
100 ensure_ascii=True,
101 check_circular=True,
102 allow_nan=True,
108 def dump(obj, fp, skipkeys=False, ensure_ascii=True, check_circular=True,
109 allow_nan=True, cls=None, indent=None, separators=None,
115 If ``skipkeys`` is ``True`` then ``dict`` keys that are not basic types
149 if (skipkeys is False and ensure_ascii is True an
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
H A Decho_wsh.py42 while True:
51 request.ws_stream.send_message(line, binary=True)
/external/valgrind/main/cachegrind/
H A Dcg-x86-amd64.c139 case 0x22: L3c = (cache_t) { 512, 4, 64 }; L3_found = True; break;
140 case 0x23: L3c = (cache_t) { 1024, 8, 64 }; L3_found = True; break;
141 case 0x25: L3c = (cache_t) { 2048, 8, 64 }; L3_found = True; break;
142 case 0x29: L3c = (cache_t) { 4096, 8, 64 }; L3_found = True; break;
143 case 0x46: L3c = (cache_t) { 4096, 4, 64 }; L3_found = True; break;
144 case 0x47: L3c = (cache_t) { 8192, 8, 64 }; L3_found = True; break;
145 case 0x4a: L3c = (cache_t) { 6144, 12, 64 }; L3_found = True; break;
146 case 0x4b: L3c = (cache_t) { 8192, 16, 64 }; L3_found = True; break;
147 case 0x4c: L3c = (cache_t) { 12288, 12, 64 }; L3_found = True; break;
148 case 0x4d: L3c = (cache_t) { 16384, 16, 64 }; L3_found = True; brea
[all...]
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dvalidatereviewer_unittest.py51 self._test_review_text(step, "Reviewed by Eric Seidel.", True)
52 self._test_review_text(step, "Reviewed by Eric Seidel", True) # Not picky about the '.'
55 self._test_review_text(step, "Rubber-stamped by Eric.", True)
56 self._test_review_text(step, "Rubber stamped by Eric.", True)
57 self._test_review_text(step, "Unreviewed build fix.", True)
H A Dcleanworkingdirectorywithlocalcommits.py34 CleanWorkingDirectory.__init__(self, tool, options, allow_local_commits=True)
H A Dvalidatechangelogs.py40 return True
46 return True
54 return True
H A Dvalidatereviewer.py43 return True
45 return True
47 return True
H A Dsteps_unittest.py42 options.non_interactive = True
44 options.quiet = True
45 options.test = True
60 options.update = True
71 step = RunTests(MockTool(log_executive=True), mock_options)
75 tool = MockTool(log_executive=True)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Drun_webkit_tests_unittest.py66 print_nothing=True):
135 options, parsed_args = parse_args(extra_args, tests_included=True)
211 tests_included=True)
223 ['failures/expected/exception.html'], tests_included=True)
239 tests_included=True)
248 ['failures/expected/keyboard.html'], tests_included=True)
253 tests_included=True)
259 res, buildbot_output, regular_output, user = logging_run(['--clobber-old-results'], record_results=True, filesystem=fs)
283 res, out, err, user = logging_run(['resources'], tests_included=True)
289 res, out, err, user = logging_run(['foo'], tests_included=True)
[all...]
/external/webkit/Tools/QueueStatusServer/model/
H A Dsvnrevision.py35 date = db.DateTimeProperty(auto_now_add=True)
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dcommandtest.py39 options.confirm = True
42 options.obsolete_patches = True
43 options.open_bug = True
45 options.quiet = True
H A Drebaselineserver_unittest.py51 expected_success=True,
69 expected_success=True,
88 expected_success=True,
107 expected_success=True,
128 expected_success=True,
152 expected_success=True,
197 expected_success=True,
247 'mac': {'.txt': True},
262 'base': {'.txt': True},
263 'mac': {'.checksum': True, '
[all...]
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Duser_unittest.py71 run_prompt_test(["1,2"], ["foo", "bar"], can_choose_multiple=True)
72 run_prompt_test([" 1, 2 "], ["foo", "bar"], can_choose_multiple=True)
73 run_prompt_test(["all"], ["foo", "bar"], can_choose_multiple=True)
74 run_prompt_test([""], ["foo", "bar"], can_choose_multiple=True)
75 run_prompt_test([" "], ["foo", "bar"], can_choose_multiple=True)
76 run_prompt_test(["badinput", "all"], ["foo", "bar"], can_choose_multiple=True)
80 (("Continue? [Y/n]: ", True), (User.DEFAULT_YES, 'y')),
82 (("Continue? [Y/n]: ", True), (User.DEFAULT_YES, '')),
84 (("Continue? [y/N]: ", True), (User.DEFAULT_NO, 'y')),
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_handshake.py53 validate_subprotocol('sample', hixie=True)
54 validate_subprotocol('Sample', hixie=True)
55 validate_subprotocol('sample\x7eprotocol', hixie=True)
56 validate_subprotocol('sample\x20protocol', hixie=True)
65 hixie=True)
69 hixie=True)
73 hixie=True)
78 hixie=True)
172 allow_quoted_string=True))
177 allow_quoted_string=True))
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_libcassert.h44 VG_(assert_fail) (/*isCore*//*BOGUS*/True, \
51 (VG_(assert_fail) (/*isCore*/True, #expr, \
58 (VG_(assert_fail) (/*isCore*/True, #expr, \
/external/valgrind/unittest/
H A Dmatch_output.py18 match = True
24 return True

Completed in 1130 milliseconds

1234567891011>>