Searched refs:True (Results 226 - 250 of 1251) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/appengine/
H A Dsessions_memcache.py43 return sessions.SessionDict(self, new=True)
/external/chromium-trace/trace-viewer/tracing/build/
H A Djs_checks.py18 self.file_filter = lambda x: True
137 return True
139 return True
153 flags.FLAGS.strict = True
/external/chromium-trace/trace-viewer/tracing/
H A Drun_py_tests27 parser.set_defaults(install_hooks=True)
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
H A Derror_check.py85 True if the rule should be checked according to the flags, otherwise False.
88 return True
H A Djavascriptstatetracker.py101 True)
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/
H A Drun_tests.py40 py_cssmin = _rcssmin._make_cssmin(python_only=True)
90 erred, out_b = do_test(py_cssmin, output_b, keep_bang_comments=True)
91 erred, c_out_b = do_test(c_cssmin, output_b, keep_bang_comments=True)
130 accept_opts = True
/external/clang/bindings/python/tests/cindex/
H A Dtest_code_completion.py28 cr = tu.codeComplete('fake.c', 9, 1, unsaved_files=files, include_brief_comments=True)
/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp93 typedef Lookup<B ? sizeof(T) : sizeof(E)> True; typedef in struct:N6::Cond
97 typedef Cond<true, int, char>::True True; typedef in namespace:N6
102 Lookup<sizeof(int)> const &L2(True());
/external/clang/utils/
H A DClangDataFormat.py149 value_list = frame.GetVariables(True, True, True, True)
/external/compiler-rt/test/asan/android_commands/
H A Dandroid_common.py9 verbose = True
/external/deqp/modules/gles3/scripts/
H A Dgen-qualification_order.py206 invalidDeclarationCases.append(DeclarationCase(True, False, p)) # Incorrect order
209 invalidDeclarationCases.append(DeclarationCase(True, True, f)) # Correct order but invariant is not allowed as and input parameter
216 invalidParameterCases.append(ParameterCase(True, p)) # Incorrect order
/external/deqp/scripts/
H A Dlaunchcontrol_build.py58 required=True,
/external/deqp/scripts/opengl/
H A Dgen_null_render_context.py77 align = True)
/external/eigen/scripts/
H A Drelicense.py49 return text.replace(lgpl3_header, mpl2_header), True
/external/google-breakpad/src/testing/gtest/scripts/
H A Dupload_gtest.py61 found_cc_flag = True
/external/google-breakpad/src/testing/scripts/
H A Dupload_gmock.py61 found_cc_flag = True
/external/libcxx/buildcmds/
H A Dconfigtests.py27 host = True
/external/libcxx/test/libcxx/test/
H A Dtarget_info.py52 return True
/external/libvpx/libvpx/test/android/
H A Dscrape_gtest_log.py46 output = json.dumps(json.loads(json_string), indent=4, sort_keys=True)
/external/libvpx/libvpx/tools/
H A Dwrap-commit-msg.py45 while True:
/external/linux-tools-perf/src/tools/perf/python/
H A Dtwatch.py29 while True:
/external/linux-tools-perf/src/tools/perf/scripts/python/
H A Dsyscall-counts.py58 reverse = True):
/external/lldb/test/expression_command/call-function/
H A DTestCallStdStringFunction.py42 lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line, num_expected_locations=-1, loc_exact=True)
/external/lldb/test/expression_command/persistent_types/
H A DTestPersistentTypes.py44 substrs = ['($foobar) 0x', ' = {', "a = 'H'","b = 'e'","c = 'l'","d = 'l'"],matching=False,error=True) # the type name is $foobar, make sure we settle for nothing less
/external/lldb/test/expression_command/radar_9673664/
H A DTestExprHelpExamples.py31 lldbutil.run_break_set_by_file_and_line (self, self.main_source, self.line, num_expected_locations=1, loc_exact=True)

Completed in 2382 milliseconds

1234567891011>>