HomeSort by relevance Sort by last modified time
    Searched full:next (Results 1601 - 1625 of 30278) sorted by null

<<61626364656667686970>>

  /bionic/libc/stdlib/
atexit.h 36 struct atexit *next; /* next in list */ member in struct:atexit
37 int ind; /* next index in this table */
  /dalvik/tests/080-oom-throw/src/
Main.java 35 InstanceMemEater next; field in class:Main.InstanceMemEater
60 lastMemEater.next = InstanceMemEater.allocate();
61 lastMemEater = lastMemEater.next;
  /development/samples/training/basic/FragmentBasics/src/com/example/fragments/
Ipsum.java 26 "Article One\n\nExcepteur pour-over occaecat squid biodiesel umami gastropub, nulla laborum salvia dreamcatcher fanny pack. Ullamco culpa retro ea, trust fund excepteur eiusmod direct trade banksy nisi lo-fi cray messenger bag. Nesciunt esse carles selvage put a bird on it gluten-free, wes anderson ut trust fund twee occupy viral. Laboris small batch scenester pork belly, leggings ut farm-to-table aliquip yr nostrud iphone viral next level. Craft beer dreamcatcher pinterest truffaut ethnic, authentic brunch. Esse single-origin coffee banksy do next level tempor. Velit synth dreamcatcher, magna shoreditch in american apparel messenger bag narwhal PBR ennui farm-to-table.",
27 "Article Two\n\nVinyl williamsburg non velit, master cleanse four loko banh mi. Enim kogi keytar trust fund pop-up portland gentrify. Non ea typewriter dolore deserunt Austin. Ad magna ethical kogi mixtape next level. Aliqua pork belly thundercats, ut pop-up tattooed dreamcatcher kogi accusamus photo booth irony portland. Semiotics brunch ut locavore irure, enim etsy laborum stumptown carles gentrify post-ironic cray. Butcher 3 wolf moon blog synth, vegan carles odd future."
  /external/bison/src/
InadequacyList.c 36 result->next = NULL;
50 self = self->next;
78 self->next = head_old;
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_object_enumerator.h 30 virtual base::FilePath Next() OVERRIDE;
44 // Returns true if Next() has been called at least once, and the enumerator
55 // Initially false. Set to true after Next() has been called.
  /external/chromium_org/chrome/browser/ui/tab_contents/
tab_contents_iterator.h 23 // for (TabContentsIterator iterator; !iterator.done(); iterator.Next()) {
52 // Loads the next host into |cur_|. This is designed so that for the initial
55 void Next();
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.h 44 // any 'clear cache' commands that were delayed until the next navigation.
64 // If |on_navigation| is true, the clearing is delayed until the next
78 // If true, the web cache shall be cleared before the next navigation event.
  /external/chromium_org/media/filters/
fake_demuxer_stream.h 39 // Upon the next read, holds the read callback until SatisfyRead() or Reset()
43 // Upon the next config change read, holds the read callback until
48 // Satisfies the pending read with the next scheduled status and buffer.
  /external/chromium_org/ppapi/tests/
test_trace_event.cc 59 int64_t next = interface_->Now(); local
60 ASSERT_LE(last, next);
61 last = next;
  /external/chromium_org/printing/
page_number.h 36 // Calculates the next page in the serie.
53 // The next page to be printed. -1 when not printing.
56 // The next page to be printed. -1 when not used. Valid only if
  /external/chromium_org/third_party/jinja2/
parser.py 13 from jinja2.utils import next namespace
165 next(self.stream)
170 lineno = next(self.stream).lineno
188 if next(self.stream).value == 'endfor':
202 token = next(self.stream)
217 node = nodes.Block(lineno=next(self.stream).lineno)
234 node = nodes.Extends(lineno=next(self.stream).lineno)
241 node.with_context = next(self.stream).value == 'with'
248 node = nodes.Include(lineno=next(self.stream).lineno)
259 node = nodes.Import(lineno=next(self.stream).lineno
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_stipple.c 15 * next paragraph) shall be included in all copies or substantial portions
107 stage->next->line( stage->next, &newprim );
179 stage->next->reset_stipple_counter( stage->next );
187 stage->next->point(stage->next, header);
195 stage->next->tri(stage->next, header);
218 stage->next->flush( stage->next, flags )
    [all...]
  /external/chromium_org/third_party/skia/include/effects/
