/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/testdata/handlers/sub/ |
non_callable_wsh.py | 35 web_socket_do_extra_handshake = True
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
schema_util_test.py | 49 'nodoc': True 56 'nodoc': True 63 'nodoc': True 69 'nodoc': True 79 'nodoc': True 87 'nodoc': True 91 'nodoc': True 103 'nodoc': True 127 'inline_doc': True, 132 'marker': True # This should appear three times in the output [all...] |
manifest_data_source_test.py | 84 'has_example': True, 122 'is_last': True 134 'has_example': True 154 'is_last': True 190 'has_example': True 222 'has_example': True, 227 'has_example': True, 232 'has_example': True, 262 'has_example': True, 275 'is_last': True [all...] |
/external/chromium_org/tools/gyp/test/product/ |
gyptest-product.py | 21 test.built_file_must_exist('alt1' + test._exe, test.EXECUTABLE, bare=True) 22 test.built_file_must_exist('hello2.stuff', test.EXECUTABLE, bare=True) 23 test.built_file_must_exist('yoalt3.stuff', test.EXECUTABLE, bare=True) 27 test.SHARED_LIB, bare=True) 29 test.SHARED_LIB, bare=True) 30 test.built_file_must_exist('yoalt6.stuff', test.SHARED_LIB, bare=True) 34 test.STATIC_LIB, bare=True) 36 test.STATIC_LIB, bare=True) 37 test.built_file_must_exist('yoalt9.stuff', test.STATIC_LIB, bare=True) 40 test.built_file_must_exist('bob/yoalt10.stuff', test.EXECUTABLE, bare=True) [all...] |
/external/chromium_org/media/tools/layout_tests/ |
test_expectations_unittest.py | 16 expected_map = {'CRASH': True, 'IMAGE': True, 'Bugs': ['BUGCR86714'], 17 'Comments': '', 'MAC': True, 'Gpu': True, 25 expected_map = {'CRASH': True, 'IMAGE': True, 'Bugs': ['BUGCR86714'], 26 'Comments': ' foo', 'MAC': True, 'Gpu': True, 34 expected_map = {'CRASH': True, 'IMAGE': True, 'Bugs': ['BUGCR86714'] [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_bool.py | 24 print >> fo, False, True 27 self.assertEqual(fo.read(), 'False True\n') 34 self.assertEqual(repr(True), 'True') 36 self.assertEqual(eval(repr(True)), True) 40 self.assertEqual(str(True), 'True') 45 self.assertEqual(int(True), 1) 46 self.assertIsNot(int(True), True [all...] |
test_exception_variations.py | 14 hit_except = True 16 hit_else = True 18 hit_finally = True 32 hit_except = True 34 hit_else = True 36 hit_finally = True 49 hit_except = True 51 hit_finally = True 63 hit_except = True 65 hit_finally = True [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bool.py | 24 print >> fo, False, True 27 self.assertEqual(fo.read(), 'False True\n') 34 self.assertEqual(repr(True), 'True') 36 self.assertEqual(eval(repr(True)), True) 40 self.assertEqual(str(True), 'True') 45 self.assertEqual(int(True), 1) 46 self.assertIsNot(int(True), True [all...] |
test_exception_variations.py | 14 hit_except = True 16 hit_else = True 18 hit_finally = True 32 hit_except = True 34 hit_else = True 36 hit_finally = True 49 hit_except = True 51 hit_finally = True 63 hit_except = True 65 hit_finally = True [all...] |
/external/valgrind/main/tests/ |
arch_test.c | 22 #define True 1 38 if ( 0 == strcmp( arch, "x86" ) ) return True; 41 if ( 0 == strcmp( arch, "x86" ) ) return True; 42 if ( 0 == strcmp( arch, "amd64" ) ) return True; 45 if ( 0 == strcmp( arch, "ppc32" ) ) return True; 48 if ( 0 == strcmp( arch, "ppc64" ) ) return True; 49 if ( 0 == strcmp( arch, "ppc32" ) ) return True; 52 if ( 0 == strcmp( arch, "s390x" ) ) return True; 55 if ( 0 == strcmp( arch, "arm" ) ) return True;
|
/external/chromium_org/tools/gyp/test/generator-output/ |
gyptest-actions.py | 23 test.writable(test.workpath('actions'), True) 35 test.writable(test.workpath('relocate/actions/build'), True) 36 test.writable(test.workpath('relocate/actions/subdir1/build'), True) 37 test.writable(test.workpath('relocate/actions/subdir1/actions-out'), True) 38 test.writable(test.workpath('relocate/actions/subdir2/build'), True) 39 test.writable(test.workpath('relocate/actions/subdir2/actions-out'), True)
|
gyptest-copies.py | 23 test.writable(test.workpath('copies'), True) 30 test.writable(test.workpath('relocate/copies/build'), True) 31 test.writable(test.workpath('relocate/copies/copies-out'), True) 32 test.writable(test.workpath('relocate/copies/subdir/build'), True) 33 test.writable(test.workpath('relocate/copies/subdir/copies-out'), True)
|
gyptest-rules.py | 22 test.writable(test.workpath('rules'), True) 29 test.writable(test.workpath('relocate/rules/build'), True) 30 test.writable(test.workpath('relocate/rules/subdir1/build'), True) 31 test.writable(test.workpath('relocate/rules/subdir2/build'), True) 32 test.writable(test.workpath('relocate/rules/subdir2/rules-out'), True)
|
gyptest-top-all.py | 25 test.writable(test.workpath('src/build'), True) 26 test.writable(test.workpath('src/subdir2/build'), True) 27 test.writable(test.workpath('src/subdir3/build'), True)
|
/external/valgrind/main/VEX/ |
test_main.h | 6 #define TEST_VSUPPORT True 14 #define TEST_VSUPPORT True
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/ |
buildbot_unittest.py | 125 'is_green': True, 149 'is_green': True, 333 self.assertEqual(buildbot._revisions_for_builder(builder_with_success), [(104643, False), (104636, False), (104635, True), (104633, False)]) 342 'Builder 1': [(1, True), (3, True)], 343 'Builder 2': [(1, True), (3, False)], 344 'Builder 3': [(1, True), (3, True)], 347 'Builder 1': [(1, False), (3, True)], 348 'Builder 2': [(1, True), (3, True)] [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_scanstring.py | 9 scanstring('"z\\ud834\\udd20x"', 1, None, True), 14 scanstring(u'"z\U0001d120x"', 1, None, True), 18 scanstring(u'"z\U0001d120x"', 1, None, True), 22 scanstring('"\\u007b"', 1, None, True), 26 scanstring('"A JSON payload should be an object or array, not a string."', 1, None, True), 30 scanstring('["Unclosed array"', 2, None, True), 34 scanstring('["extra comma",]', 2, None, True), 38 scanstring('["double extra comma",,]', 2, None, True), 42 scanstring('["Comma after the close"],', 2, None, True), 46 scanstring('["Extra close"]]', 2, None, True), [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_scanstring.py | 9 scanstring('"z\\ud834\\udd20x"', 1, None, True), 14 scanstring(u'"z\U0001d120x"', 1, None, True), 18 scanstring(u'"z\U0001d120x"', 1, None, True), 22 scanstring('"\\u007b"', 1, None, True), 26 scanstring('"A JSON payload should be an object or array, not a string."', 1, None, True), 30 scanstring('["Unclosed array"', 2, None, True), 34 scanstring('["extra comma",]', 2, None, True), 38 scanstring('["double extra comma",,]', 2, None, True), 42 scanstring('["Comma after the close"],', 2, None, True), 46 scanstring('["Extra close"]]', 2, None, True), [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
DebugEventListenerConstants.cs | 41 /** <summary>Serialized version of true</summary> */ 42 public const int True = 1;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
DebugEventListenerConstants.cs | 41 /** <summary>Serialized version of true</summary> */ 42 public const int True = 1;
|
/external/sonivox/jet_tools/JetCreator/ |
JetDefs.py | 201 ("&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/chromium_org/tools/gyp/test/target/ |
gyptest-target.py | 23 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/ceres-solver/docs/source/ |
conf.py | 72 # If true, '()' will be appended to :func: etc. cross-reference text. 73 #add_function_parentheses = True 75 # If true, the current module name will be prepended to all description 77 #add_module_names = True 79 # If true, sectionauthor and moduleauthor directives will be shown in the 129 # If true, SmartyPants will be used to convert quotes and dashes to 131 html_use_smartypants = True 141 html_domain_indices = True 144 html_use_index = True 146 # If true, the index is split into individual pages for each letter [all...] |
/external/chromium_org/native_client_sdk/src/gonacl_appengine/ |
gonacl.py | 9 ], debug=True)
|
/external/chromium_org/tools/gyp/test/exclusion/ |
gyptest-exclusion.py | 20 test.built_file_must_exist('hello' + test._exe, test.EXECUTABLE, bare=True)
|