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

1 2 3 4 5 6 7 8 91011>>

  /external/sonivox/jet_tools/JetCreator_content/
JetCreator_demo_1.zip 
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
radiotap_iter.h 11 * @rtheader: pointer to the radiotap header we are walking through
  /external/skia/src/svg/
SkSVGParser.cpp 127 SkSVGPaint* walking = fHead; local
132 while (walking != NULL) {
133 if (strokeSet == false && walking->f_stroke.size() > 0) {
134 stroke = walking->f_stroke.equals("none") == false;
135 *strokeState = walking;
138 if (fillSet == false && walking->f_fill.size() > 0) {
139 fill = walking->f_fill.equals("none") == false;
140 *fillState = walking;
143 walking = walking->fNext
    [all...]
SkSVGPaintState.cpp 103 SkSVGPaint* walking = parser.fHead;
105 while (walking != NULL) {
107 SkString* lastAttr = (*walking)[index];
114 walking = walking->fNext;
194 SkSVGPaint* walking = parser.fHead;
198 while (walking != NULL) {
200 SkString* lastAttr = (*walking)[index];
227 walking = walking->fNext
    [all...]
  /external/libxml2/include/libxml/
list.h 48 * Callback function used when walking a list with xmlListWalk().
50 * Returns 0 to stop walking the list, 1 otherwise.
  /cts/tests/tests/webkitsecurity/assets/
anonymous-render-block-in-continuation-causes-crash.html 16 description("This tests that having an anonymous render block in a continuation doesn't cause a crash when walking the accessibility tree.");
  /external/wpa_supplicant_8/src/utils/
radiotap_iter.h 26 * @rtheader: pointer to the radiotap header we are walking through
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
CharStreamState.java 30 /** When walking ahead with cyclic DFA or for syntactic predicates,
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
LeftRecursionCyclesMessage.java 35 * cycles found by walking rules without decisions; the other msg is
  /frameworks/base/tools/aapt/
DirectoryWalker.h 22 // This is an abstraction for walking through a directory and getting files
  /external/chromium/base/debug/
stack_trace_win.cc 139 // When walking our own stack, use CaptureStackBackTrace().
144 // When walking an exception stack, we need to use StackWalk64().
146 // Initialize stack walking.
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloCollision.java 129 * add physics-controlled walking and jumping: */
160 * This is the main event loop--walking happens here.
161 * We check in which direction the player is walking by interpreting
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CharStreamState.as 30 /** When walking ahead with cyclic DFA or for syntactic predicates,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CharStreamState.cs 42 /// When walking ahead with cyclic DFA for syntactic predicates, we
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CharStreamState.cs 37 * When walking ahead with cyclic DFA or for syntactic predicates,
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAState.java 157 * and so on, but for walking the NFA to get a sequence of edge
163 * For walking/parsing the loopback state:
167 * For walking the block start:
171 * For walking the bypass state of a (...)* loop:
  /external/bison/lib/
hash.h 68 /* Walking. */
  /external/skia/include/xml/
SkDOM.h 51 // helpers for walking children
  /external/icu4c/test/threadtest/
stringtest.cpp 48 "Life's but a walking shadow, a poor player\n"
58 "Life's but a walking shadow, a poor player\n"
  /external/kernel-headers/original/asm-generic/
pgtable.h 167 * When walking page tables, get the address of the next boundary,
193 * When walking page tables, we usually want to skip any p?d_none entries;
  /external/oprofile/libop/
op_alloc_counter.c 63 * allocation use a left to right tree walking
113 * a bitmask of already allocated counter. Walking through node is done in
  /external/qemu/
aio-android.c 26 * it's used to ensure that no callbacks are removed while we're walking and
199 * qemu_aio_set_fd_handler is called while we're walking */
aio.c 25 * it's used to ensure that no callbacks are removed while we're walking and
202 * qemu_aio_set_fd_handler is called while we're walking */
  /external/valgrind/main/coregrind/
pub_core_stacktrace.h 41 // Variant that gives a little more control over the stack-walking
42 // (this is the "worker" function that actually does the walking).
  /frameworks/rs/scriptc/
rs_core.rsh 137 * allocation to be processed or suggest a walking strategy. May be
168 * allocation to be processed or suggest a walking strategy. May be

Completed in 7829 milliseconds

1 2 3 4 5 6 7 8 91011>>