HomeSort by relevance Sort by last modified time
    Searched refs:absolute (Results 1 - 25 of 606) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/conscrypt/openjdk/src/main/java/org/conscrypt/
NativeLibraryUtil.java 48 * @param absolute - Whether the native library will be loaded by path or by name
50 public static void loadLibrary(String libName, boolean absolute) {
51 if (absolute) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
space1.l 2 .*:2: Error: .space specifies non-absolute value
3 .*:3: Error: .space specifies non-absolute value
4 .*:4: Error: .space specifies non-absolute value
5 .*:5: Error: .space specifies non-absolute value
6 .*:6: Error: .space specifies non-absolute value
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-crx/
reloc-abs32.s 1 # Test absolute relocation R_CRX_ABS32
reloc-abs32.d 5 # Test absolute relocation R_CRX_ABS32
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
scomm-directive-6.d 4 #error: bad or irreducible absolute expression
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
local9.d 5 #error: valid only with a register or absolute value
local9m.d 5 #error: valid only with a register or absolute value
local11.d 6 #error: valid only with a register or absolute value
local11m.d 6 #error: valid only with a register or absolute value
  /external/webrtc/webrtc/common_audio/signal_processing/
min_max_operations.c 36 // Maximum absolute value of word16 vector. C version for generic platforms.
39 int absolute = 0, maximum = 0; local
44 absolute = abs((int)vector[i]);
46 if (absolute > maximum) {
47 maximum = absolute;
59 // Maximum absolute value of word32 vector. C version for generic platforms.
64 uint32_t absolute = 0, maximum = 0; local
70 absolute = abs((int)vector[i]);
71 if (absolute > maximum) {
72 maximum = absolute;
142 int absolute = 0, maximum = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/
lns-diag-1.l 9 .*:19: Error: bad or irreducible absolute expression
11 .*:26: Error: bad or irreducible absolute expression
13 .*:27: Error: bad or irreducible absolute expression
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.absolute/
absolute.pass.cpp 14 // path absolute(const path& p, const path& base=current_path());
31 ASSERT_NOT_NOEXCEPT(absolute(p));
32 ASSERT_NOT_NOEXCEPT(absolute(p, p));
35 // There are 4 cases is the proposal for absolute path.
46 path ret = absolute(p, base);
57 // ensure absolute(base) is not recursively called
61 path ret = absolute(p, base);
76 // absolute is called recursively on base. The following conditions
80 path ret = absolute(p, base);
94 path ret = absolute(p, base)
    [all...]
  /external/llvm/test/MC/AsmParser/
dot-symbol-non-absolute.s 7 # CHECK: : expected absolute expression
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
jal-range.s 1 # Source file used to test misaligned targets of absolute jumps
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-pic-2a.s 21 # Test local stubs that are referenced by absolute relocations
25 # Test hidden stubs that are referenced by absolute relocations
29 # Test hidden stubs that are referenced by absolute relocations
33 # Test global stubs that are referenced by absolute relocations
37 # Test global stubs that are referenced by absolute relocations
  /external/e2fsprogs/util/
install-symlink.in 18 --absolute)
44 echo $SRC: Source pathname must be absolute
49 echo $DEST: Destination pathname must be absolute
  /external/eigen/Eigen/src/plugins/
MatrixCwiseUnaryOps.h 21 /// \returns an expression of the coefficient-wise absolute value of \c *this
26 EIGEN_DOC_UNARY_ADDONS(cwiseAbs,absolute value)
34 /// \returns an expression of the coefficient-wise squared absolute value of \c *this
39 EIGEN_DOC_UNARY_ADDONS(cwiseAbs2,squared absolute value)
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidURITest.java 30 private static void construct(String str, String host, String path, boolean absolute)
35 assertEquals(absolute, uri.isAbsolute());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
symtab.d 2 # The HPPA does not output non-global absolute symbols.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
rotX.l 4 .*.s:[[:digit:]]+: Error: [Bb]ad or irreducible absolute expression
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
pcrel16abs.d 1 #name: PCREL16 absolute reloc
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
shared-1.d 9 # absolute 32-bit relocs don't come out wrong after ld -r. Remember that
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
scan.css 7 position: absolute;
18 position: absolute;
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue1560.go 8 // mysleep returns the absolute start time in ms.
11 // twoSleep returns the absolute start time of the first sleep
24 // parallelSleep returns the absolute difference between the start time
  /prebuilts/go/linux-x86/misc/cgo/test/
issue1560.go 8 // mysleep returns the absolute start time in ms.
11 // twoSleep returns the absolute start time of the first sleep
24 // parallelSleep returns the absolute difference between the start time

Completed in 1252 milliseconds

1 2 3 4 5 6 7 8 91011>>