/external/python/six/ |
D | CHANGES | 20 - Pull request #167: Add `six.moves.getoutput`. 22 - Pull request #80: Add `six.moves.urllib_parse.splitvalue`. 24 - Pull request #75: Add `six.moves.email_mime_image`. 34 - Pull request #55 and issue #99: Don't add the `winreg` module to `six.moves` 37 - Pull request #60 and issue #108: Add `six.moves.getcwd` and 38 `six.moves.getcwdu`. 60 - Issue #98: Fix `six.moves` race condition in multi-threaded code. 65 - Issue #112: `six.moves.reload_module` now uses the importlib module on 71 - Issue #90: Add `six.moves.shlex_quote`. 73 - Issue #59: Add `six.moves.intern`. [all …]
|
D | test_six.py | 94 mod = six.moves.html_parser 120 item = getattr(six.moves, item_name) 138 assert item_name in dir(six.moves) 150 assert item_name in dir(six.moves.urllib.parse) 151 getattr(six.moves.urllib.parse, item_name) 159 assert item_name in dir(six.moves.urllib.error) 160 getattr(six.moves.urllib.error, item_name) 168 assert item_name in dir(six.moves.urllib.request) 169 getattr(six.moves.urllib.request, item_name) 177 assert item_name in dir(six.moves.urllib.response) [all …]
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | vec-move-01.ll | 1 ; Test vector register moves. 5 ; Test v16i8 moves. 13 ; Test v8i16 moves. 21 ; Test v4i32 moves. 29 ; Test v2i64 moves. 37 ; Test v4f32 moves. 45 ; Test v2f64 moves. 53 ; Test v2i8 moves. 61 ; Test v4i8 moves. 69 ; Test v8i8 moves. [all …]
|
D | int-move-01.ll | 1 ; Test moves between GPRs. 5 ; Test 8-bit moves, which should get promoted to i32. 13 ; Test 16-bit moves, which again should get promoted to i32. 21 ; Test 32-bit moves. 29 ; Test 64-bit moves.
|
D | fp-move-01.ll | 1 ; Test moves between FPRs. 5 ; Test f32 moves. 13 ; Test f64 moves. 21 ; Test f128 moves. Since f128s are passed by reference, we need to force
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-move-01.ll | 1 ; Test vector register moves. 5 ; Test v16i8 moves. 13 ; Test v8i16 moves. 21 ; Test v4i32 moves. 29 ; Test v2i64 moves. 37 ; Test v4f32 moves. 45 ; Test v2f64 moves. 53 ; Test v2i8 moves. 61 ; Test v4i8 moves. 69 ; Test v8i8 moves. [all …]
|
D | int-move-01.ll | 1 ; Test moves between GPRs. 5 ; Test 8-bit moves, which should get promoted to i32. 13 ; Test 16-bit moves, which again should get promoted to i32. 21 ; Test 32-bit moves. 29 ; Test 64-bit moves.
|
D | fp-move-01.ll | 1 ; Test moves between FPRs. 5 ; Test f32 moves. 13 ; Test f64 moves. 21 ; Test f128 moves. Since f128s are passed by reference, we need to force
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 33 EXPECT_EQ(1, tracker.moves()); in TEST() 44 EXPECT_EQ(1, tracker.moves()); in TEST() 56 EXPECT_EQ(0, tracker.moves()); in TEST() 69 EXPECT_EQ(0, tracker.moves()); in TEST() 79 EXPECT_EQ(0, tracker.moves()); in TEST() 90 EXPECT_EQ(0, tracker.moves()); in TEST() 105 EXPECT_EQ(2, tracker.moves()); in TEST() 116 EXPECT_EQ(0, tracker.moves()); in TEST() 135 EXPECT_EQ(0, tracker.moves()); in TEST() 143 EXPECT_EQ(1, tracker.moves()); in TEST() [all …]
|
D | compressed_tuple_test.cc | 78 EXPECT_LE(tracker.moves(), 1); in TEST() 89 EXPECT_LE(tracker.moves(), 1); in TEST() 103 EXPECT_EQ(tracker.moves(), 1); in TEST() 131 EXPECT_EQ(tracker.moves(), 2); in TEST() 150 EXPECT_EQ(tracker.moves(), 0); in TEST() 159 EXPECT_EQ(tracker.moves(), 0); in TEST() 167 EXPECT_EQ(tracker.moves(), 0); in TEST() 178 EXPECT_EQ(tracker.moves(), 1); in TEST() 186 EXPECT_EQ(tracker.moves(), 1); in TEST() 190 EXPECT_EQ(tracker.moves(), 1); in TEST() [all …]
|
/external/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 33 EXPECT_EQ(1, tracker.moves()); in TEST() 44 EXPECT_EQ(1, tracker.moves()); in TEST() 56 EXPECT_EQ(0, tracker.moves()); in TEST() 69 EXPECT_EQ(0, tracker.moves()); in TEST() 79 EXPECT_EQ(0, tracker.moves()); in TEST() 90 EXPECT_EQ(0, tracker.moves()); in TEST() 105 EXPECT_EQ(2, tracker.moves()); in TEST() 116 EXPECT_EQ(0, tracker.moves()); in TEST() 135 EXPECT_EQ(0, tracker.moves()); in TEST() 143 EXPECT_EQ(1, tracker.moves()); in TEST() [all …]
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 33 EXPECT_EQ(1, tracker.moves()); in TEST() 44 EXPECT_EQ(1, tracker.moves()); in TEST() 56 EXPECT_EQ(0, tracker.moves()); in TEST() 69 EXPECT_EQ(0, tracker.moves()); in TEST() 79 EXPECT_EQ(0, tracker.moves()); in TEST() 90 EXPECT_EQ(0, tracker.moves()); in TEST() 105 EXPECT_EQ(2, tracker.moves()); in TEST() 116 EXPECT_EQ(0, tracker.moves()); in TEST() 135 EXPECT_EQ(0, tracker.moves()); in TEST() 143 EXPECT_EQ(1, tracker.moves()); in TEST() [all …]
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 33 EXPECT_EQ(1, tracker.moves()); in TEST() 44 EXPECT_EQ(1, tracker.moves()); in TEST() 56 EXPECT_EQ(0, tracker.moves()); in TEST() 69 EXPECT_EQ(0, tracker.moves()); in TEST() 79 EXPECT_EQ(0, tracker.moves()); in TEST() 90 EXPECT_EQ(0, tracker.moves()); in TEST() 105 EXPECT_EQ(2, tracker.moves()); in TEST() 116 EXPECT_EQ(0, tracker.moves()); in TEST() 135 EXPECT_EQ(0, tracker.moves()); in TEST() 143 EXPECT_EQ(1, tracker.moves()); in TEST() [all …]
|
D | compressed_tuple_test.cc | 78 EXPECT_LE(tracker.moves(), 1); in TEST() 89 EXPECT_LE(tracker.moves(), 1); in TEST() 103 EXPECT_EQ(tracker.moves(), 1); in TEST() 131 EXPECT_EQ(tracker.moves(), 2); in TEST() 150 EXPECT_EQ(tracker.moves(), 0); in TEST() 159 EXPECT_EQ(tracker.moves(), 0); in TEST() 167 EXPECT_EQ(tracker.moves(), 0); in TEST() 178 EXPECT_EQ(tracker.moves(), 1); in TEST() 186 EXPECT_EQ(tracker.moves(), 1); in TEST() 190 EXPECT_EQ(tracker.moves(), 1); in TEST() [all …]
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | test_instance_tracker_test.cc | 33 EXPECT_EQ(1, tracker.moves()); in TEST() 44 EXPECT_EQ(1, tracker.moves()); in TEST() 56 EXPECT_EQ(0, tracker.moves()); in TEST() 69 EXPECT_EQ(0, tracker.moves()); in TEST() 79 EXPECT_EQ(0, tracker.moves()); in TEST() 90 EXPECT_EQ(0, tracker.moves()); in TEST() 105 EXPECT_EQ(2, tracker.moves()); in TEST() 116 EXPECT_EQ(0, tracker.moves()); in TEST() 135 EXPECT_EQ(0, tracker.moves()); in TEST() 143 EXPECT_EQ(1, tracker.moves()); in TEST() [all …]
|
D | compressed_tuple_test.cc | 78 EXPECT_LE(tracker.moves(), 1); in TEST() 89 EXPECT_LE(tracker.moves(), 1); in TEST() 103 EXPECT_EQ(tracker.moves(), 1); in TEST() 131 EXPECT_EQ(tracker.moves(), 2); in TEST() 150 EXPECT_EQ(tracker.moves(), 0); in TEST() 159 EXPECT_EQ(tracker.moves(), 0); in TEST() 167 EXPECT_EQ(tracker.moves(), 0); in TEST() 178 EXPECT_EQ(tracker.moves(), 1); in TEST() 186 EXPECT_EQ(tracker.moves(), 1); in TEST() 190 EXPECT_EQ(tracker.moves(), 1); in TEST() [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 33 EXPECT_EQ(1, tracker.moves()); in TEST() 44 EXPECT_EQ(1, tracker.moves()); in TEST() 56 EXPECT_EQ(0, tracker.moves()); in TEST() 69 EXPECT_EQ(0, tracker.moves()); in TEST() 79 EXPECT_EQ(0, tracker.moves()); in TEST() 90 EXPECT_EQ(0, tracker.moves()); in TEST() 105 EXPECT_EQ(2, tracker.moves()); in TEST() 116 EXPECT_EQ(0, tracker.moves()); in TEST() 135 EXPECT_EQ(0, tracker.moves()); in TEST() 143 EXPECT_EQ(1, tracker.moves()); in TEST() [all …]
|
D | compressed_tuple_test.cc | 78 EXPECT_LE(tracker.moves(), 1); in TEST() 89 EXPECT_LE(tracker.moves(), 1); in TEST() 103 EXPECT_EQ(tracker.moves(), 1); in TEST() 131 EXPECT_EQ(tracker.moves(), 2); in TEST() 150 EXPECT_EQ(tracker.moves(), 0); in TEST() 159 EXPECT_EQ(tracker.moves(), 0); in TEST() 167 EXPECT_EQ(tracker.moves(), 0); in TEST() 178 EXPECT_EQ(tracker.moves(), 1); in TEST() 186 EXPECT_EQ(tracker.moves(), 1); in TEST() 190 EXPECT_EQ(tracker.moves(), 1); in TEST() [all …]
|
/external/autotest/server/hosts/ |
D | rpc_server_tracker.py | 6 import six.moves.http_client 11 import six.moves.xmlrpc_client 187 proxy = six.moves.xmlrpc_client.ServerProxy(rpc_url, allow_none=True) 193 six.moves.xmlrpc_client.ProtocolError, 194 six.moves.http_client.BadStatusLine), 225 if isinstance(exc, six.moves.http_client.BadStatusLine): 350 class TimeoutXMLRPCServerProxy(six.moves.xmlrpc_client.ServerProxy): 363 six.moves.xmlrpc_client.ServerProxy.__init__(self, uri, *args, **kwargs) 366 class TimeoutXMLRPCTransport(six.moves.xmlrpc_client.Transport): 376 six.moves.xmlrpc_client.Transport.__init__(self, *args, **kwargs) [all …]
|
/external/autotest/client/cros/ |
D | httpd.py | 13 import cgi, errno, logging, os, posixpath, six.moves.SimpleHTTPServer, socket, ssl, sys 14 import threading, six.moves.urllib.parse 15 from six.moves import urllib 16 from six.moves.BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer 17 from six.moves.socketserver import BaseServer, ThreadingMixIn 35 class FormHandler(six.moves.SimpleHTTPServer.SimpleHTTPRequestHandler): 43 six.moves.SimpleHTTPServer.SimpleHTTPRequestHandler.extensions_map.update({ 72 path = six.moves.urllib.parse.urlparse(self.path)[2] 115 path = six.moves.urllib.parse.urlparse(path)[2] 148 split_url = six.moves.urllib.parse.urlsplit(self.path) [all …]
|
/external/scapy/scapy/ |
D | main.py | 27 IGNORED = list(six.moves.builtins.__dict__) 118 globals_dict = six.moves.builtins.__dict__ 224 session = six.moves.builtins.__dict__["scapy_session"] 247 six.moves.cPickle.dump(to_be_saved, f, pickleProto) 260 s = six.moves.cPickle.load(gzip.open(fname,"rb")) 263 s = six.moves.cPickle.load(open(fname,"rb")) 268 scapy_session = six.moves.builtins.__dict__["scapy_session"] 283 s = six.moves.cPickle.load(gzip.open(fname,"rb")) 285 s = six.moves.cPickle.load(open(fname,"rb")) 286 scapy_session = six.moves.builtins.__dict__["scapy_session"] [all …]
|
/external/autotest/client/common_lib/feedback/ |
D | tester_feedback_client.py | 8 import six.moves.xmlrpc_client 64 self._rpc_proxy = six.moves.xmlrpc_client.ServerProxy('http://%s' % self._remote_addr) 67 except six.moves.xmlrpc_client.Error as e: 91 except six.moves.xmlrpc_client.Error as e: 100 except six.moves.xmlrpc_client.Error as e: 118 except six.moves.xmlrpc_client.Error as e:
|
/external/autotest/server/cros/ |
D | goofy_client.py | 7 import six.moves.http_client 154 @retry.retry((six.moves.http_client.BadStatusLine, socket.error), 172 @retry_goofy_rpc((six.moves.http_client.BadStatusLine, socket.error), 233 except six.moves.http_client.BadStatusLine: 237 @retry_goofy_rpc((six.moves.http_client.BadStatusLine, socket.error), 281 @retry_goofy_rpc((six.moves.http_client.BadStatusLine, socket.error), 297 @retry_goofy_rpc((six.moves.http_client.BadStatusLine, socket.error), 395 @retry_goofy_rpc((six.moves.http_client.BadStatusLine, socket.error),
|
/external/autotest/server/ |
D | afe_urls.py | 18 from six.moves import urllib 19 import six.moves.urllib.parse 38 self._root_url_parts = six.moves.urllib.parse.urlsplit(root_url) 76 return six.moves.urllib.parse.SplitResult(
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/ |
D | move.py | 23 moves = tuple(_Move(source, target) for source in sources) 26 refactor.Transform(functools.partial(_Update, moves), files_to_update) 29 for move in moves: 33 def _Update(moves, module): argument 35 for move in moves:
|