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

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/lang/ref/
Reference.java 62 * <li>There exists at least one path from the root set to the object that does not traverse any
72 * <li>There exists at least one path from the root set to the object that does traverse
82 * <li>There exists at least one path from the root set to the object that does traverse a
  /art/compiler/sea_ir/ir/
sea.h 71 v->Traverse(this);
128 v->Traverse(this);
218 v->Traverse(this);
287 visitor->Traverse(this);
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcslcpy.c 61 /* Not enough room in dst, add NUL and traverse rest of src */
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
PathPoint.java 21 * its location as well as the instructions on how to traverse the preceding interval from the
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Token.pm 15 # imaginary tree navigation type; traverse "get child" link
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
constants.py 48 # imaginary tree navigation type; traverse "get child" link
  /external/chromium/third_party/libevent/
strlcpy.c 66 /* Not enough room in dst, add NUL and traverse rest of src */
  /external/chromium_org/chrome/renderer/extensions/
content_watcher.h 75 // traverse a top-level frame's sub-frames without rescanning them all each
  /external/chromium_org/ppapi/generators/
idl_visitor.py 10 # The IDLVisitor class will traverse an AST truncating portions of the tree
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
MANIFEST.json 306 "dom-traverse": {
307 file: "dom-traverse.html",
312 tags: ["dom","traverse"]
378 "jslib-traverse-jquery": {
379 file: "jslib-traverse-jquery.html",
384 tags: ["dom","jslib","jquery","traverse"]
386 "jslib-traverse-prototype": {
387 file: "jslib-traverse-prototype.html",
392 tags: ["dom","jslib","prototype","traverse"]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
MapLongVariableNames.cpp 108 node->getInit()->traverse(this);
parseConst.cpp 132 (*p)->traverse(this);
240 root->traverse(&it);
  /external/chromium_org/third_party/libevent/
strlcpy.c 66 /* Not enough room in dst, add NUL and traverse rest of src */
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
autoportallocator.h 40 // It enables the client to traverse Proxy and NAT.
  /external/emma/core/java12/com/vladium/util/
ObjectIntMap.java 95 // traverse the singly-linked list of entries in the bucket:
123 // traverse the singly-linked list of entries in the bucket:
170 // traverse the singly-linked list of entries in the bucket:
216 // traverse the singly-linked list of entries in the bucket:
  /external/v8/test/cctest/
test-strings.cc 3 // Check that we can traverse very deep stacks of ConsStrings using
201 static void Traverse(Handle<String> s1, Handle<String> s2) {
231 TEST(Traverse) {
244 Traverse(flat, symmetric);
246 Traverse(flat, left_asymmetric);
248 Traverse(flat, right_asymmetric);
261 Traverse(flat, left_asymmetric);
265 Traverse(flat, right_asymmetric);
269 Traverse(flat, symmetric);
  /frameworks/base/packages/SettingsProvider/res/values/
defaults.xml 96 <!-- DPAD/Trackball UP - traverse previous on current axis and send an event. -->
98 <!-- DPAD/Trackball DOWN - traverse next on current axis and send an event. -->
100 <!-- DPAD/Trackball LEFT - traverse previous on the character navigation axis and send event. -->
102 <!-- DPAD/Trackball RIGHT - traverse next on the character navigation axis end send event. -->
  /system/core/libcutils/
memory.c 81 /* Not enough room in dst, add NUL and traverse rest of src */
  /system/core/toolbox/
restorecon.c 99 fprintf(stderr, "Could not traverse filesystems (first was %s): %s\n",
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemCopyOf.java 170 tw.traverse(child);
179 tw.traverse(pos);
  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator.h 131 // profiles. There is a Traverse* method for each of these.
145 // Once the above traversals are complete, we traverse the sync model to
  /external/chromium/chrome/browser/ui/cocoa/applescript/
bookmark_folder_applescript.mm 179 // Traverse through all the child nodes till the required node is found and
192 // Traverse through all the child nodes till the required node is found and
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
bookmark_folder_applescript.mm 177 // Traverse through all the child nodes till the required node is found and
190 // Traverse through all the child nodes till the required node is found and
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.h 80 // Traverse the graph of instructions and visit each instruction once.
86 void Traverse(Instruction *, void (*fnc)(Instruction *, void *aux),
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_split.c 121 /* Could traverse the indices, re-emitting vertices in turn.
133 * swtnl module). Traverse the indices, re-emitting vertices

Completed in 311 milliseconds

1 2 34 5 6 7 8 91011>>