/third_party/node/deps/icu-small/source/common/ |
H A D | usetiter.cpp | 41 * Returns the next element in the set. 49 UBool UnicodeSetIterator::next() { in next() function in UnicodeSetIterator
|
/third_party/node/deps/brotli/c/enc/ |
H A D | backward_references_hq.h | 53 |next| is assigned the offset to next node on the path. */ 57 /* Offset to the next node on the path. Equals to command_length() of the 58 next node on the path. For last node equals to BROTLI_UINT32_MAX */ 59 uint32_t next; member 60 /* Node position that provides next distance for distance cache. */
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | fpositer.cpp | 93 UBool FieldPositionIterator::next(FieldPosition& fp) { in next() function in FieldPositionIterator
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | search.h | 74 * pos = iter->next(error)) { 153 * <tt>first</tt>, <tt>next</tt>, <tt>previous</tt>, or <tt>last</tt>. 161 * @see #next 171 * to <tt>first</tt>, <tt>next</tt>, <tt>previous</tt>, or <tt>last</tt>. 177 * @see #next 186 * <tt>first</tt>, <tt>next</tt>, <tt>previous</tt>, or <tt>last</tt>. 193 * @see #next 371 * Returns the index of the next point at which the text matches the 379 * @return The index of the next match after the current position, 384 int32_t next(UErrorCod [all...] |
/third_party/node/deps/icu-small/source/tools/pkgdata/ |
H A D | pkgtypes.h | 33 struct _CharList *next; member
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | DemoTextBox.java | 63 while ( (pos = iter.next()) != BreakIterator.DONE ) in breakText()
|
/third_party/icu/icu4c/source/tools/pkgdata/ |
H A D | pkgtypes.h | 33 struct _CharList *next; member
|
/third_party/ltp/testcases/kernel/syscalls/get_robust_list/ |
H A D | get_robust_list01.c | 61 struct robust_list *next; member
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | gzguts.h | 96 unsigned char *next; /* next output data to deliver or write */
member 98 unsigned have; /* amount of output data unused at next */
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | options.h | 142 extern char **handle_switch(char *arg, char **next);
|
/third_party/lwip/src/include/lwip/ |
H A D | lowpower.h | 111 struct timer_entry *next; member
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | memp_priv.h | 70 struct memp *next; member
|
/third_party/lwip/src/include/netif/ppp/ |
H A D | pppoe.h | 144 struct pppoe_softc *next; member
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap-layout-tracer.cc | 65 while ((chunk = it.next()) != nullptr) { in PrintHeapLayout()
|
/third_party/node/deps/v8/src/strings/ |
H A D | char-predicates.h | 88 inline bool IsLineTerminatorSequence(base::uc32 c, base::uc32 next);
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe.h | 15 * next paragraph) shall be included in all copies or substantial portions 60 struct draw_stage *next; /**< next stage in pipeline */ member
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler.h | 12 * next paragraph) shall be included in all copies or substantial portions 76 struct etna_shader_variant *next; member
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | template.hpp | 54 Rooted<void*>* next; member in Rooted
|
H A D | layout_mbuf_1_0.h | 70 /* next 6 bytes are initialised on RX descriptor rearm */ 159 struct rte_mbuf *next; /**< Next segment of scattered packet. */ member
|
H A D | layout_mbuf.h | 69 /* next 6 bytes are initialised on RX descriptor rearm */ 158 struct rte_mbuf *next; /**< Next segment of scattered packet. */ member
|
/third_party/python/Tools/scripts/ |
H A D | verify_ensurepip_wheels.py | 38 package_path = next(WHEEL_DIR.glob(f"{package_name}*.whl"), None)
|
/third_party/python/Lib/asyncio/ |
H A D | staggered.py | 28 fails (raises an exception), or when *delay* seconds has passed, the next 92 # Get the next coroutine to run 94 this_index, coro_fn = next(enum_coro_fns) 97 # Start task that will run the next coroutine 112 this_failed.set() # Kickstart the next coroutine
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | StructureHLSL.h | 43 TString next();
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | gen_dxgi_format_table.py | 132 gltype = next(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | InstructionSelector.cpp | 78 std::next(MI.getIterator()) == IntoMI.getIterator()) in isObviouslySafeToFold()
|