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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/build/android/gyp/util/
md5_check_test.py 29 self.called = True
38 CheckCallAndRecord(True, 'should call when record doesn\'t exist')
40 CheckCallAndRecord(True, force=True, message='should call when forced')
44 CheckCallAndRecord(True, 'changed input file should trigger call')
50 CheckCallAndRecord(True, 'removing file should trigger call')
53 CheckCallAndRecord(True, 'added input file should trigger call')
56 CheckCallAndRecord(True, 'changed input string should trigger call')
59 CheckCallAndRecord(True, 'reordering of string inputs should trigger call')
62 CheckCallAndRecord(True, 'removing a string should trigger call'
    [all...]
  /external/chromium_org/net/data/websocket/
close_wsh.py 13 while True:
22 request.ws_stream.send_message(line, binary=True)
echo-with-no-extension_wsh.py 13 while True:
22 request.ws_stream.send_message(line, binary=True)
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-symlink.py 23 test.writable(test.workpath('src/subdir2/deeper/build'), True)
29 test.writable(test.workpath('build/deeper'), True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dummy_thread.py 52 _main = True
99 True and returned appropriately based on value of
107 self.locked_status = True
108 return True
111 self.locked_status = True
112 return True
128 return True
135 # True when not executing in a "thread"
136 _main = True
139 """Set _interrupt flag to True to have start_new_thread rais
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dummy_thread.py 52 _main = True
99 True and returned appropriately based on value of
107 self.locked_status = True
108 return True
111 self.locked_status = True
112 return True
128 return True
135 # True when not executing in a "thread"
136 _main = True
139 """Set _interrupt flag to True to have start_new_thread rais
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
gen_x86_insn.py 182 self.gen_suffix = kwargs.pop("gen_suffix", True)
618 key=lambda x:len(x.operands), reverse=True):
659 add_group("not64", opcode=[], operands=[], not64=True)
716 operands=[Operand(type="Mem", relaxed=True, dest="EA")])
726 not64=True,
730 Operand(type="MemOffs", size=sz, relaxed=True, dest="EA")])
735 not64=True,
738 operands=[Operand(type="MemOffs", size=sz, relaxed=True, dest="EA"),
746 only64=True,
748 Operand(type="MemOffs", size=sz, relaxed=True, dest="EA64")]
    [all...]
  /external/chromium_org/tools/crx_id/
