/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"
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/ |
rjsmin.py | 172 def not_id_literal_(keep): 174 match = _re.compile(id_literal_(keep)).match 293 Keep comments starting with an exclamation mark? (``/*!...*/``) 332 Keep comments starting with an exclamation mark? (``/*!...*/``)
|
/external/libvorbis/doc/ |
footer.tex | 12 hostage-taking; Open Source is the net's greatest tool to keep
|
/external/llvm/test/Bindings/OCaml/ |
analysis.ml | 12 (* Note that this takes a moment to link, so it's best to keep the number of
|
bitreader.ml | 10 (* Note that this takes a moment to link, so it's best to keep the number of
|
/external/llvm/tools/bugpoint/ |
OptimizerDriver.cpp | 66 Out.keep(); 193 InFile.keep();
|
/external/mesa3d/ |
Android.common.mk | 60 # uncomment to keep the debug symbols
|
/external/skia/platform_tools/android/bin/ |
download_utils.py | 266 hash_val=None, keep=False, verbose=False, stamp_index=0): 291 if keep:
|
/external/smali/smali/ |
build.gradle | 149 keep 'public class org.jf.smali.main { public static void main(java.lang.String[]); }'
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-500497.js | 8 var global = []; // Used to keep some objects alive.
|
/external/v8/test/webkit/ |
dfg-int-overflow-large-constants-in-a-line.js | 25 "Tests that our optimization to elide overflow checks understands that if we keep adding huge numbers, we could end up creating a number that is not precisely representable using doubles."
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
VerticalGridPresenter.java | 304 * @param keep True if keep foreground of child of this grid. 306 public final void setKeepChildForeground(boolean keep) { 307 mKeepChildForeground = keep;
|
/hardware/bsp/intel/peripheral/libupm/ |
Android.mk | 19 # Still keep Wswitch and other warnings...
|
/prebuilts/tools/common/proguard/proguard4.7/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
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf-ifunc.c | 153 goto keep; 178 keep:
|
elf-s390-common.c | 115 goto keep; 137 keep:
|
/external/proguard/src/proguard/gui/ |
ProGuardGUI.java | 336 // Create the boiler plate keep panels. 362 // Create the boiler plate keep names panels. 1100 List keep = new ArrayList(); local [all...] |