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

1 2 34 5 6 7 8 91011>>

  /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();
  /prebuilts/go/darwin-x86/src/html/template/
html_test.go 23 "erroneous\x960") // keep at the end
36 "erroneous�0") // keep at the end
  /prebuilts/go/darwin-x86/test/chan/
select5.go 181 {{/* Dummy send, receive to keep compiler from optimizing select. */}}
190 {{/* Nil channel send, receive to keep compiler from optimizing select. */}}
248 {{/* Dummy send, receive to keep compiler from optimizing select. */}}
257 {{/* Nil channel send, receive to keep compiler from optimizing select. */}}
293 {{/* Dummy send, receive to keep compiler from optimizing select. */}}
302 {{/* Nil channel send, receive to keep compiler from optimizing select. */}}
342 {{/* Dummy send, receive to keep compiler from optimizing select. */}}
351 {{/* Nil channel send, receive to keep compiler from optimizing select. */}}
  /prebuilts/go/linux-x86/src/html/template/
html_test.go 23 "erroneous\x960") // keep at the end
36 "erroneous�0") // keep at the end
  /prebuilts/go/linux-x86/test/chan/
select5.go 181 {{/* Dummy send, receive to keep compiler from optimizing select. */}}
190 {{/* Nil channel send, receive to keep compiler from optimizing select. */}}
248 {{/* Dummy send, receive to keep compiler from optimizing select. */}}
257 {{/* Nil channel send, receive to keep compiler from optimizing select. */}}
293 {{/* Dummy send, receive to keep compiler from optimizing select. */}}
302 {{/* Nil channel send, receive to keep compiler from optimizing select. */}}
342 {{/* Dummy send, receive to keep compiler from optimizing select. */}}
351 {{/* Nil channel send, receive to keep compiler from optimizing select. */}}
  /external/proguard/src/proguard/
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...]
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/go/
clean.go 131 keep := func(list []string) {
136 keep(p.GoFiles)
137 keep(p.CgoFiles)
138 keep(p.TestGoFiles)
139 keep(p.XTestGoFiles)
  /prebuilts/go/linux-x86/src/cmd/go/
clean.go 131 keep := func(list []string) {
136 keep(p.GoFiles)
137 keep(p.CgoFiles)
138 keep(p.TestGoFiles)
139 keep(p.XTestGoFiles)
  /toolchain/binutils/binutils-2.25/binutils/
nm.c 432 int keep = 0;
446 keep = bfd_is_und_section (sym->section);
449 keep = ((sym->flags & (BSF_GLOBAL
455 keep = 1;
457 if (keep
460 keep = 0;
462 if (keep
466 keep = 0;
468 if (keep
472 keep = 0
428 int keep = 0; local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
volume.py 195 snapshot.keep = True
339 The algorithm is to keep all snapshots from the current day. Then
340 it will keep the first snapshot of the day for the previous seven days.
341 Then, it will keep the first snapshot of the week for the previous
342 four weeks. After than, it will keep the first snapshot of the month
347 # Always keep the oldest and the newest
354 # Keep the first snapshot from each day of the previous week
364 snap.keep = False
373 # Keep one within this partial week
377 snap.keep = Fals
    [all...]
  /external/llvm/test/MC/ARM/
eh-compact-pr1.s 68 @ will keep __aeabi_unwind_cpp_pr1.
  /external/llvm/tools/llvm-as/
llvm-as.cpp 88 Out->keep();
  /external/valgrind/coregrind/m_syswrap/
syscall-mips32-linux.S 109 # TODO: this should remain, keep it just for now
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 152 Out.keep();
  /frameworks/compile/slang/
llvm-rs-as.cpp 99 Out->keep();
slang_rs_export_type.h 101 * TODO: but if you do this, you won't be able to keep using First* & Last*
308 virtual bool keep();
420 virtual bool keep();
533 virtual bool keep();
620 virtual bool keep();
  /prebuilts/devtools/
update_jars.sh 35 echo " -o: only keep the given *leaf* filenames (.jar can be omitted)"
42 echo "Error: -o must be followed by names of files to keep."
97 echo "!--> Keep changed file $i"
107 local i j tmpf dstf keep
115 echo "!--> Keep changed file $i"
  /prebuilts/go/darwin-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,

Completed in 1400 milliseconds

1 2 34 5 6 7 8 91011>>