Searched defs:next (Results 101 - 125 of 2310) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-utf-private.hh41 next (const uint8_t *text, function in struct:hb_utf_t
119 if (likely (next (text, end, unicode, replacement) == end))
140 next (const uint16_t *text, function in struct:hb_utf_t
189 if (likely (next (text, end, unicode, replacement) == end))
213 next (const uint32_t *text, function in struct:hb_utf_t
235 next (text - 1, text, unicode, replacement);
/external/chromium_org/third_party/icu/source/common/
H A Duenumimp.h61 * This function returns the next element as a UChar *,
67 * @return next element as UChar *,
78 * This function returns the next element as a char *,
84 * @return next element as char *,
124 UEnumNext *next; member in struct:UEnumeration
145 * when a UEnumeration is defined with 'next' pointing to this
/external/chromium_org/third_party/icu/source/i18n/
H A Dfpositer.cpp88 UBool FieldPositionIterator::next(FieldPosition& fp) { function in class:FieldPositionIterator
H A Dregeximp.cpp26 UChar32 CaseFoldingUTextIterator::next() { function in class:CaseFoldingUTextIterator
31 // Start handling the next char from the input UText.
74 UChar32 CaseFoldingUCharIterator::next() { function in class:CaseFoldingUCharIterator
79 // Start handling the next char from the input UText.
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtokiter.cpp26 UBool TokenIterator::next(UnicodeString& token, UErrorCode& ec) { function in class:TokenIterator
55 * Read the next token from 'this->line' and append it to 'token'.
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_vs_llvm.c15 * next paragraph) shall be included in all copies or substantial portions
72 struct draw_llvm_variant_list_item *next = next_elem(li); local
74 li = next;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_mm.h38 struct mem_block *next, *prev; member in struct:mem_block
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.c11 * The above copyright notice and this permission notice (including the next
35 struct memory_block * next; member in struct:memory_block
48 pool->blocks = block->next;
62 newblock->next = pool->blocks;
90 block->next = pool->blocks;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dcompute_memory_pool.h9 * The above copyright notice and this permission notice (including the next
44 struct compute_memory_item* next; member in struct:compute_memory_item
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_resolve_map.c11 * The above copyright notice and this permission notice (including the next
41 struct intel_resolve_map **tail = &head->next;
50 tail = &(*tail)->next;
55 (*tail)->next = NULL;
70 struct intel_resolve_map *item = head->next;
76 item = item->next;
89 elem->prev->next = elem->next;
90 if (elem->next)
91 elem->next
101 struct intel_resolve_map *next = head->next; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_resolve_map.c11 * The above copyright notice and this permission notice (including the next
41 struct intel_resolve_map **tail = &head->next;
50 tail = &(*tail)->next;
55 (*tail)->next = NULL;
70 struct intel_resolve_map *item = head->next;
76 item = item->next;
89 elem->prev->next = elem->next;
90 if (elem->next)
91 elem->next
101 struct intel_resolve_map *next = head->next; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_resolve_map.c11 * The above copyright notice and this permission notice (including the next
41 struct intel_resolve_map **tail = &head->next;
50 tail = &(*tail)->next;
55 (*tail)->next = NULL;
70 struct intel_resolve_map *item = head->next;
76 item = item->next;
89 elem->prev->next = elem->next;
90 if (elem->next)
91 elem->next
101 struct intel_resolve_map *next = head->next; local
[all...]
H A Dintel_resolve_map.h11 * The above copyright notice and this permission notice (including the next
80 struct intel_resolve_map *next; member in struct:intel_resolve_map
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmm.h36 struct mem_block *next, *prev; member in struct:mem_block
/external/chromium_org/third_party/npapi/npspy/include/
H A Depmanager.h50 InstanceList * next; member in struct:InstanceList
59 PluginEntryPointList * next; member in struct:PluginEntryPointList
/external/chromium_org/third_party/skia/include/core/
H A DSkTRegistry.h42 const SkTRegistry* next() const { return fChain; } function in class:SkTRegistry
/external/chromium_org/third_party/skia/src/core/
H A DSkRefDict.cpp83 Impl* next = rec->fNext; local
86 rec = next;
/external/chromium_org/third_party/skia/tests/
H A DSListTest.cpp13 SListEntry* next() { return getSListNext(); } function in class:SListEntry
41 SListEntry* next = list.head(); local
48 if (NULL == next) {
52 if (next!= value) {
56 next = next->next();
58 if (next) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-stats.h15 // are implemented with the member "HeapProfileBucket* next".
49 HeapProfileBucket* next; // Next entry in hash-table. member in struct:HeapProfileBucket
H A Dstack_trace_table.cc86 b = b->next;
103 b->next = table_[idx];
135 b = b->next;
149 Bucket* next = b->next; local
151 b = next;
H A Dstack_trace_table.h71 Bucket* next; member in struct:tcmalloc::StackTraceTable::Bucket
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstack_trace_table.cc86 b = b->next;
103 b->next = table_[idx];
135 b = b->next;
149 Bucket* next = b->next; local
151 b = next;
H A Dstack_trace_table.h71 Bucket* next; member in struct:tcmalloc::StackTraceTable::Bucket
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddelay_peak_detector_unittest.cc62 int next = 1; // Start with the second packet to get a proper IAT. local
63 while (next < kNumPackets) {
64 while (next < kNumPackets && arrival_times_ms[next] <= time) {
65 int iat_packets = (arrival_times_ms[next] - arrival_times_ms[next - 1]) /
75 ++next;
108 int next = 1; // Start with the second packet to get a proper IAT. local
109 while (next < kNumPackets) {
110 while (next < kNumPacket
[all...]
/external/chromium_org/v8/src/
H A Dcircular-queue-inl.h62 Entry* next = entry + 1; local
63 if (next == &buffer_[L]) return buffer_;
64 return next;

Completed in 4009 milliseconds

1234567891011>>