OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:traverse
(Results
126 - 150
of
787
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/make/
subdir.mk
4
# SubDirs - The subdirectories to
traverse
.
/external/ipsec-tools/src/racoon/
genlist.h
62
/*
Traverse
the list and call 'func' for each entry. As long as func() returns
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
VariableLocator.java
67
* @param variable the parsed variable name node to
traverse
/external/llvm/docs/HistoricalNotes/
2002-05-12-InstListChange.txt
21
they have to
traverse
basic blocks to remove constant propogated
/external/llvm/include/llvm/Support/
LeakDetector.h
53
/// checkForGarbage -
Traverse
the internal representation of garbage
/external/mksh/src/
lalloc.c
130
/*
traverse
group (linked list) */
/external/openfst/src/include/fst/extensions/pdt/
collection.h
96
// to
traverse
result.
/external/skia/src/utils/
SkCanvasStack.cpp
50
*
Traverse
all canvases (e.g. layers) the stack and ensure that they are clipped
/external/tcpdump/missing/
strlcpy.c
64
/* Not enough room in dst, add NUL and
traverse
rest of src */
/frameworks/base/docs/html/guide/topics/ui/
index.jd
43
traverse
your content.</p> </a>
/frameworks/base/docs/html/training/design-navigation/
index.jd
24
<p>This class shows you how to plan out the high-level screen hierarchy for your application and then choose appropriate forms of navigation to allow users to effectively and intuitively
traverse
your content. Each lesson covers various stages in the interaction design process for navigation in Android applications, in roughly chronological order. After going through the lessons in this class, you should be able to apply the methodology and navigation paradigms outlined here to your own applications, providing a coherent navigation experience for your users.</p>
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
documenttypegetentitiestype.java
35
* a NamedNodeMap of all its entities.
Traverse
the
documenttypegetnotationstype.java
35
* a NamedNodeMap object of all the notations.
Traverse
hc_namednodemapchildnoderange.java
32
* last child of the third "p" element and
traverse
the
hc_nodelisttraverselist.java
34
* employee and
traverse
the list from index=0 thru
namednodemapchildnoderange.java
34
* last child of the third employee and
traverse
the
/packages/apps/Mms/src/com/android/mms/dom/
NodeListImpl.java
95
* <li>
Traverse
children from left to right in preorder.
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_utils.cpp
51
//
Traverse
node expansion utils //
/external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.cc
24
// directory structure and then
traverse
them, along with any intermediate
186
// No order changes on this parent --
traverse
only the nodes listed
/external/chromium_org/third_party/WebKit/Source/core/platform/
PODIntervalTree.h
166
// See whether we need to
traverse
the left subtree.
177
// See whether we need to
traverse
the right subtree.
/external/llvm/include/llvm/Analysis/
LoopIterator.h
63
///
Traverse
the loop blocks and store the DFS result.
121
///
Traverse
the blocks in a loop using a depth-first search.
/frameworks/base/docs/html/training/custom-views/
optimizing-view.jd
71
requestLayout()}, the Android UI system needs to
traverse
the entire view hierarchy to find out how
73
to be. If it finds conflicting measurements, it may need to
traverse
the hierarchy multiple times.
/frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h
248
* HashTable has two kinds of iterators. One is used to
traverse
buckets
249
* with the same hash value; the other is used to
traverse
all entries of the
/external/chromium_org/ui/views/focus/
focus_traversal_unittest.cc
583
// Let's
traverse
the whole focus hierarchy (several times, to make sure it
596
// Let's
traverse
in reverse order.
726
//
Traverse
the focus hierarchy within the pane several times.
737
//
Traverse
in reverse order.
765
//
Traverse
the focus hierarchy within the pane several times.
776
//
Traverse
in reverse order.
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java
134
SWT.
Traverse
,
144
SWT.
Traverse
,
218
case SWT.
Traverse
: {
233
notifyListeners(SWT.
Traverse
, e);
470
case SWT.
Traverse
: {
490
notifyListeners(SWT.
Traverse
, e);
Completed in 1054 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>