HomeSort by relevance Sort by last modified time
    Searched full:absolute (Results 26 - 50 of 6001) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/owasp/sanitizer/tools/findbugs/doc/
plugins.txt 5 a list of URLs to plugins. These URLs can be relative or absolute. If they
6 are absolute, they are relative to jar file that contained the pluginlist.properties
  /external/syslinux/core/
bios.inc 23 absolute 4*1Ch
26 absolute 4*1Eh
31 absolute 0400h
33 absolute 0413h
35 absolute 0462h
37 absolute 046Ch
39 absolute 0472h
41 absolute 0484h
syslinux.ld 42 HIDDEN(__earlybss_len = ABSOLUTE(__earlybss_end) - ABSOLUTE(__earlybss_start));
51 HIDDEN(__bss16_len = ABSOLUTE(__bss16_end) - ABSOLUTE(__bss16_start));
60 HIDDEN(__config_len = ABSOLUTE(__config_end) - ABSOLUTE(__config_start));
71 HIDDEN(__replacestub_len = ABSOLUTE(__replacestub_end) - ABSOLUTE(__replacestub_start));
81 HIDDEN(__gentextnr_len = ABSOLUTE(__gentextnr_end) - ABSOLUTE(__gentextnr_start))
    [all...]
  /external/vulkan-validation-layers/demos/android/cube/
custom_rules.xml 4 <echo>cube: Overriding native.libs.absolute.dir with ../libs</echo>
5 <property name="native.libs.absolute.dir" location="../libs" />
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
phdrs2.t 13 EMPTY_START = ABSOLUTE(.) ;
15 EMPTY_END = ABSOLUTE(.) ;
  /frameworks/base/core/java/android/view/animation/
TranslateAnimation.java 30 private int mFromXType = ABSOLUTE;
31 private int mToXType = ABSOLUTE;
33 private int mFromYType = ABSOLUTE;
34 private int mToYType = ABSOLUTE;
108 mFromXType = ABSOLUTE;
109 mToXType = ABSOLUTE;
110 mFromYType = ABSOLUTE;
111 mToYType = ABSOLUTE;
118 * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
121 * animation. This value can either be an absolute number if fromXTyp
    [all...]
RotateAnimation.java 34 private int mPivotXType = ABSOLUTE;
35 private int mPivotYType = ABSOLUTE;
98 * being rotated, specified as an absolute number where 0 is the left
101 * being rotated, specified as an absolute number where 0 is the top
108 mPivotXType = ABSOLUTE;
109 mPivotYType = ABSOLUTE;
124 * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
127 * is being rotated, specified as an absolute number where 0 is the
128 * left edge. This value can either be an absolute number if
129 * pivotXType is ABSOLUTE, or a percentage (where 1.0 is 100%
    [all...]
  /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
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/AbsolutePointer/
AbsolutePointer.c 20 This protocol specifies a simple method for accessing absolute pointer devices.
29 EFI_GUID_STRING(&gEfiAbsolutePointerProtocolGuid, "Absolute Pointer Protocol", "UEFI 2.1 Absolute Pointer Protocol");
  /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/
if-diagnostics.s 20 // CHECK: error: expected absolute expression
27 // CHECK: error: expected absolute expression
dot-symbol-non-absolute.s 7 # CHECK: : expected absolute expression
reassign.s 12 // CHECK-NOT: invalid reassignment of non-absolute variable
  /external/valgrind/
vg-in-place 3 # Figure out an absolute pathname to this file, based on
16 # Absolute name
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SystemIDResolver.java 31 * strings into absolute URIs.
49 * Get an absolute URI from a given relative URI (local path).
52 * absolute or relative. If it is a relative path, it is resolved relative
56 * generate a good absolute URI.</p>
60 * @return Resolved absolute URI
98 * Return an absolute path from a relative path.
101 * @return The absolute path
109 * Return true if the systemId denotes an absolute URI .
112 * @return true if the systemId is an an absolute URI
150 * Return true if the local path is an absolute path
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SystemIDResolver.java 31 * strings into absolute URIs.
42 * Get an absolute URI from a given relative URI (local path).
45 * absolute or relative. If it is a relative path, it is resolved relative
49 * generate a good absolute URI.</p>
53 * @return Resolved absolute URI
91 * Return an absolute path from a relative path.
94 * @return The absolute path
102 * Return true if the systemId denotes an absolute URI .
105 * @return true if the systemId is an an absolute URI
143 * Return true if the local path is an absolute path
    [all...]
  /external/clang/test/Sema/
warn-absolute-value.c 22 // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of integer type}}
26 // expected-warning@-1 {{using floating point absolute value function 'fabs' when argument is of integer type}}
30 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}}
35 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of integer type}}
39 // expected-warning@-1 {{using complex absolute value function 'cabs' when argument is of integer type}}
43 // expected-warning@-1 {{using complex absolute value function 'cabsl' when argument is of integer type}}
52 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsf' when argument is of integer type}}
56 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabs' when argument is of integer type}}
60 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsl' when argument is of integer type}}
65 // expected-warning@-1 {{using complex absolute value function '__builtin_cabsf' when argument is of integer type}
    [all...]
  /external/eigen/doc/snippets/
MatrixBase_colwise.cpp 4 cout << "Here is the maximum absolute value of each column:"
MatrixBase_rowwise.cpp 4 cout << "Here is the maximum absolute value of each row:"
  /external/kernel-headers/original/uapi/linux/
nvram.h 12 /* all these functions expect an NVRAM offset, not an absolute */
  /external/libxml2/result/errors/
759020.xml.err 1 ./test/errors/759020.xml:3: namespace warning : xmlns: URI 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 is not absolute
759020.xml.str 1 ./test/errors/759020.xml:3: namespace warning : xmlns: URI 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 is not absolute
  /external/llvm/test/MC/ELF/
section-unique-err1.s 3 // CHECK: error: expected absolute expression
  /external/llvm/test/MC/X86/
invalid-sleb.s 3 // CHECK: sleb128 and uleb128 expressions must be absolute
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTranslateAnimation.java 21 this.fromXType = TranslateAnimation.ABSOLUTE;
23 this.toXType = TranslateAnimation.ABSOLUTE;
25 this.fromYType = TranslateAnimation.ABSOLUTE;
27 this.toYType = TranslateAnimation.ABSOLUTE;

Completed in 1282 milliseconds

12 3 4 5 6 7 8 91011>>