HomeSort by relevance Sort by last modified time
    Searched refs:keep (Results 151 - 175 of 1170) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/runtime/
lfstack_test.go 33 // Need to keep additional references to nodes, the stack is not all that type-safe.
89 // Need to keep additional references to nodes,
example_test.go 31 // To keep this example's output stable
lfstack.go 20 // The stack does not keep GC-visible pointers to nodes, so the caller
  /compatibility/cdd/3_software/
3_1_managed-api-compatibility.md 21 * [C-0-4] Device implementations MUST still keep the APIs present and behave
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcslib.py 317 def keep(name, pat = pat): function in function:RCS._filter
319 files = filter(keep, files)
  /external/llvm/test/Bindings/OCaml/
analysis.ml 12 (* Note that this takes a moment to link, so it's best to keep the number of
bitreader.ml 10 (* Note that this takes a moment to link, so it's best to keep the number of
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 66 Out.keep();
193 InFile.keep();
  /external/python/cpython2/Demo/pdist/
rcslib.py 317 def keep(name, pat = pat): function in function:RCS._filter
319 files = filter(keep, files)
  /external/python/cpython2/PC/VS8.0/
build_pgo.bat 5 rem Note, after the first instrumented run, one can just keep on
  /external/python/cpython2/PC/VS9.0/
build_pgo.bat 5 rem Note, after the first instrumented run, one can just keep on
  /external/spirv-llvm/tools/llvm-spirv/
llvm-spirv.cpp 197 Out.keep();
283 Out.keep();
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
bitreader.ml 7 (* Note that this takes a moment to link, so it's best to keep the number of
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
OptimizerDriver.cpp 60 Out.keep();
156 InFile.keep();
  /frameworks/av/services/oboeservice/
AAudioServiceStreamShared.cpp 121 sp<AAudioServiceStreamShared> keep(this);
191 result = endpoint->registerStream(keep);
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
VerticalGridPresenter.java 304 * @param keep True if keep foreground of child of this grid.
306 public final void setKeepChildForeground(boolean keep) {
307 mKeepChildForeground = keep;
  /prebuilts/go/darwin-x86/misc/sortac/
sortac.go 59 if t == "# Please keep the list sorted." {
  /prebuilts/go/darwin-x86/src/runtime/
example_test.go 31 // To keep this example's output stable
lfstack.go 20 // The stack does not keep GC-visible pointers to nodes, so the caller
  /prebuilts/go/darwin-x86/src/syscall/
mkpost.go 42 // We want to keep X__val in Fsid. Hide it and restore it later.
  /prebuilts/go/darwin-x86/test/
finprofiled.go 70 // Just to keep hold alive.
  /prebuilts/go/linux-x86/misc/sortac/
sortac.go 59 if t == "# Please keep the list sorted." {
  /prebuilts/go/linux-x86/src/syscall/
mkpost.go 42 // We want to keep X__val in Fsid. Hide it and restore it later.
  /prebuilts/go/linux-x86/test/
finprofiled.go 70 // Just to keep hold alive.
  /prebuilts/tools/common/proguard/proguard4.7/examples/
scala.pro 25 # traces later on. Keep a fixed source file attribute and all line number
37 # You can print out the seeds that are matching the keep options below.
50 -keep class * implements org.xml.sax.EntityResolver
83 #-keep class * implements jline.Completor
84 #-keep class * implements jline.Terminal
86 #-keep class scala.tools.nsc.Global
129 # -keep public class mypackage.MyClass
130 # -keep public interface mypackage.MyInterface
131 # -keep public class * implements mypackage.MyInterface

Completed in 702 milliseconds

1 2 3 4 5 67 8 91011>>