HomeSort by relevance Sort by last modified time
    Searched refs:next (Results 1826 - 1850 of 7540) sorted by null

<<71727374757677787980>>

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
futex.h 28 struct robust_list __user *next; member in struct:robust_list
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
file.h 38 struct fdtable *next; member in struct:fdtable
futex.h 28 struct robust_list __user *next; member in struct:robust_list
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
file.h 38 struct fdtable *next; member in struct:fdtable
futex.h 28 struct robust_list __user *next; member in struct:robust_list
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
file.h 38 struct fdtable *next; member in struct:fdtable
futex.h 28 struct robust_list __user *next; member in struct:robust_list
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
file.h 38 struct fdtable *next; member in struct:fdtable
futex.h 28 struct robust_list __user *next; member in struct:robust_list
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
file.h 38 struct fdtable *next; member in struct:fdtable
futex.h 28 struct robust_list __user *next; member in struct:robust_list
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
file.h 38 struct fdtable *next; member in struct:fdtable
futex.h 28 struct robust_list __user *next; member in struct:robust_list
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
file.h 38 struct fdtable *next; member in struct:fdtable
futex.h 28 struct robust_list __user *next; member in struct:robust_list
  /system/core/adb/
fdevent.h 69 fdevent *next; member in struct:fdevent
file_sync_client.c 561 copyinfo *next; member in struct:copyinfo
586 ci->next = 0;
608 copyinfo *ci, *next; local
639 ci->next = dirlist;
656 ci->next = *filelist;
664 for(ci = dirlist; ci != 0; ci = next) {
665 next = ci->next;
677 copyinfo *ci, *next; local
702 for(ci = filelist; ci != 0; ci = ci->next) {
860 copyinfo *next = dirlist->next; local
875 copyinfo *ci, *next; local
    [all...]
  /system/core/include/corkscrew/
map_info.h 31 struct map_info* next; member in struct:map_info
66 /* Flushes the cached memory map so the next call to
  /system/extras/fatblock/
fatblock.h 40 struct extent *next; member in struct:extent
  /cts/tools/signature-tools/test/signature/comparator/
MethodCompareTests.java 64 IClassDefinitionDelta classDelta = delta.getPackageDeltas().iterator().next().getClassDeltas().iterator().next();
66 assertEquals(DeltaType.REMOVED, classDelta.getMethodDeltas().iterator().next().getType());
84 IClassDefinitionDelta classDelta = delta.getPackageDeltas().iterator().next().getClassDeltas().iterator().next();
86 assertEquals(DeltaType.ADDED, classDelta.getMethodDeltas().iterator().next().getType());
105 IClassDefinitionDelta classDelta = delta.getPackageDeltas().iterator().next().getClassDeltas().iterator().next();
107 assertEquals(DeltaType.CHANGED, classDelta.getMethodDeltas().iterator().next().getType());
126 IClassDefinitionDelta classDelta = delta.getPackageDeltas().iterator().next().getClassDeltas().iterator().next()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.cpp 131 static inline bool findPreviousAndNextAttributes(RenderObject* start, RenderSVGInlineText* locateElement, bool& stopAfterNext, SVGTextLayoutAttributes*& previous, SVGTextLayoutAttributes*& next)
141 next = text->layoutAttributes();
156 if (findPreviousAndNextAttributes(child, locateElement, stopAfterNext, previous, next))
183 // cache, as the next buildLayoutAttributesForTextRenderer() call rebuilds it.
206 SVGTextLayoutAttributes* next = 0; local
208 findPreviousAndNextAttributes(this, attributes->context(), stopAfterNext, previous, next);
213 if (next)
214 m_layoutAttributesBuilder.buildLayoutAttributesForTextRenderer(next->context());
263 SVGTextLayoutAttributes* next = 0; local
265 findPreviousAndNextAttributes(this, text, stopAfterNext, previous, next);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkTLList.h 59 node = iter.next();
138 Iter next = iter; local
139 next.next();
141 iter = next;
159 a.next(), b.next()) {
193 T* next() { return this->nodeToObj(INHERITED::next()); } function in class:SkTLList::Iter
291 freeNode = iter.next();
    [all...]
  /external/grub/stage2/
fsys_jfs.c 92 } else if (xtpage->header.next) {
93 devread (xtpage->header.next << jfs.bdlog, 0,
145 } else if (dtpage->header.next) {
146 devread (dtpage->header.next << jfs.bdlog, 0,
192 next_dslot (int next)
195 ? (dtslot_t *)&dtroot->slot[next]
196 : &((dtslot_t *)dtpage->slot)[next];
338 if (de->next == -1) {
346 ds = next_dslot (de->next);
347 while (ds->next != -1)
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessageLite.java 159 // a way to get the next element without advancing the iterator.
163 private Map.Entry<ExtensionDescriptor, Object> next; field in class:GeneratedMessageLite.ExtendableMessage.ExtensionWriter
168 next = iter.next();
175 while (next != null && next.getKey().getNumber() < end) {
176 ExtensionDescriptor extension = next.getKey();
181 (MessageLite) next.getValue());
183 FieldSet.writeField(extension, next.getValue(), output);
186 next = iter.next()
    [all...]
  /external/qemu/
arch_init.c 163 block = QLIST_NEXT(block, next);
185 QLIST_FOREACH(block, &ram_list.blocks, next) {
213 QLIST_FOREACH(block, &ram_list.blocks, next)
236 QLIST_FOREACH(block, &ram_list.blocks, next) {
241 QLIST_FOREACH_SAFE(block, &ram_list.blocks, next, nblock) {
243 QLIST_REMOVE(block, next);
247 QLIST_INSERT_HEAD(&ram_list.blocks, blocks[n], next);
277 QLIST_FOREACH(block, &ram_list.blocks, next) {
292 QLIST_FOREACH(block, &ram_list.blocks, next) {
360 QLIST_FOREACH(block, &ram_list.blocks, next) {
    [all...]

Completed in 344 milliseconds

<<71727374757677787980>>