Home
last modified time | relevance | path

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

12

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegression.java137 Object[] objs = messageFormatter.parse(tempBuffer, status); in Test4031438() local
172 Object[] objs = fmt.parse(str, pos); in Test4052223() local
432 Object[] objs = mf.parse(formatted, new ParsePosition(0)); in Test4118592() local
446 Object[] objs = mf.parse(forParsing, new ParsePosition(0)); in Test4118594() local
493 Object[] objs = mf.parse(texts[i], pp); in Test4120552() local
660 Map objs = messageFormatter.parseToMap(tempBuffer, status); in testBugTestsWithNamesArguments() local
697 Map objs = fmt.parseToMap(str, pos); in testBugTestsWithNamesArguments() local
749 Map objs = mf.parseToMap(null, new ParsePosition(0)); in testBugTestsWithNamesArguments() local
797 Map objs = mf.parseToMap(forParsing, new ParsePosition(0)); in testBugTestsWithNamesArguments() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessageRegression.java141 Object[] objs = messageFormatter.parse(tempBuffer, status); in Test4031438() local
176 Object[] objs = fmt.parse(str, pos); in Test4052223() local
436 Object[] objs = mf.parse(formatted, new ParsePosition(0)); in Test4118592() local
450 Object[] objs = mf.parse(forParsing, new ParsePosition(0)); in Test4118594() local
497 Object[] objs = mf.parse(texts[i], pp); in Test4120552() local
664 Map objs = messageFormatter.parseToMap(tempBuffer, status); in testBugTestsWithNamesArguments() local
701 Map objs = fmt.parseToMap(str, pos); in testBugTestsWithNamesArguments() local
753 Map objs = mf.parseToMap(null, new ParsePosition(0)); in testBugTestsWithNamesArguments() local
801 Map objs = mf.parseToMap(forParsing, new ParsePosition(0)); in testBugTestsWithNamesArguments() local
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DTweenManager.java217 private static int getTweensCount(List<BaseTween<?>> objs) { in getTweensCount()
227 private static int getTimelinesCount(List<BaseTween<?>> objs) { in getTimelinesCount()
/external/marisa-trie/lib/marisa/
Dreader.h28 void read(T *objs, std::size_t num_objs) { in read()
Dwriter.h28 void write(const T *objs, std::size_t num_objs) { in write()
Dmapper.h25 void map(const T **objs, std::size_t num_objs) { in map()
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dwriter.h28 void write(const T *objs, std::size_t num_objs) { in write()
Dreader.h28 void read(T *objs, std::size_t num_objs) { in read()
Dmapper.h25 void map(const T **objs, std::size_t num_objs) { in map()
/external/icu/icu4c/source/test/intltest/
Dmsfmrgts.cpp203 Formattable *objs = messageFormatter->parse(tempBuffer, pp, count); in Test4031438() local
701 Formattable *objs = 0; in Test4118592() local
744 Formattable *objs = mf->parse(forParsing, pp, count); in Test4118594() local
841 Formattable *objs = mf->parse(texts[i], pp, count); in Test4120552() local
884 Formattable objs [] = { in Test4142938() local
/external/compiler-rt/test/tsan/
Dunaligned_norace.cc7 uint64_t objs[8*3*3*2][3]; variable
Dunaligned_race.cc7 volatile uint64_t objs[8*2*(2 + 4 + 8)][2]; variable
/external/selinux/libsepol/tests/
DMakefile18 objs := $(patsubst %.c,%.o,$(wildcard *.c)) macro
/external/jemalloc/include/jemalloc/internal/
Dquarantine.h25 quarantine_obj_t objs[1]; /* Dynamically sized ring buffer. */ member
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
DFrameNode.java198 Object[] objs = new Object[l.size()]; in asArray() local
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
DInternalTickTest.java35 btCollisionObjectArray objs = dynamicsWorld.getCollisionObjectArray(); in onInternalTick() local
/external/icu/icu4c/as_is/os400/
Diculd.c60 char objs[4024]; in main() local
/external/jmonkeyengine/engine/src/test/jme3test/app/
DTestIDList.java44 Map<Integer, Object> objs = new HashMap<Integer, Object>(); field in TestIDList.StateCol
/external/chromium-trace/catapult/devil/devil/utils/
Dparallelizer.py67 def __init__(self, objs): argument
/external/v8/test/mjsunit/harmony/
Dprivate.js298 var objs = [{}, [], Object.create(null), Object(1), new Map, function(){}] variable
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch/
Dtest_document.py111 objs = { variable in CloudSearchDocumentMultipleAddTest
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch2/
Dtest_document.py130 objs = { variable in CloudSearchDocumentMultipleAddTest
/external/jemalloc/test/unit/
Dprof_reset.c155 void *objs[OBJ_RING_BUF_COUNT]; in thd_start() local
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DSelectTest.java269 public static void print (Object... objs) { in print()
/external/v8/test/mjsunit/es6/
Dsymbols.js356 var objs = [{}, [], Object.create(null), Object(1), new Map, function(){}] variable

12