HomeSort by relevance Sort by last modified time
    Searched refs:keep (Results 51 - 75 of 589) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
system.s 70 .irp t, keep, strm
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
ref.tex 46 that handles caching, keep-alive, compression, redirects and
75 % keep LaTeX2HTML quiet during the \renewcommand{} macros; they're
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /external/libunwind/tests/
run-coredump-unwind 21 # Keep all the function symbols not already in the dynamic symbol table
24 objcopy -S --remove-section .gdb_index --remove-section .comment --keep-symbols="$keep_symbols" "$debuginfo" "$mini_debuginfo" &> /dev/null
  /external/llvm/tools/llvm-split/
llvm-split.cpp 63 Out->keep();
  /external/llvm/tools/opt/
NewPMDriver.cpp 99 Out->keep();
  /external/parameter-framework/upstream/tools/xmlGenerator/
updateRoutageDomains.sh 89 $(dirname $0)/domainGenerator.sh "$scriptPFWFile" --keep-autoSync-disable
  /external/proguard/src/proguard/
Configuration.java 89 // Keep options.
97 public List keep; field in class:Configuration
Initializer.java 72 fullyQualifiedClassNameChecker.checkClassSpecifications(configuration.keep);
191 createClassNoteExceptionMatcher(configuration.keep))))));
203 createClassMemberNoteExceptionMatcher(configuration.keep, true),
204 createClassMemberNoteExceptionMatcher(configuration.keep, false))))));
285 classMemberChecker.checkClassSpecifications(configuration.keep);
293 descriptorKeepNotePrinter).checkClassSpecifications(configuration.keep);
295 // Check for keep options that only match library classes.
300 libraryKeepNotePrinter).checkClassSpecifications(configuration.keep);
366 System.out.println(" (using '-keep').");
375 System.out.println(" You don't need to keep library classes; they are already left unchanged.")
    [all...]
ConfigurationParser.java 164 else if (ConfigurationConstants.KEEP_OPTION .startsWith(nextWord)) configuration.keep = parseKeepClassSpecificationArguments(configuration.keep, true, false, false);
165 else if (ConfigurationConstants.KEEP_CLASS_MEMBERS_OPTION .startsWith(nextWord)) configuration.keep = parseKeepClassSpecificationArguments(configuration.keep, false, false, false);
166 else if (ConfigurationConstants.KEEP_CLASSES_WITH_MEMBERS_OPTION .startsWith(nextWord)) configuration.keep = parseKeepClassSpecificationArguments(configuration.keep, false, true, false);
167 else if (ConfigurationConstants.KEEP_NAMES_OPTION .startsWith(nextWord)) configuration.keep = parseKeepClassSpecificationArguments(configuration.keep, true, false, true);
168 else if (ConfigurationConstants.KEEP_CLASS_MEMBER_NAMES_OPTION .startsWith(nextWord)) configuration.keep = parseKeepClassSpecificationArguments(configuration.keep, false, false, true)
    [all...]
  /external/valgrind/auxprogs/
nightly-build-summary 56 my $keep = 0;
69 [--keep] write individual emails to files (debugging)
279 if ($keep) {
447 "keep" => \$keep,
  /hardware/bsp/intel/soc/edison/
soc.mk 34 BOARD_KERNEL_CMDLINE := console=ttyMFD2 earlyprintk=ttyMFD2,keep androidboot.hardware=edison androidboot.selinux=enforcing
  /external/llvm/test/Bindings/OCaml/
bitwriter.ml 10 (* Note that this takes a moment to link, so it's best to keep the number of
  /external/llvm/test/MC/ARM/
eh-compact-pr0.s 66 @ will keep __aeabi_unwind_cpp_pr0.
103 @ will keep __aeabi_unwind_cpp_pr0.
eh-directive-handlerdata.s 46 @ linker can keep __aeabi_unwind_cpp_pr0.
106 @ linker can keep __aeabi_unwind_cpp_pr0.
  /external/proguard/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
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.10/
proguard-gradle-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.11/
proguard-gradle-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/
proguard-gradle-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/5.2.1/
proguard-gradle-5.2.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-gradle/5.1/
proguard-gradle-5.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-gradle/5.2.1/
proguard-gradle-5.2.1.jar 
  /toolchain/binutils/binutils-2.25/gold/
script-sections.h 127 add_input_section(const Input_section_spec* spec, bool keep);
166 // *KEEP indicates whether the section should survive garbage collection.
171 bool* keep);
  /external/llvm/tools/yaml2obj/
yaml2obj.cpp 114 Out->keep();
  /libcore/ojluni/src/main/java/sun/net/www/http/
HttpClient.java 101 volatile boolean keepingAlive = false; /* this is a keep-alive connection */
102 int keepAliveConnections = -1; /* number of keep-alives left */
107 * through a Netscape proxy to a server that sent me a keep-alive
166 * @return true iff http keep alive is set (i.e. enabled). Defaults
188 * HTTP URL's that use this won't take advantage of keep-alive.
191 * Keep-Alive mismatch).
403 assert false : "Duplicate put to keep alive cache";
693 String keep=null; local
718 * protocol should fall back onto HTTP/1.0, no keep-alive.
721 keep = responses.findValue("Proxy-Connection")
    [all...]

Completed in 414 milliseconds

1 23 4 5 6 7 8 91011>>