Searched refs:True (Results 1 - 25 of 1251) sorted by relevance

1234567891011>>

/external/lldb/test/functionalities/command_history/
H A DTestCommandHistory.py17 self.runCmd('breakpoint list', check=False, inHistory=True) #0
18 self.runCmd('register read', check=False, inHistory=True) #1
19 self.runCmd('apropos hello', check=False, inHistory=True) #2
20 self.runCmd('memory write', check=False, inHistory=True) #3
21 self.runCmd('log list', check=False, inHistory=True) #4
22 self.runCmd('disassemble', check=False, inHistory=True) #5
23 self.runCmd('expression 1', check=False, inHistory=True) #6
24 self.runCmd('type summary list -w default', check=False, inHistory=True) #7
25 self.runCmd('version', check=False, inHistory=True) #8
26 self.runCmd('frame select 1', check=False, inHistory=True) #
[all...]
/external/chromium-trace/trace-viewer/perf_insights/perf_insights/
H A Dtrace_info.py9 date = ndb.DateTimeProperty(auto_now_add=True, indexed=True)
10 prod = ndb.StringProperty(indexed=True)
11 remote_addr = ndb.StringProperty(indexed=True)
12 tags = ndb.StringProperty(indexed=True, repeated=True)
13 user_agent = ndb.StringProperty(indexed=True, default=None)
14 ver = ndb.StringProperty(indexed=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/jetty/src/java/org/eclipse/jetty/webapp/
H A DMetaDataComplete.java21 public enum MetaDataComplete {NotSet, True, False} enum constant in enum:MetaDataComplete
/external/valgrind/tests/
H A Darch_test.c22 #define True 1 macro
43 if ( 0 == strcmp( arch, "x86" ) ) return True;
47 if ( 0 == strcmp( arch, "x86" ) ) return True;
49 if ( 0 == strcmp( arch, "amd64" ) ) return True;
52 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
55 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
57 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
61 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
64 if ( 0 == strcmp( arch, "s390x" ) ) return True;
67 if ( 0 == strcmp( arch, "arm" ) ) return True;
[all...]
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/google-breakpad/src/testing/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/lldb/test/python_api/default-constructor/
H A Dsb_inputreader.py10 obj.Initialize(lldb.SBDebugger.Create(), None, 0, "$", "^", True)
15 obj.SetIsDone(True)
H A Dsb_type.py12 obj.GetNumberChildren(True)
14 obj.GetChildAtIndex(True, 0, member)
15 obj.GetChildIndexForName(True, "_member_field")
H A Dsb_frame.py29 obj.GetVariables(True, True, True, True)
30 obj.GetVariables(True, True, True, False, lldb.eDynamicCanRunTarget)
/external/lldb/test/plugins/
H A Dbuilder_freebsd.py3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
H A Dbuilder_linux2.py3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=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/ceres-solver/docs/source/
H A Dconf.py73 #add_function_parentheses = True
77 #add_module_names = True
133 html_use_smartypants = True
143 html_domain_indices = True
146 html_use_index = True
154 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
157 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
158 html_show_copyright = True
209 #latex_domain_indices = True
240 #texinfo_domain_indices = True
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
H A Dsetup.py43 include_package_data=True,
/external/lldb/test/unittest2/
H A D__main__.py7 __unittest = True
/external/deqp/modules/gles3/scripts/
H A Dgen-uniform-blocks.py379 validCases = (createCases("repeat_interface_qualifier", repeatShaderTemplate, True)
380 + sum([createCases("layout_%s" % qualifier, layoutQualifierShaderTemplate % qualifier, True)
382 + createCases("layout_all", layoutQualifierShaderTemplate % "shared, packed, std140, row_major, column_major", True)
383 + createCases("layout_all_8_times", layoutQualifierShaderTemplate % str.join(", ", ["shared", "packed", "std140", "row_major", "column_major"] * 8), True)
384 + sum([createCases("global_layout_%s" % qualifier, layoutGlobalQualifierShaderTemplate % qualifier, True)
386 + createCases("global_layout_all", layoutGlobalQualifierShaderTemplate % "shared, packed, std140, row_major, column_major", True)
387 + createCases("global_layout_all_8_times", layoutGlobalQualifierShaderTemplate % str.join(", ", ["shared", "packed", "std140", "row_major", "column_major"] * 8), True)
388 + sum([createCases("member_layout_%s" % qualifier, layoutMemberQualifierShaderTemplate % qualifier, True)
390 + sum([createCases("member_layout_%s_vec4" % qualifier, layoutMemberVec4QualifierShaderTemplate % qualifier, True)
392 + createCases("member_layout_all", layoutMemberQualifierShaderTemplate % "row_major, column_major", True)
[all...]
/external/chromium-trace/trace-viewer/third_party/Paste/tests/test_util/
H A Dtest_datetimeutil.py29 assert('03:00 PM' == normalize_time("3p", ampm=True))
30 assert('03:00 AM' == normalize_time("300", ampm=True))
31 assert('03:22 AM' == normalize_time("322", ampm=True))
32 assert('01:22 PM' == normalize_time("1322", ampm=True))
33 assert('01:00 PM' == normalize_time("13", ampm=True))
34 assert('12:00 PM' == normalize_time("noon", ampm=True))
35 assert("06:00 PM" == normalize_time("6", ampm=True))
36 assert("01:00 PM" == normalize_time("1", ampm=True))
37 assert("07:00 AM" == normalize_time("7", ampm=True))
38 assert("01:00 PM" == normalize_time("1 pm", ampm=True))
[all...]
/external/v8/test/webkit/
H A Ddfg-branch-not-fail.js41 var True = true; variable
46 True = "string";
49 shouldBe("foo({f:True})", "1");
51 shouldBe("bar({f:True})", "0");
/external/lldb/test/functionalities/conditional_break/
H A Dconditional_break.py13 dbg.SetAsync(True)
19 should_stop = True
23 should_stop = True
/external/chromium-trace/trace-viewer/third_party/webapp2/
H A Dsetup.py57 include_package_data=True,
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/resources/
H A Dprotorpc_services.py5 my_name = messages.StringField(1, required=True)
8 hello = messages.StringField(1, required=True)
17 my_name = messages.StringField(1, required=True)
20 hello = messages.StringField(1, required=True)
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dimport_lldb.py18 return True
31 lldb_minus_p_path = check_output("%s -P" % lldb_executable, shell=True, stderr=fnull).strip()
38 return True
52 return True
/external/mesa3d/scons/
H A Dx11.py47 return True

Completed in 1229 milliseconds

1234567891011>>