Home
last modified time | relevance | path

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

12

/third_party/icu/icu4j/main/tests/core/src/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
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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
/third_party/skia/m133/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
/third_party/skia/bench/
DGrMemoryPoolBench.cpp46 T* objs[kMaxObjects]; in run_stack() local
70 T* objs[kMaxObjects]; in run_queue() local
94 T* objs[kMaxObjects]; in run_pushpop() local
115 T* objs[kMaxObjects]; in run_random() local
/third_party/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
Dpanvk_vX_queue.c196 struct drm_syncobj_array objs = { in panvk_signal_event_syncobjs() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/dtype/
Dcontainer.h46 List(const std::initializer_list<TypePtr> &objs) in List()
130 Tuple(const std::initializer_list<TypePtr> &objs) in Tuple()
136 …explicit Tuple(const TypePtrList &objs) : Object(kObjectTypeTuple, false), elements_(objs.begin(),… in Tuple()
Dtensor_type.h180 explicit SparseTensorType(const TypePtrList &objs) in SparseTensorType()
183 SparseTensorType(const TypeId object_type, const TypePtrList &objs) in SparseTensorType()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dstrategy.cc212 OptStrategy::CalcKind MakeCalcStrategyByObject(int bytecode, int opargs, const PyObjectArray &objs)… in MakeCalcStrategyByObject()
216 …gy::CalcKind MakeInplaceCalcStrategyByObject(int bytecode, int opargs, const PyObjectArray &objs) { in MakeInplaceCalcStrategyByObject()
222 OptStrategy::CalcKind MakeCalcStrategyByMatMul(int bytecode, int opargs, const PyObjectArray &objs)… in MakeCalcStrategyByMatMul()
232 OptStrategy::CalcKind MakeCalcStrategyByCompare(int bytecode, int opargs, const PyObjectArray &objs in MakeCalcStrategyByCompare()
289 …lcKind OptStrategy::MakeCalcStrategyByInputs(int bytecode, int opargs, const PyObjectArray &objs) { in MakeCalcStrategyByInputs()
Dtrace.cc1142 static PyObject *CheckAndDoBinary(int op, const PyObjectArray &objs, binaryfunc pyfunc) { in CheckAndDoBinary()
1156 static bool ByteCodeUnsupported(int opargs, const PyObjectArray &objs) { return false; } in ByteCodeUnsupported()
1157 static bool ByteCodeSupported(int opargs, const PyObjectArray &objs) { return true; } in ByteCodeSupported()
1162 #define ByteCodeCheck(bytecode, opargs, objs) \ argument
/third_party/icu/icu4c/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
/third_party/skia/m133/third_party/externals/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
/third_party/selinux/libsepol/tests/
DMakefile34 objs := $(patsubst %.c,%.o,$(sort $(wildcard *.c))) macro
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dexamples_test.cc28 std::vector<int> objs = {10, 20, 30, 40, 50}; in TEST() local
/third_party/ninja/
Dconfigure.py468 objs = [] variable
573 objs = cxx('ninja', variables=cxxvariables) variable
600 objs = cxx(name, variables=cxxvariables) variable
/third_party/icu/icu4c/as_is/os400/
Diculd.c62 char objs[4024]; in main() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_pipeline.c42 struct zink_shader_object *objs, in zink_create_gfx_pipeline()
700 create_gfx_pipeline_library(struct zink_screen *screen, struct zink_shader_object *objs, unsigned s… in create_gfx_pipeline_library()
847 zink_create_gfx_pipeline_separate(struct zink_screen *screen, struct zink_shader_object *objs, VkPi… in zink_create_gfx_pipeline_separate()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/akg/
Dcpu_kernel_builder.cc101 std::ostringstream objs; in CompileJsonsInAnfnodes() local
/third_party/ffmpeg/tests/
Dvideogen.c76 static VObj objs[NB_OBJS]; variable
/third_party/grpc/test/core/resource_quota/
Darena_test.cc228 std::vector<Arena::PoolPtr<TestObj>> objs; in TEST() local
242 std::vector<Arena::PoolPtr<TestObj>> objs; in TEST() local
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dobject.hpp195 objs(D *const *ds, size_t n) { in objs() function
/third_party/cups/cups/
Draster-interpret.c66 _cups_ps_obj_t *objs; /* Objects in stack */ member
/third_party/cups/cgi-bin/
Dipp-var.c157 cups_array_t *objs; /* Array of objects */ in cgiGetIPPObjects() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dchoicfmt.cpp470 ChoiceFormat::format(const Formattable* objs, in format()
/third_party/rust/rust/library/std/src/sys/windows/
Dpipe.rs407 let objs = [p1.event.as_raw_handle(), p2.event.as_raw_handle()]; in read2() localVariable

12