Home
last modified time | relevance | path

Searched defs:objs (Results 1 – 25 of 116) sorted by relevance

12345

/external/pytorch/torch/csrc/jit/python/
Dpython_arg_flatten.cpp36 py::object cast_handle_sequence(std::vector<py::handle> objs) { in cast_handle_sequence()
114 py::object cast_sequence(std::vector<py::object> objs) { in cast_sequence()
123 py::object cast_dict(std::vector<py::object> objs) { in cast_dict()
141 std::vector<py::object> objs; in unflatten_rec() local
148 std::vector<py::object> objs; in unflatten_rec() local
155 std::vector<py::object> objs; in unflatten_rec() local
/external/intel-media-driver/media_driver/agnostic/
Dmedia_srcs.cmake47 set(objs variable
52 set(objs variable
58 set(objs variable
62 set(objs "" PARENT_SCOPE) variable
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/
DMessageRegressionTest.java142 Object[] objs = messageFormatter.parse(tempBuffer, status); in Test4031438() local
178 Object[] objs = fmt.parse(str, pos); in Test4052223() local
449 Object[] objs = mf.parse(formatted, new ParsePosition(0)); in Test4118592() local
464 Object[] objs = mf.parse(forParsing, new ParsePosition(0)); in Test4118594() local
513 Object[] objs = mf.parse(texts[i], pp); in Test4120552() local
687 Map objs = messageFormatter.parseToMap(tempBuffer, status); in testBugTestsWithNamesArguments() local
724 Map objs = fmt.parseToMap(str, pos); in testBugTestsWithNamesArguments() local
776 Map objs = mf.parseToMap(null, new ParsePosition(0)); in testBugTestsWithNamesArguments() local
824 Map objs = mf.parseToMap(forParsing, new ParsePosition(0)); in testBugTestsWithNamesArguments() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessageRegressionTest.java145 Object[] objs = messageFormatter.parse(tempBuffer, status); in Test4031438() local
181 Object[] objs = fmt.parse(str, pos); in Test4052223() local
452 Object[] objs = mf.parse(formatted, new ParsePosition(0)); in Test4118592() local
467 Object[] objs = mf.parse(forParsing, new ParsePosition(0)); in Test4118594() local
516 Object[] objs = mf.parse(texts[i], pp); in Test4120552() local
690 Map objs = messageFormatter.parseToMap(tempBuffer, status); in testBugTestsWithNamesArguments() local
727 Map objs = fmt.parseToMap(str, pos); in testBugTestsWithNamesArguments() local
779 Map objs = mf.parseToMap(null, new ParsePosition(0)); in testBugTestsWithNamesArguments() local
827 Map objs = mf.parseToMap(forParsing, new ParsePosition(0)); in testBugTestsWithNamesArguments() local
/external/skia/bench/
DGrMemoryPoolBench.cpp45 T* objs[kMaxObjects]; in run_stack() local
69 T* objs[kMaxObjects]; in run_queue() local
93 T* objs[kMaxObjects]; in run_pushpop() local
114 T* objs[kMaxObjects]; in run_random() local
/external/python/mobly/tests/lib/
Dmock_controller.py31 def destroy(objs): argument
35 def get_info(objs): argument
Dmock_second_controller.py32 def destroy(objs): argument
36 def get_info(objs): argument
/external/openscreen/util/
Dhashing.h14 uint64_t ComputeAggregateHash(uint64_t seed, const T&... objs) { in ComputeAggregateHash()
34 uint64_t ComputeAggregateHash(const T&... objs) { in ComputeAggregateHash()
/external/mesa3d/src/panfrost/vulkan/jm/
Dpanvk_vX_event.c88 struct drm_syncobj_array objs = { in panvk_per_arch() local
110 struct drm_syncobj_array objs = { in panvk_per_arch() local
/external/dagger2/javatests/dagger/functional/producers/multibindings/
DMultibindingProducerModule.java136 abstract Set<Object> objs(); in objs() method in MultibindingProducerModule
143 static int objCount(Set<Produced<Object>> objs, Map<Object, Produced<Object>> objMap) { in objCount()
DMultibindingComponent.java65 ListenableFuture<Set<Object>> objs(); in objs() method
/external/marisa-trie/lib/marisa/grimoire/io/
Dreader.h30 void read(T *objs, std::size_t num_objs) { in read()
Dwriter.h29 void write(const T *objs, std::size_t num_objs) { in write()
Dmapper.h27 void map(const T **objs, std::size_t num_objs) { in map()
/external/cronet/stable/third_party/icu/source/test/intltest/
Dmsfmrgts.cpp207 Formattable *objs = messageFormatter->parse(tempBuffer, pp, count); in Test4031438() local
705 Formattable *objs = 0; in Test4118592() local
748 Formattable *objs = mf->parse(forParsing, pp, count); in Test4118594() local
845 Formattable *objs = mf->parse(texts[i], pp, count); in Test4120552() local
888 Formattable objs [] = { in Test4142938() local
/external/cronet/tot/third_party/icu/source/test/intltest/
Dmsfmrgts.cpp207 Formattable *objs = messageFormatter->parse(tempBuffer, pp, count); in Test4031438() local
705 Formattable *objs = 0; in Test4118592() local
748 Formattable *objs = mf->parse(forParsing, pp, count); in Test4118594() local
845 Formattable *objs = mf->parse(texts[i], pp, count); in Test4120552() local
888 Formattable objs [] = { in Test4142938() local
/external/icu/icu4c/source/test/intltest/
Dmsfmrgts.cpp208 Formattable *objs = messageFormatter->parse(tempBuffer, pp, count); in Test4031438() local
706 Formattable* objs = nullptr; in Test4118592() local
749 Formattable *objs = mf->parse(forParsing, pp, count); in Test4118594() local
846 Formattable *objs = mf->parse(texts[i], pp, count); in Test4120552() local
889 Formattable objs [] = { in Test4142938() local
/external/compiler-rt/test/tsan/
Dunaligned_norace.cc7 uint64_t objs[8*3*3*2][3]; variable
/external/sdv/vsomeip/third_party/boost/iterator/test/
Dshared_iterator_test.cpp37 boost::shared_ptr< resources_t > objs(new resources_t()); in set_range() local
/external/selinux/libsepol/tests/
DMakefile34 objs := $(patsubst %.c,%.o,$(sort $(wildcard *.c))) macro
/external/python/mobly/mobly/controllers/
Dattenuator.py74 def destroy(objs): argument
/external/python/cpython3/Include/internal/
Dpycore_object_stack.h23 PyObject *objs[_Py_OBJECT_STACK_CHUNK_SIZE]; member
/external/abseil-cpp/absl/random/
Dexamples_test.cc28 std::vector<int> objs = {10, 20, 30, 40, 50}; in TEST() local
/external/angle/third_party/abseil-cpp/absl/random/
Dexamples_test.cc28 std::vector<int> objs = {10, 20, 30, 40, 50}; in TEST() local
/external/openscreen/third_party/abseil/src/absl/random/
Dexamples_test.cc28 std::vector<int> objs = {10, 20, 30, 40, 50}; in TEST() local

12345