crx_id_unittest.py 64 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/chromium_org/chrome/common/extensions/docs/server2/
api_schema_graph_test.py 86 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, None)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
manager_unittest.py 49 manager = Manager(port, options=MockOptions(http=True, max_locked_shards=1), printer=Mock())
60 manager = Manager(port, options=MockOptions(http=True, max_locked_shards=1), printer=Mock())
64 self.http_started = True
67 self.websocket_started = True
70 self.http_stopped = True
73 self.websocket_stopped = True
85 self.assertEqual(self.http_started, True)
88 self.assertEqual(self.http_stopped, True)
93 self.assertEqual(self.http_started, True)
94 self.assertEqual(self.websocket_started, True)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_wintypes.py 12 # reads 16-bits from memory, anything non-zero is True
14 true = POINTER(c_int16)(c_int16(true_value))
15 value = cast(true, POINTER(wintypes.VARIANT_BOOL))
16 self.assertEqual(repr(value.contents), 'VARIANT_BOOL(True)')
20 vb.value = True
21 self.assertIs(vb.value, True)
23 self.assertIs(vb.value, True)
34 self.assertIs(vb.value, True)
38 self.assertIs(vb.value, True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
parser.py 68 while True:
89 def parse(self, fp, headersonly=True):
90 return Parser.parse(self, fp, True)
92 def parsestr(self, text, headersonly=True):
93 return Parser.parsestr(self, text, True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_dump.py 16 {True: False, False: True}, sort_keys=True),
17 '{"false": true, "true": false}')
19 {2: 3.0, 4.0: 5L, False: 1, 6L: True}, sort_keys=True),
20 '{"false": 1, "2": 3.0, "4.0": 5, "6": true}')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_wintypes.py 12 # reads 16-bits from memory, anything non-zero is True
14 true = POINTER(c_int16)(c_int16(true_value))
15 value = cast(true, POINTER(wintypes.VARIANT_BOOL))
16 self.assertEqual(repr(value.contents), 'VARIANT_BOOL(True)')
20 vb.value = True
21 self.assertIs(vb.value, True)
23 self.assertIs(vb.value, True)
34 self.assertIs(vb.value, True)
38 self.assertIs(vb.value, True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
parser.py 68 while True:
89 def parse(self, fp, headersonly=True):
90 return Parser.parse(self, fp, True)
92 def parsestr(self, text, headersonly=True):
93 return Parser.parsestr(self, text, True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_dump.py 16 {True: False, False: True}, sort_keys=True),
17 '{"false": true, "true": false}')
19 {2: 3.0, 4.0: 5L, False: 1, 6L: True}, sort_keys=True),
20 '{"false": 1, "2": 3.0, "4.0": 5, "6": true}')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_locale.py 183 self._test_format("%d", 4200, grouping=True, out='4%s200' % self.sep)
184 self._test_format("%+d", 4200, grouping=True, out='+4%s200' % self.sep)
185 self._test_format("%+d", -4200, grouping=True, out='-4%s200' % self.sep)
188 self._test_format("%10d", 4200, grouping=True,
190 self._test_format("%-10d", -4200, grouping=True,
281 self._test_currency(50000, "$50,000.00", grouping=True)
283 grouping=True, international=True)
290 self._test_format("%.2f", 12345.67, grouping=True, out='12345.67')
293 self._test_format("%9.2f", 12345.67, grouping=True, out=' 12345.67'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_locale.py 183 self._test_format("%d", 4200, grouping=True, out='4%s200' % self.sep)
184 self._test_format("%+d", 4200, grouping=True, out='+4%s200' % self.sep)
185 self._test_format("%+d", -4200, grouping=True, out='-4%s200' % self.sep)
188 self._test_format("%10d", 4200, grouping=True,
190 self._test_format("%-10d", -4200, grouping=True,
281 self._test_currency(50000, "$50,000.00", grouping=True)
283 grouping=True, international=True)
290 self._test_format("%.2f", 12345.67, grouping=True, out='12345.67')
293 self._test_format("%9.2f", 12345.67, grouping=True, out=' 12345.67'
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake.py 53 validate_subprotocol('sample', hixie=True)
54 validate_subprotocol('Sample', hixie=True)
55 validate_subprotocol('sample\x7eprotocol', hixie=True)
56 validate_subprotocol('sample\x20protocol', hixie=True)
65 hixie=True)
69 hixie=True)
73 hixie=True)
78 hixie=True)
172 allow_quoted_string=True))
177 allow_quoted_string=True))
    [all...]
  /external/chromium_org/build/android/pylib/utils/
timeout_retry_unittest.py 19 while True:
33 lambda x: x, 30, 3, [True], {}))
48 self.assertTrue(timeout_retry.Run(lambda: True, 30, 3))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
checksvnconfigfile.py 44 return (True, True, True)
  /external/chromium_org/third_party/simplejson/
tool.py 31 use_decimal=True)
34 json.dump(obj, outfile, sort_keys=True, indent=' ', use_decimal=True)
  /external/chromium_org/third_party/tlslite/test/
httpsserver.py 12 privateKey = parsePEMKey(s, private=True)
22 tlsConnection.ignoreAbruptClose = True
23 return True
  /external/chromium_org/tools/json_schema_compiler/highlighters/
pygments_highlighter.py 10 PYGMENTS_IMPORTED = True
24 formatter = HtmlFormatter(linenos=True,
29 formatter = HtmlFormatter(linenos=True,
  /external/chromium_org/tools/perf/measurements/
startup.py 18 super(Startup, self).__init__(needs_browser_restart_after_each_run=True)
33 browser_options.clear_sytem_cache_for_browser_and_profile_on_start = True
35 self.discard_first_result = True

Completed in 421 milliseconds

1 23 4 5 6 7 8 91011>>