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

1 2 3 4 5 6 7 8 91011>>

  /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 225 int downward = src.start_row - dest.start_row; local
228 if(downward < 0) {
241 getcell(screen, row + downward, src.start_col),
303 static int scrollrect(VTermRect rect, int downward, int rightward, void *user)
307 vterm_scroll_rect(rect, downward, rightward,
313 vterm_scroll_rect(rect, downward, rightward,
326 screen->pending_scroll_downward = downward;
330 ((screen->pending_scroll_downward == 0 && downward == 0) ||
332 screen->pending_scroll_downward += downward;
339 screen->pending_scroll_downward = downward;
    [all...]
  /external/autotest/client/site_tests/touch_ScrollDirection/
README 6 <DEVICE NAME>_touchpad_Touch ID_scroll-down - Two finger scroll on touchpad in downward direction.
  /developers/build/prebuilts/gradle/JumpingJack/
README.md 35 as measured by the Gravity Sensor is +9.8 when the hand is downward and -9.8 when the hand
37 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 89 as measured by the Gravity Sensor is +9.8 when the hand is downward and -9.8 when the hand
91 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 21 * Different minor versions are only downward compatible.
22 * Different patchlevel versions are downward and upward compatible.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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 80 m_pTestee->enterGroup(node, InputTree::Downward);
108 m_pTestee->enterGroup(node, InputTree::Downward);
123 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,
README.md 17 The sample displays a list of cheeses. When the user initiates a downward swipe,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
queens.py 25 self.down = [0] * (2*n-1) # Is downward diagonal[x+y] safe?
  /external/python/cpython2/Demo/scripts/
queens.py 25 self.down = [0] * (2*n-1) # Is downward diagonal[x+y] safe?
  /external/python/cpython3/Tools/demo/
queens.py 25 self.down = [0] * (2*n-1) # Is downward diagonal[x+y] safe?
  /system/bt/hci/include/
hci_layer.h 83 // Send some data downward through the HCI layer
  /external/jemalloc/test/unit/
pack.c 22 * if mmap()ed memory grows downward, downward growth of mmap()ed memory is
  /frameworks/compile/mclinker/lib/MC/
InputBuilder.cpp 67 m_pMove = &InputTree::Downward;
99 m_pMove = &InputTree::Downward;
SymbolCategory.cpp 148 // The distance is positive. It means we should bubble sort downward.
150 // downward
167 } // downward
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/
README.md 17 The sample displays a list of cheeses. When the user initiates a downward swipe,
  /external/tensorflow/tensorflow/core/platform/
setround_test.cc 68 TEST(SetScopedSetRound, Downward) {
  /external/webrtc/webrtc/p2p/base/
dtlstransportchannel.cc 256 StreamInterfaceChannel* downward = new StreamInterfaceChannel(channel_); local
258 dtls_.reset(rtc::SSLStreamAdapter::Create(downward));
261 delete downward;
265 downward_ = downward;
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 105 &InputTree::Downward);
397 // itself, and set the direction to Downward
399 member->name(), parent->lastPos, &InputTree::Downward);
423 &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/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

Completed in 487 milliseconds

1 2 3 4 5 6 7 8 91011>>