/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | DebugUtilitiesTest.java | 26 int typeCount = DebugUtilities.typeCount(); in TestStrings() local 27 if(typeCount==0) { in TestStrings() 30 for(int j=0;j<typeCount;j++) { in TestStrings() 32 … logln("Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - enumCount "+enumCount); in TestStrings() 39 …errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCou… in TestStrings() 42 …errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCou… in TestStrings()
|
D | DebugUtilities.java | 20 public static int typeCount() { in typeCount() method in DebugUtilities
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | DebugUtilitiesTest.java | 30 int typeCount = DebugUtilities.typeCount(); in TestStrings() local 31 if(typeCount==0) { in TestStrings() 34 for(int j=0;j<typeCount;j++) { in TestStrings() 36 … logln("Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - enumCount "+enumCount); in TestStrings() 43 …errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCou… in TestStrings() 46 …errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCou… in TestStrings()
|
D | DebugUtilities.java | 21 public static int typeCount() { in typeCount() method in DebugUtilities
|
/external/proguard/src/proguard/preverify/ |
D | CodePreverifier.java | 267 int typeCount = 0; in correspondingVerificationTypes() local 283 typeCount = typeIndex; in correspondingVerificationTypes() 294 VerificationType[] types = new VerificationType[typeCount]; in correspondingVerificationTypes() 300 for (int index = 0; typeIndex < typeCount; index++) in correspondingVerificationTypes() 350 int typeCount = 0; in correspondingVerificationTypes() local 358 typeCount++; in correspondingVerificationTypes() 368 VerificationType[] types = new VerificationType[typeCount]; in correspondingVerificationTypes() 370 int typeIndex = typeCount; in correspondingVerificationTypes()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
D | TypeIdItem.java | 84 int typeCount = mapItem.getItemCount(); 85 String[] ret = new String[typeCount]; 86 for (int i=0; i<typeCount; i++) {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | OlsonTimeZone.java | 427 typeCount != o.typeCount || in hasSameRules() 464 typeCount = 1; in constructEmpty() 565 typeCount = typeOffsets.length / 2; in construct() 785 buf.append(",typeCount=" + typeCount); in toString() 840 private int typeCount; field in OlsonTimeZone 908 typeCount == z.typeCount && in equals() 920 typeCount ^ (typeCount>>>8) + in hashCode() 1146 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules() 1165 historicRules = new TimeArrayTimeZoneRule[typeCount]; in initTransitionRules()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | OlsonTimeZone.java | 429 typeCount != o.typeCount || in hasSameRules() 466 typeCount = 1; in constructEmpty() 567 typeCount = typeOffsets.length / 2; in construct() 787 buf.append(",typeCount=" + typeCount); in toString() 842 private int typeCount; field in OlsonTimeZone 910 typeCount == z.typeCount && in equals() 922 typeCount ^ (typeCount>>>8) + in hashCode() 1148 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules() 1167 historicRules = new TimeArrayTimeZoneRule[typeCount]; in initTransitionRules()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | DexBackedDexFile.java | 53 private final int typeCount; field in DexBackedDexFile 75 typeCount = readSmallUint(HeaderItem.TYPE_COUNT_OFFSET); in DexBackedDexFile() 178 if (typeIndex < 0 || typeIndex >= typeCount) { 221 return typeCount;
|
/external/opencv3/modules/videoio/src/cap_winrt/ |
D | MediaStreamSink.cpp | 247 HRESULT MediaStreamSink::GetMediaTypeCount(__out DWORD *typeCount) in GetMediaTypeCount() argument 249 return ExceptionBoundary([this, typeCount]() in GetMediaTypeCount() 253 CHKNULL(typeCount); in GetMediaTypeCount() 258 *typeCount = 0; in GetMediaTypeCount()
|
D | MediaStreamSink.hpp | 71 IFACEMETHODIMP GetMediaTypeCount(__out DWORD *typeCount);
|
/external/wpa_supplicant_8/src/common/ |
D | tnc.h | 38 TNC_UInt32 typeCount); 67 TNC_UInt32 typeCount);
|
/external/icu/icu4c/source/i18n/ |
D | olsontz.cpp | 105 typeCount = 1; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 183 typeCount = (int16_t) len >> 1; in OlsonTimeZone() 285 typeCount = other.typeCount; in operator =() 637 if (typeCount != z->typeCount in hasSameRules() 648 && arrayEqual(typeOffsets, z->typeOffsets, sizeof(typeOffsets[0]) * typeCount << 1) in hasSameRules() 752 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules() 769 historicRuleCount = typeCount; in initTransitionRules()
|
D | olsontz.h | 347 int16_t typeCount; variable
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBuilderUtil.cpp | 120 const VkDescriptorPoolSize typeCount = in addType() local 126 m_counts.push_back(typeCount); in addType()
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
D | ClassWriter.java | 296 private short typeCount; field in ClassWriter 1210 ++typeCount; in addType() 1211 Item result = new Item(typeCount, key); in addType() 1216 if (typeCount == typeTable.length) { in addType() 1221 typeTable[typeCount] = result; in addType()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | tncs.c | 146 TNC_UInt32 typeCount) in TNC_TNCS_ReportMessageTypes() argument 153 (unsigned long) imvID, (unsigned long) typeCount); in TNC_TNCS_ReportMessageTypes() 155 for (i = 0; i < typeCount; i++) { in TNC_TNCS_ReportMessageTypes() 165 os_malloc(typeCount * sizeof(TNC_MessageType)); in TNC_TNCS_ReportMessageTypes() 169 typeCount * sizeof(TNC_MessageType)); in TNC_TNCS_ReportMessageTypes() 170 imv->num_supported_types = typeCount; in TNC_TNCS_ReportMessageTypes()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | tncc.c | 110 TNC_UInt32 typeCount) in TNC_TNCC_ReportMessageTypes() argument 117 (unsigned long) imcID, (unsigned long) typeCount); in TNC_TNCC_ReportMessageTypes() 119 for (i = 0; i < typeCount; i++) { in TNC_TNCC_ReportMessageTypes() 130 os_malloc(typeCount * sizeof(TNC_MessageType)); in TNC_TNCC_ReportMessageTypes() 134 typeCount * sizeof(TNC_MessageType)); in TNC_TNCC_ReportMessageTypes() 135 imc->num_supported_types = typeCount; in TNC_TNCC_ReportMessageTypes()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GameObjectFactory.java | 651 final int typeCount = mStaticData.getCount(); 652 for (int x = 0; x < typeCount; x++) {
|
/external/jacoco/ |
D | asm-debug-all-5.0.1.jar | META-INF/MANIFEST.MF
org/
org/objectweb/
org/objectweb/asm/
... |
/external/guice/extensions/struts2/lib/ |
D | core-3.1.1.jar | META-INF/
org/
org/eclipse/
org/eclipse/jdt/
org/eclipse ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/robolectric/v1/lib/test/ |
D | mockito-core-1.8.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mockito/
org/ ... |
/external/dexmaker/lib/ |
D | mockito-core-1.9.1-SNAPSHOT.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mockito/
org/ ... |