/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ext/ |
D | ExternalTypeId2588Test.java | 73 Pet pet; in testExternalTypeId2588() local 77 pet = mapper.readValue(aposToQuotes( in testExternalTypeId2588() 86 assertNotNull(pet); in testExternalTypeId2588() 89 pet = mapper.readValue(aposToQuotes( in testExternalTypeId2588() 98 assertNotNull(pet); in testExternalTypeId2588()
|
D | ExternalTypeIdTest.java | 176 public Pet pet; field in ExternalTypeIdTest.House831 425 assertNotNull(result.pet); in testIssue831() 426 assertSame(Dog.class, result.pet.getClass()); in testIssue831()
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | Makefile.am | 7 MAYBE_PET = pet 8 PET_LA = $(top_builddir)/pet/libpet.la 16 pet/libpet.la: FORCE 17 cd pet; $(MAKE) $(AM_MAKEFLAGS) libpet.la
|
D | configure.ac | 41 AX_SUBMODULE(pet,bundled|system,bundled) 48 PET_CFLAGS="$PET_CFLAGS -I\$(top_srcdir)/pet/include" 51 PKG_CHECK_MODULES([PET], [pet]) 76 AC_CONFIG_SUBDIRS(pet)
|
D | ppcg.c | 40 struct pet_options *pet; member 53 ISL_ARG_CHILD(struct options, pet, "pet", &pet_options_args, "pet options") in ISL_ARGS_START() 111 for (i = 0; i < scop->pet->n_array; ++i) in ppcg_scop_any_hidden_declarations() 112 if (scop->pet->arrays[i]->declared && in ppcg_scop_any_hidden_declarations() 113 !scop->pet->arrays[i]->exposed) in ppcg_scop_any_hidden_declarations() 913 ps->pet = scop; in ppcg_scop_from_pet_scop()
|
D | ppcg.h | 108 struct pet_scop *pet; member
|
D | gpu_print.c | 284 n = prog->scop->pet->n_type; in gpu_print_types() 296 struct pet_type *type = prog->scop->pet->types[i]; in gpu_print_types()
|
D | print.c | 429 for (i = 0; i < scop->pet->n_array; ++i) { in print_declarations() 430 struct pet_array *array = scop->pet->arrays[i]; in print_declarations()
|
D | README | 6 (not needed when compiling a release using the included isl and pet) 9 (only needed if you want to compile the pet executable) 13 For more details, see pet/README.
|
D | gpu.c | 258 for (i = 0; i < prog->scop->pet->n_independence; ++i) { in remove_independences() 259 struct pet_independence *pi = prog->scop->pet->independences[i]; in remove_independences() 351 prog->n_array = prog->scop->pet->n_array; in collect_array_info() 356 for (i = 0; i < prog->scop->pet->n_array; ++i) { in collect_array_info() 359 field = isl_set_is_wrapping(prog->scop->pet->arrays[i]->extent); in collect_array_info() 365 prog->scop->pet->arrays[i], arrays) < 0) in collect_array_info() 368 if (i < prog->scop->pet->n_array) in collect_array_info() 5577 stmts = isl_calloc_array(ctx, struct gpu_stmt, scop->pet->n_stmt); in extract_stmts() 5581 for (i = 0; i < scop->pet->n_stmt; ++i) { in extract_stmts() 5585 s->id = isl_set_get_tuple_id(scop->pet->stmts[i]->domain); in extract_stmts() [all …]
|
/external/python/pybind11/docs/ |
D | classes.rst | 269 py::class_<Pet> pet(m, "Pet"); 270 pet.def(py::init<const std::string &>()) 274 py::class_<Dog>(m, "Dog", pet /* <- specify Python parent type */) 376 .def("set", static_cast<void (Pet::*)(int)>(&Pet::set), "Set the pet's age") 377 … .def("set", static_cast<void (Pet::*)(const std::string &)>(&Pet::set), "Set the pet's name"); 394 | Set the pet's age 398 | Set the pet's name 406 .def("set", py::overload_cast<int>(&Pet::set), "Set the pet's age") 407 .def("set", py::overload_cast<const std::string &>(&Pet::set), "Set the pet's name"); 434 .def("set", overload_cast_<int>()(&Pet::set), "Set the pet's age") [all …]
|
/external/icu/icu4c/source/data/locales/ |
D | sl.txt | 604 "pet.", 622 "pet.", 642 "pet.", 660 "pet.", 1267 "-1"{"prejš. pet."} 1268 "0"{"ta pet."} 1269 "1"{"nasl. pet."} 1273 few{"čez {0} pet."} 1274 one{"čez {0} pet."} 1275 other{"čez {0} pet."} [all …]
|
D | bs.txt | 554 "pet", 572 "pet", 592 "pet", 610 "pet", 1277 "-1"{"prošli pet."} 1278 "0"{"ovaj pet."} 1279 "1"{"sljedeći pet."} 1296 "-1"{"prošli pet."} 1297 "0"{"ovaj pet."} 1298 "1"{"sljedeći pet."}
|
D | sr_Latn_BA.txt | 45 "pet", 190 "1"{"sljedećeg pet"} 202 "1"{"sljedećeg pet"}
|
D | hr.txt | 716 "pet", 734 "pet", 754 "pet", 772 "pet", 1972 "-1"{"prošli pet."} 1973 "0"{"ovaj pet."} 1974 "1"{"sljedeći pet."} 1991 "-1"{"prošli pet."} 1992 "0"{"ovaj pet."} 1993 "1"{"sljedeći pet."}
|
D | sr_Latn.txt | 564 "pet", 602 "pet", 1508 "-1"{"prošlog pet"} 1509 "0"{"u pet"} 1510 "1"{"sledećeg pet"} 1527 "-1"{"prošlog pet"} 1528 "0"{"u pet"} 1529 "1"{"sledećeg pet"}
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_driver.c | 502 void display_line(char *tcname, int pri, int f, float et, float *pet, int ff) in display_line() argument 523 pc = (*pet == 0.0) ? 0.0 : 100.0 * ((et - *pet) / *pet) + 0.05; in display_line() 531 *pet = et; in display_line()
|
/external/python/pybind11/docs/advanced/ |
D | misc.rst | 119 py::class_<Pet> pet(m, "Pet"); 120 pet.def(py::init<const std::string &>()) 123 py::class_<Dog>(m, "Dog", pet /* <- specify parent */) 129 course that the variable ``pet`` is not available anymore though it is needed 135 py::object pet = (py::object) py::module_::import("basic").attr("Pet"); 137 py::class_<Dog>(m, "Dog", pet)
|
/external/golang-protobuf/proto/ |
D | text_parser_test.go | 516 `pet:"bunny" ` + 517 `pet:"kitty" ` + 518 `pet:"horsey" ` +
|
D | text_test.go | 131 pet: "bunny" 132 pet: "kitty" 133 pet: "horsey"
|
/external/icu/icu4c/source/data/rbnf/ |
D | hr.txt | 20 "5: pet;", 156 "5: pet;",
|
D | bs.txt | 20 "5: pet;",
|
D | sr_Latn.txt | 21 "5: pet;",
|
D | sl.txt | 20 "5: pet;",
|
/external/python/pybind11/tests/ |
D | test_class.cpp | 105 m.def("pet_name_species", [](const Pet &pet) { return pet.name() + " is a " + pet.species(); }); in TEST_SUBMODULE() argument
|