OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:absolute
(Results
1 - 25
of
5188
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-crx/
reloc-abs32.s
1
# Test
absolute
relocation R_CRX_ABS32
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
pr14962-2.t
8
x =
ABSOLUTE
(TOTO);
sane1.t
20
s4 =
ABSOLUTE
(d1) - 2;
21
s5 =
ABSOLUTE
(d2) % 5;
22
s6 =
ABSOLUTE
(d2) / 5;
33
x4 =
ABSOLUTE
(d1) - 2;
34
x5 =
ABSOLUTE
(d2) % 5;
35
x6 =
ABSOLUTE
(d2) / 5;
pr14962.t
2
x =
ABSOLUTE
(x);
phdrs2.t
13
EMPTY_START =
ABSOLUTE
(.) ;
15
EMPTY_END =
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
/external/libxml2/result/scripts/
set3.err
1
./test/scripts/set3.xml:1: parser warning : xmlns: URI bar is not
absolute
/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/gas/testsuite/gas/mmix/
err-loc-5.s
4
SWYM 1 % { dg-error "unaligned data at an
absolute
location" "" }
err-loc-6.s
4
SWYM 1 % { dg-error "unaligned data at an
absolute
location" "" }
err-loc-7.s
4
TETRA 1 % { dg-error "unaligned data at an
absolute
location" "" }
err-loc-8.s
4
TETRA 1 % { dg-error "unaligned data at an
absolute
location" "" }
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
scomm-directive-6.d
4
#error: bad or irreducible
absolute
expression
/external/eigen/doc/snippets/
MatrixBase_array_const.cpp
2
cout << "the
absolute
values:" << endl << v.array().abs() << endl;
3
cout << "the
absolute
values plus one:" << endl << v.array().abs()+1 << endl;
/device/google/contexthub/firmware/misc/variant/common/
stm32f4xx.os.lkr
26
__internal_app_start =
ABSOLUTE
(.);
28
__internal_app_end =
ABSOLUTE
(.);
30
__text_end =
ABSOLUTE
(.);
35
__stack_bottom =
ABSOLUTE
(.);
39
__stack_top =
ABSOLUTE
(.);
44
__data_start =
ABSOLUTE
(.);
48
__data_end =
ABSOLUTE
(.);
53
__bss_start =
ABSOLUTE
(.);
56
__bss_end =
ABSOLUTE
(.);
63
__heap_start =
ABSOLUTE
(.)
[
all
...]
stm32f4xx.bl.lkr
22
BL =
ABSOLUTE
(.);
27
__pubkeys_start =
ABSOLUTE
(.);
29
__pubkeys_end =
ABSOLUTE
(.);
52
__stack_bottom =
ABSOLUTE
(.);
56
__stack_top =
ABSOLUTE
(.);
61
__data_start =
ABSOLUTE
(.);
65
__data_end =
ABSOLUTE
(.);
70
__bss_start =
ABSOLUTE
(.);
73
__bss_end =
ABSOLUTE
(.);
/external/testng/doc/
book-toc.html
12
<div style="position:
absolute
;top:1148;left:738">v</div>
16
<div style="position:
absolute
;top:355;left:162"><b>Contents</b></div>
19
<div style="position:
absolute
;top:512;left:270">Foreword</div>
20
<div style="position:
absolute
;top:512;left:730">xiii</div>
21
<div style="position:
absolute
;top:530;left:270">Preface</div>
22
<div style="position:
absolute
;top:530;left:734">xv</div>
23
<div style="position:
absolute
;top:548;left:270">Acknowledgments</div>
24
<div style="position:
absolute
;top:548;left:730">xxi</div>
25
<div style="position:
absolute
;top:566;left:270">About the Authors</div>
27
<div style="position:
absolute
;top:566;left:723">xxiii</div
[
all
...]
/external/shflags/lib/
shlib
5
# Convert a relative path into it's
absolute
equivalent.
8
# path is not already
absolute
. It then removes all parent references (../) to
9
# reconstruct the proper
absolute
path.
14
# string:
absolute
path
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
local11.d
6
#error: valid only with a register or
absolute
value
local11m.d
6
#error: valid only with a register or
absolute
value
local9.d
5
#error: valid only with a register or
absolute
value
local9m.d
5
#error: valid only with a register or
absolute
value
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockSizeMetrics.java
14
return new SizeMetric(0, SizeLayoutType.
ABSOLUTE
);
19
return new SizeMetric(0, SizeLayoutType.
ABSOLUTE
);
/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
/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
...]
Completed in 338 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>