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

1 2 3 4 5

  /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/elfutils/src/libdw/
libdw_visit_scopes.c 1 /* Helper functions to descend DWARF scope trees.
60 /* Other DIEs we have no reason to descend. */
  /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.
ir_set_program_inouts.cpp 167 /* We don't want to descend into the function parameters and
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.cpp 72 // we must descend the last PtNode's children (for example, if the word we are searching for starts
74 // than the position we look for, and we have to descend the z PtNode).
161 // come here for c, we realize this is too big, and that we should descend b.
176 // position we should descend THIS PtNode. So we trick the
177 // lastCandidatePtNodePos so that we will descend this PtNode, not the previous
187 // this array. If this is the case, we should descend the last PtNode that had
193 // Okay, we found the PtNode we should descend. Its position is in
  /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-trace/trace-viewer/tracing/tracing/extras/tcmalloc/
heap.html 82 // Descend into the children.
  /external/selinux/policycoreutils/setfiles/
restorecon.8 62 change files and directories file labels recursively (descend directories).
  /packages/inputmethods/LatinIME/native/jni/src/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 554 int nitems, cderrno, descend, level, nlinks, nostat = 0, doadjust; local
594 * If we're going to need to stat anything or we want to descend
614 descend = 0;
619 descend = 1;
621 descend = 0;
772 if (descend && (type == BCHILD || !nitems) &&
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
Configurator.java 203 // not there yet, descend deeper:
299 * Recursively descend into an object using key as the pathway and invoking the corresponding setter
  /external/e2fsprogs/lib/blkid/
devno.c 165 * If we're done checking at this level, descend to
  /external/e2fsprogs/lib/ext2fs/
finddev.c 152 * If we're done checking at this level, descend to
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 534 {->New variable.descend(
537 {->New variable.descend(
540 {->New variable.descend(
707 | {descend} [parent]:variable [child]:variable // foo.bar
  /sdk/templates/docs/
default.js 63 // descend
  /external/libvncserver/x11vnc/
cursor.c 895 int descend, maxtries = 10;
920 descend = -1;
923 wins[++descend] = c;
924 if (descend >= maxtries - 1) {
941 for (i = descend; i >=0; i--) {
985 *depth = descend;
986 *w = wins[descend];
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 259 int flags = 0, italicangle, ascend, descend, capheight, bbox[4]; local
283 descend = ptm->otmrcFontBox.bottom;
420 pFontDesc->SetAtInteger("Descent", descend);
610 int flags = 0, italicangle = 0, ascend = 0, descend = 0, capheight = 0, bbox[4]; local
651 descend = CTFontGetDescent(font);
    [all...]
  /external/selinux/sepolgen/src/sepolgen/
interfaces.py 462 # Descend an interface call tree adding the access
480 # there is no reason to descend further.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
interfaces.py 462 # Descend an interface call tree adding the access
480 # there is no reason to descend further.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
interfaces.py 462 # Descend an interface call tree adding the access
480 # there is no reason to descend further.
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/system_stats/
system_stats_instance_track.html 264 // Descend into nested stats.

Completed in 698 milliseconds

1 2 3 4 5