Searched refs:True (Results 26 - 50 of 2522) sorted by relevance

1234567891011>>

/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/lldb/test/python_api/default-constructor/
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/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/third_party/python_gflags/
H A Dsetup.py43 include_package_data=True,
/external/chromium_org/native_client_sdk/src/gonacl_appengine/
H A Dgonacl.py9 ], debug=True)
/external/chromium_org/third_party/python_gflags/
H A Dsetup.py43 include_package_data=True,
/external/lldb/test/unittest2/
H A D__main__.py7 __unittest = True
/external/chromium_org/tools/gyp/test/analyzer/
H A Dgyptest-analyzer.py168 EnsureContains(matched=True, build_targets={'exe'})
178 EnsureContains(matched=True, build_targets={'exe'})
193 EnsureContains(matched=True, build_targets={'exe', 'exe3'})
198 EnsureContains(matched=True, build_targets={'exe'})
208 EnsureContains(matched=True, build_targets={'exe'})
218 EnsureContains(matched=True, build_targets={'exe'})
223 EnsureContains(matched=True, build_targets={'exe', 'exe3'})
228 EnsureContains(matched=True, build_targets={'exe'})
233 EnsureContains(matched=True, targets={'exe3'}, build_targets={'exe2', 'exe3'})
237 EnsureContains(matched=True, build_target
[all...]
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-link-generate-manifest.py84 generate_manifest=True,
92 generate_manifest=True,
96 generate_manifest=True,
97 embedded_manifest=True,
101 embedded_manifest=True,
104 generate_manifest=True,
105 embedded_manifest=True,
108 generate_manifest=True,
110 extra_manifest=True)
114 extra_manifest=True)
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
H A Decho_wsh.py42 while True:
51 request.ws_stream.send_message(line, binary=True)
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_schema_graph_test.py86 self.assertEqual(LookupResult(True, None),
89 self.assertEqual(LookupResult(True, None),
91 self.assertEqual(LookupResult(True, None),
94 self.assertEqual(LookupResult(True, None),
97 self.assertEqual(LookupResult(True, None),
100 self.assertEqual(LookupResult(True, None),
104 self.assertEqual(LookupResult(True, None),
107 self.assertEqual(LookupResult(True, None),
111 self.assertEqual(LookupResult(True, None),
175 self.assertEqual(LookupResult(True, Non
[all...]
H A Dsidenav_data_source_test.py52 item2['child_selected'] = True
53 item2_1['selected'] = True
54 item2_1['related'] = True
58 item2_2['related'] = True
80 {'href': '/base/path/H1.html', 'level': 2, 'related': True},
81 {'href': '/base/path/H2.html', 'level': 2, 'selected': True, 'related': True},
82 {'href': '/base/path/base/path/H2.html', 'level': 2, 'related': True},
83 {'href': 'https://qualified/X1.html', 'level': 2, 'related': True},
87 'href': '/base/path/H3.html', 'level': 2, 'related': True}
[all...]
/external/chromium_org/net/data/websocket/
H A Decho-with-no-extension_wsh.py13 while True:
22 request.ws_stream.send_message(line, binary=True)
/external/chromium_org/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/chromium_org/tools/telemetry/telemetry/timeline/
H A Devent_container.py49 recursive=True,
50 event_type_predicate=lambda t: True,
51 event_predicate=lambda e: True):
86 def IterAllEventsOfName(self, name, recursive=True):
89 event_type_predicate=lambda t: True,
92 def IterAllSlices(self, recursive=True):
97 def IterAllSlicesInRange(self, start, end, recursive=True):
103 def IterAllSlicesOfName(self, name, recursive=True):
109 def IterAllToplevelSlicesOfName(self, name, recursive=True):
115 def IterAllAsyncSlicesOfName(self, name, recursive=True)
[all...]
/external/chromium_org/tools/gyp/test/generator-output/
H A Dgyptest-copies.py24 test.writable(test.workpath('copies'), True)
31 test.writable(test.workpath('relocate/copies/build'), True)
32 test.writable(test.workpath('relocate/copies/copies-out'), True)
33 test.writable(test.workpath('relocate/copies/subdir/build'), True)
34 test.writable(test.workpath('relocate/copies/subdir/copies-out'), True)
H A Dgyptest-rules.py23 test.writable(test.workpath('rules'), True)
30 test.writable(test.workpath('relocate/rules/build'), True)
31 test.writable(test.workpath('relocate/rules/subdir1/build'), True)
32 test.writable(test.workpath('relocate/rules/subdir2/build'), True)
33 test.writable(test.workpath('relocate/rules/subdir2/rules-out'), True)
/external/chromium_org/media/cast/test/utility/
H A Dnetload.py19 while True:
28 while True:
40 while True:
53 def Serve(socket, upload=True, download=True):
54 while True:
61 def Receiver(port, upload=True, download=True):
69 def Connect(to_hostport, upload=True, download=False):
92 Connect( (sys.argv[2], int(sys.argv[3])), upload=False, download=True)
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Duser_unittest.py74 run_prompt_test(["1,2"], ["foo", "bar"], can_choose_multiple=True)
75 run_prompt_test(["1-3"], ["foo", "bar", "foobar"], can_choose_multiple=True)
76 run_prompt_test(["1-2,3"], ["foo", "bar", "foobar"], can_choose_multiple=True)
77 run_prompt_test(["2-1,3"], ["foobar"], can_choose_multiple=True)
78 run_prompt_test([" 1, 2 "], ["foo", "bar"], can_choose_multiple=True)
79 run_prompt_test(["all"], ["foo", "bar", 'foobar', 'barbaz', 'foobaz'], can_choose_multiple=True)
80 run_prompt_test([""], ["foo", "bar", 'foobar', 'barbaz', 'foobaz'], can_choose_multiple=True)
81 run_prompt_test([" "], ["foo", "bar", 'foobar', 'barbaz', 'foobaz'], can_choose_multiple=True)
82 run_prompt_test(["badinput", "all"], ["foo", "bar", 'foobar', 'barbaz', 'foobaz'], can_choose_multiple=True)
101 run_prompt_test(["1,2"], ["foo", "bar"], can_choose_multiple=True)
[all...]
/external/chromium_org/tools/crx_id/
H A Dcrx_id_unittest.py64 from_file_path=True),
69 from_file_path=True,
70 is_win_path=True),
76 from_file_path=True,
77 is_win_path=True),
80 from_file_path=True,
81 is_win_path=True),
/external/valgrind/main/tests/
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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dchecksvnconfigfile.py43 return (True, True, True)
/external/chromium_org/tools/gyp/test/target/
H A Dgyptest-target.py23 test.built_file_must_exist('hello1.stuff', test.EXECUTABLE, bare=True)
24 test.built_file_must_exist('hello2.exe', test.EXECUTABLE, bare=True)
25 test.built_file_must_not_exist('hello2.stuff', test.EXECUTABLE, bare=True)
/external/chromium_org/tools/json_schema_compiler/
H A Djson_schema_test.py82 return isinstance(value, dict) and not value.get('valid', True)
85 {'valid': True},
90 {'valid': True},

Completed in 806 milliseconds

1234567891011>>