/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
|
/libcore/luni/src/main/java/java/util/regex/ |
MatchResult.java | 24 * the whole regular expression. The start, end, and contents of each group 34 * the whole regular expression. 46 * representing the whole pattern. 53 * Returns the text that matched the whole regular expression. 64 * representing the whole pattern. 80 * the whole regular expression. 92 * representing the whole pattern.
|
/external/chromium_org/third_party/WebKit/ManualTests/win/ |
select-menu-off-screen.html | 5 <li>Click on left menu and make sure whole menu (all of the entries should be completely visible) appears on screen against the left edge of the screen.</li> 6 <li>Click on right menuand make sure whole menu (all of the entries should be completely visible) appears on screen against the right edge of the screen.</li>
|
/external/chromium_org/third_party/icu/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/clang/test/Driver/ |
sanitizer-ld.c | 26 // CHECK-ASAN-LINUX-CXX: "-whole-archive" "{{.*}}libclang_rt.asan-i386.a" "-no-whole-archive" 41 // CHECK-ASAN-LINUX-CXX-STATIC: "-whole-archive" "{{.*}}libclang_rt.asan-i386.a" "-no-whole-archive" 73 // CHECK-TSAN-LINUX-CXX: "-whole-archive" "{{.*}}libclang_rt.tsan-x86_64.a" "-no-whole-archive" 89 // CHECK-MSAN-LINUX-CXX: "-whole-archive" "{{.*}}libclang_rt.msan-x86_64.a" "-no-whole-archive" 103 // CHECK-UBSAN-LINUX: "-whole-archive" "{{.*}}libclang_rt.san-i386.a" "-no-whole-archive [all...] |
/external/icu4c/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/chromium_org/apps/app_shim/ |
DEPS | 2 # TODO(benwells): move this whole folder out of apps and review these.
|
/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/chromium_org/net/spdy/ |
spdy_frame_reader.cc | 20 // Make sure that we have the whole uint8. 36 // Make sure that we have the whole uint16. 52 // Make sure that we have the whole uint32. 79 // Make sure that we have the whole uint24. 104 // Make sure that we have the whole string. 127 // Make sure that we have the whole string.
|
/external/valgrind/main/ |
Makefile.tool.am | 101 -Wl,--whole-archive \ 103 -Wl,--no-whole-archive 106 -Wl,--whole-archive \ 108 -Wl,--no-whole-archive 111 -Wl,--whole-archive \ 113 -Wl,--no-whole-archive 116 -Wl,--whole-archive \ 118 -Wl,--no-whole-archive 121 -Wl,--whole-archive \ 123 -Wl,--no-whole-archiv [all...] |
/external/chromium/base/ |
no_windows2000_unittest.h | 12 // Disable the whole test case when executing on Windows 2000 or lower.
|
/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/dnsmasq/contrib/try-all-ns/ |
README-2.47 | 10 in NXDOMAIN, it iterates the whole given nameserver list
|
/external/iptables/extensions/ |
libipt_NETMAP.man | 1 This target allows you to statically map a whole network of addresses onto
|
/external/kernel-headers/original/asm-mips/ |
tlb.h | 17 * .. because we flush the whole mm when it fills up.
|
/external/qemu/ |
LICENSE | 3 1) QEMU as a whole is released under the GNU General Public License
|
/external/openssh/openbsd-compat/ |
fmt_scaled.c | 81 long long scale_fact = 1, whole = 0, fpart = 0; local 134 whole *= 10; 135 whole += i; 140 whole *= sign; 146 *result = whole; 150 /* Validate scale factor, and scale whole and fraction by it. */ 164 /* scale whole part */ 165 whole *= scale_fact; 179 whole += fpart; 180 *result = whole; [all...] |
/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/chromium_org/chrome/common/extensions/docs/static/js/ |
scroll.js | 28 // The whole sidebar fits in the window. Make it always visible. 31 // Whole sidebar doesn't fit, so show the scroll-to-top button instead.
|
/external/icu4c/i18n/unicode/ |
ugender.h | 21 * whole given the gender of each element. 69 * Given a list, returns the gender of the list as a whole.
|
/external/kernel-headers/original/linux/ |
tiocl.h | 6 #define TIOCL_SELWORD 1 /* select whole words */ 7 #define TIOCL_SELLINE 2 /* select whole lines */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/sysroot/usr/include/linux/ |
tiocl.h | 6 #define TIOCL_SELWORD 1 /* select whole words */ 7 #define TIOCL_SELLINE 2 /* select whole lines */
|
/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);
|