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

1 2 3 4 5 6 7 8 91011>>

  /art/test/497-inlining-and-class-loader/
info.txt 2 the correct class loader when walking inlined frames.
  /external/sonivox/jet_tools/JetCreator_content/
JetCreator_demo_1.zip 
  /external/skia/src/svg/parser/
SkSVGParser.cpp 127 SkSVGPaint* walking = fHead; local
132 while (walking != nullptr) {
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 != nullptr) {
107 SkString* lastAttr = (*walking)[index];
114 walking = walking->fNext;
194 SkSVGPaint* walking = parser.fHead;
198 while (walking != nullptr) {
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.
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/res/values/
strings.xml 22 <string name="action_navigate">Start walking navigation</string>
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/res/values/
strings.xml 22 <string name="action_navigate">Start walking navigation</string>
  /development/samples/browseable/XYZTouristAttractions/Wearable/res/values/
strings.xml 22 <string name="action_navigate">Start walking navigation</string>
  /external/google-breakpad/src/processor/
basic_source_line_resolver_types.h 95 // If Windows stack walking information is available covering ADDRESS,
102 // If CFI stack walking information is available covering ADDRESS,
156 // DWARF CFI stack walking data. The Module stores the initial rule sets
159 // records, walking a stack will only ever use a few of them, so it's
fast_source_line_resolver_types.h 130 // If Windows stack walking information is available covering ADDRESS,
137 // If CFI stack walking information is available covering ADDRESS,
164 // DWARF CFI stack walking data. The Module stores the initial rule sets
167 // records, walking a stack will only ever use a few of them, so it's
  /external/v8/src/compiler/
ast-loop-assignment-analyzer.h 42 // The class that performs loop assignment analysis by walking the AST.
  /external/libxml2/os400/libxmlrpg/
list.rpgle 44 * Callback function used when walking a list with xmlListWalk().
46 * Returns 0 to stop walking the list, 1 otherwise.
  /platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
AbstractGoogleFitHelper.java 62 * @param activity case-insensitive activity types, like: running, biking, walking
74 * @param activity case-insensitive activity types, like: running, biking, walking
  /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
  /external/sfntly/cpp/src/sfntly/table/bitmap/
eblc_table.cc 106 // walking offset in the size table array
111 // walking offset in the index subtable
127 // walking offset within the current subTable array
129 // walking offset within the subTable entries
  /external/v8/src/
allocation-site-scopes.h 17 // AllocationSiteContext is the base class for walking and copying a nested
  /frameworks/base/tools/aapt/
DirectoryWalker.h 22 // This is an abstraction for walking through a directory and getting files
  /frameworks/compile/slang/
slang_rs_foreach_lowering.h 50 // A flag, if true, indicating that the visitor is walking inside a kernel
  /frameworks/rs/cpu_ref/
rsCpuCoreRuntime.h 54 // The walking iterator of the launch
  /frameworks/base/docs/html/design/wear/
principles.jd 29 <p>A watch is a perfect form factor for a device that you can use while doing something else, such as cooking, eating, walking, running, or even having a conversation. If using your wearable app causes the user to stop whatever they?re doing, it?s a good occasion to consider how to improve it using the principles in this section.</p>
42 <p class="try"><b>Try this:</b> Use your app in various everyday situations, such as walking, eating, talking to people, or ordering coffee. If you have to slow down while walking or stop the conversation to be precise, you should consider how your gestures could be bigger.</p>
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
ListenerService.java 50 // Request for this device to start Maps walking navigation to
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
ListenerService.java 50 // Request for this device to start Maps walking navigation to
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
ListenerService.java 50 // Request for this device to start Maps walking navigation to
  /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,

Completed in 1433 milliseconds

1 2 3 4 5 6 7 8 91011>>