/third_party/mesa3d/src/intel/common/ |
D | intel_sample_positions.h | 69 #define INTEL_SAMPLE_POS_ELEM(prefix, arr, sample_idx) \ argument 70 prefix##sample_idx##XOffset = arr[sample_idx].x; \ 71 prefix##sample_idx##YOffset = arr[sample_idx].y; 73 #define INTEL_SAMPLE_POS_1X_ARRAY(prefix, arr)\ argument 74 INTEL_SAMPLE_POS_ELEM(prefix, arr, 0); 76 #define INTEL_SAMPLE_POS_2X_ARRAY(prefix, arr) \ argument 77 INTEL_SAMPLE_POS_ELEM(prefix, arr, 0); \ 78 INTEL_SAMPLE_POS_ELEM(prefix, arr, 1); 80 #define INTEL_SAMPLE_POS_4X_ARRAY(prefix, arr) \ argument 81 INTEL_SAMPLE_POS_ELEM(prefix, arr, 0); \ [all …]
|
/third_party/libevdev/libevdev/ |
D | make-event-names.py | 69 def print_bits(bits, prefix): argument 70 if not hasattr(bits, prefix): 72 print("static const char * const %s_map[%s_MAX + 1] = {" % (prefix, prefix.upper())) 73 for val, name in sorted(list(getattr(bits, prefix).items())): 75 if prefix == "key": 85 for prefix in prefixes: 86 if prefix in ["BTN_", "EV_", "INPUT_PROP_", "MT_TOOL_"]: 88 print(" [EV_%s] = %s_map," % (prefix[:-1], prefix[:-1].lower())) 103 prefix = bits.ev[val][3:] 104 if prefix + "_" in prefixes: [all …]
|
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/ |
D | ls.js.test.cjs | 10 "invalid: optional-wrong@3.2.1 {CWD}/prefix/node_modules/optional-wrong", 12 "invalid: peer-optional-wrong@3.2.1 {CWD}/prefix/node_modules/peer-optional-wrong", 13 "invalid: peer-wrong@3.2.1 {CWD}/prefix/node_modules/peer-wrong", 15 "invalid: prod-wrong@3.2.1 {CWD}/prefix/node_modules/prod-wrong", 20 {CWD}/prefix 21 {CWD}/prefix/node_modules/optional-ok 22 {CWD}/prefix/node_modules/optional-wrong 23 {CWD}/prefix/node_modules/peer-ok 24 {CWD}/prefix/node_modules/peer-optional-ok 25 {CWD}/prefix/node_modules/peer-optional-wrong [all …]
|
D | outdated.js.test.cjs | 10 cat:dog@latest 1.0.0 2.0.0 2.0.0 node_modules/cat prefix 15 cat 1.0.0 1.0.1 1.0.1 node_modules/cat prefix 16 chai 1.0.0 1.0.1 1.0.1 node_modules/chai prefix 17 dog 1.0.1 1.0.1 2.0.0 node_modules/dog prefix 18 theta MISSING 1.0.1 1.0.1 - prefix 27 "dependent": "prefix", 28 "location": "{CWD}/prefix/node_modules/cat", 35 "dependent": "prefix", 36 "location": "{CWD}/prefix/node_modules/chai", 43 "dependent": "prefix", [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | AffixMatcher.java | 22 private final AffixPatternMatcher prefix; field in AffixMatcher 33 if (length(lhs.prefix) != length(rhs.prefix)) { 34 return length(lhs.prefix) > length(rhs.prefix) ? -1 : 1; 119 AffixPatternMatcher prefix = AffixPatternMatcher in createMatchers() local 135 posPrefix = prefix; in createMatchers() 137 } else if (Objects.equals(prefix, posPrefix) && Objects.equals(suffix, posSuffix)) { in createMatchers() 147 matchers.add(getInstance(prefix, suffix, flags)); in createMatchers() 148 if (includeUnpaired && prefix != null && suffix != null) { in createMatchers() 150 if (type == PatternSignType.POS || !Objects.equals(prefix, posPrefix)) { in createMatchers() 151 matchers.add(getInstance(prefix, null, flags)); in createMatchers() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
D | AffixMatcher.java | 24 private final AffixPatternMatcher prefix; field in AffixMatcher 35 if (length(lhs.prefix) != length(rhs.prefix)) { 36 return length(lhs.prefix) > length(rhs.prefix) ? -1 : 1; 119 AffixPatternMatcher prefix = AffixPatternMatcher in createMatchers() local 133 posPrefix = prefix; in createMatchers() 135 } else if (Objects.equals(prefix, posPrefix) && Objects.equals(suffix, posSuffix)) { in createMatchers() 145 matchers.add(getInstance(prefix, suffix, flags)); in createMatchers() 146 if (includeUnpaired && prefix != null && suffix != null) { in createMatchers() 148 if (type == PatternSignType.POS || !Objects.equals(prefix, posPrefix)) { in createMatchers() 149 matchers.add(getInstance(prefix, null, flags)); in createMatchers() [all …]
|
/third_party/node/lib/internal/crypto/ |
D | webcrypto.js | 68 const prefix = "Failed to execute 'digest' on 'SubtleCrypto'"; 69 webidl.requiredArguments(arguments.length, 2, { prefix }); field 71 prefix, property 75 prefix, property 96 const prefix = "Failed to execute 'generateKey' on 'SubtleCrypto'"; 97 webidl.requiredArguments(arguments.length, 3, { prefix }); field 99 prefix, property 103 prefix, property 107 prefix, property 180 const prefix = "Failed to execute 'deriveBits' on 'SubtleCrypto'"; [all …]
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_history.py | 31 self.assertIsNone(self.history.prefix) 51 self.history.prefix = line1 54 self.assertIsNone(self.history.prefix) 90 def fetch_test(self, reverse, line, prefix, index, *, bell=False): argument 102 Equal(History.prefix, prefix) 107 prefix = '' 109 test(True, line2, prefix, 1) 110 test(True, line1, prefix, 0) 111 test(True, prefix, None, None, bell=True) 114 prefix = '' [all …]
|
/third_party/libwebsockets/cmake/ |
D | FindGit.cmake | 31 # GIT_WC_INFO(<dir> <var-prefix>) 36 # <var-prefix>_WC_REVISION_HASH - Current SHA1 hash 37 # <var-prefix>_WC_REVISION - Current SHA1 hash 38 # <var-prefix>_WC_REVISION_NAME - Name associated with <var-prefix>_WC_REVISION_HASH 39 # <var-prefix>_WC_URL - output of command `git config --get remote.origin.url' 40 # <var-prefix>_WC_ROOT - Same value as working copy URL 41 # <var-prefix>_WC_GITSVN - Set to false 44 # <var-prefix>_WC_GITSVN - Set to True if it is a 45 # <var-prefix>_WC_INFO - output of command `git svn info' 46 # <var-prefix>_WC_URL - url of the associated SVN repository [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/glob/ |
D | sync.js | 85 var prefix 95 prefix = null 102 prefix = pattern.slice(0, n).join('/') 110 if (prefix === null) 112 else if (isAbsolute(prefix) || 116 if (!prefix || !isAbsolute(prefix)) 117 prefix = '/' + prefix 118 read = prefix 120 read = prefix 130 this._processGlobStar(prefix, read, abs, remain, index, inGlobStar) [all …]
|
D | glob.js | 318 var prefix 328 prefix = null 335 prefix = pattern.slice(0, n).join('/') 343 if (prefix === null) 345 else if (isAbsolute(prefix) || 349 if (!prefix || !isAbsolute(prefix)) 350 prefix = '/' + prefix 351 read = prefix 353 read = prefix 363 this._processGlobStar(prefix, read, abs, remain, index, inGlobStar, cb) [all …]
|
/third_party/node/deps/npm/node_modules/rimraf/node_modules/glob/ |
D | sync.js | 85 var prefix 95 prefix = null 102 prefix = pattern.slice(0, n).join('/') 110 if (prefix === null) 112 else if (isAbsolute(prefix) || 116 if (!prefix || !isAbsolute(prefix)) 117 prefix = '/' + prefix 118 read = prefix 120 read = prefix 130 this._processGlobStar(prefix, read, abs, remain, index, inGlobStar) [all …]
|
D | glob.js | 318 var prefix 328 prefix = null 335 prefix = pattern.slice(0, n).join('/') 343 if (prefix === null) 345 else if (isAbsolute(prefix) || 349 if (!prefix || !isAbsolute(prefix)) 350 prefix = '/' + prefix 351 read = prefix 353 read = prefix 363 this._processGlobStar(prefix, read, abs, remain, index, inGlobStar, cb) [all …]
|
/third_party/libabigail/tests/ |
D | test-ir-walker.cc | 74 string prefix; in build_level_prefix() local 75 build_level_prefix(prefix); in build_level_prefix() 76 return prefix; in build_level_prefix() 82 string prefix = build_level_prefix(); in visit_begin() local 84 cout << prefix << ns->get_pretty_representation() << "\n" in visit_begin() 85 << prefix << "{\n"; in visit_begin() 93 string prefix = build_level_prefix(); in visit_end() local 94 cout << prefix << "}\n"; in visit_end() 102 string prefix = build_level_prefix(); in visit_begin() local 104 cout << prefix << klass->get_pretty_representation() << "\n" in visit_begin() [all …]
|
/third_party/node/test/fixtures/wpt/resources/ |
D | check-layout-th.js | 5 function checkSubtreeExpectedValues(t, parent, prefix) argument 7 var checkedLayout = checkExpectedValues(t, parent, prefix); 9 checkedLayout |= checkSubtreeExpectedValues(t, node, prefix); 61 function checkExpectedValues(t, node, prefix) argument 68 assert_tolerance(node.offsetWidth, expectedWidth, prefix + "width"); 73 assert_tolerance(node.offsetHeight, expectedHeight, prefix + "height"); 78 assert_tolerance(node.offsetLeft, expectedOffset, prefix + "offsetLeft"); 83 assert_tolerance(node.offsetTop, expectedOffset, prefix + "offsetTop"); 88 assert_tolerance(node.clientWidth, expectedWidth, prefix + "clientWidth"); 93 assert_tolerance(node.clientHeight, expectedHeight, prefix + "clientHeight"); [all …]
|
/third_party/elfutils/backends/ |
D | ia64_regs.c | 42 const char **prefix, const char **setname, in ia64_register_info() argument 51 *prefix = "ar."; in ia64_register_info() 62 *prefix = ""; in ia64_register_info() 71 *prefix = ""; in ia64_register_info() 81 *prefix = ""; in ia64_register_info() 91 *prefix = ""; in ia64_register_info() 100 *prefix = ""; in ia64_register_info() 112 *prefix = ""; in ia64_register_info() 121 *prefix = ""; in ia64_register_info() 131 *prefix = ""; in ia64_register_info() [all …]
|
/third_party/node/src/permission/ |
D | fs_permission.h | 23 std::string prefix; member 28 : prefix(pre), wildcard_child(nullptr) {} in Node() 32 Node* CreateChild(std::string prefix) { in CreateChild() 33 char label = prefix[0]; in CreateChild() 37 children[label] = new Node(prefix); in CreateChild() 43 unsigned int prefix_len = prefix.length(); in CreateChild() 44 for (; i < child->prefix.length(); ++i) { in CreateChild() 45 if (i > prefix_len || prefix[i] != child->prefix[i]) { in CreateChild() 46 std::string parent_prefix = child->prefix.substr(0, i); in CreateChild() 47 std::string child_prefix = child->prefix.substr(i); in CreateChild() [all …]
|
/third_party/python/Lib/lib2to3/fixes/ |
D | fix_idioms.py | 103 x.prefix = "" 104 T.prefix = " " 107 test.prefix = " " 109 test.prefix = node.prefix 114 one.replace(Name("True", prefix=one.prefix)) 123 list_call.replace(Name("sorted", prefix=list_call.prefix)) 126 new.prefix = "" 128 prefix=simple_expr.prefix)) 133 btwn = sort_stmt.prefix 141 prefix_lines = (btwn.rpartition("\n")[0], next_stmt[0].prefix) [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | dnxhddata.h | 65 static av_always_inline uint64_t ff_dnxhd_check_header_prefix_hr(uint64_t prefix) in ff_dnxhd_check_header_prefix_hr() argument 67 uint64_t data_offset = prefix >> 16; in ff_dnxhd_check_header_prefix_hr() 68 if ((prefix & 0xFFFF0000FFFFLL) == 0x0300 && in ff_dnxhd_check_header_prefix_hr() 71 return prefix; in ff_dnxhd_check_header_prefix_hr() 75 static av_always_inline uint64_t ff_dnxhd_check_header_prefix(uint64_t prefix) in ff_dnxhd_check_header_prefix() argument 77 if (prefix == DNXHD_HEADER_INITIAL || in ff_dnxhd_check_header_prefix() 78 prefix == DNXHD_HEADER_444 || in ff_dnxhd_check_header_prefix() 79 ff_dnxhd_check_header_prefix_hr(prefix)) in ff_dnxhd_check_header_prefix() 80 return prefix; in ff_dnxhd_check_header_prefix() 86 uint64_t prefix = AV_RB32(buf); in ff_dnxhd_parse_header_prefix() local [all …]
|
/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evpkdf_tls13_kdf.txt | 32 Ctrl.prefix = hexprefix:746c73313320 41 Ctrl.prefix = hexprefix:746c73313320 50 Ctrl.prefix = hexprefix:746c73313320 59 Ctrl.prefix = hexprefix:746c73313320 68 Ctrl.prefix = hexprefix:746c73313320 76 Ctrl.prefix = hexprefix:746c73313320 85 Ctrl.prefix = hexprefix:746c73313320 94 Ctrl.prefix = hexprefix:746c73313320 103 Ctrl.prefix = hexprefix:746c73313320 112 Ctrl.prefix = hexprefix:746c73313320 [all …]
|
/third_party/node/deps/npm/node_modules/console-control-strings/ |
D | index.js | 5 var prefix = '\x1b[' variable 8 return prefix + (num || '') + 'A' 12 return prefix + (num || '') + 'B' 16 return prefix + (num || '') + 'C' 20 return prefix + (num || '') + 'D' 24 return prefix + (num || '') + 'E' 28 return prefix + (num || '') + 'F' 33 return prefix + num + 'G' 37 return prefix + 'J' 41 return prefix + 'K' [all …]
|
/third_party/cups-filters/m4/ |
D | basic-directories.m4 | 15 dnl Fix "prefix" variable if it hasn't been specified... 16 if test "$prefix" = "NONE"; then 17 prefix="/" 22 if test "$prefix" = "/"; then 25 exec_prefix="$prefix" 40 if test "$sharedstatedir" = "\${prefix}/com" -a "$prefix" = "/"; then 45 if test "$datarootdir" = "\${prefix}/share"; then 46 if test "$prefix" = "/"; then 49 datarootdir="$prefix/share" 54 if test "$datadir" = "\${prefix}/share"; then [all …]
|
/third_party/python/Lib/idlelib/ |
D | history.py | 25 self.prefix = None 51 prefix = self.prefix 52 if pointer is not None and prefix is not None: 55 pointer = prefix = None 57 if pointer is None or prefix is None: 58 prefix = self.text.get("iomark", "end-1c") 67 nprefix = len(prefix) 75 if self.text.get("iomark", "end-1c") != prefix: 77 self.text.insert("iomark", prefix, "stdin") 78 pointer = prefix = None [all …]
|
/third_party/python/Modules/_sha3/kcp/ |
D | KeccakSponge.h | 133 #define KCP_DeclareSpongeStructure(prefix, size, alignment) \ argument 134 ALIGN(alignment) typedef struct prefix##_SpongeInstanceStruct { \ 139 } prefix##_SpongeInstance; 141 #define KCP_DeclareSpongeFunctions(prefix) \ argument 142 …int prefix##_Sponge(unsigned int rate, unsigned int capacity, const unsigned char *input, size_t i… 143 …int prefix##_SpongeInitialize(prefix##_SpongeInstance *spongeInstance, unsigned int rate, unsigned… 144 …int prefix##_SpongeAbsorb(prefix##_SpongeInstance *spongeInstance, const unsigned char *data, size… 145 …int prefix##_SpongeAbsorbLastFewBits(prefix##_SpongeInstance *spongeInstance, unsigned char delimi… 146 …int prefix##_SpongeSqueeze(prefix##_SpongeInstance *spongeInstance, unsigned char *data, size_t da…
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | ConstantAffixModifier.java | 19 private final String prefix; field in ConstantAffixModifier 41 public ConstantAffixModifier(String prefix, String suffix, Field field, boolean strong) { in ConstantAffixModifier() argument 44 this.prefix = (prefix == null ? "" : prefix); in ConstantAffixModifier() 52 prefix = ""; in ConstantAffixModifier() 62 length += output.insert(leftIndex, prefix, field); in apply() 68 return prefix.length(); in getPrefixLength() 73 … return prefix.codePointCount(0, prefix.length()) + suffix.codePointCount(0, suffix.length()); in getCodePointCount() 99 return prefix.equals(_other.prefix) && suffix.equals(_other.suffix) && field == _other.field in semanticallyEquivalent() 105 return String.format("<ConstantAffixModifier prefix:'%s' suffix:'%s'>", prefix, suffix); in toString()
|