Home
last modified time | relevance | path

Searched defs:next (Results 926 – 950 of 10451) sorted by relevance

1...<<31323334353637383940>>...419

/aosp_15_r20/external/autotest/client/profilers/powertop/src/
H A Dsuggestions.c43 struct suggestion *next; member
66 struct suggestion *next; in reset_suggestions() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
H A DCyclicTypesDeserTest.java28 public LinkB next; field in CyclicTypesDeserTest.LinkA
39 public GenericLink<T> next; field in CyclicTypesDeserTest.GenericLink
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/text/
DBreakIterator.java295 public abstract int next(int n); in next() method in BreakIterator
308 public abstract int next(); in next() method in BreakIterator
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/15/libcore/ojluni/src/main/java/java/text/
DBreakIterator.java295 public abstract int next(int n); in next() method in BreakIterator
308 public abstract int next(); in next() method in BreakIterator
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/ref/
H A DReferenceQueue.java241 Reference<?> next = list.pendingNext; in enqueuePending() local
267 Reference<?> next = list.pendingNext; in enqueuePending() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/text/
H A DBreakIterator.java295 public abstract int next(int n); in next() method in BreakIterator
308 public abstract int next(); in next() method in BreakIterator
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dcall_graph.cpp117 auto next = queue.front(); in ComputeTopologicalOrderOfFunctions() local
171 auto next = queue.front(); in GetIndirectCallees() local
/aosp_15_r20/external/slf4j/slf4j-simple/src/test/java/org/slf4j/simple/multiThreadedExecution/
H A DStateCheckingPrintStream.java52 State next = computeState(s); in println() local
103 private IllegalStateException badState(String s, State currentState2, State next) { in badState()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/ref/
DReferenceQueue.java241 Reference<?> next = list.pendingNext; in enqueuePending() local
267 Reference<?> next = list.pendingNext; in enqueuePending() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dcompile.cc460 int next) { in UncachedRuneByteSuffix()
471 int next) { in MakeRuneCacheKey()
479 int next) { in CachedRuneByteSuffix()
493 int next = inst_[id].out(); in IsCachedRuneByteSuffix() local
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.h197 virtual void next() { if (!end()) pos = rev ? pos->prev : pos->next; } in next() function
400 void next() { if (pos < size) { ++pos; nextValid(); } } in next() function
460 Range *next; variable
472 delete next; in coalesce() local
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dcompile.cc461 int next) { in UncachedRuneByteSuffix()
472 int next) { in MakeRuneCacheKey()
480 int next) { in CachedRuneByteSuffix()
494 int next = inst_[id].out(); in IsCachedRuneByteSuffix() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c605 struct node *prev, *next, *tmp; in node_reduce() local
1374 struct node *nodep, *next; in sparsebit_set_num() local
1456 struct node *nodep, *next; in sparsebit_clear_num() local
1917 sparsebit_idx_t next; in operate() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_dict.py172 def next(self): member in DictTest.test_update.FailingUserDict.keys.BogonIter
189 def next(self): member in DictTest.test_update.FailingUserDict.keys.BogonIter
203 def next(self): member in DictTest.test_update.badseq
245 def next(self): member in DictTest.test_fromkeys.BadSeq
/aosp_15_r20/external/python/cpython2/Modules/zlib/
Dinflate.c289 static code *next; local
627 z_const unsigned char FAR *next; /* next input */ local
1383 unsigned next; local
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/
Dinflate.c289 static code *next; local
627 z_const unsigned char FAR *next; /* next input */ local
1383 unsigned next; local
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/map/
Dmod.rs35 fn next(&mut self) -> Option<(ReflectValueRef<'a>, ReflectValueRef<'a>)>; in next() method
53 fn next(&mut self) -> Option<(ReflectValueRef<'a>, ReflectValueRef<'a>)> { in next() method
262 fn next(&mut self) -> Option<(ReflectValueRef<'a>, ReflectValueRef<'a>)> { in next() method
/aosp_15_r20/external/iputils/
H A Drarpd.c50 struct iflink *next; member
60 struct ifaddr *next; member
68 struct rarp_map *next; member
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/
DEnumMap.java545 public K next() { in next() method in EnumMap.KeyIterator
554 public V next() { in next() method in EnumMap.ValueIterator
565 public Map.Entry<K,V> next() { in next() method in EnumMap.EntryIterator
/aosp_15_r20/external/leveldb/util/
H A Dcache.cc47 LRUHandle* next; member
134 LRUHandle* next = h->next_hash; in Resize() local
209 LRUHandle* next = e->next; in ~LRUCache() local
/aosp_15_r20/external/wpa_supplicant_8/src/p2p/
H A Dp2p_sd.c331 const u8 *next; in p2p_rx_gas_initial_req() local
485 const u8 *next; in p2p_rx_gas_initial_resp() local
706 const u8 *next; in p2p_rx_gas_comeback_resp() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dtimer_generic.cc475 grpc_timer *timer, *next; in refill_heap() local
563 grpc_core::Timestamp now, grpc_core::Timestamp* next, in run_some_expired_timers()
659 static grpc_timer_check_result timer_check(grpc_core::Timestamp* next) { in timer_check()
/aosp_15_r20/external/rust/android-crates-io/crates/form_urlencoded/src/
Dlib.rs51 fn next(&mut self) -> Option<Self::Item> { in next() method
110 fn next(&mut self) -> Option<Self::Item> { in next() method
138 fn next(&mut self) -> Option<&'a str> { in next() method
/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsWinding.cpp210 SkOpSpanBase* next; in windingSpanAtT() local
330 const SkPoint& next = sorted[index + 1]->fPt; in sortableTop() local
392 SkOpSpanBase* next; in findSortableTop() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DEnumMap.java545 public K next() { in next() method in EnumMap.KeyIterator
554 public V next() { in next() method in EnumMap.ValueIterator
565 public Map.Entry<K,V> next() { in next() method in EnumMap.EntryIterator

1...<<31323334353637383940>>...419