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

1 2 3 4 5 6

  /external/linux-tools-perf/perf-3.12.0/tools/scripts/
Makefile.include 52 # Call by doing: $(call descend,directory[,target])
54 descend = \
74 descend = \
75 +@echo ' ' DESCEND $(1); \
  /external/proguard/src/proguard/classfile/visitor/
ConcreteClassDownTraveler.java 71 // Visit the class. Don't descend any further.
96 // Visit the class. Don't descend any further.
  /external/chromium_org/chrome/common/extensions/docs/server2/
jsc_view.py 144 with self._current_node.Descend('parameters',
174 with self._current_node.Descend('types'):
180 with self._current_node.Descend(type_.simple_name):
196 with self._current_node.Descend('functions'):
204 with self._current_node.Descend(function.simple_name,
219 with self._current_node.Descend(function.simple_name, 'parameters'):
234 with self._current_node.Descend('events'):
241 with self._current_node.Descend('events'):
250 with self._current_node.Descend(event.simple_name, ignore=('properties',)):
281 with self._current_node.Descend(event.simple_name)
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
omnibox_custom_bindings.js 60 // Process and descend into a subset of recognized tags.
74 // Descend into all other nodes, even if they are unrecognized, for
  /external/chromium_org/mojo/services/view_manager/
access_policy.h 34 // descend into |view|.
  /external/chromium-trace/trace-viewer/src/tcmalloc/
heap.js 80 // Descend into the children.
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_variable_refcount.cpp 93 /* We don't want to descend into the function parameters and
opt_if_simplification.cpp 51 * descend into expressions.
opt_constant_folding.cpp 114 /* Don't descend into the LHS because we want it to stay as a
opt_redundant_jumps.cpp 49 /* We only care about the top level instructions, so don't descend
opt_structure_splitting.cpp 153 /* Don't descend into the ir_dereference_variable below. */
170 * descend to the ir_dereference_variables.
  /external/mesa3d/src/glsl/
ir_variable_refcount.cpp 93 /* We don't want to descend into the function parameters and
opt_if_simplification.cpp 51 * descend into expressions.
opt_constant_folding.cpp 114 /* Don't descend into the LHS because we want it to stay as a
opt_redundant_jumps.cpp 49 /* We only care about the top level instructions, so don't descend
opt_structure_splitting.cpp 153 /* Don't descend into the ir_dereference_variable below. */
170 * descend to the ir_dereference_variables.
  /external/elfutils/0.153/libdw/
libdw_visit_scopes.c 1 /* Helper functions to descend DWARF scope trees.
91 /* Other DIEs we have no reason to descend. */
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
patricia_trie_policy.cpp 67 // we must descend the last PtNode's children (for example, if the word we are searching for starts
69 // than the position we look for, and we have to descend the z PtNode).
151 // come here for c, we realize this is too big, and that we should descend b.
165 // position we should descend THIS PtNode. So we trick the
166 // lastCandidatePtNodePos so that we will descend this PtNode, not the previous
176 // this array. If this is the case, we should descend the last PtNode that had
182 // Okay, we found the PtNode we should descend. Its position is in
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_vector_splitting.cpp 163 /* Don't descend into a vector ir_dereference_variable below. */
177 * descend to the ir_dereference_variables.
195 /* We don't want to descend into the function parameters and
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_vector_splitting.cpp 163 /* Don't descend into a vector ir_dereference_variable below. */
177 * descend to the ir_dereference_variables.
195 /* We don't want to descend into the function parameters and
  /external/chromium_org/third_party/sqlite/src/src/
walker.c 30 ** WRC_Prune Do not descend into child nodes. But allow
  /external/chromium_org/ui/aura/
window_delegate.h 55 // Returns true if event handling should descend into |child|. |location| is
  /packages/apps/Mms/src/com/android/mms/dom/
NodeListImpl.java 112 // Descend one generation...
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
dynamic_pt_reading_helper.cpp 44 // Descend from the root to the root PtNode array.
105 // Descend from the root to the root PtNode array.
  /bionic/libc/bionic/
fts.c 553 int nitems, cderrno, descend, level, nlinks, nostat = 0, doadjust; local
593 * If we're going to need to stat anything or we want to descend
613 descend = 0;
618 descend = 1;
620 descend = 0;
770 if (descend && (type == BCHILD || !nitems) &&

Completed in 1082 milliseconds

1 2 3 4 5 6