HomeSort by relevance Sort by last modified time
    Searched refs:keep (Results 176 - 200 of 939) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmGenerator.java 230 public void setKeep(Map<String, ClassReader> keep) {
231 mKeep = keep;
285 mLog.info("# keep classes: %d", mKeep.size());
338 * 2- For "keep" classes, we want to rewrite all native methods as indicated above.
  /hardware/bsp/intel/peripheral/libmraa/src/python/docs/
example.rst 5 as mraa to keep it short but feel free to import it globally! As a general rule
  /packages/apps/TV/usbtuner/
Android.mk 19 # It's not required but keep it for a compatibility with the previous version.
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/
tokenizer.go 112 // TODO: If we ever have //go: comments in assembly, will need to keep them here.
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
tokenizer.go 109 // TODO: If we ever have //go: comments in assembly, will need to keep them here.
  /prebuilts/go/darwin-x86/src/container/ring/
ring_test.go 12 // For debugging - keep around.
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256.go 129 // Make a copy of d0 so that caller can keep writing and summing.
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type_test.go 37 // they keep breaking the DWARF output. This map lists the
  /prebuilts/go/darwin-x86/src/net/http/
response_test.go 409 // Both keep-alive and close, on the same Connection line. (Issue 8840)
413 "Connection: keep-alive, close\r\n" +
434 // Both keep-alive and close, on different Connection lines. (Issue 8840)
438 "Connection: keep-alive\r\n" +
  /prebuilts/go/darwin-x86/src/runtime/
mfixalloc.go 19 // Callers can keep state in the object but the first word is
  /prebuilts/go/darwin-x86/src/strconv/
ftoa_test.go 21 func fdiv(a, b float64) float64 { return a / b } // keep compiler in the dark
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/
tokenizer.go 112 // TODO: If we ever have //go: comments in assembly, will need to keep them here.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
tokenizer.go 109 // TODO: If we ever have //go: comments in assembly, will need to keep them here.
  /prebuilts/go/linux-x86/src/container/ring/
ring_test.go 12 // For debugging - keep around.
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256.go 129 // Make a copy of d0 so that caller can keep writing and summing.
  /prebuilts/go/linux-x86/src/debug/dwarf/
type_test.go 37 // they keep breaking the DWARF output. This map lists the
  /prebuilts/go/linux-x86/src/net/http/
response_test.go 409 // Both keep-alive and close, on the same Connection line. (Issue 8840)
413 "Connection: keep-alive, close\r\n" +
434 // Both keep-alive and close, on different Connection lines. (Issue 8840)
438 "Connection: keep-alive\r\n" +
  /prebuilts/go/linux-x86/src/runtime/
mfixalloc.go 19 // Callers can keep state in the object but the first word is
  /prebuilts/go/linux-x86/src/strconv/
ftoa_test.go 21 func fdiv(a, b float64) float64 { return a / b } // keep compiler in the dark
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c 220 /* List of symbols to strip, keep, localize, keep-global, weaken,
255 KEEP
260 static enum long_section_name_handling long_section_names = KEEP;
339 {"keep-file-symbols", no_argument, 0, OPTION_KEEP_FILE_SYMBOLS},
340 {"keep-symbol", required_argument, 0, 'K'},
341 {"only-keep-debug", no_argument, 0, OPTION_ONLY_KEEP_DEBUG},
400 {"keep-file-symbols", no_argument, 0, OPTION_KEEP_FILE_SYMBOLS},
401 {"keep-global-symbol", required_argument, 0, 'G'},
402 {"keep-global-symbols", required_argument, 0, OPTION_KEEPGLOBAL_SYMBOLS}
1197 bfd_boolean keep; local
    [all...]
  /build/blueprint/
ninja_strings.go 134 // keep going.
145 // the string and keep going.
165 // A part of the variable name. Keep going.
214 // A part of the variable name. Keep going.
  /external/autotest/site_utils/
backup_mysql_db.py 10 backup_mysql_db.py --type=weekly --gs_bucket=gs://my_bucket --keep 10
286 parser.add_option('--keep', default=10, type=int,
287 help='Number of dumps to keep of specified type.')
305 archiver = MySqlArchiver(options.type, options.keep, options.gs_bucket)
  /external/bison/src/
reader.c 641 muscle_percent_define_default ("lr.keep-unreachable-states", "false");
  /external/curl/src/
mkhelp.pl 151 #include "memdebug.h" /* keep this as LAST include */
179 /* not a typo, keep it calloc() */
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 282 Out.keep();

Completed in 1107 milliseconds

1 2 3 4 5 6 78 91011>>