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

1 2 34 5 6 7 8 91011>>

  /external/valgrind/main/coregrind/
pub_core_libcassert.h 44 VG_(assert_fail) (/*isCore*//*BOGUS*/True, \
51 (VG_(assert_fail) (/*isCore*/True, #expr, \
58 (VG_(assert_fail) (/*isCore*/True, #expr, \
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_style_builder.py 41 'svg': [True, False],
42 'custom_all': [True, False],
43 'custom_initial': [True, False],
44 'custom_inherit': [True, False],
45 'custom_value': [True, False],
89 property["custom_initial"] = True
90 property["custom_inherit"] = True
91 property["custom_value"] = True
  /external/chromium_org/tools/gyp/test/configurations/target_platform/
gyptest-target_platform.py 31 test.build('configurations.gyp', rebuild=True)
36 test.build('configurations.gyp', rebuild=True)
  /external/chromium_org/tools/grit/grit/
grit_runner.py 83 ['build', { _FACTORY : ToolFactoryBuild, _REQUIRES_INPUT : True }],
84 ['buildinfo', { _FACTORY : ToolFactoryBuildInfo, _REQUIRES_INPUT : True }],
85 ['count', { _FACTORY : ToolFactoryCount, _REQUIRES_INPUT : True }],
88 _REQUIRES_INPUT : True, _HIDDEN : True }],
92 _FACTORY : ToolFactoryResizeDialog, _REQUIRES_INPUT : True }],
96 _FACTORY: ToolFactoryTest, _REQUIRES_INPUT : True,
97 _HIDDEN : True }],
101 ['xmb', { _FACTORY : ToolFactoryXmb, _REQUIRES_INPUT : True }],
169 if key == '-d': self.disconnected = True
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
driver_unittest.py 93 driver = Driver(port, 0, pixel_tests=True)
111 driver = Driver(port, 0, pixel_tests=True)
130 driver = Driver(port, 0, pixel_tests=True, no_timeout=True)
131 self.assertEqual(driver.cmd_line(True, []), ['/mock-checkout/out/Release/content_shell', '--no-timeout', '--dump-render-tree', '-'])
135 driver = Driver(port, 0, pixel_tests=True)
167 assert_crash(driver, '#CRASHED\n', True, 'FakeServerProcess', 1234)
173 assert_crash(driver, '#CRASHED - WebProcess\n', True, 'WebProcess', None)
179 assert_crash(driver, '#CRASHED - WebProcess (pid 8675)\n', True, 'WebProcess', 8675)
185 assert_crash(driver, '#PROCESS UNRESPONSIVE - WebProcess (pid 8675)\n', True, 'WebProcess', 8675, True
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_isinstance.py 192 self.assertEqual(True, isinstance(Super(), Super))
197 self.assertEqual(True, isinstance(Child(), Super))
202 self.assertEqual(True, isinstance(AbstractSuper(), AbstractSuper))
207 self.assertEqual(True, isinstance(AbstractChild(), AbstractChild))
208 self.assertEqual(True, isinstance(AbstractChild(), AbstractSuper))
214 self.assertEqual(True, issubclass(Super, Super))
218 self.assertEqual(True, issubclass(Child, Child))
219 self.assertEqual(True, issubclass(Child, Super))
224 self.assertEqual(True, issubclass(AbstractSuper, AbstractSuper))
228 self.assertEqual(True, issubclass(AbstractChild, AbstractChild)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_isinstance.py 192 self.assertEqual(True, isinstance(Super(), Super))
197 self.assertEqual(True, isinstance(Child(), Super))
202 self.assertEqual(True, isinstance(AbstractSuper(), AbstractSuper))
207 self.assertEqual(True, isinstance(AbstractChild(), AbstractChild))
208 self.assertEqual(True, isinstance(AbstractChild(), AbstractSuper))
214 self.assertEqual(True, issubclass(Super, Super))
218 self.assertEqual(True, issubclass(Child, Child))
219 self.assertEqual(True, issubclass(Child, Super))
224 self.assertEqual(True, issubclass(AbstractSuper, AbstractSuper))
228 self.assertEqual(True, issubclass(AbstractChild, AbstractChild)
    [all...]
  /cts/suite/audio_quality/test_description/processing/
recording_thd.py 43 inputError = True
45 inputError = True
47 inputError = True
49 inputError = True
  /external/chromium_org/chrome/test/functional/ispy/server/
app.py 17 ('/', main_view_handler.MainViewHandler)], debug=True)
  /external/chromium_org/native_client_sdk/src/doc/
conf.py 69 # If true, '()' will be appended to :func: etc. cross-reference text.
70 #add_function_parentheses = True
72 # If true, the current module name will be prepended to all description
74 #add_module_names = True
76 # If true, sectionauthor and moduleauthor directives will be shown in the
83 # If true, keep warnings as "system message" paragraphs in the built documents.
128 # If true, SmartyPants will be used to convert quotes and dashes to
130 html_use_smartypants = True
140 #html_domain_indices = True
143 #html_use_index = True
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
apache_http_server_unittest.py 49 return True
52 host.executive = MockExecutive(should_log=True)
57 server._check_that_all_ports_are_available = lambda: True
58 server._is_server_running_on_all_ports = lambda: True
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
commandtest.py 39 options.confirm = True
42 options.obsolete_patches = True
43 options.open_bug = True
46 options.quiet = True
prettydiff.py 36 show_in_main_help = True
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-mac-bundle.py 24 test.writable(test.workpath(MAC_BUNDLE_DIR), True)
  /external/chromium_org/tools/gyp/test/gyp-defines/
gyptest-multiple-values.py 29 test.build('defines.gyp', rebuild=True)
  /external/chromium_org/tools/gyp/test/mac/
gyptest-ldflags-passed-to-libtool.py 17 match = lambda a, b: True)
gyptest-objc-arc.py 18 match = lambda a, b: True)
  /external/chromium_org/tools/gyp/test/variables/commands/
gyptest-commands-repeated.py 20 stdout=expect, ignore_line_numbers=True)
gyptest-commands.py 21 stdout=expect, ignore_line_numbers=True)
  /external/chromium_org/tools/telemetry/telemetry/unittest/
options_for_unittests.py 29 return True
  /external/srec/srec/crec/
rec_norm.c 42 return (True);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dep_util.py 16 Return true if 'source' exists and is more recently modified than
29 return True
53 """Return true if 'target' is out-of-date with respect to any file
57 than every file in 'sources', return false; otherwise return true.
69 return True
73 # we can immediately return true. If we fall through to the end
84 return True # out-of-date
87 return True
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_basestring.py 9 BM_compatible = True
fix_funcattrs.py 10 BM_compatible = True
fix_future.py 12 BM_compatible = True

Completed in 669 milliseconds

1 2 34 5 6 7 8 91011>>