| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | MessageRegressionTest.java | 138 Object[] objs = messageFormatter.parse(tempBuffer, status); in Test4031438() local 174 Object[] objs = fmt.parse(str, pos); in Test4052223() local 445 Object[] objs = mf.parse(formatted, new ParsePosition(0)); in Test4118592() local 460 Object[] objs = mf.parse(forParsing, new ParsePosition(0)); in Test4118594() local 509 Object[] objs = mf.parse(texts[i], pp); in Test4120552() local 683 Map objs = messageFormatter.parseToMap(tempBuffer, status); in testBugTestsWithNamesArguments() local 720 Map objs = fmt.parseToMap(str, pos); in testBugTestsWithNamesArguments() local 772 Map objs = mf.parseToMap(null, new ParsePosition(0)); in testBugTestsWithNamesArguments() local 820 Map objs = mf.parseToMap(forParsing, new ParsePosition(0)); in testBugTestsWithNamesArguments() local
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
| D | MessageRegressionTest.java | 139 Object[] objs = messageFormatter.parse(tempBuffer, status); in Test4031438() local 175 Object[] objs = fmt.parse(str, pos); in Test4052223() local 446 Object[] objs = mf.parse(formatted, new ParsePosition(0)); in Test4118592() local 461 Object[] objs = mf.parse(forParsing, new ParsePosition(0)); in Test4118594() local 510 Object[] objs = mf.parse(texts[i], pp); in Test4120552() local 684 Map objs = messageFormatter.parseToMap(tempBuffer, status); in testBugTestsWithNamesArguments() local 721 Map objs = fmt.parseToMap(str, pos); in testBugTestsWithNamesArguments() local 773 Map objs = mf.parseToMap(null, new ParsePosition(0)); in testBugTestsWithNamesArguments() local 821 Map objs = mf.parseToMap(forParsing, new ParsePosition(0)); in testBugTestsWithNamesArguments() local
|
| /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/ |
| D | TweenManager.java | 217 private static int getTweensCount(List<BaseTween<?>> objs) { in getTweensCount() 227 private static int getTimelinesCount(List<BaseTween<?>> objs) { in getTimelinesCount()
|
| /external/icu/icu4c/source/test/intltest/ |
| D | msfmrgts.cpp | 206 Formattable *objs = messageFormatter->parse(tempBuffer, pp, count); in Test4031438() local 704 Formattable *objs = 0; in Test4118592() local 747 Formattable *objs = mf->parse(forParsing, pp, count); in Test4118594() local 844 Formattable *objs = mf->parse(texts[i], pp, count); in Test4120552() local 887 Formattable objs [] = { in Test4142938() local
|
| /external/compiler-rt/test/tsan/ |
| D | unaligned_norace.cc | 7 uint64_t objs[8*3*3*2][3]; variable
|
| D | unaligned_race.cc | 7 volatile uint64_t objs[8*2*(2 + 4 + 8)][2]; variable
|
| /external/selinux/libsepol/tests/ |
| D | Makefile | 18 objs := $(patsubst %.c,%.o,$(wildcard *.c)) macro
|
| /external/jemalloc/include/jemalloc/internal/ |
| D | quarantine.h | 25 quarantine_obj_t objs[1]; /* Dynamically sized ring buffer. */ member
|
| /external/icu/icu4c/as_is/os400/ |
| D | iculd.c | 62 char objs[4024]; in main() local
|
| /external/libmojo/third_party/catapult/devil/devil/utils/ |
| D | parallelizer.py | 67 def __init__(self, objs): argument
|
| /external/chromium-trace/catapult/devil/devil/utils/ |
| D | parallelizer.py | 67 def __init__(self, objs): argument
|
| /external/jemalloc/test/unit/ |
| D | prof_reset.c | 157 void *objs[OBJ_RING_BUF_COUNT]; in thd_start() local
|
| /external/boringssl/src/crypto/obj/ |
| D | objects.go | 523 objs *objects member
|
| /external/clang/test/SemaCXX/ |
| D | crashes.cpp | 46 } objs[] = { variable
|
| /external/pdfium/core/fxcrt/ |
| D | cfx_retain_ptr_unittest.cpp | 229 PseudoRetainable objs[2]; in TEST() local
|
| /external/libvpx/libvpx/build/make/ |
| D | Makefile | 244 objs=$(addprefix $(BUILD_PFX),$(foreach p,$(obj_pats),$(filter %.o,$(1:$(p))) )) macro
|
| /external/vulkan-validation-layers/tests/ |
| D | vkrenderframework.h | 85 VkPhysicalDevice objs[16]; variable
|
| /external/libcups/filter/ |
| D | interpret.c | 69 _cups_ps_obj_t *objs; /* Objects in stack */ member
|
| /external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
| D | vktTessellationFractionalSpacingTests.cpp | 53 std::vector<MembT> members (const std::vector<T>& objs, MembT T::* membP) in members()
|
| /external/icu/icu4c/source/i18n/ |
| D | choicfmt.cpp | 470 ChoiceFormat::format(const Formattable* objs, in format()
|
| /external/opencv/cvaux/src/ |
| D | cveigenobjects.cpp | 1344 uchar **objs = (uchar **) cvAlloc( sizeof( uchar * ) * nObjects ); in cvCalcEigenObjects() local 1405 uchar **objs = (uchar **) cvAlloc( sizeof( uchar * ) * nObjects ); in cvCalcEigenObjects() local
|
| /external/curl/lib/ |
| D | telnet.c | 1296 HANDLE objs[2]; in telnet_do() local
|
| /external/pdfium/core/fpdfapi/parser/ |
| D | cpdf_object_unittest.cpp | 83 CPDF_Object* objs[] = {boolean_false_obj, boolean_true_obj, number_int_obj, in SetUp() local
|
| /external/vulkan-validation-layers/demos/ |
| D | vulkaninfo.c | 1407 VkPhysicalDevice objs[MAX_GPUS]; in main() local
|
| /external/v8/testing/gmock/test/ |
| D | gmock-matchers_test.cc | 4678 Uncopyable objs[2]; in TEST() local 4793 Uncopyable objs[2]; in TEST_F() local
|