HomeSort by relevance Sort by last modified time
    Searched refs:prune (Results 26 - 50 of 156) sorted by null

12 3 4 5 6 7

  /external/annotation-tools/scene-lib/src/annotations/util/coll/
VivifyingMap.java 12 * and prune "empty" values, for some definition of "empty".
47 public boolean prune() { method in class:VivifyingMap
70 * by {@link #prune}. Before returning, {@link #subPrune} may carry out
72 * is another {@link VivifyingMap}, {@link #subPrune} could prune that map.
  /external/elfutils/libdw/
dwarf_getscopes.c 47 /* Preorder visitor: prune the traversal if this DIE does not contain PC. */
54 die->prune = true;
73 die->prune = true;
75 if (!die->prune
123 if (die->prune)
dwarf_getfuncs.c 74 chain->prune = true;
libdw_visit_scopes.c 162 state->child.prune = false;
169 if (!state->child.prune && may_have_scopes (&state->child.die)
  /external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
ConstantNode.java 66 prune(); method
Node.java 65 void prune() { method in class:Node
67 node.prune();
SelectNode.java 35 void prune() { method in class:SelectNode
36 super.prune();
  /build/blueprint/
blueprint_impl.bash 14 find . -mindepth 1 -type d \( -name ".*" -o -execdir test -e {}/.out-dir \; \) -prune \
  /prebuilts/go/darwin-x86/test/
reflectmethod1.go 7 // The linker can prune methods that are not directly called or
reflectmethod4.go 7 // The linker can prune methods that are not directly called or
reflectmethod2.go 7 // The linker can prune methods that are not directly called or
reflectmethod3.go 7 // The linker can prune methods that are not directly called or
  /prebuilts/go/linux-x86/test/
reflectmethod1.go 7 // The linker can prune methods that are not directly called or
reflectmethod4.go 7 // The linker can prune methods that are not directly called or
reflectmethod2.go 7 // The linker can prune methods that are not directly called or
reflectmethod3.go 7 // The linker can prune methods that are not directly called or
  /build/kati/
pathutil.go 299 apply(evalWriter, string, dirent) (test bool, prune bool)
343 test, prune := op.op.apply(w, path, ent)
344 return !test, prune
350 var prune bool
354 prune = true
357 return test, prune
360 return true, prune
368 test, prune := op.op1.apply(w, path, ent)
370 return test, prune
406 _, prune := fc.apply(w, path, ent
    [all...]
  /build/kati/testcase/
find_command.mk 93 @echo prune
94 $(call run_find, find testdir -name dir2 -prune -o -name file1)
114 $(call run_find, build/tools/findleaves.py --prune=dir1 testdir file3)
115 $(call run_find, build/tools/findleaves.py --prune=dir1 --prune=dir2 testdir file3)
120 $(call run_find, build/tools/findleaves.py --prune=dir1 --dir=testdir file1)
121 $(call run_find, build/tools/findleaves.py --prune=dir1 --dir=testdir file3 link3)
  /external/annotation-tools/scene-lib/src/annotations/el/
AScene.java 82 return v.prune();
153 public boolean prune() { method in class:AScene
154 return classes.prune() & packages.prune();
192 s0.prune();
193 s1.prune();
AField.java 23 return v.prune();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 59 node_pointer p_out = base_type::prune(pred);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 59 node_pointer p_out = base_type::prune(pred);
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPool.java 144 clazz.prune();
227 c.prune();
  /external/toolchain-utils/binary_search_tool/full_bisect_test/
main-bisect-test.sh 11 # Test 3. use --file_args and --prune. Pass the object file list in a file
82 --file_args --prune &> /tmp/full_bisect_test.log
  /frameworks/base/core/java/android/content/res/
ThemedResourceCache.java 120 prune(configChanges);
193 * simply prune missing weak references
196 private boolean prune(@Config int configChanges) { method in class:ThemedResourceCache

Completed in 289 milliseconds

12 3 4 5 6 7