OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:moveRight
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Support/
IntervalMap.cpp
98
void Path::
moveRight
(unsigned Level) {
/external/swiftshader/third_party/LLVM/lib/Support/
IntervalMap.cpp
98
void Path::
moveRight
(unsigned Level) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
IntervalMap.cpp
98
void Path::
moveRight
(unsigned Level) {
/external/llvm/include/llvm/ADT/
IntervalMap.h
242
assert(j <= i && "Use
moveRight
shift elements right");
246
///
moveRight
- Move elements to the right.
250
void
moveRight
(unsigned i, unsigned j, unsigned Count) {
278
moveRight
(i, i + 1, Size - i);
299
Sib.
moveRight
(0, Count, SSize);
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
IntervalMap.h
221
assert(j <= i && "Use
moveRight
shift elements right");
225
///
moveRight
- Move elements to the right.
229
void
moveRight
(unsigned i, unsigned j, unsigned Count) {
257
moveRight
(i, i + 1, Size - i);
278
Sib.
moveRight
(0, Count, SSize);
868
///
moveRight
- Move path to the left sibling at Level. Leave nodes below
871
void
moveRight
(unsigned Level);
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
IntervalMap.h
248
assert(j <= i && "Use
moveRight
shift elements right");
252
///
moveRight
- Move elements to the right.
256
void
moveRight
(unsigned i, unsigned j, unsigned Count) {
284
moveRight
(i, i + 1, Size - i);
305
Sib.
moveRight
(0, Count, SSize);
[
all
...]
/cts/tests/tests/text/src/android/text/cts/
SelectionTest.java
220
assertTrue(Selection.
moveRight
(builder, layout));
224
assertTrue(Selection.
moveRight
(builder, layout));
228
assertTrue(Selection.
moveRight
(builder, layout));
233
assertFalse(Selection.
moveRight
(builder, layout));
238
assertTrue(Selection.
moveRight
(builder, layout));
445
assertTrue(Selection.
moveRight
(builder, layout));
[
all
...]
Completed in 775 milliseconds