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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/utils/
clang-parse-diagnostics-file 33 levels['error'] = True
35 levels['fatal error'] = True
37 levels['ignored'] = True
39 levels['note'] = True
41 levels['warning'] = True
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_next.py 18 BM_compatible = True
42 self.shadowed_next = True
75 self.shadowed_next = True
90 return True
102 return True
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
string_tests.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_next.py 18 BM_compatible = True
42 self.shadowed_next = True
75 self.shadowed_next = True
90 return True
102 return True
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
string_tests.py     [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t054main.py 40 lexerMod = self.compileInlineGrammar(grammar, returnModule=True)
67 lexerMod = self.compileInlineGrammar(grammar, returnModule=True)
92 lexerMod = self.compileInlineGrammar(grammar, returnModule=True)
118 lexerMod = self.compileInlineGrammar(grammar, returnModule=True)
146 lexerMod, parserMod = self.compileInlineGrammar(grammar, returnModule=True)
177 lexerMod, parserMod = self.compileInlineGrammar(grammar, returnModule=True)
215 lexerMod, parserMod = self.compileInlineGrammar(grammar, returnModule=True)
216 walkerMod = self.compileInlineGrammar(treeGrammar, returnModule=True)
258 lexerMod, parserMod = self.compileInlineGrammar(grammar, returnModule=True)
259 walkerMod = self.compileInlineGrammar(treeGrammar, returnModule=True)
    [all...]
  /cts/suite/audio_quality/test_description/processing/
check_spectrum_playback.py 61 passFail = True if (positiveMax < (margainHigh / 100.0 + 1.0)) and\
76 inputError = True
78 inputError = True
80 inputError = True
82 inputError = True
84 inputError = True
86 inputError = True
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
http_header_util.py 43 """Returns true iff c is in CHAR as specified in HTTP RFC."""
49 """Returns true iff c is in CTL as specified in HTTP RFC."""
85 the head. Returns True if consumed successfully. Otherwise, returns
97 return True
101 """Consumes a LWS from the head. Returns True if any LWS is consumed.
113 while True:
123 return True
140 while True:
165 while True:
184 expect_quoted_pair = True
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
buildbot_results_unittest.py 52 printer = buildbot_results.BuildBotPrinter(stream, debug_logging=True)
61 summary = test_run_results_unittest.summarized_results(port, expected=True, passing=False, flaky=False)
73 summary = test_run_results_unittest.summarized_results(port, expected=False, passing=False, flaky=True)
88 summary = test_run_results_unittest.summarized_results(port, expected=False, passing=True, flaky=False)
98 full_summary = test_run_results_unittest.summarized_results(port, expected=False, passing=True, flaky=False)
99 failing_summary = test_run_results_unittest.summarized_results(port, expected=False, passing=True, flaky=False, only_include_failing=True)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
http_header_util.py 43 """Returns true iff c is in CHAR as specified in HTTP RFC."""
49 """Returns true iff c is in CTL as specified in HTTP RFC."""
85 the head. Returns True if consumed successfully. Otherwise, returns
97 return True
101 """Consumes a LWS from the head. Returns True if any LWS is consumed.
113 while True:
123 return True
140 while True:
165 while True:
184 expect_quoted_pair = True
    [all...]
  /external/chromium_org/tools/checkdeps/
checkdeps_test.py 20 self.deps_checker = checkdeps.DepsChecker(being_tested=True)
49 found = True
83 self.ImplTestRegularCheckDepsRun(True, False)
86 self.ImplTestRegularCheckDepsRun(False, True)
89 self.ImplTestRegularCheckDepsRun(True, True)
103 self.failUnlessEqual('11', self.CountViolations(True))
  /external/chromium_org/tools/site_compare/scrapers/firefox/
firefox2.py 105 keyboard.TypeString("[t]", True)
117 keyboard.TypeString("{d}", True)
145 keyboard.TypeString("[w]", True)
188 keyboard.TypeString("[t]", True)
193 keyboard.TypeString("{d}", True)
210 keyboard.TypeString("[w]", True)
229 keyboard.TypeString("[w]", True)
  /external/protobuf/gtest/test/
gtest_test_utils.py 48 _SUBPROCESS_MODULE_AVAILABLE = True
79 _gtest_flags_are_parsed = True
126 shutil.rmtree(_temp_dir, ignore_errors=True)
193 def __init__(self, command, working_dir=None, capture_stderr=True):
197 terminated_by_sygnal True iff the child process has been terminated
200 exited True iff the child process exited normally.
227 cwd=working_dir, universal_newlines=True)
250 else: # os.WIFEXITED(ret_code) should return True here.
254 self.terminated_by_signal = True
259 self.exited = True
    [all...]
  /external/srec/srec/ca/
