/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fileinput.py | 20 current file so that the next iteration will read the first line from 97 to use during iteration. The parameters to this function will be passed 116 Close the current file so that the next iteration will read the first
|
/external/chromium_org/third_party/jemalloc/chromium/ |
rb.h | 407 /* iteration, rbp_i_g->rbp_i_p->rbp_i_c is a 3-level path down */\ 415 /* This iteration does not move down the tree, due to the */\ 756 * cause the cached path to become invalid. In order to continue iteration, 771 * Note that this idiom is not advised if every iteration modifies the tree, 832 /* Only use if modifying the tree during iteration. */ [all...] |
/external/chromium_org/third_party/jemalloc/vendor/ |
rb.h | 407 /* iteration, rbp_i_g->rbp_i_p->rbp_i_c is a 3-level path down */\ 415 /* This iteration does not move down the tree, due to the */\ 756 * cause the cached path to become invalid. In order to continue iteration, 771 * Note that this idiom is not advised if every iteration modifies the tree, 832 /* Only use if modifying the tree during iteration. */ [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/detail/iter/ |
forward1.hpp | 17 # include <boost/preprocessor/iteration/detail/bounds/lower1.hpp> 19 # include <boost/preprocessor/iteration/detail/bounds/upper1.hpp> 24 # include <boost/preprocessor/iteration/detail/bounds/lower1.hpp> 26 # include <boost/preprocessor/iteration/detail/bounds/upper1.hpp> 34 # error BOOST_PP_ERROR: depth #1 iteration boundaries or filename not defined 43 # include <boost/preprocessor/iteration/detail/iter/reverse1.hpp> [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DFAOptimizer.java | 208 i--; // back up one so that i++ of loop iteration stays within bounds 242 i--; // back up one so that i++ of loop iteration stays within bounds
|
/external/arduino/hardware/arduino/cores/arduino/ |
wiring.c | 133 // per iteration, so execute it four times for each microsecond of 151 // per iteration, so execute it twice for each microsecond of
|
/external/chromium_org/base/ |
callback_list.h | 25 // this container can be modified during iteration without invalidating the 167 // iteration.
|
/external/chromium_org/base/containers/ |
mru_cache.h | 181 // Allows iteration over the list. Forward iteration starts with the most
|
/external/chromium_org/base/json/ |
json_parser.h | 49 // Iteration happens on the byte level, with the functions CanConsume and 57 // of a token, such that the next iteration of the parser will be at the byte
|
/external/chromium_org/chrome/browser/ui/webui/ |
certificate_viewer_webui.cc | 169 // Add the child from the previous iteration. 173 // Add this node to the children list for the next iteration.
|
/external/chromium_org/chrome/test/functional/gtalk/ |
gtalk_base_test.py | 185 func: Function to run at each iteration. 196 func: Function to run at each iteration.
|
/external/chromium_org/net/http/ |
http_stream_factory_impl.cc | 150 // request yet, since we defer that to the next iteration of the MessageLoop, 278 // Each iteration may empty out the RequestSet for |spdy_session_key| in
|
/external/chromium_org/sync/syncable/ |
parent_child_index_unittest.cc | 131 // Tests iteration over a set of siblings. 170 // Tests iteration when hierarchy is involved.
|
/external/chromium_org/third_party/icu/source/common/ |
ucase.h | 142 * iteration direction. 151 * @return Next code point, or <0 when the iteration is done.
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
skiplist_test.cc | 88 // Forward iteration test 108 // Backward iteration test
|
/external/chromium_org/third_party/libwebp/webp/ |
demux.h | 124 // Frame iteration. 173 // Chunk iteration.
|
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha256-586.pl | 66 &mov ($E,$Doff); # e becomes d, which is e in next iteration 86 &or ($A,"esi"); # a becomes h, which is a in next iteration
|
/external/chromium_org/third_party/sqlite/src/test/ |
backup_ioerr.test | 179 # a few things then skip to the next iteration of the loop. 242 # it is reported correctly and skip to the next iteration of the loop.
|
/external/chromium_org/v8/src/ |
hashmap.h | 90 // Iteration 96 // If entries are inserted during iteration, the effect of
|
/external/guava/guava/src/com/google/common/collect/ |
ImmutableBiMap.java | 26 * An immutable {@link BiMap} with reliable user-specified iteration order. Does 28 * have the same iteration ordering.
|
ImmutableListMultimap.java | 35 * iteration order. Does not permit null keys or values. 228 * the iteration ordering of the {@code multimap.asMap()} view.
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableListMultimap.java | 30 * iteration order. Does not permit null keys or values. 223 * the iteration ordering of the {@code multimap.asMap()} view.
|
/external/libvpx/libvpx/vpx/ |
vpx_decoder.h | 231 * storage should be initialized to NULL to start the iteration. Iteration is
|
/external/llvm/include/llvm/Analysis/ |
BlockFrequencyImpl.h | 94 // For each loop header, record the per-iteration probability of exiting the 230 // The probability of leaving the loop on each iteration is:
|
/external/llvm/lib/Transforms/Scalar/ |
LoopUnrollPass.cpp | 131 // with huge iteration counts, which is a compile time problem even if it's 163 // via the loop latch on any iteration prior to TripCount. The loop may exit
|