HomeSort by relevance Sort by last modified time
    Searched defs:Next (Results 1 - 25 of 1037) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_list.h 15 * next paragraph) shall be included in all copies or substantial
36 struct rc_list * Next;
  /external/perfetto/src/base/
string_splitter.cc 53 bool StringSplitter::Next() {
  /external/toolchain-utils/bestflags/
hill_climb_best_neighbor.py 25 next iteration.
42 # This variable will be used, by the Next method, to generate the tasks for
43 # the next iteration. This self._next_task contains the best task in the
45 # of the next iteration are the neighbor of self._next_task.
53 method Next to use.
79 def Next(self, cache):
80 """Calculate the next generation.
82 The best neighbor b of the current task is the parent of the next
84 next.
iterative_elimination.py 118 def Next(self, cache):
153 # Turn of the remaining flags one by one for the next generation.
174 parent = next(task for task in self.Pool() if task == self._parent_task)
generation.py 9 this current generation. The generation will not evolve to the next generation
11 set of tasks that could potentially be used to generate the next generation,
30 override the Next and IsImproved method to implement algorithm specific
40 next generation.
47 # ones that have been sent out to the next stage for execution but have not
83 the next generation.
86 next generation.
121 def Next(self, _):
122 """Calculate the next generation.
  /frameworks/base/tools/aapt2/format/binary/
ResChunkPullParser.cpp 39 ResChunkPullParser::Event ResChunkPullParser::Next() {
  /external/clang/test/CodeGen/
2002-08-19-RecursiveLocals.c 7 struct list *Next;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps_linux.cc 29 bool MemoryMappingLayout::Next(uptr *start, uptr *end, uptr *offset,
  /external/flatbuffers/tests/FlatBuffers.Test/
Lcg.cs 32 public uint Next()
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue17449.go 24 func (l *PriorityList) Next() interface{} {
32 for elem := l.Next(); elem != nil; elem = l.Next() {
  /prebuilts/go/darwin-x86/test/interface/
pointer.go 13 Next() *Inst
25 func (start *Start) Next() *Inst { return nil }
  /prebuilts/go/linux-x86/test/fixedbugs/
issue17449.go 24 func (l *PriorityList) Next() interface{} {
32 for elem := l.Next(); elem != nil; elem = l.Next() {
  /prebuilts/go/linux-x86/test/interface/
pointer.go 13 Next() *Inst
25 func (start *Start) Next() *Inst { return nil }
  /art/libdexfile/dex/
dex_file_exception_helpers.cc 82 Next();
85 void CatchHandlerIterator::Next() {
  /development/host/windows/usb/api/
adb_interface_enum.cpp 59 bool AdbInterfaceEnumObject::Next(AdbInterfaceInfo* info, ULONG* size) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Option.c 130 UINT32 Next;
137 Next = 0;
148 OptBuf[Next] = IP4_OPTION_NOP;
149 Next++;
163 CopyMem (OptBuf + Next, Option + Cur, Len);
164 Next += Len;
174 if (Next == 0) {
183 if ((Next % 4) != 0) {
184 OptBuf[Next] = IP4_OPTION_EOP;
185 Next++;
    [all...]
  /external/libchrome/base/files/
dir_reader_fallback.h 12 // Open a directory. If |IsValid| is true, then |Next| can be called to start
20 // Move to the next entry returning false if the iteration is complete.
21 bool Next() { return false; }
  /frameworks/base/libs/androidfw/
ChunkIterator.cpp 23 Chunk ChunkIterator::Next() {
24 CHECK(len_ != 0) << "called Next() after last chunk";
34 // Prepare the next chunk.
  /frameworks/base/tools/aapt2/io/
BigBufferStream.cpp 26 bool BigBufferInputStream::Next(const void** data, size_t* size) {
83 bool BigBufferOutputStream::Next(void** data, size_t* size) {
  /frameworks/base/tools/aapt2/text/
Utf8Iterator.cpp 52 Next();
57 char32_t Utf8Iterator::Next() {
58 CHECK(HasNext()) << "Next() called after iterator exhausted";
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ExecutionDepsFix.h 60 // Pointer to the next DomainValue in a chain. When two DomainValues are
61 // merged, Victim.Next is set to point to Victor, so old DomainValue
63 DomainValue *Next;
102 // Clear this DomainValue and point to next which has all its data.
105 Next = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ExecutionDepsFix.h 71 // Pointer to the next DomainValue in a chain. When two DomainValues are
72 // merged, Victim.Next is set to point to Victor, so old DomainValue
74 DomainValue *Next;
113 // Clear this DomainValue and point to next which has all its data.
116 Next = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ExecutionDepsFix.h 71 // Pointer to the next DomainValue in a chain. When two DomainValues are
72 // merged, Victim.Next is set to point to Victor, so old DomainValue
74 DomainValue *Next;
113 // Clear this DomainValue and point to next which has all its data.
116 Next = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ExecutionDepsFix.h 71 // Pointer to the next DomainValue in a chain. When two DomainValues are
72 // merged, Victim.Next is set to point to Victor, so old DomainValue
74 DomainValue *Next;
113 // Clear this DomainValue and point to next which has all its data.
116 Next = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ExecutionDepsFix.h 71 // Pointer to the next DomainValue in a chain. When two DomainValues are
72 // merged, Victim.Next is set to point to Victor, so old DomainValue
74 DomainValue *Next;
113 // Clear this DomainValue and point to next which has all its data.
116 Next = nullptr;

Completed in 1032 milliseconds

1 2 3 4 5 6 7 8 91011>>