Searched refs:allTypes (Results 1 – 10 of 10) sorted by relevance
/external/gptfdisk/ |
D | parttypes.cc | 20 AType* PartType::allTypes = NULL; member in PartType 58 while (allTypes != NULL) { in ~PartType() 59 tempType = allTypes; in ~PartType() 60 allTypes = allTypes->next; in ~PartType() 247 if (allTypes == NULL) { // first entry in AddType() 248 allTypes = tempType; in AddType() 286 AType* theItem = allTypes; in operator =() 313 AType* theItem = allTypes; in TypeName() 334 AType* theItem = allTypes; in UTypeName() 359 AType* theItem = allTypes; in GetHexType() [all …]
|
D | parttypes.h | 35 static AType* allTypes; // Linked list holding all the data variable
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | AbstractReportGenerator.java | 179 final IItemMetadata [] allTypes = IItemMetadata.Factory.getAllTypes (); in initialize() local 180 m_typeSortComparators = new ItemComparator [allTypes.length]; in initialize() 182 for (int t = 0; t < allTypes.length; ++ t) in initialize() 185 final long typeAttrIDSet = allTypes [t].getAttributeIDs (); in initialize() 203 m_metrics = new int [allTypes.length]; in initialize()
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | ParserTest.java | 242 private void assertMessageMerged(TestAllTypes allTypes) in assertMessageMerged() argument 244 assertEquals(3, allTypes.getOptionalInt32()); in assertMessageMerged() 245 assertEquals(2, allTypes.getOptionalInt64()); in assertMessageMerged() 246 assertEquals("hello", allTypes.getOptionalString()); in assertMessageMerged() 250 private void assertMessageMerged(TestAllTypesLite allTypes) in assertMessageMerged() argument 252 assertEquals(3, allTypes.getOptionalInt32()); in assertMessageMerged() 253 assertEquals(2, allTypes.getOptionalInt64()); in assertMessageMerged() 254 assertEquals("hello", allTypes.getOptionalString()); in assertMessageMerged()
|
/external/guava/guava/src/com/google/common/reflect/ |
D | TypeToken.java | 592 private transient final TypeSet allTypes; 595 InterfaceSet(TypeSet allTypes) { 596 this.allTypes = allTypes; 602 return (interfaces = FluentIterable.from(allTypes)
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
D | ReportGenerator.java | 1614 final IItemMetadata [] allTypes = IItemMetadata.Factory.getAllTypes (); local 1616 ATTRIBUTE_SETS = new long [allTypes.length]; 1617 for (int t = 0; t < allTypes.length; ++ t) 1619 ATTRIBUTE_SETS [allTypes [t].getTypeID ()] = allTypes [t].getAttributeIDs ();
|
/external/chromium-trace/catapult/third_party/jquery/ |
D | jquery-2.1.4.js | 7577 allTypes = "*/".concat( "*" ), 7842 "*": allTypes, 8121 s.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) :
|
D | jquery-2.1.4.min.map | 1 …calProtocol","rnoContent","rprotocol","rurl","prefilters","transports","allTypes","ajaxLocation","…
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.js | 7317 allTypes = ["*/"] + ["*"]; variable 7571 "*": allTypes 7941 s.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) :
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
D | jquery-1.7.1.js | 6877 allTypes = ["*/"] + ["*"]; variable 7166 "*": allTypes 7537 s.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) :
|