HomeSort by relevance Sort by last modified time
    Searched full:iterated (Results 1 - 25 of 278) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.h 36 /* start of iterated get and set functions */
41 /* End of iterated get and set functions */
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/route53/
test_zone.py 51 # Ensure that the ``None`` type object was not iterated over.
55 self.fail("find_records() iterated too far into resource"
  /external/llvm/include/llvm/Analysis/
IteratedDominanceFrontier.h 10 /// \brief Compute iterated dominance frontiers using a linear time algorithm.
39 /// \brief Determine the iterated dominance frontier, given a set of defining
44 /// This algorithm is a linear time computation of Iterated Dominance Frontiers,
79 /// \brief Calculate iterated dominance frontiers
  /libcore/luni/src/main/java/org/w3c/dom/traversal/
NodeIterator.java 22 * any other set of nodes. The set of nodes to be iterated is determined by
80 * @return The next <code>Node</code> in the set being iterated over, or
92 * @return The previous <code>Node</code> in the set being iterated over,
102 * Detaches the <code>NodeIterator</code> from the set which it iterated
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DynamicTableModel.java 184 int lastColumn = 0; // most recent column iterated
185 int lastRow = 0; // most recent row iterated
186 int lastElement = 0; // last element index iterated
194 private int calculatedRows; // number of rows to be iterated
195 private int calculatedColumns; // number of columns to be iterated
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 51 comment("compute initial iterated color (smooth and/or dither case)");
74 if (!mInfo[i].iterated)
115 // figure out if we need the iterated color
129 comment("load initial iterated color (8888 packed)");
130 parts.iterated.setTo(obtainReg(),
132 CONTEXT_LOAD(parts.iterated.reg, packed8888);
134 comment("load initial iterated color (dest format packed)");
136 parts.iterated.setTo(obtainReg(), &mCbFormat);
138 // pre-mask the iterated color
139 const int bits = parts.iterated.size()
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.h 48 /* start of iterated get and set functions */
53 /* End of iterated get and set functions */
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ChildIterator.java 81 * @return The next <code>Node</code> in the set being iterated over, or
110 * Returns the axis being iterated, if it is known.
FilterExprIteratorSimple.java 145 * @return The next <code>Node</code> in the set being iterated over, or
177 * Detaches the walker from the set which it iterated over, releasing
300 * Returns the axis being iterated, if it is known.
AttributeIterator.java 63 * Returns the axis being iterated, if it is known.
  /external/llvm/lib/Analysis/
IteratedDominanceFrontier.cpp 10 /// \brief Compute iterated dominance frontiers using a linear time algorithm.
54 // most Root's level are added to the iterated dominance frontier of the
  /external/icu/icu4c/source/common/
ruleiter.h 39 * Text being iterated.
93 * @param text the text to be iterated
99 * characters of the variable value are iterated.
202 * characters being iterated, with a '|' marking the current position.
  /external/valgrind/none/tests/s390x/
cu24.c 130 is not iterated */
139 code is iterated */
150 is not iterated */
160 code is iterated */
cu24_1.c 130 is not iterated */
139 code is iterated */
150 is not iterated */
160 code is iterated */
cu42.c 129 is not iterated */
141 code is iterated */
152 is not iterated */
  /frameworks/base/graphics/java/android/graphics/
RegionIterator.java 26 * @param region the region that will be iterated
  /frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/
Benchmark.java 46 android.util.Log.v("LatencyBench", "Iterated Java forEach took " + t + " ms");
  /external/icu/icu4c/source/common/unicode/
schriter.h 135 * @param newText The string to be iterated over
172 * @param newText The string to be iterated over
179 * Copy of the iterated string object.
  /libcore/ojluni/src/main/java/java/text/
StringCharacterIterator.java 71 * @param text The String to be iterated over
83 * @param text The String to be iterated over
110 * @param text The String to be iterated over
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringCharacterIterator.java 54 * @param text The String to be iterated over
68 * @param text The String to be iterated over
100 * @param text The String to be iterated over
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
StringCharacterIterator.java 52 * @param text The String to be iterated over
66 * @param text The String to be iterated over
98 * @param text The String to be iterated over
  /dalvik/libdex/
DexCatch.cpp 83 /* Get the handler offset just past the end of the one just iterated over.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
RuleCharacterIterator.java 37 * Text being iterated.
95 * @param text the text to be iterated
101 * characters of the variable value are iterated.
306 * characters being iterated, with a '|' marking the current position.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
RuleCharacterIterator.java 36 * Text being iterated.
94 * @param text the text to be iterated
100 * characters of the variable value are iterated.
305 * characters being iterated, with a '|' marking the current position.
  /external/v8/test/mjsunit/regress/
regress-815.js 37 // The code for the iterated-over object in for-in used to be emitted

Completed in 1607 milliseconds

1 2 3 4 5 6 7 8 91011>>