HomeSort by relevance Sort by last modified time
    Searched full:downward (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /external/libvterm/src/
vterm.c 232 int downward,
241 if(abs(downward) >= rect.end_row - rect.start_row ||
270 if(downward >= 0) {
272 dest.end_row = rect.end_row - downward;
273 src.start_row = rect.start_row + downward;
277 int upward = -downward;
287 if(downward > 0)
288 rect.start_row = rect.end_row - downward;
289 else if(downward < 0)
290 rect.end_row = rect.start_row - downward;
305 int downward = src.start_row - dest.start_row; local
    [all...]
screen.c 221 int downward = src.start_row - dest.start_row; local
224 if(downward < 0) {
237 getcell(screen, row + downward, src.start_col),
294 static int scrollrect(VTermRect rect, int downward, int rightward, void *user)
298 vterm_scroll_rect(rect, downward, rightward,
304 vterm_scroll_rect(rect, downward, rightward,
317 screen->pending_scroll_downward = downward;
321 ((screen->pending_scroll_downward == 0 && downward == 0) ||
323 screen->pending_scroll_downward += downward;
330 screen->pending_scroll_downward = downward;
    [all...]
  /developers/build/prebuilts/gradle/JumpingJack/
README.md 34 as measured by the Gravity Sensor is +9.8 when the hand is downward and -9.8 when the hand
36 downward may not be completely accurate, we leave some room and instead of 9.8, we use
  /developers/samples/android/wearable/wear/JumpingJack/
template-params.xml 93 as measured by the Gravity Sensor is +9.8 when the hand is downward and -9.8 when the hand
95 downward may not be completely accurate, we leave some room and instead of 9.8, we use
  /external/kernel-headers/original/uapi/linux/raid/
md_u.h 20 * Different minor versions are only downward compatible.
21 * Different patchlevel versions are downward and upward compatible.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/raid/
md_u.h 20 * Different minor versions are only downward compatible.
21 * Different patchlevel versions are downward and upward compatible.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/raid/
md_u.h 20 * Different minor versions are only downward compatible.
21 * Different patchlevel versions are downward and upward compatible.
  /frameworks/compile/mclinker/unittests/
InputTreeTest.cpp 90 m_pTestee->enterGroup(node, InputTree::Downward);
120 m_pTestee->enterGroup(node, InputTree::Downward);
136 m_pTestee->enterGroup(node, InputTree::Downward);
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/
template-params.xml 74 The sample displays a list of cheeses. When the user initiates a downward swipe,
  /frameworks/compile/mclinker/lib/MC/
InputBuilder.cpp 68 m_pMove = &InputTree::Downward;
105 m_pMove = &InputTree::Downward;
SymbolCategory.cpp 154 // The distance is positive. It means we should bubble sort downward.
156 // downward
174 } // downward
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/
README.md 16 The sample displays a list of cheeses. When the user initiates a downward swipe,
  /external/chromium_org/chrome/browser/ui/views/autofill/
info_bubble.cc 80 // TODO(dbeam): currently we assume that combobox menus always show downward
  /external/chromium_org/chrome/browser/ui/views/download/
download_started_animation_views.cc 24 // immediately) that animates an image downward from the center of the frame
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PseudoElement.cpp 139 // the style propagated downward manually similar to RenderObject::propagateStyleToAnonymousChildren.
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 113 &InputTree::Downward);
417 // itself, and set the direction to Downward
420 &InputTree::Downward);
446 &InputTree::Downward);
  /developers/build/prebuilts/gradle/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
MainActivity.java 157 * as measured by the Gravity Sensor is +9.8 when the hand is downward and -9.8 when the hand
159 * downward may not be completely accurate, we leave some room and instead of 9.8, we use
  /developers/samples/android/wearable/wear/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
MainActivity.java 157 * as measured by the Gravity Sensor is +9.8 when the hand is downward and -9.8 when the hand
159 * downward may not be completely accurate, we leave some room and instead of 9.8, we use
  /development/samples/browseable/JumpingJack/Wearable/src/com.example.android.wearable.jumpingjack/
MainActivity.java 157 * as measured by the Gravity Sensor is +9.8 when the hand is downward and -9.8 when the hand
159 * downward may not be completely accurate, we leave some room and instead of 9.8, we use
  /external/compiler-rt/lib/builtins/
divdf3.c 104 // recip32 downward by one bit.
117 // 64-bit reciprocal estimate downward to ensure that it is strictly smaller
  /external/libvterm/include/
vterm.h 181 int (*scrollrect)(VTermRect rect, int downward, int rightward, void *user);
281 int downward,
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 93 /// expressed in terms of upward or downward pressure depending on the client
245 /// computes incrementally. During downward tracking, P.BottomIdx or P.BottomPos
386 /// traversing this instruction either upward or downward depending on the
  /art/compiler/sea_ir/ir/
sea.h 159 // Computes Downward Exposed Definitions for the current node.
319 // Computes Downward Exposed Definitions for all regions in the graph.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
IntVector.java 248 * downward to have an index one smaller than the value it had
279 * index is shifted downward to have an index one smaller than
ObjectVector.java 245 * downward to have an index one smaller than the value it had
276 * index is shifted downward to have an index one smaller than

Completed in 626 milliseconds

1 2 3 4 5 6 7 8 9