/external/toybox/toys/other/ |
realpath.c | 13 Display the canonical absolute pathname
|
/frameworks/av/media/libaaudio/examples/loopback/jni/ |
Android.mk | 9 # NDK recommends using this kind of relative path instead of an absolute path.
|
/prebuilts/go/darwin-x86/src/math/cmplx/ |
abs.go | 11 // Abs returns the absolute value (also called the modulus) of x.
|
polar.go | 7 // Polar returns the absolute value r and phase ? of x,
|
/prebuilts/go/linux-x86/src/math/cmplx/ |
abs.go | 11 // Abs returns the absolute value (also called the modulus) of x.
|
polar.go | 7 // Polar returns the absolute value r and phase ? of x,
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
noov.s | 5 ; ...as well as absolute symbol (defined outside sections in the
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-crx/ |
reloc-abs32.d | 5 # Test absolute relocation R_CRX_ABS32
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
gp-hidden-lib-64.rd | 7 # This must be an absolute relocation, there must not be a _gp reference.
|
gp-hidden-ver.rd | 5 # This must be an absolute relocation, there must not be a _gp reference.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/ |
relax_cjmp.s | 1 # relaxing conditional jumps -- absolute
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
pr14962.d | 7 # but the linker script converts x to absolute to avoid the error.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
abs-k1om.d | 1 #name: Absolute non-overflowing relocs
|
abs-l1om.d | 1 #name: Absolute non-overflowing relocs
|
/build/soong/scripts/ |
reverse_path.py | 12 # If the directory is given as an absolute path, return an absolute path to the 16 # the symlink was replace with a regular directory, then return an absolute
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
SizeLayoutType.java | 22 * ABSOLUTE - Val is treated as absolute. If val is 5 then the size of the widget along the associated axis is 5 pixels.
31 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
|
/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/syslinux/gpxe/src/arch/i386/scripts/ |
i386.lds | 40 _prefix_filesz = ABSOLUTE ( _mprefix - _prefix ); 41 _prefix_memsz = ABSOLUTE ( _eprefix - _prefix ); 58 _text16_filesz = ABSOLUTE ( _mtext16 - _text16 ); 59 _text16_memsz = ABSOLUTE ( _etext16 - _text16 ); 81 _data16_filesz = ABSOLUTE ( _mdata16 - _data16 ); 82 _data16_memsz = ABSOLUTE ( _edata16 - _data16 ); 109 _textdata_filesz = ABSOLUTE ( _mtextdata - _textdata ); 110 _textdata_memsz = ABSOLUTE ( _etextdata - _textdata ); 125 _zinfo_filesz = ABSOLUTE ( _mzinfo - _zinfo ); 126 _zinfo_memsz = ABSOLUTE ( _ezinfo - _zinfo ) [all...] |
/external/eigen/unsupported/Eigen/src/Polynomials/ |
PolynomialSolver.h | 22 * - real roots with greatest, smallest absolute real value, 60 * absolute value is smaller than absImaginaryThreshold. 199 * \returns a real root with greatest absolute magnitude. 200 * A real root is defined as the real part of a complex root with absolute imaginary 205 * the root with smallest absolute imaginary part is returned instead. 209 * \param[in] absImaginaryThreshold : threshold on the absolute imaginary part to decide 222 * \returns a real root with smallest absolute magnitude. 223 * A real root is defined as the real part of a complex root with absolute imaginary 228 * the root with smallest absolute imaginary part is returned instead. 232 * \param[in] absImaginaryThreshold : threshold on the absolute imaginary part to decid [all...] |
/frameworks/base/core/java/android/view/animation/ |
ScaleAnimation.java | 48 private int mPivotXType = ABSOLUTE; 49 private int mPivotYType = ABSOLUTE; 165 * being scaled, specified as an absolute number where 0 is the left 168 * being scaled, specified as an absolute number where 0 is the top 179 mPivotXType = ABSOLUTE; 180 mPivotYType = ABSOLUTE; 196 * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or 199 * is being scaled, specified as an absolute number where 0 is the 201 * size.) This value can either be an absolute number if pivotXType 202 * is ABSOLUTE, or a percentage (where 1.0 is 100%) otherwise [all...] |
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/ |
TextLabelWidget.java | 51 super(layoutManager, new SizeMetrics(0, SizeLayoutType.ABSOLUTE, 0, SizeLayoutType.ABSOLUTE));
87 setSize(new SizeMetrics(size.height(), SizeLayoutType.ABSOLUTE, size.width()+2, SizeLayoutType.ABSOLUTE));
91 setSize(new SizeMetrics(size.width(), SizeLayoutType.ABSOLUTE, size.height()+2, SizeLayoutType.ABSOLUTE));
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/ |
SimpleRealPointChecker.java | 29 * or if either the absolute difference between the point coordinates are 40 /** Default absolute threshold. */ 46 /** Absolute tolerance threshold. */ 58 * In order to perform only relative checks, the absolute tolerance 59 * must be set to a negative value. In order to perform only absolute 63 * @param absoluteThreshold absolute tolerance threshold
|
SimpleVectorialPointChecker.java | 29 * or if either the absolute difference between the point coordinates are 40 /** Default absolute threshold. */ 46 /** Absolute tolerance threshold. */ 58 * In order to perform only relative checks, the absolute tolerance 59 * must be set to a negative value. In order to perform only absolute 63 * @param absoluteThreshold absolute tolerance threshold
|