HomeSort by relevance Sort by last modified time
    Searched full:iterate (Results 76 - 100 of 2840) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/deqp/modules/gles2/
tes2TestPackage.cpp 50 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase);
78 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase) function in class:deqp::gles2::TestCaseWrapper
91 result = testCase->iterate();
93 // Call implementation specific post-iterate routine (usually handles native events and swaps buffers)
  /external/deqp/modules/gles3/
tes3TestPackage.cpp 49 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase);
77 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase) function in class:deqp::gles3::TestCaseWrapper
90 result = testCase->iterate();
92 // Call implementation specific post-iterate routine (usually handles native events and swaps buffers)
  /external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationStateQueryTests.cpp 60 IterateResult iterate (void);
87 InterpolationOffsetCase::IterateResult InterpolationOffsetCase::iterate (void)
111 IterateResult iterate (void);
135 FragmentInterpolationOffsetBitsCase::IterateResult FragmentInterpolationOffsetBitsCase::iterate (void)
  /external/deqp/modules/gles31/
tes31TestPackage.cpp 45 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase);
73 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase) function in class:deqp::gles31::TestCaseWrapper
76 const tcu::TestCase::IterateResult result = testCase->iterate();
78 // Call implementation specific post-iterate routine (usually handles native events and swaps buffers)
  /external/e2fsprogs/debugfs/
extent_cmds.ct 64 request do_print_all, "Iterate over all nodes and print them",
  /external/e2fsprogs/lib/e2p/
iod.c 2 * iod.c - Iterate a function on each entry of a directory
  /external/e2fsprogs/lib/ext2fs/
dblist_dir.c 2 * dblist_dir.c --- iterate by directory entry
  /external/elfutils/libasm/
symbolhash.h 35 #define ITERATE 1
  /external/elfutils/libdwfl/
dwfl_module_nextcu.c 0 /* Iterate through DWARF compilation units in a module.
  /external/elfutils/src/
sectionhash.h 24 #define ITERATE 1
symbolhash.c 30 #define ITERATE 1
symbolhash.h 24 #define ITERATE 1
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
TreeMultimap.java 43 * <p>The collections returned by {@code keySet} and {@code asMap} iterate
46 * replaceValues} return collections that iterate through the values according
49 * iterate across the keys according to the above key ordering, and for each
50 * key they iterate across the values according to the value ordering.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ComposedCharIter.java 32 * To do so, use a <tt>ComposedCharIter</tt> to iterate through all of the
39 * of the composed characters in Unicode. If you want to iterate over the
45 * <li>{@link Normalizer#IGNORE_HANGUL} - Do not iterate over the Hangul
64 * over which to iterate.
  /external/icu/icu4c/source/samples/datecal/
cal.cpp 31 /* Iterate through the days and print it out. */
ccal.c 33 /* Iterate through the days and print it out. */
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ComposedCharIter.java 31 * To do so, use a <tt>ComposedCharIter</tt> to iterate through all of the
38 * of the composed characters in Unicode. If you want to iterate over the
44 * <li>{@link Normalizer#IGNORE_HANGUL} - Do not iterate over the Hangul
62 * over which to iterate.
  /external/llvm/test/Transforms/IndVarSimplify/
use-range-metadata.ll 7 define i1 @iterate(i32* nocapture readonly %buffer) {
  /external/parameter-framework/upstream/parameter/
RuleParser.cpp 64 // Iterate till next relevant delimiter
65 if (!iterate(strError)) {
146 // Iterate
147 bool CRuleParser::iterate(string &strError) function in class:CRuleParser
  /external/selinux/libsemanage/src/
database.h 121 * Note: The record passed into the iterate handler
126 * Note: The iterate handler may not invoke any other
128 * reentrant while in transaction. The iterate handler may
131 int (*iterate) (struct semanage_handle * handle, member in struct:dbase_table
  /external/skia/src/core/
SkPerspIter.h 17 /** Iterate a line through the matrix [x,y] ... [x+count-1, y].
SkVertState.h 14 This is a helper for drawVertices(). It is used to iterate over the triangles
  /external/skia/src/effects/gradients/
SkClampRange.h 25 * range1: iterate as usual fx += dx
  /external/tpm2/
PCR_Event.c 51 // Iterate supported PCR bank algorithms to extend
  /external/vboot_reference/tests/
sha_benchmark.c 39 /* Iterate through all the hash functions. */

Completed in 1206 milliseconds

1 2 34 5 6 7 8 91011>>