| /third_party/libcoap/include/coap3/ |
| D | coap_utlist_internal.h | 86 #define UTLIST_SV(elt,list) _tmp = (char*)(list); {char **_alias = (char**)&(list); *_alias = (elt)… argument 87 #define UTLIST_NEXT(elt,list,next) ((char*)((list)->next)) argument 88 #define UTLIST_NEXTASGN(elt,list,to,next) { char **_alias = (char**)&((list)->next); *_alias=(char*… argument 90 #define UTLIST_PREVASGN(elt,list,to,prev) { char **_alias = (char**)&((list)->prev); *_alias=(char*… argument 91 #define UTLIST_RS(list) { char **_alias = (char**)&(list); *_alias=_tmp; } argument 95 #define UTLIST_SV(elt,list) argument 96 #define UTLIST_NEXT(elt,list,next) ((elt)->next) argument 97 #define UTLIST_NEXTASGN(elt,list,to,next) ((elt)->next)=(to) argument 99 #define UTLIST_PREVASGN(elt,list,to,prev) ((elt)->prev)=(to) argument 100 #define UTLIST_RS(list) argument [all …]
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | ICUCurrencyMetaInfo.java | 130 long to = Long.MAX_VALUE; in collectRegion() local 181 private List<T> list = new ArrayList<T>(); field in ICUCurrencyMetaInfo.UniqueList 187 void add(T value) { in add() method in ICUCurrencyMetaInfo.UniqueList 194 List<T> list() { in list() method in ICUCurrencyMetaInfo.UniqueList 205 …public void collect(String region, String currency, long from, long to, int priority, boolean tend… in collect() 225 String region, String currency, long from, long to, int priority, boolean tender) { in collect() 245 String region, String currency, long from, long to, int priority, boolean tender) { in collect() 282 … void collect(String region, String currency, long from, long to, int priority, boolean tender); in collect()
|
| /third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
| D | ICUCurrencyMetaInfo.java | 128 long to = Long.MAX_VALUE; in collectRegion() local 179 private List<T> list = new ArrayList<T>(); field in ICUCurrencyMetaInfo.UniqueList 185 void add(T value) { in add() method in ICUCurrencyMetaInfo.UniqueList 192 List<T> list() { in list() method in ICUCurrencyMetaInfo.UniqueList 203 …public void collect(String region, String currency, long from, long to, int priority, boolean tend… in collect() 223 String region, String currency, long from, long to, int priority, boolean tender) { in collect() 243 String region, String currency, long from, long to, int priority, boolean tender) { in collect() 280 … void collect(String region, String currency, long from, long to, int priority, boolean tender); in collect()
|
| /third_party/toybox/toys/pending/ |
| D | ip.c | 57 int ifindex, scope, scopemask, up, to; member 128 static int substring_to_idx(char *str, struct arglist *list) in substring_to_idx() 141 static int string_to_idx(char *str, struct arglist *list) in string_to_idx() 151 static char *idx_to_string(int idx, struct arglist *list) in idx_to_string() 183 static void parseRPDB(char *fname, struct arglist **list, int32_t size) in parseRPDB() 216 static void free_alist(struct arglist **list) in free_alist() 227 static void init_arglist(struct arglist **list,int value, char* name) in init_arglist() 605 int len = 0, add = (*argv[-1] == 'a') ? 1 : 0; in linkupdate() local 2375 u_int32_t from, to = *(u_int32_t *)RTA_DATA(attr[RTA_FLOW]); in show_rules() local
|
| /third_party/skia/third_party/externals/libpng/contrib/tools/ |
| D | pngfix.c | 200 uarb_copy(uarb to, uarb from, int idigits) in uarb_copy() 213 uarb_inc(uarb num, int in_digits, png_int_32 add) in uarb_inc() 253 uarb_add32(uarb num, int in_digits, png_uint_32 add) in uarb_add32() 621 IDAT_list_init(struct IDAT_list *list) in IDAT_list_init() 630 IDAT_list_size(struct IDAT_list *list, unsigned int length) in IDAT_list_size() 643 struct IDAT_list *list = IDAT_list->next; in IDAT_list_end() local 1924 struct IDAT_list *list; in process_IDAT() local 2503 struct IDAT_list *list = zlib->idat->idat_list_head; in zlib_run() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| D | evaluate.c | 1999 struct ptr_list *list = head; in find_identifier() local 2032 struct expression *add; in evaluate_offset() local 2069 struct expression *deref = expr->deref, *add; in evaluate_member_dereference() local 2375 unsigned to = e->idx_to + 1; in convert_index() local 3569 void evaluate_symbol_list(struct symbol_list *list) in evaluate_symbol_list()
|
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 719 struct list_head list; member 3769 struct list_head list; member 4511 struct list_head list; member 4624 struct list_head list; member 4766 struct list_head list; member 5077 struct list_head list; member 5232 struct list_head list; member 5353 bool (*list)(struct dentry *); member 6733 struct list_head list; member 6786 struct list_head list; member [all …]
|
| /third_party/node/tools/lint-md/ |
| D | lint-md.mjs | 531 function add(value) { function 790 function splice(list, start, remove, items) { argument 815 function push(list, items) { argument 851 function constructs(existing, list) { argument 6756 function handleListOfConstructs(list) { argument 7783 function list(token) { function 7974 function listInScope(stack, list, none) { argument 8789 function list(node, parent, state, info) { function 9008 list, property 10316 add(index, remove, add) { argument [all …]
|
| /third_party/libabigail/tests/lib/ |
| D | catch.hpp | 4741 GeneratorWrapper<ResultType> from_range(InputIterator from, InputSentinel to) { in from_range() 11309 void TagInfo::add( std::string const& spelling ) { in add() function in Catch::TagInfo 11387 Option<std::size_t> list( std::shared_ptr<Config> const& config ) { in list() function 13619 void StartupExceptionRegistry::add( std::exception_ptr const& exception ) noexcept { in add() function in Catch::StartupExceptionRegistry 13764 auto add() -> std::size_t { in add() function 14001 …void TagAliasRegistry::add( std::string const& alias, std::string const& tag, SourceLineInfo const… in add() function in Catch::TagAliasRegistry
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 972 function append(to, value) { argument 1000 function addRange(to, from, start, end) { argument 1570 add: function (element) { method 8181 function getPathComponentsRelativeTo(from, to, stringEqualityComparer, getCanonicalFileName) { argument 8203 function getRelativePathFromDirectory(fromDirectory, to, getCanonicalFileNameOrIgnoreCase) { argument 8217 function getRelativePathFromFile(from, to, getCanonicalFileName) { argument 14864 function insertStatementsAfterPrologue(to, from, isPrologueDirective) { argument 14877 function insertStatementAfterPrologue(to, statement, isPrologueDirective) { argument 14896 function insertStatementsAfterStandardPrologue(to, from) { argument 14900 function insertStatementsAfterCustomPrologue(to, from) { argument [all …]
|
| D | tsc.js | 864 function append(to, value) { argument 888 function addRange(to, from, start, end) { argument 1370 add: function (element) { method 5330 function getPathComponentsRelativeTo(from, to, stringEqualityComparer, getCanonicalFileName) { argument 5352 function getRelativePathFromDirectory(fromDirectory, to, getCanonicalFileNameOrIgnoreCase) { argument 5366 function getRelativePathFromFile(from, to, getCanonicalFileName) { argument 11359 function insertStatementsAfterPrologue(to, from, isPrologueDirective) { argument 11371 function insertStatementAfterPrologue(to, statement, isPrologueDirective) { argument 11386 function insertStatementsAfterStandardPrologue(to, from) { argument 11390 function insertStatementsAfterCustomPrologue(to, from) { argument [all …]
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 50064 static T add(typename Base::ValueType& aPtr, T aVal) in add() function 50080 static T* add(typename Base::ValueType& aPtr, ptrdiff_t aVal) in add() function 62574 __attribute__ ((warn_unused_result)) bool add(AddPtr& p, KeyInput&& k, ValueInput&& v) { in add() function in js::HashMap 62581 __attribute__ ((warn_unused_result)) bool add(AddPtr& p, KeyInput&& k) { in add() function in js::HashMap 62753 __attribute__ ((warn_unused_result)) bool add(AddPtr& p, U&& u) { in add() function in js::HashSet 64051 __attribute__ ((warn_unused_result)) bool add(AddPtr& p, Args&&... args) in add() function in js::detail::HashTable 81723 static nsIAtom* list; member in nsGkAtoms 82825 static nsIAtom* to; member in nsGkAtoms 98396 bool add(AddPtr& p, const KeyInput& k, const ValueInput& v) { in add() function in JS::AutoHashMapRooter 98400 bool add(AddPtr& p, const Key& k) { in add() function in JS::AutoHashMapRooter [all …]
|