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

1 2

  /external/llvm/lib/Support/
IntervalMap.cpp 48 void Path::moveLeft(unsigned Level) {
  /external/swiftshader/third_party/LLVM/lib/Support/
IntervalMap.cpp 48 void Path::moveLeft(unsigned Level) {
  /cts/tests/tests/text/src/android/text/cts/
SelectionTest.java 186 assertTrue(Selection.moveLeft(builder, layout));
190 assertTrue(Selection.moveLeft(builder, layout));
195 assertFalse(Selection.moveLeft(builder, layout));
200 assertTrue(Selection.moveLeft(builder, layout));
  /external/llvm/include/llvm/ADT/
IntervalMap.h 237 /// moveLeft - Move elements to the left.
241 void moveLeft(unsigned i, unsigned j, unsigned Count) {
251 assert(i <= j && "Use moveLeft shift elements left");
264 moveLeft(j, i, Size - j);
872 /// moveLeft - Move path to the left sibling at Level. Leave nodes below Level
875 void moveLeft(unsigned Level);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IntervalMap.h 216 /// moveLeft - Move elements to the left.
220 void moveLeft(unsigned i, unsigned j, unsigned Count) {
230 assert(i <= j && "Use moveLeft shift elements left");
243 moveLeft(j, i, Size - j);
851 /// moveLeft - Move path to the left sibling at Level. Leave nodes below Level
854 void moveLeft(unsigned Level);
    [all...]
  /frameworks/base/core/java/android/text/
Selection.java 213 public static boolean moveLeft(Spannable text, Layout layout) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 242 /// moveLeft - Move elements to the left.
246 void moveLeft(unsigned i, unsigned j, unsigned Count) {
256 assert(i <= j && "Use moveLeft shift elements left");
269 moveLeft(j, i, Size - j);
873 /// moveLeft - Move path to the left sibling at Level. Leave nodes below Level
876 void moveLeft(unsigned Level);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 242 /// moveLeft - Move elements to the left.
246 void moveLeft(unsigned i, unsigned j, unsigned Count) {
256 assert(i <= j && "Use moveLeft shift elements left");
269 moveLeft(j, i, Size - j);
873 /// moveLeft - Move path to the left sibling at Level. Leave nodes below Level
876 void moveLeft(unsigned Level);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 242 /// moveLeft - Move elements to the left.
246 void moveLeft(unsigned i, unsigned j, unsigned Count) {
256 assert(i <= j && "Use moveLeft shift elements left");
269 moveLeft(j, i, Size - j);
873 /// moveLeft - Move path to the left sibling at Level. Leave nodes below Level
876 void moveLeft(unsigned Level);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 242 /// moveLeft - Move elements to the left.
246 void moveLeft(unsigned i, unsigned j, unsigned Count) {
256 assert(i <= j && "Use moveLeft shift elements left");
269 moveLeft(j, i, Size - j);
873 /// moveLeft - Move path to the left sibling at Level. Leave nodes below Level
876 void moveLeft(unsigned Level);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 242 /// moveLeft - Move elements to the left.
246 void moveLeft(unsigned i, unsigned j, unsigned Count) {
256 assert(i <= j && "Use moveLeft shift elements left");
269 moveLeft(j, i, Size - j);
873 /// moveLeft - Move path to the left sibling at Level. Leave nodes below Level
876 void moveLeft(unsigned Level);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 242 /// moveLeft - Move elements to the left.
246 void moveLeft(unsigned i, unsigned j, unsigned Count) {
256 assert(i <= j && "Use moveLeft shift elements left");
269 moveLeft(j, i, Size - j);
873 /// moveLeft - Move path to the left sibling at Level. Leave nodes below Level
876 void moveLeft(unsigned Level);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 242 /// moveLeft - Move elements to the left.
246 void moveLeft(unsigned i, unsigned j, unsigned Count) {
256 assert(i <= j && "Use moveLeft shift elements left");
269 moveLeft(j, i, Size - j);
873 /// moveLeft - Move path to the left sibling at Level. Leave nodes below Level
876 void moveLeft(unsigned Level);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 242 /// moveLeft - Move elements to the left.
246 void moveLeft(unsigned i, unsigned j, unsigned Count) {
256 assert(i <= j && "Use moveLeft shift elements left");
269 moveLeft(j, i, Size - j);
873 /// moveLeft - Move path to the left sibling at Level. Leave nodes below Level
876 void moveLeft(unsigned Level);
    [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 456 milliseconds

1 2