HomeSort by relevance Sort by last modified time
    Searched refs:False (Results 26 - 50 of 2998) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/main/tests/
os_test.c 19 #define False 0
38 if (fp == NULL || fscanf(fp, "%d.%d.%d", &a1, &a2, &a3) != 3) return False;
42 if (sscanf(min_version, "%d.%d.%d", &g1, &g2, &g3) != 3) return False;
48 if (a1 < g1) return False;
50 if (a2 < g2) return False;
53 return False;
69 return False;
  /external/ceres-solver/docs/source/
conf.py 60 # non-false value, then it is used:
81 #show_authors = False
140 # If false, no module index is generated.
143 # If false, no index is generated.
147 html_split_index = False
150 html_show_sourcelink = False
153 html_show_sphinx = False
195 #latex_use_parts = False
198 #latex_show_pagerefs = False
201 #latex_show_urls = False
    [all...]
  /external/chromium_org/chrome/test/functional/
special_tabs.py 60 'chrome://newtab': { 'title': 'New Tab', 'CSP': False },
80 'chrome://devtools': { 'CSP': False },
83 'chrome://dialog': { 'CSP': False },
86 'chrome://ipc': { 'CSP': False },
89 'chrome://memory': { 'CSP': False },
98 'chrome://os-credits': { 'title': 'Credits', 'CSP': False },
99 'chrome://proxy-settings': { 'CSP': False },
100 'chrome://register': { 'CSP': False },
103 'chrome://sim-unlock': { 'title': 'Enter SIM card PIN', 'CSP': False },
104 'chrome://system': { 'title': 'About System', 'CSP': False },
    [all...]
  /external/valgrind/main/VEX/priv/
ir_match.c 67 if (e->tag != Iex_Unop) return False;
68 if (p->Iex.Unop.op != e->Iex.Unop.op) return False;
70 return False;
73 if (e->tag != Iex_Binop) return False;
74 if (p->Iex.Binop.op != e->Iex.Binop.op) return False;
76 return False;
78 return False;
81 if (e->tag != Iex_Load) return False;
82 if (p->Iex.Load.end != e->Iex.Load.end) return False;
83 if (p->Iex.Load.ty != e->Iex.Load.ty) return False;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results_unittest.py 58 def summarized_results(port, expected, passing, flaky, only_include_failing=False, extra_skipped_tests=[]):
59 test_is_slow = False
93 return test_run_results.summarize_results(port, initial_results.expectations, initial_results, retry_results, enabled_pixel_tests_in_retry=False, only_include_failing=only_include_failing)
120 host = MockHost(initialize_scm_by_default=False)
124 summary = summarized_results(self.port, expected=False, passing=False, flaky=False)
128 summary = summarized_results(self.port, expected=False, passing=False, flaky=False)
    [all...]
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/page_cycler_dep/
page_cycler_dep.py 20 utils.update_version(pwd + '/src', False, version, setup, pwd)
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/perf_data_dep/
perf_data_dep.py 22 utils.update_version(pwd + '/src', False, version, setup, None)
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/
pyauto_dep.py 22 utils.update_version(pwd + '/src', False, version, setup, None)
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/telemetry_dep/
telemetry_dep.py 22 utils.update_version(pwd + '/src', False, version, setup, None)
  /external/chromium_org/third_party/mesa/src/scons/
x11.py 49 return False
  /external/chromium_org/tools/cr/cr/commands/
info.py 21 action='store_true', default=False,
28 if getattr(context.args, '_short', False):
29 self.requires_build_dir = False
34 if getattr(context.args, '_short', False):
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-subdir2-deep.py 18 test.writable(test.workpath('src'), False)
  /external/mesa3d/scons/
x11.py 49 return False
  /external/llvm/utils/
