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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
advsisd-copy.s 26 .macro iterate op, type, from, to
29 iterate \op, \type, "(\from+1)", \to
35 iterate \op, b, 0, 15
36 iterate \op, h, 0, 7
37 iterate \op, s, 0, 3
38 iterate \op, d, 0, 1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
allinsn16.s 4 # iterate 0x40 times
12 # iterate 0x20 times
20 # iterate 0x4 times
  /external/selinux/libsemanage/man/man3/
semanage_iterate.3 7 The following iterate function is supported for any semanage record.
26 The iterate function will execute the specified handler over all objects in the selected location. An arbitrary argument can be passed into the handler function along with each object.
32 The handler code may not invoke any semanage write requests for the same object type (i.e. modifying the underlying store is not allowed). The iterate function is reentrant only while inside a transaction (see
34 ). It is not safe to execute other semanage read or write requests within iterate if not inside a transaction. The handler may return \-1 to signal error exit, 0 to signal continue, and 1 to signal successful exit early (the iterate function will stop accordingly).
  /system/sepolicy/tools/sepolicy-analyze/
perm.c 13 * iterate over all domains and check if domain is in permissive
  /external/deqp/modules/glshared/
glsAttributeLocationTests.hpp 142 virtual IterateResult iterate (void);
161 virtual IterateResult iterate (void);
180 virtual IterateResult iterate (void);
199 virtual IterateResult iterate (void);
217 virtual IterateResult iterate (void);
235 virtual IterateResult iterate (void);
249 virtual IterateResult iterate (void);
263 virtual IterateResult iterate (void);
277 virtual IterateResult iterate (void);
291 virtual IterateResult iterate (void)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UScriptRun.java 33 * Here is an example of how to iterate over script runs:
76 * @param text the string of characters over which to iterate.
91 * @param text the string of characters over which to iterate.
92 * @param start the index of the first character over which to iterate
93 * @param count the number of characters over which to iterate
108 * @param chars the array of characters over which to iterate.
123 * @param chars the array of characters over which to iterate.
124 * @param start the index of the first character over which to iterate
125 * @param count the number of characters over which to iterate
164 * Reset the iterator to iterate over the given range of the text. Throw
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UScriptRun.java 32 * Here is an example of how to iterate over script runs:
74 * @param text the string of characters over which to iterate.
89 * @param text the string of characters over which to iterate.
90 * @param start the index of the first character over which to iterate
91 * @param count the number of characters over which to iterate
106 * @param chars the array of characters over which to iterate.
121 * @param chars the array of characters over which to iterate.
122 * @param start the index of the first character over which to iterate
123 * @param count the number of characters over which to iterate
162 * Reset the iterator to iterate over the given range of the text. Throw
    [all...]
  /external/elfutils/tests/
dwfl-bug-getmodules.c 30 iterate (Dwfl_Module *mod __attribute__ ((unused)), function
55 ptrdiff_t offset = dwfl_getmodules (dwfl, &iterate, dwfl, 0);
59 offset = dwfl_getmodules (dwfl, &iterate, NULL, offset);
  /external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
Iterate.java 28 public class Iterate {
33 JSilver jSilver = new JSilver(new ClassResourceLoader(Iterate.class));
46 jSilver.render("iterate.cs", data, System.out);
  /external/e2fsprogs/lib/blkid/
blkid.h 61 extern int blkid_dev_next(blkid_dev_iterate iterate, blkid_dev *dev);
62 extern void blkid_dev_iterate_end(blkid_dev_iterate iterate);
90 extern int blkid_tag_next(blkid_tag_iterate iterate,
92 extern void blkid_tag_iterate_end(blkid_tag_iterate iterate);
blkid.h.in 61 extern int blkid_dev_next(blkid_dev_iterate iterate, blkid_dev *dev);
62 extern void blkid_dev_iterate_end(blkid_dev_iterate iterate);
90 extern int blkid_tag_next(blkid_tag_iterate iterate,
92 extern void blkid_tag_iterate_end(blkid_tag_iterate iterate);
  /external/clang/test/SemaObjC/
idiomatic-parentheses.m 13 - (void) iterate: (id) coll;
44 - (void) iterate: (id) coll {
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
ConcatOpTest.java 68 Stream.iterate(0, i -> i + 1)));
71 Stream.iterate(0, i -> i + 1),
86 LongStream.iterate(0, i -> i + 1)));
89 LongStream.iterate(0, i -> i + 1),
104 IntStream.iterate(0, i -> i + 1)));
107 IntStream.iterate(0, i -> i + 1),
122 DoubleStream.iterate(0, i -> i + 1)));
125 DoubleStream.iterate(0, i -> i + 1),
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
VoidPtr.java 43 * Test whether we properly iterate over the elements of an output
71 * Test whether we properly iterate over the elements of an output
100 * Test whether we properly iterate over the elements of an input
131 * Test whether we properly iterate over the elements of an input
  /external/compiler-rt/test/asan/TestCases/Windows/
crt_initializers.cc 17 // Iterate through CRT initializers.
  /external/deqp/framework/common/
tcuApp.hpp 26 * App::iterate() until it signals that test execution is completed.
49 * must create App object and repeately call iterate() until it returns
53 * Android or iOS) iterate() should be called in application update/draw
67 bool iterate (void);
  /external/elfutils/lib/
dynamicsizehash.h 38 ITERATE iterating over the table entries is possible
44 #ifdef ITERATE
106 #ifdef ITERATE
123 # undef ITERATE
  /external/libchrome/base/strings/
string_split.h 60 // way to iterate through tokens in a string.
62 // To iterate through all whitespace-separated tokens in an input string:
107 // way to iterate through tokens in a string.
109 // To iterate through all newline-separated tokens in an input string:
  /external/selinux/libsepol/include/sepol/
interfaces.h 35 /* Iterate the interfaces
nodes.h 32 /* Iterate the nodes
ports.h 32 /* Iterate the ports
  /external/skia/src/core/
SkTextBlobRunIterator.h 13 * Iterate through all of the text runs of the text blob. For example:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
IterateRecentsEvent.java 22 * This is sent when the user taps on the Overview button to iterate to the next item in the
  /ndk/tests/device/static-executable/jni/
Android.mk 15 # in the previous *S file to iterate all eh frames and record ranges is gone
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/
ngram_listener.h 25 * Interface to iterate ngram entries.

Completed in 516 milliseconds

1 2 3 4 5 6 7 8 91011>>