Home
last modified time | relevance | path

Searched defs:wheel (Results 1 – 20 of 20) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DImplicitTagsTest.java33 Wheel wheel = new Wheel(); in testDefaultRepresenter() local
51 Wheel wheel = new Wheel(); in testNoRootTag() local
70 Wheel wheel = new Wheel(); in testRootMap() local
112 private Wheel wheel; field in ImplicitTagsTest.CarWithWheel
128 public void setWheel(Wheel wheel) { in setWheel()
DClassTagsTest.java33 Wheel wheel = new Wheel(); in testDefaultRepresenter() local
46 Wheel wheel = new Wheel(); in testDumpClassTag() local
DArrayTagsTest.java31 Wheel wheel = new Wheel(); in testDefaultRepresenter() local
45 Wheel wheel = new Wheel(); in testFlowBlock() local
DWheel.java44 Wheel wheel = (Wheel) obj; in equals() local
DMyWheel.java41 MyWheel wheel = (MyWheel) obj; in equals() local
DTypeSafeCollectionsTest.java127 Object wheel = car.getWheels().keySet().iterator().next(); in testWithGlobalTag() local
/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DNestedBuildersTest.java63 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local
76 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DNestedBuildersTest.java85 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local
98 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local
/external/cronet/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dnested_builders_test.proto42 repeated Wheel wheel = 2; field
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dnested_builders_test.proto42 repeated Wheel wheel = 2; field
/external/rust/crates/tokio-util/src/time/
Dmod.rs13 mod wheel; module
Ddelay_queue.rs137 wheel: Wheel<Stack<T>>, field
/external/python/cpython2/Doc/distributing/
Dindex.rst65 .. _wheel: https://wheel.readthedocs.org target in Key terms
/external/python/cpython3/Doc/distributing/
Dindex.rst65 .. _wheel: https://wheel.readthedocs.io/ target in Key terms
/external/rust/crates/tokio/src/runtime/time/
Dmod.rs19 mod wheel; module
118 wheel: wheel::Wheel, field
/external/python/cpython3/Lib/turtledemo/
Dbytedesign.py50 def wheel(self, initpos, scale): member in Designer
/external/python/cpython2/Demo/turtle/
Dtdemo_bytedesign.py51 def wheel(self, initpos, scale): member in Designer
/external/crosvm/linux_input_sys/src/
Dlib.rs153 pub fn wheel(delta: i32) -> virtio_input_event { in wheel() method
/external/libchrome-gestures/include/
Dgestures.h543 GestureMouseWheel wheel; member
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java389 map.put(NAVIGATION_WHEEL, "wheel"); in map.put()