/ndk/tests/device/whole-static-libs/jni/ |
Android.mk | 9 # --whole-archive is used. However, it won't do it for shared libraries, so 10 # create an intermediate one, called 'bar' that includes 'foo' as a whole
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ |
ProperBigFractionFormat.java | 29 * the whole number, numerator and, denominator can be configured. 31 * Minus signs are only allowed in the whole number part - i.e., 43 /** The format used for the whole number. */ 48 * the whole, numerator, and denominator. 56 * whole, numerator, and denominator. 57 * @param format the custom format for the whole, numerator, and 66 * of the whole, numerator, and denominator. 67 * @param wholeFormat the custom format for the whole. 97 BigInteger whole = num.divide(den); local 100 if (!BigInteger.ZERO.equals(whole)) { 148 BigInteger whole = parseNextBigInteger(source, pos); local [all...] |
ProperFractionFormat.java | 29 * the whole number, numerator and, denominator can be configured. 31 * Minus signs are only allowed in the whole number part - i.e., 43 /** The format used for the whole number. */ 48 * the whole, numerator, and denominator. 56 * whole, numerator, and denominator. 57 * @param format the custom format for the whole, numerator, and 66 * of the whole, numerator, and denominator. 67 * @param wholeFormat the custom format for the whole. 98 int whole = num / den; local 101 if (whole != 0) 148 Number whole = getWholeFormat().parse(source, pos); local [all...] |
/art/test/534-checker-bce-deoptimization/ |
info.txt | 5 whole stack, and the compiler was not preserving dex registers at
|
/external/valgrind/ |
Makefile.tool.am | 157 -Wl,--whole-archive \ 159 -Wl,--no-whole-archive 162 -Wl,--whole-archive \ 164 -Wl,--no-whole-archive 167 -Wl,--whole-archive \ 169 -Wl,--no-whole-archive 172 -Wl,--whole-archive \ 174 -Wl,--no-whole-archive 177 -Wl,--whole-archive \ 179 -Wl,--no-whole-archiv [all...] |
/external/icu/icu4c/source/test/intltest/ |
ucaconf.h | 9 * files. ICU ships with stub data files, as the whole test are too 10 * long. To do the whole test, download the test files.
|
/external/llvm/test/tools/gold/X86/ |
no-map-whole-file.ll | 3 ; RUN: --no-map-whole-files -r -o %t2.bc %t.bc
|
/external/llvm/test/CodeGen/X86/ |
tail-call-legality.ll | 23 %whole = tail call {i64, i32} @test() 24 %first = extractvalue {i64, i32} %whole, 0 27 %second = extractvalue {i64, i32} %whole, 1
|
/external/llvm/test/tools/llvm-cov/ |
showLineExecutionCounts.cpp | 4 // before any coverage // WHOLE-FILE: | [[@LINE]]|// before 26 // after coverage // WHOLE-FILE: | [[@LINE]]|// after 29 // RUN: llvm-cov show %S/Inputs/lineExecutionCounts.covmapping -instr-profile %t.profdata -filename-equivalence %s | FileCheck -check-prefix=CHECK -check-prefix=WHOLE-FILE %s
|
/external/chromium-trace/catapult/telemetry/ |
BUILD.gn | 6 # Generic telemetry deps. For now, just include the whole catapult directory.
|
telemetry.isolate | 9 # For now, just include the whole catapult directory.
|
/external/clang/test/SemaTemplate/ |
dependent-names-no-std.cpp | 3 // The whole point of this test is to verify certain diagnostics work in the
|
/external/curl/tests/data/ |
test122 | 25 FTP download resume with whole file already downloaded
|
/external/dnsmasq/contrib/try-all-ns/ |
README-2.47 | 10 in NXDOMAIN, it iterates the whole given nameserver list
|
/external/iptables/extensions/ |
libxt_NETMAP.man | 1 This target allows you to statically map a whole network of addresses onto
|
/ndk/tests/device/test-stlport_shared-exception/ |
test_config.py | 3 # for the whole group.
|
/dalvik/dx/tests/093-ssa-invoke-range/ |
Blort.java | 22 // Then the subsequent arraycopy will need a whole new set of 5 registers 45 // This presently requires a whole N new registers
|
/external/kernel-headers/original/uapi/linux/ |
tiocl.h | 6 #define TIOCL_SELWORD 1 /* select whole words */ 7 #define TIOCL_SELLINE 2 /* select whole lines */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
tiocl.h | 6 #define TIOCL_SELWORD 1 /* select whole words */ 7 #define TIOCL_SELLINE 2 /* select whole lines */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
tiocl.h | 6 #define TIOCL_SELWORD 1 /* select whole words */ 7 #define TIOCL_SELLINE 2 /* select whole lines */
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
adj-brset.s | 7 brclr 140,x#200,L8 ; Branch adjustment covers the whole test 40 brclr 140,x#200,_start ; Branch adjustment covers the whole test
|
/external/clang/test/Driver/ |
sanitizer-ld.c | 29 // CHECK-SHARED-ASAN-LINUX: "-whole-archive" "{{.*}}libclang_rt.asan-preinit-i386.a" "-no-whole-archive" 86 // CHECK-ASAN-LINUX-CXX: "-whole-archive" "{{.*}}libclang_rt.asan-i386.a" "-no-whole-archive" 87 // CHECK-ASAN-LINUX-CXX: "-whole-archive" "{{.*}}libclang_rt.asan_cxx-i386.a" "-no-whole-archive" 102 // CHECK-ASAN-LINUX-CXX-STATIC: "-whole-archive" "{{.*}}libclang_rt.asan-i386.a" "-no-whole-archive" 162 // CHECK-TSAN-LINUX-CXX: "-whole-archive" "{{.*}}libclang_rt.tsan-x86_64.a" "-no-whole-archive [all...] |
/external/elfutils/libdwfl/ |
gzip.c | 75 void **whole; member in struct:unzip_state 108 *state->whole = state->input_buffer; 112 *state->whole = NULL; 162 If we uncompressed it into *WHOLE, *WHOLE_SIZE, return DWFL_E_NOERROR. 165 leave that portion malloc'd in *WHOLE, *WHOLE_SIZE. If *WHOLE 179 .whole = _whole, 188 if (*state.whole == NULL) 204 state.input_buffer = *state.whole; 320 *state.whole = state.buffer [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
IncludeOverlay.java | 74 Rectangle whole = root.getAbsRect(); local 75 whole = new Rectangle(whole.x, whole.y, whole.width + 1, whole.height + 1); 76 Collection<Rectangle> masks = subtractRectangles(whole, includedBounds);
|
/external/icu/icu4c/source/i18n/unicode/ |
gender.h | 35 * GenderInfo computes the gender of a list as a whole given the gender of 59 * Determines the gender of a list as a whole given the gender of each 66 * @return the gender of the whole list.
|