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

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandle.java 75 boolean isTop() {
ResizeGesture.java 162 int newH = Math.abs(b.h + (direction.isTop() ? -deltaY : deltaY));
195 if (direction.isTop()) {
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 171 bool isTop() const {
HexagonMachineScheduler.cpp 316 if (isTop())
334 if (!isTop() && SU->isCall) {
368 unsigned ReadyCycle = isTop() ? SU->TopReadyCycle : SU->BotReadyCycle;
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 664 bool isTop() const {
689 return isTop() ? SU->getHeight() : SU->getDepth();
946 void reschedulePhysRegCopies(SUnit *SU, bool isTop);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineScheduler.h 673 bool isTop() const {
694 return isTop() ? SU->getHeight() : SU->getDepth();
953 void reschedulePhysRegCopies(SUnit *SU, bool isTop);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineScheduler.h 678 bool isTop() const {
699 return isTop() ? SU->getHeight() : SU->getDepth();
958 void reschedulePhysRegCopies(SUnit *SU, bool isTop);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineScheduler.h 678 bool isTop() const {
699 return isTop() ? SU->getHeight() : SU->getDepth();
958 void reschedulePhysRegCopies(SUnit *SU, bool isTop);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineScheduler.h 699 bool isTop() const {
720 return isTop() ? SU->getHeight() : SU->getDepth();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineScheduler.h 699 bool isTop() const {
720 return isTop() ? SU->getHeight() : SU->getDepth();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineScheduler.h 699 bool isTop() const {
720 return isTop() ? SU->getHeight() : SU->getDepth();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineScheduler.h 699 bool isTop() const {
720 return isTop() ? SU->getHeight() : SU->getDepth();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineScheduler.h 673 bool isTop() const {
694 return isTop() ? SU->getHeight() : SU->getDepth();
953 void reschedulePhysRegCopies(SUnit *SU, bool isTop);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineScheduler.h 678 bool isTop() const {
699 return isTop() ? SU->getHeight() : SU->getDepth();
958 void reschedulePhysRegCopies(SUnit *SU, bool isTop);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineScheduler.h 678 bool isTop() const {
699 return isTop() ? SU->getHeight() : SU->getDepth();
958 void reschedulePhysRegCopies(SUnit *SU, bool isTop);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineScheduler.h 699 bool isTop() const {
720 return isTop() ? SU->getHeight() : SU->getDepth();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineScheduler.h 699 bool isTop() const {
720 return isTop() ? SU->getHeight() : SU->getDepth();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineScheduler.h 699 bool isTop() const {
720 return isTop() ? SU->getHeight() : SU->getDepth();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineScheduler.h 699 bool isTop() const {
720 return isTop() ? SU->getHeight() : SU->getDepth();
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
TaskSnapshotSurface.java 357 final boolean isTop = mTaskBounds.top == 0 && mFrame.top == 0;
359 isTop ? 0 : (int) (insets.top * mSnapshot.getScale()),
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 489 bool isTop = face >= 3;
493 int curH = isTop ? (height-curY) : (height / 2);
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 498 bool isTop = face >= 3;
502 int curH = isTop ? (height-curY) : (height / 2);
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 2067 milliseconds

1 2