/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
D | Car.java | 21 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()
|
D | MyCar.java | 22 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()
|
D | ImplicitTagsTest.java | 81 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()
|
D | ArrayTagsTest.java | 93 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/ |
D | Car.java | 26 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()
|
D | YamlLoadAsIssueTest.java | 50 line("plate: 12-XP-F4"); in setUp() 114 if ("plate".equals(field)) { in construct()
|
/external/icu/icu4j/perf-tests/data/conversion/ |
D | french.txt | 4 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/ |
D | car-without-root-tag.yaml | 3 plate: 12-XP-F4 key
|
D | carwheel-root-map.yaml | 3 plate: 12-XP-F4
|
D | car-without-tags.yaml | 2 plate: 12-XP-F4
|
D | cararray-with-tags.yaml | 2 plate: 12-XP-F4
|
D | car-no-root-class.yaml | 2 plate: 12-XP-F4
|
D | car-with-tags.yaml | 2 plate: 12-XP-F4
|
D | cararray-with-tags-flow-auto.yaml | 2 plate: 12-XP-F4
|
D | carwheel-without-tags.yaml | 4 plate: 12-XP-F4 key
|
D | car-no-root-class-map.yaml | 1 plate: 00-FF-Q2
|
/external/snakeyaml/src/test/resources/javabeans/ |
D | mycar-with-global-tag1.yaml | 2 plate: 00-FF-Q2
|
/external/autotest/client/deps/touchpad-tests/ |
D | common.py | 5 # This is a common boiler-plate module that is used to set up autotest_lib into
|
/external/autotest/cli/ |
D | site_readme.py | 35 # The following boiler plate code should be added at the end to create
|
/external/proguard/src/proguard/gui/ |
D | ProGuardGUI.java | 333 // 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/ |
D | shape_transformer.hpp | 95 ocupied in the paper "Principal Warps: Thin-Plate Splines and Decomposition of Deformations", by
|
/external/curl/packages/vms/ |
D | build_gnv_curl_pcsi_text.com | 161 $! Now we need the rest of the boiler plate.
|
/external/libevent/ |
D | Doxyfile | 254 # function macros are typically used for boiler-plate code, and will confuse
|
/external/llvm/include/llvm/IR/ |
D | PassManagerInternal.h | 35 // Boiler plate necessary for the container of derived classes.
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
D | glxinit.c | 39 /* Extension required boiler plate */
|