/third_party/musl/src/internal/ |
H A D | libc.h | 17 struct tls_module *next; member
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_parse_mx_reply.c | 12 * The above copyright notice and this permission notice (including the next 85 mx_last->next = mx_curr; in ares_parse_mx_reply()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | localeprioritylist.h | 63 const Locale &next() override {
|
H A D | ruleiter.h | 99 * @param pos upon input, the index of the next character to return. If a 112 * Returns the next character using the given options, or DONE if there 113 * are no more characters, and advance the position to the next 125 UChar32 next(int32_t options, UBool& isEscaped, UErrorCode& ec); 152 * int c = iterator.next(...); 189 * by future calls to next()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | usetiter.h | 41 * while (it.next()) { 85 * iterating over code points using <tt>next()</tt>, or if 109 * Create an iterator over nothing. <tt>next()</tt> and 126 * code point range, depending on whether <tt>next()</tt> or 161 * advanced to the next item, or until the iterator is deleted. 169 * A following call to next() or nextRange() will yield a string, if there is one. 170 * No-op if next() would return false, or if it would yield a string anyway. 185 * Advances the iteration position to the next element in the set, 199 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without 206 UBool next(); [all...] |
/third_party/mesa3d/src/intel/ds/ |
H A D | intel_pps_driver.h | 49 uint64_t next() override; 54 /// @brief Requests the next perf sample
|
/third_party/mesa3d/src/panfrost/ds/ |
H A D | pan_pps_driver.h | 43 uint64_t next() override;
|
/third_party/ltp/testcases/kernel/syscalls/set_robust_list/ |
H A D | set_robust_list01.c | 58 struct robust_list __user *next; member
|
/third_party/lwip/src/include/lwip/apps/ |
H A D | fs.h | 111 const struct fsdata_file *next; member
|
H A D | snmp.h | 56 /** pointer to next varbind, NULL for last in list */ 57 struct snmp_varbind *next; member
|
/third_party/libinput/tools/ |
H A D | razer-quirks-lister.py | 54 quirksfile = next(Path("quirks").glob("30-vendor-razer.quirks"))
|
/third_party/lwip/src/include/lwip/ |
H A D | dns.h | 78 struct local_hostlist_entry *next; member
|
H A D | etharp.h | 71 struct etharp_q_entry *next; member
|
H A D | igmp.h | 75 /** next link */ 76 struct igmp_group *next; member
|
H A D | ip6_frag.h | 91 struct ip6_reassdata *next; member
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | sockets_priv.h | 148 /** Pointer to the next waiting task */ 149 struct lwip_select_cb *next; member
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_driver.h | 76 virtual uint64_t next() = 0;
|
/third_party/libcoap/include/coap3/ |
H A D | coap_resource_internal.h | 43 struct coap_attr_t *next; /**< Pointer to next in chain or NULL */ member 86 * The next value for the Observe option. This field must be increased each
|
H A D | coap_subscribe_internal.h | 58 struct coap_subscription_t *next; /**< next element in linked list */ member
|
/third_party/python/Include/internal/ |
H A D | pycore_runtime.h | 49 struct _Py_AuditHookEntry *next; member
|
/third_party/skia/src/core/ |
H A D | SkEdgeClipper.h | 15 and then next() is called until it returns kDone_Verb. 25 SkPath::Verb next(SkPoint pts[]);
|
H A D | SkOSFile.h | 93 SK_SPI bool next(SkString* name, bool getDir = false);
|
H A D | SkQuadClipper.h | 41 SkPath::Verb next(SkPoint pts[]);
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | NumRecordList.java | 41 NumRecord record = iterator.next(); in contains()
|
/third_party/skia/src/pdf/ |
H A D | SkClusterator.cpp | 42 SkClusterator::Cluster SkClusterator::next() { in next() function in SkClusterator
|