Sk1DPathEffect.h 29 Return the distance to travel for the next call. If return <= 0, then that
32 virtual SkScalar next(SkPath* dst, SkScalar dist, SkPathMeasure&) const = 0;
68 virtual SkScalar next(SkPath*, SkScalar, SkPathMeasure&) const SK_OVERRIDE;
  /external/chromium_org/third_party/skia/src/core/
SkRegion_rects.cpp 32 VEdge* next = this;
35 prev->fPrev->fNext = next;
36 next->fPrev = prev->fPrev;
38 // insert prev after next
39 prev->fNext = next->fNext;
40 next->fNext->fPrev = prev;
41 next->fNext = prev;
42 prev->fPrev = next;
269 VEdge* next = edge->fNext;
273 edge = next;
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-stats.h 15 // are implemented with the member "HeapProfileBucket* next".
49 HeapProfileBucket* next; // Next entry in hash-table. member in struct:HeapProfileBucket
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2681.js 43 assertEquals({ value: 1, done: false }, o.next());
47 assertEquals({ value: 2, done: false }, o.next());
48 assertEquals({ value: undefined, done: true }, o.next());
regress-2691.js 32 assertThrows('(function*() { yield* 10 })().next()', TypeError);
33 assertThrows('(function*() { yield* {} })().next()', TypeError);
34 assertThrows('(function*() { yield* undefined })().next()', TypeError);
  /external/clang/test/CodeGen/
unsigned-promotion.c 21 // CHECKS-NEXT: [[T4:%.*]] = extractvalue { i32, i1 } [[T1]], 0
22 // CHECKS-NEXT: [[T5:%.*]] = extractvalue { i32, i1 } [[T1]], 1
43 // CHECKS-NEXT: [[T4:%.*]] = extractvalue { i32, i1 } [[T1]], 0
44 // CHECKS-NEXT: [[T5:%.*]] = extractvalue { i32, i1 } [[T1]], 1
65 // CHECKS-NEXT: [[T4:%.*]] = extractvalue { i32, i1 } [[T1]], 0
66 // CHECKS-NEXT: [[T5:%.*]] = extractvalue { i32, i1 } [[T1]], 1
86 // CHECKS-NEXT: [[T4:%.*]] = extractvalue { i32, i1 } [[T1]], 0
87 // CHECKS-NEXT: [[T5:%.*]] = extractvalue { i32, i1 } [[T1]], 1
108 // CHECKS-NEXT: [[T4:%.*]] = extractvalue { i32, i1 } [[T1]], 0
109 // CHECKS-NEXT: [[T5:%.*]] = extractvalue { i32, i1 } [[T1]],
    [all...]
  /external/clang/test/CodeGenObjCXX/
property-dot-reference.mm 15 // CHECK-NEXT: call void @_ZNK7TFENode6GetURLEv(%struct.TFENode* %{{.*}})
31 // CHECK-NEXT:call void @_Z2f0RK1X(%struct.X* [[PRP]])
35 // CHECK-NEXT:call void @_Z2f0RK1X(%struct.X* [[MSG]])
  /external/clang/test/Index/
index-pch-with-module.m 21 // CHECK-NEXT: [enteredMainFile]: {{.*[/\\]}}index-pch-with-module.m
22 // CHECK-NEXT: [startedTranslationUnit]
23 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: glob | {{.*}} | loc: 10:5
  /external/e2fsprogs/tests/progs/
test_rel_cmds.ct 26 request do_brel_next, "Get the next block relocation entry",
61 request do_irel_next, "Get the next block relocation entry",
73 request do_irel_next_ref, "Get the next reference for an inode entry",
  /external/libogg/doc/libogg/
oggpack_look1.html 20 <p>This function looks at the next bit without advancing the location pointer.
21 <p>The next bit is read starting from the location pointer.
44 <i>n</i> represents the value of the next bit after the location pointer.</li>
  /external/llvm/test/Analysis/RegionInfo/
condition_complicated.ll 47 ; CHECK-NEXT: [1] end165 => end265
48 ; CHECK-NEXT: [2] then245 => end253
49 ; CHECK-NEXT: [1] end265 => end298
loop_with_condition.ll 33 ; CHECK-NEXT: [1] 1 => 6
34 ; CHECK-NEXT: [2] 2 => 7
35 ; CHECK-NEXT: [3] 2 => 5
next.ll 35 ; CHECK-NEXT: [1] __label_002001.outer => __label_000020
36 ; CHECK-NEXT: [2] bb197 => bb229
37 ; CHECK-NEXT: [3] bb224 => bb229

Completed in 1439 milliseconds

<<61626364656667686970>>