Home
last modified time | relevance | path

Searched full:plate (Results 1 – 25 of 71) sorted by relevance

123

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DCar.java21 private String plate; field in Car
25 return plate; in getPlate()
28 public void setPlate(String plate) { in setPlate() argument
29 this.plate = plate; in setPlate()
DMyCar.java22 private String plate; field in MyCar
27 return plate; in getPlate()
30 public void setPlate(String plate) { in setPlate() argument
31 this.plate = plate; in setPlate()
DImplicitTagsTest.java81 car1.put("plate", "12-XP-F4"); in testRootMap()
113 private String plate; field in ImplicitTagsTest.CarWithWheel
120 return plate; in getPlate()
123 public void setPlate(String plate) { in setPlate() argument
124 this.plate = plate; in setPlate()
DArrayTagsTest.java93 private String plate; field in ArrayTagsTest.CarWithArray
97 return plate; in getPlate()
100 public void setPlate(String plate) { in setPlate() argument
101 this.plate = plate; in setPlate()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue150/
DCar.java26 private String plate; field in Car
33 return plate; in getPlate()
36 public void setPlate(String plate) { in setPlate() argument
37 this.plate = plate; in setPlate()
DYamlLoadAsIssueTest.java50 line("plate: 12-XP-F4"); in setUp()
114 if ("plate".equals(field)) { in construct()
/external/icu/icu4j/perf-tests/data/conversion/
Dfrench.txt4 quelle que soit la plate-forme,
13 Unicode spécifie un numéro unique pour chaque caractère, quelle que soit la plate-forme, quel que s…
15 …t satisfaire simultanément et sans modification les demandes de plusieurs plate-formes, langues et…
/external/snakeyaml/src/test/resources/constructor/
Dcar-without-root-tag.yaml3 plate: 12-XP-F4 key
Dcarwheel-root-map.yaml3 plate: 12-XP-F4
Dcar-without-tags.yaml2 plate: 12-XP-F4
Dcararray-with-tags.yaml2 plate: 12-XP-F4
Dcar-no-root-class.yaml2 plate: 12-XP-F4
Dcar-with-tags.yaml2 plate: 12-XP-F4
Dcararray-with-tags-flow-auto.yaml2 plate: 12-XP-F4
Dcarwheel-without-tags.yaml4 plate: 12-XP-F4 key
Dcar-no-root-class-map.yaml1 plate: 00-FF-Q2
/external/snakeyaml/src/test/resources/javabeans/
Dmycar-with-global-tag1.yaml2 plate: 00-FF-Q2
/external/autotest/client/deps/touchpad-tests/
Dcommon.py5 # This is a common boiler-plate module that is used to set up autotest_lib into
/external/autotest/cli/
Dsite_readme.py35 # The following boiler plate code should be added at the end to create
/external/proguard/src/proguard/gui/
DProGuardGUI.java333 // Load the boiler plate options. in ProGuardGUI()
336 // Create the boiler plate keep panels. in ProGuardGUI()
362 // Create the boiler plate keep names panels. in ProGuardGUI()
428 // Create the boiler plate "no side effect methods" panels. in ProGuardGUI()
747 * Creates a panel with the given boiler plate class specifications.
/external/opencv3/modules/shape/include/opencv2/shape/
Dshape_transformer.hpp95 ocupied in the paper "Principal Warps: Thin-Plate Splines and Decomposition of Deformations", by
/external/curl/packages/vms/
Dbuild_gnv_curl_pcsi_text.com161 $! Now we need the rest of the boiler plate.
/external/libevent/
DDoxyfile254 # function macros are typically used for boiler-plate code, and will confuse
/external/llvm/include/llvm/IR/
DPassManagerInternal.h35 // Boiler plate necessary for the container of derived classes.
/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dglxinit.c39 /* Extension required boiler plate */

123