HomeSort by relevance Sort by last modified time
    Searched defs:Next (Results 226 - 250 of 371) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscnvrt.c 89 struct _cms_intents_list* Next;
126 entry = entry ->Next) {
134 newEntry -> Next = NULL;
136 Anterior -> Next = newEntry;
169 for (pt = ctx -> Intents; pt != NULL; pt = pt -> Next)
172 for (pt = DefaultIntents; pt != NULL; pt = pt -> Next)
    [all...]
cmsgamma.c 53 struct _cmsParametricCurvesCollection_st* Next; // Next in list
66 NULL // Next in chain
84 entry = entry ->Next) {
92 newEntry -> Next = NULL;
94 Anterior -> Next = newEntry;
155 fl ->Next = ctx->ParametricCurves;
184 for (c = ctx->ParametricCurves; c != NULL; c = c ->Next) {
195 for (c = &DefaultCurves; c != NULL; c = c ->Next) {
    [all...]
cmsxform.c 464 struct _cmsTransformCollection_st *Next;
485 entry = entry ->Next) {
493 newEntry -> Next = NULL;
495 Anterior -> Next = newEntry;
547 fl ->Next = ctx->TransformCollection;
604 Plugin = Plugin ->Next) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 264 virtual bool Next(void** data, int* size) { return inner_->Next(data, size); }
748 // Returned true => Use the next argument as the flag value.
827 // Need to return true iff the next arg should be used as the value for this
846 // Next argument is the flag value.
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 226 virtual void Next() = 0; // Advance to next state (when !Done)
243 // siter.Next()) {
265 void Next() {
267 data_.base->Next();
297 virtual void Next() = 0; // Advance to next arc (when !Done)
317 // aiter.Next()) {
346 void Next() {
348 data_.base->Next();
    [all...]
map.h 99 !aiter.Done(); aiter.Next()) {
170 for (StateIterator< Fst<A> > siter(ifst); !siter.Done(); siter.Next())
179 for (StateIterator< Fst<A> > siter(ifst); !siter.Done(); siter.Next()) {
184 for (ArcIterator< Fst<A> > aiter(ifst, s); !aiter.Done(); aiter.Next())
363 !aiter.Done(); aiter.Next()) {
554 void Next() {
557 siter_.Next();
803 ++i, iter1.Next(), p = n) {
vector-fst.h 331 siter.Next()) {
338 aiter.Next()) {
680 void Next() { ++s_; }
706 void Next() { ++i_; }
739 virtual void Next() { ++i_; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comcat.h 93 virtual HRESULT STDMETHODCALLTYPE Next(
128 HRESULT (STDMETHODCALLTYPE *Next)(
158 #define IEnumGUID_Next(This,celt,rgelt,pceltFetched) (This)->lpVtbl->Next(This,celt,rgelt,pceltFetched)
175 return This->lpVtbl->Next(This,celt,rgelt,pceltFetched);
257 virtual HRESULT WINAPI Next(ULONG celt,CATEGORYINFO *rgelt,ULONG *pceltFetched) = 0;
268 HRESULT (WINAPI *Next)(IEnumCATEGORYINFO *This,ULONG celt,CATEGORYINFO *rgelt,ULONG *pceltFetched);
281 #define IEnumCATEGORYINFO_Next(This,celt,rgelt,pceltFetched) (This)->lpVtbl->Next(This,celt,rgelt,pceltFetched)
mdhcp.h 240 virtual HRESULT WINAPI Next(ULONG celt,IMcastScope **ppScopes,ULONG *pceltFetched) = 0;
251 HRESULT (WINAPI *Next)(IEnumMcastScope *This,ULONG celt,IMcastScope **ppScopes,ULONG *pceltFetched);
264 #define IEnumMcastScope_Next(This,celt,ppScopes,pceltFetched) (This)->lpVtbl->Next(This,celt,ppScopes,pceltFetched)
  /art/runtime/
dex_file.cc 614 it.Next();
776 for (uint32_t i = 0; i < parameters_size && it.HasNext(); ++i, it.Next()) {
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 60 // Returns the next WebContents, or NULL if there are no more.
61 WebContents* Next();
106 WebContents* CloseTracker::Next() {
144 // WebContentses. Used to identify which WebContents to select next after
185 // same group. This property is used to determine what tab to select next
816 // is re-selected, not the next-adjacent.
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.cc 172 virtual void Next() {
498 // Push to next level if there is no overlap in next level,
686 // 10-12MB read from next level (boundaries may be misaligned)
687 // 10-12MB written to next level
1018 // Precomputed best level for next compaction
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc 289 virtual void Next() { iter_->Next(); }
496 iter->Next();
530 if (kVerbose) fprintf(stderr, "Next\n");
531 iter->Next();
780 iter->Next();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 15 * next paragraph) shall be included in all copies or substantial
47 /** Next instruction in the linked list of ready instructions. */
90 struct reg_value_reader *Next;
111 * of the instruction writing \ref Next is decremented.
115 struct reg_value *Next; /**< Pointer to the next value to be written to the same register */
129 struct remap_reg * Next;
289 for (r = v->Readers; r; r = r->Next) {
365 * This function decreases the dependencies of the next instruction that
376 if (v->Next) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.c 50 struct display_dispatch *Next;
106 d = d->Next;
123 d->Next = DispatchList;
    [all...]
xmesaP.h 242 struct xmesa_buffer *Next; /* Linked list pointer: */
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 280 virtual bool Next(void** data, int* size) { return inner_->Next(data, size); }
791 // Returned true => Use the next argument as the flag value.
879 // Need to return true iff the next arg should be used as the value for this
899 // Next argument is the flag value.
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 96 cmap.Attach(cmap_iterator.Next());
176 CALLER_ATTACH CMapTable::CMap* CMapTable::CMapIterator::Next() {
379 int32_t CMapTable::CMapFormat0::CharacterIterator::Next() {
824 int32_t CMapTable::CMapFormat4::CharacterIterator::Next() {
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc 349 // Move the next line to the beginning of the buffer
814 bool ProcMapsIterator::Next(uint64 *start, uint64 *end, char **flags,
831 // Advance to the start of the next line
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 225 // Call this to get the type of operation for the next iteration.
230 // If n == 0, returns the next pseudo-random number in the range [0 .. 0]
231 // If n != 0, returns the next pseudo-random number in the range [0 .. n)
355 int32 Next() {
519 r.Next();
521 const char c = static_cast<char>(r.Next());
529 r.Next();
533 const char expected = static_cast<char>(r.Next());
733 g_##hook_type##_calls = 0; /* reset for next call */ \
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 225 // Call this to get the type of operation for the next iteration.
230 // If n == 0, returns the next pseudo-random number in the range [0 .. 0]
231 // If n != 0, returns the next pseudo-random number in the range [0 .. n)
355 int32 Next() {
519 r.Next();
521 const char c = static_cast<char>(r.Next());
529 r.Next();
533 const char expected = static_cast<char>(r.Next());
733 g_##hook_type##_calls = 0; /* reset for next call */ \
    [all...]
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_win.cc 73 HRESULT __stdcall Next(
96 // through methods like Next and Skip. This exposes the underlying data
134 STDMETHODIMP FormatEtcEnumerator::Next(
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp     [all...]
  /external/clang/lib/Format/
FormatToken.h 114 MatchingParen(nullptr), Previous(nullptr), Next(nullptr),
215 /// \brief The length of following tokens until the next natural split point,
216 /// or the next token that can be broken.
301 (!ColonRequired || (Next && Next->is(tok::colon)));
308 return is(tok::at) && Next && (Next->isObjCAtKeyword(tok::objc_public) ||
309 Next->isObjCAtKeyword(tok::objc_protected) ||
310 Next->isObjCAtKeyword(tok::objc_package) ||
311 Next->isObjCAtKeyword(tok::objc_private))
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 41 MICache = MICache->Next;
47 MIChain->Next = MIChainHead;
68 MIChain->Next = DeserialMIChainHead;
106 MacroInfoChain *Next = MIChain->Next;
107 Prev->Next = Next;
108 if (Next)
109 Next->Prev = Prev;
112 MIChainHead = MIChain->Next;
    [all...]

Completed in 613 milliseconds

1 2 3 4 5 6 7 8 91011>>