/external/icu4c/test/intltest/ |
D | cpdtrtst.cpp | 88 if(copycpd->getCount() != cpdtrans2->getCount() || copycpd->getID() != cpdtrans2->getID()) { in TestConstruction() 145 copyct1->getCount() != ct1->getCount() || copyct2->getCount() != ct2->getCount() || in TestCloneEqual() 147 copyct2->getCount() == ct1->getCount() || copyct1->getCount() == ct2->getCount() ){ in TestCloneEqual() 153 equalct1.getCount() != ct1->getCount() || equalct2.getCount() != ct2->getCount() || in TestCloneEqual() 155 equalct1.getCount() != copyct1->getCount() || equalct2.getCount() != copyct2->getCount() || in TestCloneEqual() 156 equalct2.getCount() == ct1->getCount() || equalct1.getCount() == ct2->getCount() ) { in TestCloneEqual() 166 … if(clonect1a->getID() != ct1->getID() || clonect1a->getCount() != ct1->getCount() || in TestCloneEqual() 167 … clonect1a->getID() != clonect1b->getID() || clonect1a->getCount() != clonect1b->getCount() || in TestCloneEqual() 168 … clonect1a->getID() != equalct1.getID() || clonect1a->getCount() != equalct1.getCount() || in TestCloneEqual() 169 … clonect1a->getID() != copyct1->getID() || clonect1a->getCount() != copyct1->getCount() || in TestCloneEqual() [all …]
|
/external/opencore/oscl/oscl/osclbase/src/ |
D | oscl_refcounter.h | 68 virtual uint32 getCount() = 0; 146 uint32 getCount() in getCount() function 234 uint32 getCount() in getCount() function 329 uint32 getCount() in getCount() function 424 uint32 getCount() in getCount() function 475 uint32 getCount() in getCount() function
|
D | oscl_refcounter_memfrag.h | 196 uint32 getCount() in getCount() function 198 return (refcnt) ? refcnt->getCount() : 0; in getCount()
|
D | oscl_shared_ptr.h | 122 return (refcnt == NULL) ? 0 : refcnt->getCount(); in get_count()
|
/external/protobuf/src/com/google/common/io/protocol/ |
D | ProtoBuf.java | 102 insertBool(tag, getCount(tag), value); in addBool() 109 insertBytes(tag, getCount(tag), value); in addBytes() 116 insertInt(tag, getCount(tag), value); in addInt() 123 insertLong(tag, getCount(tag), value); in addLong() 130 insertFloat(tag, getCount(tag), value); in addFloat() 137 insertDouble(tag, getCount(tag), value); in addDouble() 144 insertProtoBuf(tag, getCount(tag), value); in addProtoBuf() 173 insertString(tag, getCount(tag), value); in addString() 321 return getCount(tag) > 0 || getDefault(tag) != null; in has() 450 insertObject(tag, getCount(tag), value); in parse() [all …]
|
/external/icu4c/layoutex/ |
D | plruns.cpp | 49 return fr->getCount(); in pl_getFontRunCount() 145 return vr->getCount(); in pl_getValueRunCount() 356 le_int32 count = getCount(); in ~ULocRuns() 399 if (run < 0 || run >= getCount()) { in getLocaleName() 439 return lr->getCount(); in pl_getLocaleRunCount()
|
D | RunArrays.cpp | 119 if (run < 0 || run >= getCount()) { in getFont() 171 if (run < 0 || run >= getCount()) { in getLocale() 223 if (run < 0 || run >= getCount()) { in getValue()
|
D | ParagraphLayout.cpp | 61 maxRunCount += styleRunArrays[i]->getCount(); in StyleRuns() 82 while (currentRun[0] < styleRunArrays[0]->getCount()) { in StyleRuns() 610 for (ch = 0, run = 0; run < fLevelRuns->getCount(); run += 1) { in computeLevels() 719 le_int32 i, count = fFontRuns->getCount(); in computeMetrics()
|
/external/emma/core/java12/com/vladium/emma/data/ |
D | DataFactory.java | 338 final long getCount () in getCount() method in DataFactory.RandomAccessFileInputStream 378 final long getCount () in getCount() method in DataFactory.RandomAccessFileOutputStream 742 raf.writeLong (rafout.getCount ()); in writeEntry() 745 …trace2 ("writeEntry", "entry [" + data.getClass ().getName () + "] length: " + rafout.getCount ()); in writeEntry() 779 … ($assert.ENABLED) $assert.ASSERT (rafin.getCount () == entryLength, "entry length mismatch: " + r… in readEntry()
|
/external/webkit/JavaScriptCore/profiler/ |
D | ProfileNode.cpp | 42 static double getCount() in getCount() function 273 m_actualTotalTime += m_startTime ? getCount() - m_startTime : 0.0; in endAndRecordCall() 282 m_startTime = getCount(); in startTimer()
|
/external/icu4c/layoutex/layout/ |
D | RunArrays.h | 91 inline le_int32 getCount() const; 240 inline le_int32 RunArray::getCount() const in getCount() function
|
/external/opencore/protocols/http_parcom/src/ |
D | http_parcom_internal.h | 352 uint32 getCount() in getCount() function 354 return (iRefcnt) ? iRefcnt->getCount() : 0; in getCount()
|
/external/icu4c/tools/genrb/ |
D | prscmnts.h | 56 getCount(const UChar* source, int32_t srcLen,
|
D | prscmnts.cpp | 136 getCount(const UChar* source, int32_t srcLen, in getCount() function
|
/external/srec/srec/AcousticModels/include/ |
D | SR_AcousticModels.h | 88 ESR_ReturnCode(*getCount)(struct SR_AcousticModels_t* self, size_t* size); member
|
/external/srec/srec/AcousticModels/src/ |
D | AcousticModels.c | 73 return self->getCount(self, size); in SR_AcousticModelsGetCount()
|
/external/icu4c/i18n/ |
D | cpdtrans.h | 113 virtual int32_t getCount(void) const;
|
/external/skia/src/animator/ |
D | SkAnimateField.cpp | 106 fComponents = fFieldInfo->getCount(); in onEndElement()
|
D | SkMemberInfo.cpp | 463 SkASSERT(scriptValue.fOperand.fArray->count() == getCount()); in writeValue() 464 memcpy(storage, scriptValue.fOperand.fArray->begin(), getCount() * sizeof(SkOperand)); in writeValue()
|
D | SkMemberInfo.h | 66 int getCount() const { in getCount() function
|
D | SkDisplayXMLParser.cpp | 138 if (info->setValue(fMaker, NULL, 0, info->getCount(), displayable, info->getType(), attrValue, in onAddAttributeLen()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/ |
D | pduparcom.h | 198 uint32 getCount() in getCount() function
|
/external/skia/include/core/ |
D | SkDescriptor.h | 130 uint32_t getCount() const { return fCount; } in getCount() function
|
/external/webkit/WebKit/android/nav/ |
D | FindCanvas.h | 73 int getCount() const { return mCount; } in getCount() function
|
/external/icu4c/samples/layout/ |
D | paragraph.cpp | 46 le_int32 runCount = runArray->getCount(); in findRun()
|