OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:absolute
(Results
201 - 225
of
5188
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java
62
new TranslateAnimation(Animation.
ABSOLUTE
, 0,
64
Animation.
ABSOLUTE
, 0, Animation.
ABSOLUTE
, 100);
/external/apache-commons-math/src/main/java/org/apache/commons/math/
ConvergingAlgorithmImpl.java
30
/** Maximum
absolute
error. */
39
/** Default maximum
absolute
error. */
54
* @param defaultAbsoluteAccuracy maximum
absolute
error
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/src/
ResizeSensor.js
67
var style = 'position:
absolute
; left: 0; top: 0; right: 0; bottom: 0; overflow: scroll; z-index: -1; visibility: hidden;';
68
var styleChild = 'position:
absolute
; left: 0; top: 0;';
80
if (!{fixed: 1,
absolute
: 1}[getComputedStyle(element, 'position')]) {
/external/gmock/test/
gmock_test_utils.py
55
"""Returns the
absolute
path of the directory where the .py files are."""
61
"""Returns the
absolute
path of the test binary given its name.
70
The
absolute
path of the test binary.
/external/google-breakpad/src/testing/test/
gmock_test_utils.py
55
"""Returns the
absolute
path of the directory where the .py files are."""
61
"""Returns the
absolute
path of the test binary given its name.
70
The
absolute
path of the test binary.
/external/jarjar/src/main/com/tonicsystems/jarjar/
PackageRemapper.java
71
boolean
absolute
= s.startsWith("/");
72
if (
absolute
) s = s.substring(1);
76
if (
absolute
) s = "/" + s;
/external/libchrome/sandbox/linux/syscall_broker/
broker_file_permission.h
61
// or a pointer the matched path in the whitelist if an
absolute
74
// or a pointer to the matched path in the whitelist if an
absolute
93
// * Is an
absolute
path
/external/llvm/test/MC/AArch64/
neon-scalar-abs.s
6
// Scalar
Absolute
Value
14
// Scalar Floating-point
Absolute
Difference
26
// Scalar Signed Saturating
Absolute
Value
/external/okhttp/website/static/
app.css
64
position:
absolute
;
169
position:
absolute
;
179
position:
absolute
;
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86_64.s
115
#
absolute
64bit addressing
118
#
absolute
32bit addressing
141
#
absolute
64bit addressing
144
#
absolute
32bit addressing
155
#
absolute
64bit addressing
173
#
absolute
signed 32bit addressing
/art/runtime/base/
time_utils.h
83
// Initialize a timespec to either a relative time (ms,ns), or to the
absolute
85
void InitTimeSpec(bool
absolute
, int clock, int64_t ms, int32_t ns, timespec* ts);
/development/testrunner/coverage/
coverage.py
87
absolute
file path string of generated html report file.
115
report_path:
absolute
file path of output file, without extension
116
coverage_file_path:
absolute
file path of code coverage result file
123
absolute
file path to generated report file.
179
input_paths: list of string
absolute
coverage file paths to merge
180
dest_path:
absolute
file path of destination file
229
root_path:
absolute
file path string to search from
231
list of
absolute
file path strings of coverage files
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
animation-constructor.js
28
target1.style.position = '
absolute
';
29
target2.style.position = '
absolute
';
/external/compiler-rt/test/asan/TestCases/
suppressions-exec-relative-location.cc
17
// If the wrong
absolute
path is given, we don't try to construct
19
// RUN: %env_asan_opts=suppressions='"/
absolute
/path"' not %run %t 2>&1 | \
/external/fec/
dsp.3
26
absolute
value of the largest magitude element in the input array,
53
\fBpeakval\fR computes the
absolute
value of each 16-bit element in
/external/llvm/test/CodeGen/SystemZ/
int-neg-02.ll
1
; Test negative integer
absolute
.
5
; Test i32->i32 negative
absolute
using slt.
17
; Test i32->i32 negative
absolute
using sle.
29
; Test i32->i32 negative
absolute
using sgt.
41
; Test i32->i32 negative
absolute
using sge.
53
; Test i32->i64 negative
absolute
.
66
; Test i32->i64 negative
absolute
that uses an "in-register" form of
81
; Test i64 negative
absolute
.
/external/owasp/sanitizer/tools/findbugs/bin/
addMessages
14
#
Absolute
30
# Make
absolute
computeBugHistory
17
#
Absolute
33
# Make
absolute
convertXmlToText
14
#
Absolute
30
# Make
absolute
copyBuggySource
14
#
Absolute
30
# Make
absolute
defectDensity
16
#
Absolute
32
# Make
absolute
/external/owasp/sanitizer/tools/findbugs/bin/deprecated/
bugHistory
14
#
Absolute
30
# Make
absolute
unionBugs
17
#
Absolute
33
# Make
absolute
unionResults
19
#
Absolute
35
# Make
absolute
updateBugs
17
#
Absolute
33
# Make
absolute
Completed in 870 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>