Searched defs:allTypes (Results 1 - 15 of 15) sorted by relevance

/external/gptfdisk/
H A Dparttypes.h35 static AType* allTypes; // Linked list holding all the data member in class:PartType
H A Dparttypes.cc20 AType* PartType::allTypes = NULL; member in class:PartType
58 while (allTypes != NULL) {
59 tempType = allTypes;
60 allTypes = allTypes->next;
247 if (allTypes == NULL) { // first entry
248 allTypes = tempType;
286 AType* theItem = allTypes;
313 AType* theItem = allTypes;
334 AType* theItem = allTypes;
[all...]
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DParserTest.java242 private void assertMessageMerged(TestAllTypes allTypes) argument
244 assertEquals(3, allTypes.getOptionalInt32());
245 assertEquals(2, allTypes.getOptionalInt64());
246 assertEquals("hello", allTypes.getOptionalString());
250 private void assertMessageMerged(TestAllTypesLite allTypes) argument
252 assertEquals(3, allTypes.getOptionalInt32());
253 assertEquals(2, allTypes.getOptionalInt64());
254 assertEquals("hello", allTypes.getOptionalString());
/external/guava/guava/src/com/google/common/reflect/
H A DTypeToken.java592 private transient final TypeSet allTypes; field in class:TypeToken.InterfaceSet
595 InterfaceSet(TypeSet allTypes) { argument
596 this.allTypes = allTypes;
602 return (interfaces = FluentIterable.from(allTypes)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...
H A Dgwt-user.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 181 milliseconds