/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,
|
atomic_amd64x.go | 11 // The calls to nop are to keep these functions from being inlined.
|
cgo.go | 40 // 2) they keep the argument alive until the call site; the call is emitted after
|
error.go | 66 // There's room for arbitrary complexity here, but we keep it
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/ |
rjsmin.py | 172 def not_id_literal_(keep): 174 match = _re.compile(id_literal_(keep)).match 293 Keep comments starting with an exclamation mark? (``/*!...*/``) 332 Keep comments starting with an exclamation mark? (``/*!...*/``)
|
/external/libvorbis/doc/ |
footer.tex | 12 hostage-taking; Open Source is the net's greatest tool to keep
|
/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/mesa3d/ |
Android.common.mk | 60 # uncomment to keep the debug symbols
|
/external/skia/platform_tools/android/bin/ |
download_utils.py | 266 hash_val=None, keep=False, verbose=False, stamp_index=0): 291 if keep:
|
/external/smali/smali/ |
build.gradle | 149 keep 'public class org.jf.smali.main { public static void main(java.lang.String[]); }'
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-500497.js | 8 var global = []; // Used to keep some objects alive.
|
/external/v8/test/webkit/ |
dfg-int-overflow-large-constants-in-a-line.js | 25 "Tests that our optimization to elide overflow checks understands that if we keep adding huge numbers, we could end up creating a number that is not precisely representable using doubles."
|
/frameworks/support/v17/leanback/src/android/support/v17/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;
|
/hardware/bsp/intel/peripheral/libupm/ |
Android.mk | 19 # Still keep Wswitch and other warnings...
|
/prebuilts/go/darwin-x86/src/cmd/internal/objfile/ |
disasm.go | 59 keep := syms[:0] 65 keep = append(keep, sym) 68 syms = keep
|
/prebuilts/go/darwin-x86/src/runtime/ |
atomic_amd64x.go | 11 // The calls to nop are to keep these functions from being inlined.
|
cgo.go | 40 // 2) they keep the argument alive until the call site; the call is emitted after
|
error.go | 66 // There's room for arbitrary complexity here, but we keep it
|
/prebuilts/go/linux-x86/src/cmd/internal/objfile/ |
disasm.go | 59 keep := syms[:0] 65 keep = append(keep, sym) 68 syms = keep
|
/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
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf-ifunc.c | 153 goto keep; 178 keep:
|
elf-s390-common.c | 115 goto keep; 137 keep:
|
/external/proguard/src/proguard/gui/ |
ProGuardGUI.java | 336 // Create the boiler plate keep panels. 362 // Create the boiler plate keep names panels. 1100 List keep = new ArrayList(); local [all...] |