rec_basi.c 78 if (hRecog->is_configured == True)
105 hRecog->is_configured = True;
119 if (hRecog->is_running == True)
137 if (hRecog->is_configured == True)
162 if (hRecog->is_running == True)
169 hRecog->is_running = True;
230 if (terminated) hPattern->recog_terminated = True;
  /external/valgrind/main/include/
pub_tool_options.h 55 if VG_STREQ(val, "yes") (qq_var) = True; \
59 True; \
69 True; \
83 True; \
107 True; \
131 True; \
141 True; \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
abc.py 32 funcobj.__isabstractmethod__ = True
62 __isabstractmethod__ = True
133 return True
152 return True
172 return True
177 return True
182 return True
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
abc.py 32 funcobj.__isabstractmethod__ = True
62 __isabstractmethod__ = True
133 return True
152 return True
172 return True
177 return True
182 return True
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSVersion.py 51 """Returns true if this version uses a vcxproj file."""
191 True if the key exists
195 return True
213 uses_vcxproj=True,
221 flat_sln=True,
222 uses_vcxproj=True,
231 uses_vcxproj=True,
239 flat_sln=True,
240 uses_vcxproj=True,
249 uses_vcxproj=True,
    [all...]
  /external/clang/utils/analyzer/
SATestBuild.py 129 if IsReferenceBuild == True :
191 shell=True)
194 shell=True)
229 shell=True)
238 return True
246 return True
286 shell=True)
291 Failed = True
311 check_call(RmCommand, shell=True)
318 check_call(RmCommand, shell=True)
    [all...]
  /external/chromium/net/tools/testserver/
testserver.py 63 to be exited cleanly (by setting its "stop" member to True)."""
82 self.private_key = tlslite.api.parsePEMKey(s, private=True)
106 tlsConnection.ignoreAbruptClose = True
107 return True
110 return True
171 while True:
346 return True
363 return True
380 return True
397 return True
    [all...]
  /external/chromium_org/sync/tools/testserver/
sync_testserver.py 42 self.authenticated = True
95 while True:
189 return True
220 return True
234 return True
243 if cred_valid[0] == 'True':
244 self.server.SetAuthenticated(True)
257 return True
267 if cred_valid[0] == 'True':
268 xmpp_server.SetAuthenticated(True)
    [all...]
  /external/chromium_org/build/config/win/
get_msvc_config_real.py 52 """Returns true if this version uses a vcxproj file."""
185 True if the key exists
189 return True
207 uses_vcxproj=True,
215 flat_sln=True,
216 uses_vcxproj=True,
225 uses_vcxproj=True,
233 flat_sln=True,
234 uses_vcxproj=True,
243 uses_vcxproj=True,
    [all...]
  /external/chromium_org/ppapi/generators/
idl_diff.py 55 # Return True if this change is only a one line change in the copyright notice
62 return True
67 # Return True if this change only removes a blank line from a comment
73 return True
78 # Return True if this change only adds or removes blank lines
85 return True
91 # Return True if this change only going from C++ to C style
107 return True
110 return True
119 return True
    [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp 22 /// bodies. Returns true for declaration, false for expression.
62 return true;
72 /// the function returns true to let the declaration parsing code handle it.
111 return TPR != TPResult::False(); // Returns true for TPResult::True() or
135 return true;
139 TPR = TPResult::True();
141 assert(TPR == TPResult::True() || TPR == TPResult::False());
142 return TPR == TPResult::True();
171 return TPResult::True();
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results_unittest.py 87 retry_results.add(get_result('passes/text.html'), True, test_is_slow)
88 retry_results.add(get_result('failures/expected/timeout.html'), True, test_is_slow)
89 retry_results.add(get_result('failures/expected/crash.html'), True, test_is_slow)
131 summary = summarized_results(self.port, expected=True, passing=False, flaky=False)
134 summary = summarized_results(self.port, expected=False, passing=True, flaky=False)
144 summary = summarized_results(self.port, expected=False, passing=True, flaky=False)
149 summary = summarized_results(self.port, expected=False, passing=True, flaky=False, extra_skipped_tests=['passes/text.html'])
160 summary = summarized_results(self.port, expected=False, passing=True, flaky=False)
166 summary = summarized_results(self.port, expected=True, passing=False, flaky=False, only_include_failing=True)
    [all...]

Completed in 2793 milliseconds

1 2 3 4 5 6 7 8 91011>>