Home
last modified time | relevance | path

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

/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.cc10 volatile uint64_t objs[8*2*(2 + 4 + 8)][2]; variable
/external/chromium_org/third_party/icu/source/test/intltest/
Dmsfmrgts.cpp201 Formattable *objs = messageFormatter->parse(tempBuffer, pp, count); in Test4031438() local
699 Formattable *objs = 0; in Test4118592() local
742 Formattable *objs = mf->parse(forParsing, pp, count); in Test4118594() local
839 Formattable *objs = mf->parse(texts[i], pp, count); in Test4120552() local
882 Formattable objs [] = { in Test4142938() local
/external/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/chromium_org/build/android/pylib/utils/
Dparallelizer.py67 def __init__(self, objs): argument
/external/chromium_org/chrome/tools/
Dhistory-viz.py113 def ClusterBy(objs, pred): argument
/external/chromium_org/v8/test/mjsunit/harmony/
Dprivate.js302 var objs = [{}, [], Object.create(null), Object(1), new Map, function(){}] variable
/external/chromium_org/v8/test/mjsunit/es6/
Dsymbols.js354 var objs = [{}, [], Object.create(null), Object(1), new Map, function(){}] variable
/external/clang/test/SemaCXX/
Dcrashes.cpp40 } objs[] = { variable
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
DMakefile232 objs=$(addprefix $(BUILD_PFX),$(foreach p,$(obj_pats),$(filter %.o,$(1:$(p))) )) macro
/external/libvpx/libvpx/build/make/
DMakefile222 objs=$(addprefix $(BUILD_PFX),$(foreach p,$(obj_pats),$(filter %.o,$(1:$(p))) )) macro
/external/chromium_org/third_party/icu/source/i18n/
Dchoicfmt.cpp673 ChoiceFormat::format(const Formattable* objs, in format()
/external/icu/icu4c/source/i18n/
Dchoicfmt.cpp468 ChoiceFormat::format(const Formattable* objs, in format()
/external/opencv/cvaux/src/
Dcveigenobjects.cpp1344 uchar **objs = (uchar **) cvAlloc( sizeof( uchar * ) * nObjects ); in cvCalcEigenObjects() local
1405 uchar **objs = (uchar **) cvAlloc( sizeof( uchar * ) * nObjects ); in cvCalcEigenObjects() local
/external/chromium_org/tools/gyp/pylib/gyp/
Dmsvs_emulation.py793 def GetObjDependencies(self, sources, objs, arch): argument
Dxcode_emulation.py1138 def GetObjDependencies(self, sources, objs, arch=None): argument
/external/chromium_org/v8/test/cctest/
Dtest-heap.cc890 static int ObjectsFoundInHeap(Heap* heap, Handle<Object> objs[], int size) { in ObjectsFoundInHeap()
913 Handle<Object> objs[objs_count]; in TEST() local
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp141 static vector<MembT> members (const vector<T>& objs, MembT T::* membP) in members()