OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Gap
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java
162
// |
Gap
Gap
Gap
Gap
|
171
// The
gap
at the right of a Box i is at index i. The
gap
at the left of a
173
private RangeArray<
Gap
> mGaps = new RangeArray<
Gap
>(-BOX_MAX, BOX_MAX - 1);
178
private RangeArray<
Gap
> mTempGaps =
179
new RangeArray<
Gap
>(-BOX_MAX, BOX_MAX - 1)
[
all
...]
/external/v8/test/mjsunit/regress/
regress-108296.js
35
// be generated as a part of a
gap
move.
Gap
move operate on immediates as
/external/llvm/lib/CodeGen/
RegAllocGreedy.cpp
[
all
...]
/external/javassist/src/main/javassist/bytecode/
CodeIterator.java
24
* same <code>Code_attribute</code>, then inserting a
gap
by one
308
* <p>An extra
gap
may be inserted at the end of the inserted
331
* <p>An extra
gap
may be inserted at the end of the inserted
356
* <p>An extra
gap
may be inserted at the end of the inserted
381
* <p>An extra
gap
may be inserted at the end of the inserted
404
* <p>An extra
gap
may be inserted at the end of the inserted
429
* <p>An extra
gap
may be inserted at the end of the inserted
466
* Inserts a
gap
471
* The inserted
gap
is filled with NOP. The
gap
length may b
599
Gap
gap
= new Gap();
local
1448
int
gap
, defaultByte;
field in class:CodeIterator.Switcher
[
all
...]
/external/javassist/src/main/javassist/convert/
TransformAccessArrayField.java
142
// The
gap
may include extra padding
145
CodeIterator.
Gap
gap
local
147
pos =
gap
.position;
159
pos = updatePos(pos,
gap
.length);
Completed in 918 milliseconds