/external/icu/icu4c/source/test/intltest/ |
D | msfmrgts.cpp | 203 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/ |
D | unaligned_norace.cc | 7 uint64_t objs[8*3*3*2][3]; variable
|
D | unaligned_race.cc | 10 volatile uint64_t objs[8*2*(2 + 4 + 8)][2]; variable
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | msfmrgts.cpp | 201 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/ |
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/mockito/cglib-and-asm/src/org/mockito/asm/tree/ |
D | FrameNode.java | 198 Object[] objs = new Object[l.size()]; in asArray() local
|
/external/chromium_org/build/android/pylib/utils/ |
D | parallelizer.py | 67 def __init__(self, objs): argument
|
/external/chromium_org/chrome/tools/ |
D | history-viz.py | 113 def ClusterBy(objs, pred): argument
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
D | private.js | 302 var objs = [{}, [], Object.create(null), Object(1), new Map, function(){}] variable
|
/external/chromium_org/v8/test/mjsunit/es6/ |
D | symbols.js | 354 var objs = [{}, [], Object.create(null), Object(1), new Map, function(){}] variable
|
/external/clang/test/SemaCXX/ |
D | crashes.cpp | 40 } objs[] = { variable
|
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
D | Makefile | 232 objs=$(addprefix $(BUILD_PFX),$(foreach p,$(obj_pats),$(filter %.o,$(1:$(p))) )) macro
|
/external/libvpx/libvpx/build/make/ |
D | Makefile | 222 objs=$(addprefix $(BUILD_PFX),$(foreach p,$(obj_pats),$(filter %.o,$(1:$(p))) )) macro
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | choicfmt.cpp | 673 ChoiceFormat::format(const Formattable* objs, in format()
|
/external/icu/icu4c/source/i18n/ |
D | choicfmt.cpp | 468 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/chromium_org/tools/gyp/pylib/gyp/ |
D | msvs_emulation.py | 793 def GetObjDependencies(self, sources, objs, arch): argument
|
D | xcode_emulation.py | 1138 def GetObjDependencies(self, sources, objs, arch=None): argument
|
/external/chromium_org/v8/test/cctest/ |
D | test-heap.cc | 890 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/ |
D | es31fTessellationTests.cpp | 141 static vector<MembT> members (const vector<T>& objs, MembT T::* membP) in members()
|