| /external/ktfmt/website/ |
| D | package-lock.json | 8 "clean-css": "^5.1.1", 9 "event-stream": "4.0.1", 11 "monaco-editor": "^0.23.0", 19 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", 20 …"integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6e… 25 "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", 26 …"integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7… 35 "node_modules/acorn-globals": { 37 "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.4.tgz", 38 …"integrity": "sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH… [all …]
|
| /external/angle/build/android/gyp/ |
| D | copy_ex.py | 4 # Use of this source code is governed by a BSD-style license that can be 27 result.extend([os.path.join(root[len(dirname):], f) for f in files]) 34 deps.extend(_get_all_files(f)) 42 if filecmp.cmp(dest, f, shallow=False): 59 print('To avoid stale files you must use --clear when copying ' 61 sys.exit(-1) 77 sys.exit(-1) 82 sys.exit(-1) 92 parser.add_option('--dest', help='Directory to copy files to.') 93 parser.add_option('--files', action='append', [all …]
|
| /external/cronet/build/android/gyp/ |
| D | copy_ex.py | 4 # Use of this source code is governed by a BSD-style license that can be 27 result.extend([os.path.join(root[len(dirname):], f) for f in files]) 34 deps.extend(_get_all_files(f)) 42 if filecmp.cmp(dest, f, shallow=False): 59 print('To avoid stale files you must use --clear when copying ' 61 sys.exit(-1) 77 sys.exit(-1) 82 sys.exit(-1) 92 parser.add_option('--dest', help='Directory to copy files to.') 93 parser.add_option('--files', action='append', [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/shadycss/ |
| D | package-lock.json | 7 "@babel/code-frame": { 9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz", 10 …"integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUq… 18 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.1.2.tgz", 19 …"integrity": "sha512-IFeSSnjXdhDaoysIlev//UzHZbdEmm7D0EIH2qtse9xK7mXEZQpYjs2P00XlP1qYsYvid79p+Zgg6… 22 "@babel/code-frame": "^7.0.0", 29 "convert-source-map": "^1.1.0", 35 "source-map": "^0.5.0" 40 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.1.3.tgz", 41 …"integrity": "sha512-ZoCZGcfIJFJuZBqxcY9OjC1KW2lWK64qrX1o4UYL3yshVhwKFYgzpWZ0vvtGMNJdTlvkw0W+HR1Vn… [all …]
|
| /external/curl/tests/http/ |
| D | test_10_proxy.py | 2 # -*- coding: utf-8 -*- 23 # SPDX-License-Identifier: curl 48 env.make_data_file(indir=env.gen_dir, fname="data-100k", fsize=100*1024) 49 env.make_data_file(indir=env.gen_dir, fname="data-10m", fsize=10*1024*1024) 70 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'), 71 reason='curl lacks HTTPS-proxy support') 89 ['data-100k', 5], 90 ['data-1m', 2] 101 url = f'http://localhost:{env.http_port}/curltest/echo?id=[0-{count-1}]' 122 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'), [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
| D | build.log | 2 --------- 3 Build Time: 2018-02-12T15:48:46-0800 8 dom-serializer: 0.1.0 10 expand-tilde: 1.2.2 11 is-windows: 0.2.0 14 path-is-inside: 1.0.2 18 @types/express-serve-static-core: 4.0.53 25 @types/serve-static: 1.7.32 26 accessibility-developer-tools: 2.12.0 30 acorn-jsx: 3.0.1 [all …]
|
| /external/python/cpython3/Objects/clinic/ |
| D | listobject.c.h | 7 "--\n" 28 Py_ssize_t ival = -1; in list_insert() 34 if (ival == -1 && PyErr_Occurred()) { in list_insert() 48 "--\n" 66 "--\n" 68 "Return a shallow copy of the list."); 84 "--\n" 92 "extend($self, iterable, /)\n" 93 "--\n" 95 "Extend list by appending elements from the iterable."); [all …]
|
| /external/crosvm/hypervisor/src/ |
| D | haxm.rs | 2 // Use of this source code is governed by a BSD-style license that can be 22 // This is a HAXM-specific capability, so it's not present in the VmCap enum, and the 46 pub fn get_use_ghaxm() -> bool { in get_use_ghaxm() 60 fn as_raw_descriptor(&self) -> RawDescriptor { in as_raw_descriptor() 67 pub fn new() -> Result<Haxm> { in new() 75 fn check_capability(&self, cap: HypervisorCap) -> bool { in check_capability() 84 /// Makes a shallow clone of this `Hypervisor`. 85 fn try_clone(&self) -> Result<Self> { in try_clone() 93 fn get_supported_cpuid(&self) -> Result<CpuId> { in get_supported_cpuid() 151 // Filter HAXM supported cpuids by host-supported cpuids in get_supported_cpuid() [all …]
|
| /external/clang/lib/AST/ |
| D | NestedNameSpecifier.cpp | 1 //===--- NestedNameSpecifier.cpp - C++ nested name specifiers -----*- C++ -*-=// 8 //===----------------------------------------------------------------------===// 11 // a C++ nested-name-specifier. 13 //===----------------------------------------------------------------------===// 49 assert((!Prefix || Prefix->isDependent()) && "Prefix must be dependent"); in Create() 64 (Prefix->getAsType() == nullptr && in Create() 65 Prefix->getAsIdentifier() == nullptr)) && in Create() 80 (Prefix->getAsType() == nullptr && in Create() 81 Prefix->getAsIdentifier() == nullptr)) && in Create() 183 return getAsType()->getAsCXXRecordDecl(); in getAsRecordDecl() [all …]
|
| /external/grpc-grpc/third_party/upb/upb/message/ |
| D | copy.c | 1 // Protocol Buffers - Google's data interchange format 4 // Use of this source code is governed by a BSD-style 6 // https://developers.google.com/open-source/licenses/bsd 91 upb_Map* cloned_map = _upb_Map_New(arena, map->key_size, map->val_size); in upb_Map_DeepClone() 99 &map_entry_table->UPB_PRIVATE(fields)[1]; in upb_Map_DeepClone() 122 mini_table->UPB_PRIVATE(subs)[f->UPB_PRIVATE(submsg_index)]); in upb_Message_Map_DeepClone() 126 &map_entry_table->UPB_PRIVATE(fields)[0]; in upb_Message_Map_DeepClone() 128 &map_entry_table->UPB_PRIVATE(fields)[1]; in upb_Message_Map_DeepClone() 142 const size_t size = array->UPB_PRIVATE(size); in upb_Array_DeepClone() 181 dest->data = source->data; in upb_Clone_ExtensionValue() [all …]
|
| /external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/ |
| D | VelocityContext.java | 12 * http://www.apache.org/licenses/LICENSE-2.0 42 * your own and extend the interface Context 87 * will be 'read only' - put() calls to the 145 * @return true if non-null value in store 180 * @return A shallow copy of this <code>Context</code>.
|
| /external/skia/gm/ |
| D | patharcto.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 15 // With the bug, we extend the left side of the triangle with lines, a bit like a flag pole. 17 // but the very shallow angle causes our sin/cos and other calcs to lose too many bits. 38 canvas->translate(-200, -50); 39 canvas->drawPath(path.detach(), paint); 45 …-2 -0.166,-4.117 -2.117,-5.212 -0.673,-0.378 -1.36,-0.733 -2.04,-1.1a1647300864,1647300864 0,0 1,-… 49 …-0.659,1.147 -1.296,2.31 -1.978,3.442 -1.276,2.117 -3.973,2.632 -6.102,1.536 -0.244,-0.125 -0.485,… 55 canvas->translate(30, 30); 56 canvas->drawPath(path, paint); 57 canvas->drawPath(path2, paint); [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
| D | build.log | 2 --------- 3 Build Time: 2017-02-06T15:35:26-0800 9 accessibility-developer-tools: 2.11.0 10 adm-zip: 0.4.7 12 agent-base: 2.0.1 13 align-text: 0.1.4 14 ansi-regex: 2.1.1 15 ansi-styles: 2.2.1 17 append-field: 0.1.0 19 arr-diff: 2.0.0 [all …]
|
| /external/icu/libicu/cts_headers/unicode/ |
| D | uregex.h | 5 * Copyright (C) 2004-2016, International Business Machines 9 * encoding: UTF-8 88 /** Unix-only line endings. 106 * backslash-escaped ASCII letters without a known special 123 * @param patternLength The length of the pattern, or -1 if the pattern is 129 * are bitwise-ORed together. 159 * are bitwise-ORed together. 187 * are bitwise-ORed together. 321 * @param textLength The length of the subject text, or -1 if the string 339 * string data; only a shallow clone is made. The subject string data must not be [all …]
|
| D | regex.h | 5 * Copyright (C) 2002-2016, International Business Machines 9 * encoding: UTF-8 29 * `RegexPattern` objects represent a pre-processed, or compiled 470 * @param nameLength The length of the name, or -1 if the name is 471 * nul-terminated. 589 UVector64 *fCompiledPat; // The compiled pattern p-code. 591 // after un-escaping, for use during the match. 594 Regex8BitSet *fSets8; // (and fast sets for latin-1 range.) 724 * The matcher will make a shallow clone of the supplied input text, and all regexp 725 * pattern matching operations happen on this clone. While read-only operations on [all …]
|
| /external/icu/libandroidicu/include/unicode/ |
| D | uregex.h | 5 * Copyright (C) 2004-2016, International Business Machines 9 * encoding: UTF-8 88 /** Unix-only line endings. 106 * backslash-escaped ASCII letters without a known special 123 * @param patternLength The length of the pattern, or -1 if the pattern is 129 * are bitwise-ORed together. 159 * are bitwise-ORed together. 187 * are bitwise-ORed together. 321 * @param textLength The length of the subject text, or -1 if the string 339 * string data; only a shallow clone is made. The subject string data must not be [all …]
|
| /external/cronet/third_party/icu/source/i18n/unicode/ |
| D | uregex.h | 5 * Copyright (C) 2004-2016, International Business Machines 9 * encoding: UTF-8 88 /** Unix-only line endings. 106 * backslash-escaped ASCII letters without a known special 123 * @param patternLength The length of the pattern, or -1 if the pattern is 129 * are bitwise-ORed together. 159 * are bitwise-ORed together. 187 * are bitwise-ORed together. 321 * @param textLength The length of the subject text, or -1 if the string 339 * string data; only a shallow clone is made. The subject string data must not be [all …]
|
| D | regex.h | 5 * Copyright (C) 2002-2016, International Business Machines 9 * encoding: UTF-8 29 * `RegexPattern` objects represent a pre-processed, or compiled 470 * @param nameLength The length of the name, or -1 if the name is 471 * nul-terminated. 589 UVector64 *fCompiledPat; // The compiled pattern p-code. 591 // after un-escaping, for use during the match. 594 Regex8BitSet *fSets8; // (and fast sets for latin-1 range.) 724 * The matcher will make a shallow clone of the supplied input text, and all regexp 725 * pattern matching operations happen on this clone. While read-only operations on [all …]
|
| /external/icu/icu4c/source/i18n/unicode/ |
| D | uregex.h | 5 * Copyright (C) 2004-2016, International Business Machines 9 * encoding: UTF-8 88 /** Unix-only line endings. 106 * backslash-escaped ASCII letters without a known special 123 * @param patternLength The length of the pattern, or -1 if the pattern is 129 * are bitwise-ORed together. 159 * are bitwise-ORed together. 187 * are bitwise-ORed together. 321 * @param textLength The length of the subject text, or -1 if the string 339 * string data; only a shallow clone is made. The subject string data must not be [all …]
|
| D | regex.h | 5 * Copyright (C) 2002-2016, International Business Machines 9 * encoding: UTF-8 29 * `RegexPattern` objects represent a pre-processed, or compiled 470 * @param nameLength The length of the name, or -1 if the name is 471 * nul-terminated. 589 UVector64 *fCompiledPat; // The compiled pattern p-code. 591 // after un-escaping, for use during the match. 594 Regex8BitSet *fSets8; // (and fast sets for latin-1 range.) 724 * The matcher will make a shallow clone of the supplied input text, and all regexp 725 * pattern matching operations happen on this clone. While read-only operations on [all …]
|
| /external/python/cpython3/Lib/test/ |
| D | list_tests.py | 83 self.assertEqual(list(r), self.type2test(range(19, -1, -1))) 87 # Bug 3689: make sure list-reversed-iterator doesn't have __len__ 95 a[-1] = 200 97 a[-2] = 100 99 self.assertRaises(IndexError, a.__setitem__, -3, 200) 104 self.assertRaises(IndexError, a.__setitem__, -1, 200) 116 a[-2] = 88 117 a[-1] = 99 119 a[-2] = 8 120 a[-1] = 9 [all …]
|
| /external/rust/crates/protobuf/src/reflect/file/ |
| D | mod.rs | 35 fn eq(&self, other: &Self) -> bool { in eq() 63 /// The object is refcounted: clone is shallow. 74 pub(crate) fn common(&self) -> &FileDescriptorCommon { in common() 82 pub(crate) fn common_for_generated_descriptor(&self) -> &'static FileDescriptorCommon { in common_for_generated_descriptor() 89 pub(crate) fn message_indices(&self, index: usize) -> &MessageIndices { in message_indices() 93 pub(crate) fn message_by_index(&self, index: usize) -> MessageDescriptor { in message_by_index() 100 pub(crate) fn message_proto_by_index(&self, index: usize) -> &DescriptorProto { in message_proto_by_index() 104 pub(crate) fn enum_indices(&self, index: usize) -> &EnumIndices { in enum_indices() 109 pub fn name(&self) -> &str { in name() 114 pub fn package(&self) -> &str { in package() [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/ |
| D | jquery.js | 12 * Date: 2020-05-04T22:49Z 20 // For CommonJS and CommonJS-like environments where a proper `window` 42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode 44 // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common 117 // becomes browsing-context connected. 119 // See https://html.spec.whatwg.org/#nonce-attributes 121 // `jQuery.globalEval` so that it can fake a nonce-containing node 197 // Return the newly-formed element set 221 return this.eq( -1 ); [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/ |
| D | jquery-3.5.1.js | 12 * Date: 2020-05-04T22:49Z 20 // For CommonJS and CommonJS-like environments where a proper `window` 42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode 44 // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common 117 // becomes browsing-context connected. 119 // See https://html.spec.whatwg.org/#nonce-attributes 121 // `jQuery.globalEval` so that it can fake a nonce-containing node 197 // Return the newly-formed element set 221 return this.eq( -1 ); [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/ |
| D | jquery-3.5.1.js | 12 * Date: 2020-05-04T22:49Z 20 // For CommonJS and CommonJS-like environments where a proper `window` 42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode 44 // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common 117 // becomes browsing-context connected. 119 // See https://html.spec.whatwg.org/#nonce-attributes 121 // `jQuery.globalEval` so that it can fake a nonce-containing node 197 // Return the newly-formed element set 221 return this.eq( -1 ); [all …]
|