HomeSort by relevance Sort by last modified time
    Searched defs:moveRight (Results 1 - 25 of 47) sorted by null

1 2

  /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) {
  /cts/tests/tests/text/src/android/text/cts/
SelectionTest.java 214 assertTrue(Selection.moveRight(builder, layout));
218 assertTrue(Selection.moveRight(builder, layout));
222 assertTrue(Selection.moveRight(builder, layout));
227 assertFalse(Selection.moveRight(builder, layout));
232 assertTrue(Selection.moveRight(builder, layout));
  /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...]
  /frameworks/base/core/java/android/text/
Selection.java 238 public static boolean moveRight(Spannable text, Layout layout) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 247 assert(j <= i && "Use moveRight shift elements right");
251 /// moveRight - Move elements to the right.
255 void moveRight(unsigned i, unsigned j, unsigned Count) {
283 moveRight(i, i + 1, Size - i);
304 Sib.moveRight(0, Count, SSize);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 247 assert(j <= i && "Use moveRight shift elements right");
251 /// moveRight - Move elements to the right.
255 void moveRight(unsigned i, unsigned j, unsigned Count) {
283 moveRight(i, i + 1, Size - i);
304 Sib.moveRight(0, Count, SSize);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 247 assert(j <= i && "Use moveRight shift elements right");
251 /// moveRight - Move elements to the right.
255 void moveRight(unsigned i, unsigned j, unsigned Count) {
283 moveRight(i, i + 1, Size - i);
304 Sib.moveRight(0, Count, SSize);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 247 assert(j <= i && "Use moveRight shift elements right");
251 /// moveRight - Move elements to the right.
255 void moveRight(unsigned i, unsigned j, unsigned Count) {
283 moveRight(i, i + 1, Size - i);
304 Sib.moveRight(0, Count, SSize);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 247 assert(j <= i && "Use moveRight shift elements right");
251 /// moveRight - Move elements to the right.
255 void moveRight(unsigned i, unsigned j, unsigned Count) {
283 moveRight(i, i + 1, Size - i);
304 Sib.moveRight(0, Count, SSize);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 247 assert(j <= i && "Use moveRight shift elements right");
251 /// moveRight - Move elements to the right.
255 void moveRight(unsigned i, unsigned j, unsigned Count) {
283 moveRight(i, i + 1, Size - i);
304 Sib.moveRight(0, Count, SSize);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 247 assert(j <= i && "Use moveRight shift elements right");
251 /// moveRight - Move elements to the right.
255 void moveRight(unsigned i, unsigned j, unsigned Count) {
283 moveRight(i, i + 1, Size - i);
304 Sib.moveRight(0, Count, SSize);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 247 assert(j <= i && "Use moveRight shift elements right");
251 /// moveRight - Move elements to the right.
255 void moveRight(unsigned i, unsigned j, unsigned Count) {
283 moveRight(i, i + 1, Size - i);
304 Sib.moveRight(0, Count, SSize);
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 1142 milliseconds

1 2