Searched defs:iter (Results 751 - 775 of 1292) sorted by relevance

<<31323334353637383940>>

/external/deqp/executor/
H A DxeBatchExecutor.cpp62 ConstTestNodeIterator iter = ConstTestNodeIterator::begin(root); local
65 for (; iter != end; ++iter)
67 const TestNode* node = *iter;
81 ConstTestNodeIterator iter = ConstTestNodeIterator::begin(root); local
85 for (; (iter != end) && (numCases < maxCasesInSet); ++iter)
87 const TestNode* node = *iter;
101 ConstTestNodeIterator iter = ConstTestNodeIterator::begin(root); local
105 for (; iter !
[all...]
/external/deqp/framework/delibs/depool/
H A DdeMemPool.c300 deMemPool* iter; local
316 iter = pool->firstChild;
317 while (iter)
319 iterNext = iter->nextPool;
320 deMemPool_destroy(iter);
321 iter = iterNext;
/external/deqp/framework/opengl/
H A DgluVarTypeUtil.hpp197 std::ostream& operator<< (std::ostream& str, const SubTypeIterator<IsExpanded>& iter) argument
199 iter.toStream(str);
/external/eigen/Eigen/src/Eigenvalues/
H A DRealSchur.h239 void computeShift(Index iu, Index iter, Scalar& exshift, Vector3s& shiftInfo);
280 Index iter = 0; // iteration count for current eigenvalue local
298 iter = 0;
304 iter = 0;
310 computeShift(iu, iter, exshift, shiftInfo);
311 iter = iter + 1;
399 inline void RealSchur<MatrixType>::computeShift(Index iu, Index iter, Scalar& exshift, Vector3s& shiftInfo) argument
408 if (iter == 10)
420 if (iter
[all...]
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A DHybridNonLinearSolver.h49 : functor(_functor) { nfev=njev=iter = 0; fnorm= 0.; useExternalScaling=false;}
96 Index iter; member in class:Eigen::HybridNonLinearSolver
175 iter = 1;
206 if (iter == 1) {
245 if (iter == 1)
294 ++iter;
415 iter = 1;
449 if (iter == 1) {
488 if (iter == 1)
537 ++iter;
[all...]
H A DLevenbergMarquardt.h50 : functor(_functor) { nfev = njev = iter = 0; fnorm = gnorm = 0.; useExternalScaling=false; }
106 Index iter; member in class:Eigen::LevenbergMarquardt
200 iter = 1;
231 if (iter == 1) {
276 if (iter == 1)
328 ++iter;
419 iter = 1;
487 if (iter == 1) {
526 if (iter == 1)
578 ++iter;
[all...]
/external/icu/icu4c/source/common/
H A Duiter.cpp37 noopGetIndex(UCharIterator * /*iter*/, UCharIteratorOrigin /*origin*/) {
42 noopMove(UCharIterator * /*iter*/, int32_t /*delta*/, UCharIteratorOrigin /*origin*/) {
47 noopHasNext(UCharIterator * /*iter*/) {
52 noopCurrent(UCharIterator * /*iter*/) {
57 noopGetState(const UCharIterator * /*iter*/) {
62 noopSetState(UCharIterator * /*iter*/, uint32_t /*state*/, UErrorCode *pErrorCode) {
90 stringIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { argument
95 return iter->start;
97 return iter->index;
99 return iter
110 stringIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) argument
143 stringIteratorHasNext(UCharIterator *iter) argument
148 stringIteratorHasPrevious(UCharIterator *iter) argument
153 stringIteratorCurrent(UCharIterator *iter) argument
162 stringIteratorNext(UCharIterator *iter) argument
171 stringIteratorPrevious(UCharIterator *iter) argument
180 stringIteratorGetState(const UCharIterator *iter) argument
185 stringIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) argument
212 uiter_setString(UCharIterator *iter, const UChar *s, int32_t length) argument
243 utf16BEIteratorGet(UCharIterator *iter, int32_t index) argument
249 utf16BEIteratorCurrent(UCharIterator *iter) argument
260 utf16BEIteratorNext(UCharIterator *iter) argument
272 utf16BEIteratorPrevious(UCharIterator *iter) argument
323 uiter_setUTF16BE(UCharIterator *iter, const char *s, int32_t length) argument
360 characterIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) argument
380 characterIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) argument
400 characterIteratorHasNext(UCharIterator *iter) argument
405 characterIteratorHasPrevious(UCharIterator *iter) argument
410 characterIteratorCurrent(UCharIterator *iter) argument
422 characterIteratorNext(UCharIterator *iter) argument
431 characterIteratorPrevious(UCharIterator *iter) argument
440 characterIteratorGetState(const UCharIterator *iter) argument
445 characterIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) argument
472 uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *charIter) argument
495 replaceableIteratorCurrent(UCharIterator *iter) argument
504 replaceableIteratorNext(UCharIterator *iter) argument
513 replaceableIteratorPrevious(UCharIterator *iter) argument
536 uiter_setReplaceable(UCharIterator *iter, const Replaceable *rep) argument
587 utf8IteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) argument
667 utf8IteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) argument
840 utf8IteratorHasNext(UCharIterator *iter) argument
845 utf8IteratorHasPrevious(UCharIterator *iter) argument
850 utf8IteratorCurrent(UCharIterator *iter) argument
870 utf8IteratorNext(UCharIterator *iter) argument
905 utf8IteratorPrevious(UCharIterator *iter) argument
939 utf8IteratorGetState(const UCharIterator *iter) argument
948 utf8IteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) argument
1002 uiter_setUTF8(UCharIterator *iter, const char *s, int32_t length) argument
1022 uiter_current32(UCharIterator *iter) argument
1053 uiter_next32(UCharIterator *iter) argument
1069 uiter_previous32(UCharIterator *iter) argument
1085 uiter_getState(const UCharIterator *iter) argument
1094 uiter_setState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationkeys.cpp224 CollationKeys::writeSortKeyUpToQuaternary(CollationIterator &iter, argument
269 iter.clearCEsIfNoneRemaining();
270 int64_t ce = iter.nextCE(errorCode);
297 ce = iter.nextCE(errorCode);
H A Ducoleitr.cpp180 UCollationPCE::UCollationPCE(CollationElementIterator *iter) { init(iter); } argument
186 void UCollationPCE::init(CollationElementIterator *iter) argument
188 cei = iter;
189 init(*iter->rbc_);
/external/icu/icu4c/source/test/intltest/
H A Dbytestrietest.cpp67 void checkIterator(BytesTrie::Iterator &iter, const StringAndValue data[], int32_t dataLength);
401 BytesTrie::Iterator iter(*trie, 0, errorCode);
434 checkIterator(iter, data, LENGTHOF(data));
436 logln("after iter.reset()");
437 checkIterator(iter.reset(), data, LENGTHOF(data));
452 BytesTrie::Iterator iter(*trie, 0, errorCode);
462 checkIterator(iter, data, LENGTHOF(data));
464 logln("after iter.reset()");
465 checkIterator(iter.reset(), data, LENGTHOF(data));
474 BytesTrie::Iterator iter(*tri
845 checkIterator(BytesTrie::Iterator &iter, const StringAndValue data[], int32_t dataLength) argument
[all...]
H A Dstrcase.cpp347 void *iter, const char *localeID, uint32_t options) {
366 result.toTitle((BreakIterator *)iter, locale, options);
383 result.toTitle((BreakIterator *)iter, locale);
398 if(iter!=NULL) {
400 UBreakIterator *clone=ubrk_safeClone((UBreakIterator *)iter, NULL, NULL, errorCode);
455 LocalUBreakIteratorPointer iter; local
488 iter.adoptInstead(ubrk_open((UBreakIteratorType)type, cLocaleID, NULL, 0, &status));
494 iter.adoptInstead(ubrk_openRules(rules, LENGTHOF(rules), NULL, 0, &parseError, &status));
517 LocalPointer<UMemory> iter; local
519 TestCasingImpl(input, output, whichCase, iter
344 TestCasingImpl(const UnicodeString &input, const UnicodeString &output, int32_t whichCase, void *iter, const char *localeID, uint32_t options) argument
544 FullCaseFoldingIterator iter; local
[all...]
H A Dtscoll.cpp386 void IntlTestCollator::backAndForth(CollationElementIterator &iter) argument
390 LocalArray<Order> orders(getOrders(iter, orderLength));
398 iter.reset();
400 while ((o = iter.previous(status)) != CollationElementIterator::NULLORDER)
402 /*int32_t offset = */iter.getOffset();
453 iter.reset();
455 while ((o = iter.next(status)) != CollationElementIterator::NULLORDER)
466 while ((o = iter.previous(status)) != CollationElementIterator::NULLORDER)
483 IntlTestCollator::Order *IntlTestCollator::getOrders(CollationElementIterator &iter, int32_t &orderLength) argument
489 int32_t offset = iter
[all...]
/external/jdiff/src/jdiff/
H A DHTMLIndexes.java134 Iterator iter = null;
136 iter = allNames.iterator();
138 iter = list.iterator();
140 while (iter.hasNext()) {
141 Index entry = (Index)(iter.next());
256 Iterator iter = apiDiff.packagesRemoved.iterator();
257 while ((indexType == 3 || indexType == 0) && iter.hasNext()) {
258 PackageAPI pkg = (PackageAPI)(iter.next());
261 iter = apiDiff.packagesAdded.iterator();
262 while ((indexType == 3 || indexType == 1) && iter
319 emitIndexEntries(Iterator iter) argument
366 emitMissingSinces(Iterator iter) argument
[all...]
/external/libxml2/
H A Dhash.c232 xmlHashEntryPtr iter, next; local
274 iter = oldtable[i].next;
275 while (iter) {
276 next = iter->next;
282 key = xmlHashComputeKey(table, iter->name, iter->name2,
283 iter->name3);
285 memcpy(&(table->table[key]), iter, sizeof(xmlHashEntry));
287 xmlFree(iter);
289 iter
322 xmlHashEntryPtr iter; local
863 xmlHashEntryPtr iter; local
937 xmlHashEntryPtr iter; local
977 xmlHashEntryPtr iter; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dhists.c144 GtkTreeIter iter, new_parent; local
160 gtk_tree_store_append(store, &iter, &new_parent);
163 gtk_tree_store_set(store, &iter, 0, buf, -1);
166 gtk_tree_store_set(store, &iter, col, buf, -1);
173 new_parent = iter;
183 /* Now 'iter' contains info of the last callchain_list */
184 perf_gtk__add_callchain(&node->rb_root, store, &iter, col,
282 GtkTreeIter iter; local
292 gtk_tree_store_append(store, &iter, NULL);
302 gtk_tree_store_set(store, &iter, col_id
[all...]
/external/lldb/include/lldb/DataFormatters/
H A DFormatNavigator.h142 MapIterator iter = m_map.find(name); local
143 if (iter == m_map.end())
165 MapIterator iter = m_map.find(name); local
166 if (iter == m_map.end())
168 entry = iter->second;
198 MapIterator iter = m_map.begin(); local
202 iter++;
204 if (end == iter)
207 return iter->second;
214 MapIterator iter local
[all...]
/external/lldb/source/Symbol/
H A DClangASTImporter.cpp332 OriginMap::iterator iter = origins.find(decl); local
334 if (iter != origins.end())
335 return iter->second;
347 OriginMap::iterator iter = origins.find(decl); local
349 if (iter != origins.end())
351 iter->second.decl = original_decl;
352 iter->second.ctx = &original_decl->getASTContext();
376 NamespaceMetaMap::iterator iter = namespace_maps.find(decl); local
378 if (iter != namespace_maps.end())
379 return iter
[all...]
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.cpp89 bool AMDGPUInstrInfo::getNextBranchInstr(MachineBasicBlock::iterator &iter, argument
91 while (iter != MBB.end()) {
92 switch (iter->getOpcode()) {
100 ++iter;
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c232 struct cso_hash_iter iter = {hash, node}; local
233 return iter;
283 struct cso_hash_iter iter = {hash, *nextNode}; local
284 return iter;
287 unsigned cso_hash_iter_key(struct cso_hash_iter iter) argument
289 if (!iter.node || iter.hash->data.e == iter.node)
291 return iter.node->key;
294 void * cso_hash_iter_data(struct cso_hash_iter iter) argument
369 cso_hash_iter_next(struct cso_hash_iter iter) argument
375 cso_hash_iter_is_null(struct cso_hash_iter iter) argument
398 cso_hash_iter_prev(struct cso_hash_iter iter) argument
407 struct cso_hash_iter iter = {hash, cso_data_first_node(hash->data.d)}; local
416 cso_hash_erase(struct cso_hash *hash, struct cso_hash_iter iter) argument
[all...]
/external/opencv/cv/src/
H A Dcvoptflowhs.cpp116 int iter = 0; local
338 iter = 0;
346 iter++;
459 if( (criteria.type & CV_TERMCRIT_ITER) && (iter == criteria.max_iter) )
/external/pixman/pixman/
H A Dpixman-image.c918 pixman_iter_t iter; local
922 imp, &iter, image, 0, 0, 1, 1,
926 result = *iter.get_scanline (&iter, NULL);
H A Dpixman-implementation.c290 pixman_iter_t *iter,
300 iter->image = image;
301 iter->buffer = (uint32_t *)buffer;
302 iter->x = x;
303 iter->y = y;
304 iter->width = width;
305 iter->height = height;
306 iter->iter_flags = iter_flags;
307 iter->image_flags = image_flags;
311 if (imp->src_iter_init && (*imp->src_iter_init) (imp, iter))
289 _pixman_implementation_src_iter_init(pixman_implementation_t *imp, pixman_iter_t *iter, pixman_image_t *image, int x, int y, int width, int height, uint8_t *buffer, iter_flags_t iter_flags, uint32_t image_flags) argument
321 _pixman_implementation_dest_iter_init(pixman_implementation_t *imp, pixman_iter_t *iter, pixman_image_t *image, int x, int y, int width, int height, uint8_t *buffer, iter_flags_t iter_flags, uint32_t image_flags) argument
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DGeneratedMessageLite.java161 private final Iterator<Map.Entry<ExtensionDescriptor, Object>> iter = field in class:GeneratedMessageLite.ExtendableMessage.ExtensionWriter
167 if (iter.hasNext()) {
168 next = iter.next();
185 if (iter.hasNext()) {
186 next = iter.next();
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc100 typename map<string, Value>::iterator iter = FindLastLessOrEqual(name); local
102 if (iter == by_symbol_.end()) {
108 if (IsSubSymbol(iter->first, name)) {
110 "symbol \"" << iter->first << "\".";
117 // |iter| points at the last symbol that is less than or equal, we just have
119 ++iter;
121 if (iter != by_symbol_.end() && IsSubSymbol(name, iter->first)) {
123 "symbol \"" << iter->first << "\".";
131 by_symbol_.insert(iter, make_pai
182 typename map<string, Value>::iterator iter = FindLastLessOrEqual(name); local
221 typename map<string, Value>::iterator iter = by_symbol_.upper_bound(name); local
[all...]
/external/skia/include/core/
H A DSkTemplates.h269 T* iter = start + fCount; local
270 while (iter > start) {
271 (--iter)->~T();
292 iter = fArray;
294 while (iter < stop) {
295 SkNEW_PLACEMENT(iter++, T);

Completed in 586 milliseconds

<<31323334353637383940>>