Searched refs:moving (Results 1 – 25 of 163) sorted by relevance
1234567
/external/python/cpython2/Demo/tkinter/guido/ |
D | solitaire.py | 350 moving = None variable in Stack 353 self.moving = None 363 self.moving = self.cards[i:] 366 for card in self.moving: 370 if not self.moving: 377 for card in self.moving: 381 cards = self.moving 382 self.moving = None
|
/external/autotest/client/site_tests/touch_TouchscreenScroll/ |
D | README | 9 Name refers to the physical direction the finger is moving. E.g. 10 samus_touchscreen_scroll-up refers to a single finger moving from the
|
/external/llvm/test/Linker/ |
D | alias.ll | 6 ; When moving an alias to an existing module and we want to discard the aliasee 8 ; When moving a replacement to an aliasee to a module that has an alias (C1),
|
/external/e2fsprogs/tests/r_move_itable/ |
D | name | 1 filesystem resize which requires moving the inode table
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | todo.txt | 33 ctrl_iface) by moving the retrying of the previous request into EAP 46 - consider moving SIM card functionality (IMSI fetching) away from eap.c; 59 - consider moving eap_peer_tls_build_ack() call into
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | 2004-03-13-InstCombineInfLoop.ll | 1 ; This testcase caused the combiner to go into an infinite loop, moving the
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2004-03-13-InstCombineInfLoop.ll | 1 ; This testcase caused the combiner to go into an infinite loop, moving the
|
/external/icu/icu4c/source/data/translit/ |
D | Zawgyi_my.txt | 36 # Special cases moving base character to right before 40 # Special cases moving Kinzi block to left 187 # More moving vowel signs after medials
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.sample-plainrsa | 7 # here mainly for those who are moving from the *Swan world to Racoon.
|
/external/llvm/test/CodeGen/ARM/ |
D | integer_insertelement.ll | 4 ; the vector is not spuriously copied. "vorr dX, dY, dY" is the way of moving
|
/external/walt/pywalt/ |
D | README.md | 70 …ounts as 4 events. This measurement recorded 20/4 = 5 full cycles of the finger moving up and down. 72 In addition to moving your finger up and down please also move it slowly along the beam. The calcul…
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | debug_info_noninstrumented_alloca.ll | 2 ; Only first-basic-block allocas are considered stack slots, and moving them
|
/external/ltp/testcases/misc/math/float/trigo/ |
D | README | 30 /* moving datafiles to the same location as testcase itself i.e:float_trigo */
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | invariant-load-no-alias-store.ll | 5 ; that this works and allows moving the stores to a better chain to
|
D | move-to-valu-atomicrmw.ll | 7 ; Check that moving the pointer out of the resource descriptor to
|
D | split-smrd.ll | 5 ; the VALU, we are also moving its users to the VALU.
|
/external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/ |
D | vmov-imm.ll | 1 ; Test moving constants into VPF registers.
|
/external/openssh/ |
D | Makefile.in | 362 echo "moving $(DESTDIR)$(sysconfdir)/primes to $(DESTDIR)$(sysconfdir)/moduli"; \
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | tailcallbyval64.ll | 13 ; lowering appearing after moving arguments to registers. The following two
|
/external/llvm/test/CodeGen/X86/ |
D | tailcallbyval64.ll | 13 ; lowering appearing after moving arguments to registers. The following two
|
/external/icu/icu4c/source/data/brkitr/rules/ |
D | title.txt | 38 # Short rule, will be effective only when moving to the start of text,
|
/external/jsoncpp/src/lib_json/ |
D | json_internalarray.inl | 151 "ValueInternalArray::increment(): moving iterator beyond end"); 163 "ValueInternalArray::decrement(): moving iterator beyond end");
|
/external/junit-params/ |
D | README.md | 60 **Note**: We are currently moving the project from Google Code to Github. Some information may stil…
|
/external/llvm/test/CodeGen/PowerPC/ |
D | early-ret.ll | 55 ; LLVM would assert due to moving an early return into the jump table block and
|
/external/mesa3d/docs/specs/OLD/ |
D | MESA_sprite_point.spec | 123 are labeled A, B, C, and D, starting at the lower-left corner and moving
|
1234567