Home
last modified time | relevance | path

Searched refs:moving (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/external/python/cpython2/Demo/tkinter/guido/
Dsolitaire.py350 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/
DREADME9 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/rust/crates/csv-core/src/
Dwriter.rs239 output = &mut moving(output)[o..]; in finish()
293 output = &mut moving(output)[o..]; in field()
328 output = &mut moving(output)[o..]; in delimiter()
361 output = &mut moving(output)[o..]; in terminator()
370 output = &mut moving(output)[o..]; in terminator()
547 output = &mut moving(output)[o..]; in quote()
559 output = &mut moving(output)[o..]; in quote()
566 output = &mut moving(output)[o..]; in quote()
616 fn moving<T>(x: T) -> T { in moving() function
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BatchNormWithGlobalNormalization.pbtxt14 or a saved moving average thereof.
22 or a saved moving average thereof.
Dapi_def_BatchNormWithGlobalNormalizationGrad.pbtxt14 or a saved moving average thereof.
22 or a saved moving average thereof.
Dapi_def_QuantizedBatchNormWithGlobalNormalization.pbtxt26 or a saved moving average thereof.
46 or a saved moving average thereof.
Dapi_def_SlidingWindowDataset.pbtxt14 A scalar representing the steps moving the sliding window
Dapi_def_ExperimentalSlidingWindowDataset.pbtxt14 A scalar representing the steps moving the sliding window
/external/llvm/test/Linker/
Dalias.ll6 ; 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/
Dname1 filesystem resize which requires moving the inode table
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/
DB38241237.output4 // one long incredibly unbroken sentence moving from topic to topic so that no-one had a chance to
DB38241237.input4 …//one long incredibly unbroken sentence moving from topic to topic so that no-one had a chance to …
/external/wpa_supplicant_8/wpa_supplicant/
Dtodo.txt33 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/icu/icu4c/source/data/translit/
DZawgyi_my.txt38 # Special cases moving base character to right before vowel signs
42 # Special cases moving Kinzi block to left
197 # Replace CA + YA with JHA after moving other things beyond the medials.
199 # More moving vowel signs after medials
/external/cronet/third_party/icu/source/data/translit/
DZawgyi_my.txt38 # Special cases moving base character to right before vowel signs
42 # Special cases moving Kinzi block to left
197 # Replace CA + YA with JHA after moving other things beyond the medials.
199 # More moving vowel signs after medials
/external/skia/infra/bots/assets/armhf_sysroot/
DREADME.md5 This has been updated in the past when moving up in supported C++ versions (e.g. to c++14, and
/external/llvm/test/Transforms/InstCombine/
D2004-03-13-InstCombineInfLoop.ll1 ; This testcase caused the combiner to go into an infinite loop, moving the
/external/cronet/net/cert/pki/
DREADME.md6 dependencies. This code will be moving to it's own separate library
/external/oboe/docs/notes/
DREADME.md3 Note that the Tech Notes are moving to here: https://github.com/google/oboe/wiki#tech-notes
/external/crosvm/jail/seccomp/x86_64/
Dvhost_user.policy9 # b/239779171: try moving this to the serial device once we can extend ioctls across policy files.
/external/mbedtls/tests/suites/
Dtest_suite_ssl.data107 Test moving clients handshake to state: HELLO_REQUEST
110 Test moving clients handshake to state: CLIENT_HELLO
113 Test moving clients handshake to state: SERVER_HELLO
116 Test moving clients handshake to state: SERVER_CERTIFICATE
119 Test moving clients handshake to state: SERVER_KEY_EXCHANGE
123 Test moving clients handshake to state: CERTIFICATE_REQUEST
127 Test moving clients handshake to state: SERVER_HELLO_DONE
131 Test moving clients handshake to state: CLIENT_CERTIFICATE
135 Test moving clients handshake to state: CLIENT_KEY_EXCHANGE
139 Test moving clients handshake to state: CERTIFICATE_VERIFY
[all …]
/external/autotest/server/site_tests/bluetooth_AdapterAdvMonitor/
Dcontrol.advmon_suspend_resume_tests13 # TODO: Remove ['Quick Health'] from AdapterAdvMonitor when moving to stable.
/external/flatbuffers/tests/rust_usage_test/
DCargo.toml47 # TODO(rw): look into moving to criterion.rs
/external/autotest/server/site_tests/bluetooth_AdapterCLHealth/
Dcontrol.cl_HID_reconnect_speed_test.floss11 # TODO: Remove ['Quick Health'] flag from AdapterCLHealth when moving to stable.
/external/tensorflow/tensorflow/python/
Dbuild_defs.bzl9 # We should consider moving the "out" default pattern into here, many other

12345678910>>...19