/third_party/glib/glib/pcre/ |
D | pcre_config.c | 68 pcre_config(int what, void *where) in pcre_config() argument 71 pcre16_config(int what, void *where) in pcre_config() 78 *((int *)where) = 0; in pcre_config() 82 *((int *)where) = 1; in pcre_config() 84 *((int *)where) = 0; in pcre_config() 91 *((int *)where) = 0; in pcre_config() 95 *((int *)where) = 1; in pcre_config() 97 *((int *)where) = 0; in pcre_config() 104 *((int *)where) = 1; in pcre_config() 106 *((int *)where) = 0; in pcre_config() [all …]
|
D | pcre_fullinfo.c | 69 int what, void *where) in pcre_fullinfo() argument 73 int what, void *where) in pcre_fullinfo() 79 if (re == NULL || where == NULL) return PCRE_ERROR_NULL; in pcre_fullinfo() 100 *((unsigned long int *)where) = re->options & PUBLIC_COMPILE_OPTIONS; in pcre_fullinfo() 104 *((size_t *)where) = re->size; in pcre_fullinfo() 108 *((size_t *)where) = (study == NULL)? 0 : study->size; in pcre_fullinfo() 113 *((size_t *)where) = in pcre_fullinfo() 119 *((size_t *)where) = 0; in pcre_fullinfo() 124 *((int *)where) = re->top_bracket; in pcre_fullinfo() 128 *((int *)where) = re->top_backref; in pcre_fullinfo() [all …]
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_config.c | 78 pcre2_config(uint32_t what, void *where) in pcre2_config() argument 80 if (where == NULL) /* Requests a length */ in pcre2_config() 118 *((uint32_t *)where) = PCRE2_BSR_ANYCRLF; in pcre2_config() 120 *((uint32_t *)where) = PCRE2_BSR_UNICODE; in pcre2_config() 125 *((uint32_t *)where) = 0 in pcre2_config() 139 *((uint32_t *)where) = MATCH_LIMIT_DEPTH; in pcre2_config() 143 *((uint32_t *)where) = HEAP_LIMIT; in pcre2_config() 148 *((uint32_t *)where) = 1; in pcre2_config() 150 *((uint32_t *)where) = 0; in pcre2_config() 158 return (int)(1 + ((where == NULL)? in pcre2_config() [all …]
|
D | pcre2_pattern_info.c | 65 pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where) in pcre2_pattern_info() argument 69 if (where == NULL) /* Requests field length */ in pcre2_pattern_info() 124 *((uint32_t *)where) = re->overall_options; in pcre2_pattern_info() 128 *((uint32_t *)where) = re->compile_options; in pcre2_pattern_info() 132 *((uint32_t *)where) = re->top_backref; in pcre2_pattern_info() 136 *((uint32_t *)where) = re->bsr_convention; in pcre2_pattern_info() 140 *((uint32_t *)where) = re->top_bracket; in pcre2_pattern_info() 144 *((uint32_t *)where) = re->limit_depth; in pcre2_pattern_info() 149 *((uint32_t *)where) = re->extra_options; in pcre2_pattern_info() 153 *((uint32_t *)where) = ((re->flags & PCRE2_FIRSTSET) != 0)? 1 : in pcre2_pattern_info() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | BreakIterator.java | 613 public static BreakIterator getWordInstance(Locale where) in getWordInstance() argument 615 return getBreakInstance(ULocale.forLocale(where), KIND_WORD); in getWordInstance() 626 public static BreakIterator getWordInstance(ULocale where) in getWordInstance() argument 628 return getBreakInstance(where, KIND_WORD); in getWordInstance() 653 public static BreakIterator getLineInstance(Locale where) in getLineInstance() argument 655 return getBreakInstance(ULocale.forLocale(where), KIND_LINE); in getLineInstance() 667 public static BreakIterator getLineInstance(ULocale where) in getLineInstance() argument 669 return getBreakInstance(where, KIND_LINE); in getLineInstance() 694 public static BreakIterator getCharacterInstance(Locale where) in getCharacterInstance() argument 696 return getBreakInstance(ULocale.forLocale(where), KIND_CHARACTER); in getCharacterInstance() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | BreakIterator.java | 577 public static BreakIterator getWordInstance(Locale where) in getWordInstance() argument 579 return getBreakInstance(ULocale.forLocale(where), KIND_WORD); in getWordInstance() 589 public static BreakIterator getWordInstance(ULocale where) in getWordInstance() argument 591 return getBreakInstance(where, KIND_WORD); in getWordInstance() 614 public static BreakIterator getLineInstance(Locale where) in getLineInstance() argument 616 return getBreakInstance(ULocale.forLocale(where), KIND_LINE); in getLineInstance() 627 public static BreakIterator getLineInstance(ULocale where) in getLineInstance() argument 629 return getBreakInstance(where, KIND_LINE); in getLineInstance() 652 public static BreakIterator getCharacterInstance(Locale where) in getCharacterInstance() argument 654 return getBreakInstance(ULocale.forLocale(where), KIND_CHARACTER); in getCharacterInstance() [all …]
|
/third_party/boost/boost/contract/core/ |
D | exception.hpp | 311 void pre_failure_unlocked(from where) /* can throw */; 313 void pre_failure_locked(from where) /* can throw */; 330 void post_failure_unlocked(from where) /* can throw */; 332 void post_failure_locked(from where) /* can throw */; 350 void except_failure_unlocked(from where) /* can throw */; 352 void except_failure_locked(from where) /* can throw */; 369 void old_failure_unlocked(from where) /* can throw */; 371 void old_failure_locked(from where) /* can throw */; 390 void entry_inv_failure_unlocked(from where) /* can throw */; 392 void entry_inv_failure_locked(from where) /* can throw */; [all …]
|
/third_party/libunwind/src/aarch64/ |
D | Gstash_frame.c | 39 rs->reg.where[DWARF_CFA_REG_COLUMN], in tdep_stash_frame() 43 rs->reg.where[FP], rs->reg.val[FP], DWARF_GET_LOC(d->loc[FP]), in tdep_stash_frame() 44 rs->reg.where[LR], rs->reg.val[LR], DWARF_GET_LOC(d->loc[LR]), in tdep_stash_frame() 45 rs->reg.where[SP], rs->reg.val[SP], DWARF_GET_LOC(d->loc[SP])); in tdep_stash_frame() 54 && (rs->reg.where[DWARF_CFA_REG_COLUMN] == DWARF_WHERE_REG) in tdep_stash_frame() 59 && (rs->reg.where[FP] == DWARF_WHERE_UNDEF in tdep_stash_frame() 60 || rs->reg.where[FP] == DWARF_WHERE_SAME in tdep_stash_frame() 61 || (rs->reg.where[FP] == DWARF_WHERE_CFAREL in tdep_stash_frame() 64 && (rs->reg.where[LR] == DWARF_WHERE_UNDEF in tdep_stash_frame() 65 || rs->reg.where[LR] == DWARF_WHERE_SAME in tdep_stash_frame() [all …]
|
/third_party/libunwind/src/arm/ |
D | Gstash_frame.c | 39 rs->reg.where[DWARF_CFA_REG_COLUMN], in tdep_stash_frame() 43 rs->reg.where[R7], rs->reg.val[R7], DWARF_GET_LOC(d->loc[R7]), in tdep_stash_frame() 44 rs->reg.where[LR], rs->reg.val[LR], DWARF_GET_LOC(d->loc[LR]), in tdep_stash_frame() 45 rs->reg.where[SP], rs->reg.val[SP], DWARF_GET_LOC(d->loc[SP])); in tdep_stash_frame() 54 && (rs->reg.where[DWARF_CFA_REG_COLUMN] == DWARF_WHERE_REG) in tdep_stash_frame() 59 && (rs->reg.where[R7] == DWARF_WHERE_UNDEF in tdep_stash_frame() 60 || rs->reg.where[R7] == DWARF_WHERE_SAME in tdep_stash_frame() 61 || (rs->reg.where[R7] == DWARF_WHERE_CFAREL in tdep_stash_frame() 64 && (rs->reg.where[LR] == DWARF_WHERE_UNDEF in tdep_stash_frame() 65 || rs->reg.where[LR] == DWARF_WHERE_SAME in tdep_stash_frame() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | LocaleValidityChecker.java | 69 public boolean isValid(ULocale locale, Where where) { in isValid() argument 70 where.set(null, null); in isValid() 84 if (!isValid(Datatype.language, language, where)) { in isValid() 87 where.set(null, null); // for x, well-formed == valid in isValid() 92 if (!isValid(Datatype.script, script, where)) return false; in isValid() 93 if (!isValid(Datatype.region, region, where)) return false; in isValid() 96 if (!isValid(Datatype.variant, variant, where)) return false; in isValid() 107 if (!isValidU(locale, datatype, locale.getExtension(c), where)) return false; in isValid() 113 return where.set(Datatype.illegal, c+""); in isValid() 146 … private boolean isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) { in isValidU() argument [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
D | LocaleValidityChecker.java | 74 public boolean isValid(ULocale locale, Where where) { in isValid() argument 75 where.set(null, null); in isValid() 89 if (!isValid(Datatype.language, language, where)) { in isValid() 92 where.set(null, null); // for x, well-formed == valid in isValid() 97 if (!isValid(Datatype.script, script, where)) return false; in isValid() 98 if (!isValid(Datatype.region, region, where)) return false; in isValid() 101 if (!isValid(Datatype.variant, variant, where)) return false; in isValid() 112 if (!isValidU(locale, datatype, locale.getExtension(c), where)) return false; in isValid() 118 return where.set(Datatype.illegal, c+""); in isValid() 151 … private boolean isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) { in isValidU() argument [all …]
|
/third_party/libunwind/src/x86_64/ |
D | Gstash_frame.c | 37 rs->reg.where[DWARF_CFA_REG_COLUMN], in tdep_stash_frame() 41 rs->reg.where[RBP], rs->reg.val[RBP], DWARF_GET_LOC(d->loc[RBP]), in tdep_stash_frame() 42 rs->reg.where[RSP], rs->reg.val[RSP], DWARF_GET_LOC(d->loc[RSP])); in tdep_stash_frame() 44 if (rs->reg.where[DWARF_CFA_REG_COLUMN] == DWARF_WHERE_EXPR && in tdep_stash_frame() 45 rs->reg.where[RBP] == DWARF_WHERE_EXPR) { in tdep_stash_frame() 67 && (rs->reg.where[DWARF_CFA_REG_COLUMN] == DWARF_WHERE_REG) in tdep_stash_frame() 72 && (rs->reg.where[RBP] == DWARF_WHERE_UNDEF in tdep_stash_frame() 73 || rs->reg.where[RBP] == DWARF_WHERE_SAME in tdep_stash_frame() 74 || (rs->reg.where[RBP] == DWARF_WHERE_CFAREL in tdep_stash_frame() 77 && (rs->reg.where[RSP] == DWARF_WHERE_UNDEF in tdep_stash_frame() [all …]
|
/third_party/node/deps/npm/node_modules/config-chain/ |
D | index.js | 103 ConfigChain.prototype.del = function (key, where) { argument 106 if (where) { 107 var target = this.sources[where] 110 return this.emit('error', new Error('not found '+where)) 121 ConfigChain.prototype.set = function (key, value, where) { argument 124 if (where) { 125 target = this.sources[where] 128 return this.emit('error', new Error('not found '+where)) 140 ConfigChain.prototype.get = function (key, where) { argument 141 if (where) { [all …]
|
/third_party/boost/boost/contract/detail/inlined/core/ |
D | exception.hpp | 219 void pre_failure_unlocked(from where) /* can throw */ { in pre_failure_unlocked() argument 220 pre_failure_handler::ref()(where); in pre_failure_unlocked() 224 void pre_failure_locked(from where) /* can throw */ { in pre_failure_locked() argument 226 pre_failure_unlocked(where); in pre_failure_locked() 269 void post_failure_unlocked(from where) /* can throw */ { in post_failure_unlocked() argument 270 post_failure_handler::ref()(where); in post_failure_unlocked() 274 void post_failure_locked(from where) /* can throw */ { in post_failure_locked() argument 276 post_failure_unlocked(where); in post_failure_locked() 320 void except_failure_unlocked(from where) /* can throw */ { in except_failure_unlocked() argument 321 except_failure_handler::ref()(where); in except_failure_unlocked() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ilist.h | 241 iterator insert(iterator where, pointer New) { 243 return base_list_type::insert(where, *New); 246 iterator insert(iterator where, const_reference New) { 247 return this->insert(where, new value_type(New)); 250 iterator insertAfter(iterator where, pointer New) { 254 return insert(++where, New); 280 iterator erase(iterator where) { 281 this->deleteNode(remove(where)); 282 return where; 337 template<class InIt> void insert(iterator where, InIt first, InIt last) { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ilist.h | 226 iterator insert(iterator where, pointer New) { 228 return base_list_type::insert(where, *New); 231 iterator insert(iterator where, const_reference New) { 232 return this->insert(where, new value_type(New)); 235 iterator insertAfter(iterator where, pointer New) { 239 return insert(++where, New); 265 iterator erase(iterator where) { 266 this->deleteNode(remove(where)); 267 return where; 322 template<class InIt> void insert(iterator where, InIt first, InIt last) { [all …]
|
/third_party/node/deps/icu-small/source/tools/icupkg/ |
D | icupkg.cpp | 56 FILE *where=isHelp ? stdout : stderr; in printUsage() local 58 fprintf(where, in printUsage() 67 fprintf(where, in printUsage() 76 fprintf(where, in printUsage() 83 fprintf(where, in printUsage() 91 fprintf(where, in printUsage() 97 fprintf(where, in printUsage() 106 fprintf(where, in printUsage() 114 fprintf(where, in printUsage() 118 fprintf(where, in printUsage() [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/icupkg/ |
D | icupkg.cpp | 56 FILE *where=isHelp ? stdout : stderr; in printUsage() local 58 fprintf(where, in printUsage() 67 fprintf(where, in printUsage() 76 fprintf(where, in printUsage() 83 fprintf(where, in printUsage() 91 fprintf(where, in printUsage() 97 fprintf(where, in printUsage() 106 fprintf(where, in printUsage() 114 fprintf(where, in printUsage() 118 fprintf(where, in printUsage() [all …]
|
/third_party/icu/icu4c/source/tools/icupkg/ |
D | icupkg.cpp | 56 FILE *where=isHelp ? stdout : stderr; in printUsage() local 58 fprintf(where, in printUsage() 67 fprintf(where, in printUsage() 76 fprintf(where, in printUsage() 83 fprintf(where, in printUsage() 91 fprintf(where, in printUsage() 97 fprintf(where, in printUsage() 106 fprintf(where, in printUsage() 114 fprintf(where, in printUsage() 118 fprintf(where, in printUsage() [all …]
|
/third_party/node/deps/npm/node_modules/npm-package-arg/ |
D | npa.js | 22 function npa (arg, where) { argument 26 if (arg instanceof Result && (!where || where === arg.where)) { 29 return npa.resolve(arg.name, arg.rawSpec, where || arg.where) 31 return npa(arg.raw, where || arg.where) 52 return resolve(name, spec, where, arg) 57 function resolve (name, spec, where, arg) { argument 264 function fromAlias (res, where) { argument 265 const subSpec = npa(res.rawSpec.substr(4), where)
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/icupkg/ |
D | icupkg.cpp | 56 FILE *where=isHelp ? stdout : stderr; in printUsage() local 58 fprintf(where, in printUsage() 66 fprintf(where, in printUsage() 75 fprintf(where, in printUsage() 82 fprintf(where, in printUsage() 90 fprintf(where, in printUsage() 96 fprintf(where, in printUsage() 105 fprintf(where, in printUsage() 113 fprintf(where, in printUsage() 117 fprintf(where, in printUsage() [all …]
|
/third_party/node/deps/npm/lib/install/ |
D | realize-shrinkwrap-specifier.js | 5 module.exports = function (name, sw, where) { argument 8 return npa.resolve(name, sw.version, where) 10 const spec = npa(sw.from, where) 12 return npa.resolve(name, sw.version, where) 18 return npa.resolve(name, sw.resolved, where) 21 return npa.resolve(name, sw.version, where)
|
/third_party/boost/boost/signals2/detail/ |
D | auto_buffer.hpp | 173 void deallocate( pointer where, size_type capacity_arg ) in deallocate() argument 177 get_allocator().deallocate( allocator_pointer(where), capacity_arg ); in deallocate() 181 static void copy_impl( I begin, I end, pointer where, std::random_access_iterator_tag ) in copy_impl() argument 183 copy_rai( begin, end, where, boost::has_trivial_assign<T>() ); in copy_impl() 187 pointer where, const boost::true_type& ) in copy_rai() argument 189 std::memcpy( where, begin, sizeof(T) * std::distance(begin,end) ); in copy_rai() 194 pointer where, const boost::integral_constant<bool, b>& ) in copy_rai() argument 196 std::uninitialized_copy( begin, end, where ); in copy_rai() 200 static void copy_impl( I begin, I end, pointer where, std::bidirectional_iterator_tag ) in copy_impl() argument 202 std::uninitialized_copy( begin, end, where ); in copy_impl() [all …]
|
/third_party/mesa3d/src/mesa/main/ |
D | pbo.c | 185 const GLvoid *ptr, const char *where) in _mesa_validate_pbo_source() argument 194 where); in _mesa_validate_pbo_source() 198 where, clientMemSize); in _mesa_validate_pbo_source() 211 where); in _mesa_validate_pbo_source() 226 const char *where) in _mesa_validate_pbo_source_compressed() argument 237 where); in _mesa_validate_pbo_source_compressed() 244 where); in _mesa_validate_pbo_source_compressed() 266 const GLvoid *ptr, const char *where) in _mesa_map_validate_pbo_source() argument 270 clientMemSize, ptr, where)) { in _mesa_map_validate_pbo_source() 343 GLvoid *ptr, const char *where) in _mesa_map_validate_pbo_dest() argument [all …]
|
/third_party/node/test/parallel/ |
D | test-require-empty-main.js | 15 const where = fixtures.path('require-empty-main'); constant 16 const expected = path.join(where, 'index.js'); 22 assert.strictEqual(require.resolve(where), expected); 23 assert.strictEqual(require(where), 42); 24 assert.strictEqual(require.resolve(where), expected);
|