/external/fio/engines/ |
pmemblk.c | 246 static void pmb_close(fio_pmemblk_file_t pmb, const bool keep) 252 if (!keep && !pmb->pmb_refcnt) {
|
/external/lisa/libs/utils/analysis/ |
residency_analysis.py | 41 # Keep track of last seen start times 43 # Keep track of maximum runtime seen 157 df = df[['__pid']].drop_duplicates(keep='first') 163 df = df[['__pid', '__tgid']].drop_duplicates(keep='first')
|
/external/proguard/src/proguard/obfuscate/ |
Obfuscator.java | 61 // Check if we have at least some keep commands. 62 if (configuration.keep == null && 66 throw new IOException("You have to specify '-keep' options for the obfuscation step."); 87 ClassSpecificationVisitorFactory.createClassPoolVisitor(configuration.keep, 97 // All library classes and library class members keep their names. 101 // We also keep the names of all methods of classes that are returned 126 // Keep parameter names and types if specified.
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
LTOCodeGenerator.cpp | 177 Out.keep(); 203 objFile.keep();
|
/external/v8/tools/foozzie/ |
v8_mock.js | 87 // TODO(machenbach): Randomize this for each test case, but keep stable
|
/external/v8/tools/sanitizers/ |
sancov_formatter.py | 147 def keep(file_name): function in function:process_symbolizer_output 154 return {k: sorted(file_map[k]) for k in file_map if keep(k)}
|
/external/wpa_supplicant_8/hs20/client/ |
Android.mk | 11 # We try to keep this compiling against older platform versions.
|
/prebuilts/go/darwin-x86/src/cmd/internal/objfile/ |
disasm.go | 67 keep := syms[:0] 73 keep = append(keep, sym) 76 syms = keep
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
deadcode.go | 112 // Keep a itablink if the symbol it points at is being kept. 113 // (When BuildModeShared, always keep itablinks.) 125 // Remove dead text but keep file information (z symbols). 242 // We don't keep the go.plugin.exports symbol, 243 // but we do keep the symbols it refers to.
|
/prebuilts/go/darwin-x86/src/runtime/ |
cgo.go | 42 // 2) they keep the argument alive until the call site; the call is emitted after
|
/prebuilts/go/darwin-x86/src/text/template/ |
example_test.go | 77 // The following example is duplicated in html/template; keep them in sync.
|
/prebuilts/go/darwin-x86/test/chan/ |
doubleselect.go | 83 // We keep the recver because it might catch more bugs in the future.
|
/prebuilts/go/linux-x86/src/cmd/internal/objfile/ |
disasm.go | 67 keep := syms[:0] 73 keep = append(keep, sym) 76 syms = keep
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
deadcode.go | 112 // Keep a itablink if the symbol it points at is being kept. 113 // (When BuildModeShared, always keep itablinks.) 125 // Remove dead text but keep file information (z symbols). 242 // We don't keep the go.plugin.exports symbol, 243 // but we do keep the symbols it refers to.
|
/prebuilts/go/linux-x86/src/runtime/ |
cgo.go | 42 // 2) they keep the argument alive until the call site; the call is emitted after
|
/prebuilts/go/linux-x86/src/text/template/ |
example_test.go | 77 // The following example is duplicated in html/template; keep them in sync.
|
/prebuilts/go/linux-x86/test/chan/ |
doubleselect.go | 83 // We keep the recver because it might catch more bugs in the future.
|
/system/media/camera/docs/ |
camera_metadata_tag_info.mako | 24 * Array assignments are done using specified-index syntax to keep things in
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
bundle.d | 10 # To keep this file simple, we just verify that every 16-byte boundary
|
/prebuilts/go/darwin-x86/src/crypto/sha1/ |
sha1.go | 154 // Make a copy of d0 so that caller can keep writing and summing. 225 // compress, and only keep the digest if all fit in one block 246 // compress, and only keep the digest if we actually needed the second block
|
/prebuilts/go/darwin-x86/src/net/http/ |
readrequest_test.go | 41 "Keep-Alive: 300\r\n" + 43 "Proxy-Connection: keep-alive\r\n\r\n" + 61 "Keep-Alive": {"300"}, 62 "Proxy-Connection": {"keep-alive"}, 342 // keep this:
|
/prebuilts/go/linux-x86/src/crypto/sha1/ |
sha1.go | 154 // Make a copy of d0 so that caller can keep writing and summing. 225 // compress, and only keep the digest if all fit in one block 246 // compress, and only keep the digest if we actually needed the second block
|
/prebuilts/go/linux-x86/src/net/http/ |
readrequest_test.go | 41 "Keep-Alive: 300\r\n" + 43 "Proxy-Connection: keep-alive\r\n\r\n" + 61 "Keep-Alive": {"300"}, 62 "Proxy-Connection": {"keep-alive"}, 342 // keep this:
|
/frameworks/base/tools/aapt/ |
Resource.cpp | 3328 ProguardKeepSet keep; local 3352 ProguardKeepSet keep; local [all...] |
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/ |
ext_test.go | 33 keep = flag.Bool("keep", false, "keep object files around") 63 if *keep { 119 if !*keep { 32 keep = flag.Bool("keep", false, "keep object files around") var
|