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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/testdata/handlers/sub/
non_callable_wsh.py 35 web_socket_do_extra_handshake = True
  /external/valgrind/main/tests/
arch_test.c 22 #define True 1
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;
os_test.c 20 #define True 1
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/valgrind/main/VEX/
test_main.h 6 #define TEST_VSUPPORT True
14 #define TEST_VSUPPORT True
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventListenerConstants.cs 41 /** <summary>Serialized version of true</summary> */
42 public const int True = 1;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventListenerConstants.cs 41 /** <summary>Serialized version of true</summary> */
42 public const int True = 1;
  /external/sonivox/jet_tools/JetCreator/
JetDefs.py 201 ("&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/testing/gmock/scripts/generator/cpp/
utils.py 26 # Set to True to see the start/end token indices.
27 DEBUG = True
30 def ReadFile(filename, print_error=True):
  /external/valgrind/main/cachegrind/
cg-x86-amd64.c 139 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; break
    [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
setup.py 43 include_package_data=True,
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
commandtest.py 39 options.confirm = True
42 options.obsolete_patches = True
43 options.open_bug = True
45 options.quiet = True
rebaselineserver_unittest.py 51 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, '.png': True}
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_wsh.py 42 while True:
51 request.ws_stream.send_message(line, binary=True)
  /external/webkit/Tools/Scripts/webkitpy/common/system/
user_unittest.py 71 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/webkit/Tools/Scripts/webkitpy/tool/steps/
validatereviewer_unittest.py 51 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)
steps_unittest.py 42 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)
options.py 36 check_builders = make_option("--ignore-builders", action="store_false", dest="check_builders", default=True, help="Don't check to see if the build.webkit.org builders are green before landing.")
37 check_style = make_option("--ignore-style", action="store_false", dest="check_style", default=True, help="Don't check to see if the patch has proper style before uploading.")
38 clean = make_option("--no-clean", action="store_false", dest="clean", default=True, help="Don't check if the working directory is clean before applying patches")
39 close_bug = make_option("--no-close", action="store_false", dest="close_bug", default=True, help="Leave bug open after landing.")
42 confirm = make_option("--no-confirm", action="store_false", dest="confirm", default=True, help="Skip confirmation steps.")
50 obsolete_patches = make_option("--no-obsolete", action="store_false", dest="obsolete_patches", default=True, help="Do not obsolete old patches before posting this one.")
55 review = make_option("--no-review", action="store_false", dest="review", default=True, help="Do not mark the patch for review.")
59 update = make_option("--no-update", action="store_false", dest="update", default=True, help="Don't update the working directory.")
cleanworkingdirectorywithlocalcommits.py 34 CleanWorkingDirectory.__init__(self, tool, options, allow_local_commits=True)
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake.py 53 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/
pub_core_libcassert.h 44 VG_(assert_fail) (/*isCore*//*BOGUS*/True, \
51 (VG_(assert_fail) (/*isCore*/True, #expr, \
58 (VG_(assert_fail) (/*isCore*/True, #expr, \
  /external/webkit/Tools/QueueStatusServer/model/
queuestatus.py 39 message = db.StringProperty(multiline=True)
40 date = db.DateTimeProperty(auto_now_add=True)
svnrevision.py 35 date = db.DateTimeProperty(auto_now_add=True)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_unittest.py 66 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...]
  /cts/suite/audio_quality/test_description/processing/
recording_thd.py 43 inputError = True
45 inputError = True
47 inputError = True
49 inputError = True
  /external/srec/srec/crec/
rec_norm.c 42 return (True);

Completed in 1098 milliseconds

1 2 3 4 5 6 7 8 91011>>