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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
ext_test.go 33 keep = flag.Bool("keep", false, "keep object files around")
82 if *keep {
138 if !*keep {
32 keep = flag.Bool("keep", false, "keep object files around") var
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 34 keep = flag.Bool("keep", false, "keep object files around")
63 if *keep {
117 if !*keep {
33 keep = flag.Bool("keep", false, "keep object files around") var
  /prebuilts/go/linux-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
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
ext_test.go 33 keep = flag.Bool("keep", false, "keep object files around")
82 if *keep {
138 if !*keep {
32 keep = flag.Bool("keep", false, "keep object files around") var
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 34 keep = flag.Bool("keep", false, "keep object files around")
63 if *keep {
117 if !*keep {
33 keep = flag.Bool("keep", false, "keep object files around") var
  /external/syslinux/com32/lib/libpng/
pngset.c 1070 png_set_keep_unknown_chunks(png_structp png_ptr, int keep, png_bytep
1079 if (keep == PNG_HANDLE_CHUNK_ALWAYS || keep == PNG_HANDLE_CHUNK_IF_SAFE)
1084 if (keep == PNG_HANDLE_CHUNK_ALWAYS)
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_opt_copy_prop_vars.c 82 * keep a free list to avoid thrashing malloc too badly.
240 bool keep = false; local
246 keep = true;
251 if (!keep) {
  /frameworks/base/core/java/android/os/
MessageQueue.java 393 boolean keep = false;
395 keep = idler.queueIdle();
400 if (!keep) {
814 * wait for more. Return true to keep your idle handler active, false
831 * then return <code>true</code> to keep the listener active or <code>false</code>
850 * keep the listener active. Otherwise, it should return <code>false</code>
  /frameworks/compile/slang/
slang.cpp 394 mDOS->keep();
426 mOS->keep();
521 ERT->keep();
  /prebuilts/go/darwin-x86/src/net/http/
response_test.go 410 // Both keep-alive and close, on the same Connection line. (Issue 8840)
414 "Connection: keep-alive, close\r\n" +
435 // Both keep-alive and close, on different Connection lines. (Issue 8840)
439 "Connection: keep-alive\r\n" +
514 "Connection: keep-alive\r\n" +
515 "Keep-Alive: timeout=7200\r\n\r\n" +
527 "Connection": {"keep-alive"},
528 "Keep-Alive": {"timeout=7200"},
  /prebuilts/go/linux-x86/src/net/http/
response_test.go 410 // Both keep-alive and close, on the same Connection line. (Issue 8840)
414 "Connection: keep-alive, close\r\n" +
435 // Both keep-alive and close, on different Connection lines. (Issue 8840)
439 "Connection: keep-alive\r\n" +
514 "Connection: keep-alive\r\n" +
515 "Keep-Alive: timeout=7200\r\n\r\n" +
527 "Connection": {"keep-alive"},
528 "Keep-Alive": {"timeout=7200"},
  /tools/tradefederation/core/prod-tests/src/com/android/monkey/
MonkeyBase.java 175 @Option(name = "ignore-crashes", description = "Monkey should keep going after encountering " +
179 @Option(name = "ignore-timeout", description = "Monkey should keep going after encountering " +
626 * The return value will consist of all of the elements of {@code keep}, excluding the elements
630 * @param keep the minuend in the subtraction
632 * @return the collection of elements in {@code keep} that are not also in {@code exclude}. If
633 * {@code keep} is an ordered {@link Collection}, the remaining elements in the return value
636 static Collection<String> setSubtract(Collection<String> keep, Collection<String> exclude) {
638 return keep;
641 Collection<String> output = new ArrayList<>(keep);
  /prebuilts/go/darwin-x86/src/html/template/
examplefiles_test.go 41 // The following example is duplicated in text/template; keep them in sync.
113 // The following example is duplicated in text/template; keep them in sync.
162 // The following example is duplicated in text/template; keep them in sync.
  /prebuilts/go/darwin-x86/src/unsafe/
unsafe.go 57 // if the object moves, nor will that uintptr keep the object
133 // instead of unsafe.Pointer to keep callers from changing the result to an arbitrary
150 // declare the field Data as a uintptr to keep callers from changing the result to
  /prebuilts/go/linux-x86/src/html/template/
examplefiles_test.go 41 // The following example is duplicated in text/template; keep them in sync.
113 // The following example is duplicated in text/template; keep them in sync.
162 // The following example is duplicated in text/template; keep them in sync.
  /prebuilts/go/linux-x86/src/unsafe/
unsafe.go 57 // if the object moves, nor will that uintptr keep the object
133 // instead of unsafe.Pointer to keep callers from changing the result to an arbitrary
150 // declare the field Data as a uintptr to keep callers from changing the result to
  /build/soong/ui/build/
config_test.go 94 t.Errorf("for %q, keep going:\nwant: %d\n got: %d\n",
  /compatibility/cdd/9_security-model/
9_4_alternate-execution-environments.md 3 Device implementations MUST keep consistency of the Android security and
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
FSProxy.py 108 def keep(name, pat = pat): function in function:FSProxyLocal._filter
110 files = filter(keep, files)
  /external/capstone/
config.mk 28 # NOTE: we still keep all those related fileds @mnemonic, @op_str, @regs_read,
  /external/junit-params/
RELEASES.md 4 Utility method `$` was deprecated. It was causing too much problems and we decided not to support it any more. If you wish to keep using it, implement it in your own codebase.
  /external/llvm/test/Bindings/OCaml/
executionengine.ml 14 (* Note that this takes a moment to link, so it's best to keep the number of
  /external/llvm/tools/llc/
llc.cpp 504 Out->keep();
515 Out->keep();
  /external/mesa3d/
Android.common.mk 115 # uncomment to keep the debug symbols
  /external/python/cpython2/Demo/pdist/
FSProxy.py 108 def keep(name, pat = pat): function in function:FSProxyLocal._filter
110 files = filter(keep, files)

Completed in 411 milliseconds

1 2 3 4 5 6 7 8 91011>>