OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ADVANCE
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/cts/
PathDashPathEffectTest.java
40
private static final int
ADVANCE
= 30;
48
PathDashPathEffect effect = new PathDashPathEffect(shape(),
ADVANCE
, 0,
62
for (int i = 0; i <= WIDTH + SQUARE; i +=
ADVANCE
) {
/art/runtime/interpreter/mterp/mips/
header.S
249
* Fetch the next instruction from rPC into rINST. Does not
advance
rPC.
267
* rINST ahead of possible exception point. Be sure to manually
advance
rPC
272
/*
Advance
rPC by some number of code units. */
273
#define
ADVANCE
(_count) addu rPC, rPC, ((_count) * 2)
286
* "_count" value is in 16-bit code units. Does not
advance
rPC.
/art/runtime/interpreter/mterp/out/
mterp_mips.S
256
* Fetch the next instruction from rPC into rINST. Does not
advance
rPC.
274
* rINST ahead of possible exception point. Be sure to manually
advance
rPC
279
/*
Advance
rPC by some number of code units. */
280
#define
ADVANCE
(_count) addu rPC, rPC, ((_count) * 2)
293
* "_count" value is in 16-bit code units. Does not
advance
rPC.
819
FETCH_ADVANCE_INST(1) #
advance
rPC, load rINST
831
FETCH_ADVANCE_INST(1) #
advance
rPC, load rINST
848
FETCH_ADVANCE_INST(2) #
advance
rPC, load rINST
865
FETCH_ADVANCE_INST(3) #
advance
rPC, load rINST
884
FETCH_ADVANCE_INST(1) #
advance
rPC, load rINS
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
readelf.c
490
just printed.
Advance
the symbol pointer past the bytes that
[
all
...]
Completed in 418 milliseconds