clang-parse-diagnostics-file 14 default=False, help="dump all messages.")
16 default=False, help="dump 'error' messages.")
18 default=False, help="dump 'fatal error' messages.")
20 default=False, help="dump 'ignored' messages.")
22 default=False, help="dump 'note' messages.")
24 default=False, help="dump 'warning' messages.")
30 levels = {'error': False, 'fatal error': False, 'ignored': False,
31 'note': False, 'warning': False
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-pathscan.c 61 This routine will return True if (*func) returns True and False if
71 return False;
92 return False;
111 return False;
116 if (VG_(access)(buf, True/*r*/, False/*w*/, True/*x*/) == 0) {
120 } else if (VG_(access)(buf, True/*r*/, False/*w*/, False/*x*/) == 0
125 return False; // Keep looking
127 return False; // Keep looking
  /external/chromium_org/tools/telemetry/telemetry/value/
value_unittest_.py 31 a = value.Value(page0, 'x', 'unit', important=False)
32 b = value.Value(page1, 'x', 'unit', important=False)
38 a = value.Value(page0, 'x', 'unit', important=False)
39 b = value.Value(page0, 'x', 'incompatUnit', important=False)
42 a = value.Value(page0, 'x', 'unit', important=False)
46 a = value.Value(page0, 'x', 'unit', important=False)
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_schema_graph_test.py 65 self.assertEqual(LookupResult(False, None),
68 self.assertEqual(LookupResult(False, None),
71 self.assertEqual(LookupResult(False, None),
74 self.assertEqual(LookupResult(False, None),
77 self.assertEqual(LookupResult(False, None),
115 self.assertEqual(LookupResult(False, None),
117 self.assertEqual(LookupResult(False, None),
120 self.assertEqual(LookupResult(False, None),
123 self.assertEqual(LookupResult(False, None),
126 self.assertEqual(LookupResult(False, None)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_style_builder.py 41 'svg': [True, False],
42 'custom_all': [True, False],
43 'custom_initial': [True, False],
44 'custom_inherit': [True, False],
45 'custom_value': [True, False],
51 'svg': False,
60 'custom_all': False,
61 'custom_initial': False,
62 'custom_inherit': False,
63 'custom_value': False,
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
options.py 33 build = make_option("--build", action="store_true", dest="build", default=False, help="Build and run run-webkit-tests before committing.")
45 force_clean = make_option("--force-clean", action="store_true", dest="force_clean", default=False, help="Clean working directory before applying patches (removes local changes and commits)")
47 local_commit = make_option("--local-commit", action="store_true", dest="local_commit", default=False, help="Make a local commit for each applied patch")
48 non_interactive = make_option("--non-interactive", action="store_true", dest="non_interactive", default=False, help="Never prompt the user, fail as fast as possible.")
50 open_bug = make_option("--open-bug", action="store_true", dest="open_bug", default=False, help="Opens the associated bug in a browser.")
52 quiet = make_option("--quiet", action="store_true", dest="quiet", default=False, help="Produce less console output.")
53 request_commit = make_option("--request-commit", action="store_true", dest="request_commit", default=False, help="Mark the patch as needing auto-commit after review.")
56 suggest_reviewers = make_option("--suggest-reviewers", action="store_true", default=False, help="Offer to CC appropriate reviewers.")
57 test = make_option("--test", action="store_true", dest="test", default=False, help="Run run-webkit-tests before committing.")
59 update_changelogs = make_option("--update-changelogs", action="store_true", dest="update_changelogs", default=False, help="Update existing ChangeLog entries with new date, bug description, and touched files/functio (…)
    [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/handlers/
stream_wsh.py 19 if last == False:
27 out.append(make_slice(base_time, 4, "alligator", False))
28 out.append(make_slice(base_time+2, 1, "bandicoot", False))
54 if last == False:
64 out.append(make_count(base_time, 16, False))
65 out.append(make_count(base_time+1, 32, False))
66 out.append(make_count(base_time+2, 48, False))
67 out.append(make_count(base_time+3, 64, False))
92 request.ws_stream.send_message(msg, binary=False)
94 request.ws_stream.send_message(msg, binary=False)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
server_process_mock.py 31 def __init__(self, port_obj=None, name=None, cmd=None, env=None, universal_newlines=False, treat_no_data_as_crash=False, logging=False, lines=None, crashed=False):
32 self.timed_out = False
40 self.started = False
41 self.stopped = False
  /external/skia/gm/
display_json_results.py 54 return False
87 do_list=True, do_fail=False),
90 do_list=False, do_fail=False),
93 do_list=False, do_fail=False),
106 success = False
  /external/valgrind/main/coregrind/
m_options.c 58 Bool VG_(clo_vgdb_shadow_registers) = False;
60 Bool VG_(clo_db_attach) = False;
65 Bool VG_(clo_stats) = False;
66 Bool VG_(clo_xml) = False;
70 Bool VG_(clo_trace_children) = False;
73 Bool VG_(clo_child_silent_after_fork) = False;
76 Bool VG_(clo_time_stamp) = False;
86 Bool VG_(clo_trace_syscalls) = False;
87 Bool VG_(clo_trace_signals) = False;
88 Bool VG_(clo_trace_symtab) = False;
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake.py 57 validate_subprotocol('sample', hixie=False)
58 validate_subprotocol('Sample', hixie=False)
59 validate_subprotocol('sample\x7eprotocol', hixie=False)
82 hixie=False)
86 hixie=False)
90 hixie=False)
94 hixie=False)
98 hixie=False)
103 hixie=False)
161 allow_quoted_string=False))
    [all...]
  /external/chromium_org/third_party/pexpect/
fdpexpect.py 58 self.own_fd = False
59 self.closed = False
84 return False
89 return False
91 def terminate (self, force=False):

Completed in 785 milliseconds

12 3 4 5 6 7 8 91011>>