Home
last modified time | relevance | path

Searched refs:propertyType (Results 1 – 5 of 5) sorted by relevance

/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
DAddAnnotation.java146 Class<?> propertyType = annotationClass.getPropertyType(name); in fromJsonFile() local
151 if (propertyType != String.class) { in fromJsonFile()
158 if (propertyType == boolean.class) { in fromJsonFile()
160 } else if (propertyType == int.class) { in fromJsonFile()
162 } else if (propertyType == double.class) { in fromJsonFile()
166 "Unknown property type: " + propertyType + " for " + annotationClassName); in fromJsonFile()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DSevenZFile.java754 final int propertyType = getUnsignedByte(header); in readFilesInfo() local
755 if (propertyType == 0) { in readFilesInfo()
759 switch (propertyType) { in readFilesInfo()
873 throw new IOException("Incomplete property of type " + propertyType); in readFilesInfo()
/external/cldr/tools/java/org/unicode/cldr/util/props/
DUnicodeProperty.java1179 int propertyType, String version) { in setMain() argument
1181 setType(propertyType); in setMain()
1184 if (propertyType == BINARY) { in setMain()
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c83 PyMac_GetOSType, &itself->propertyType, in DataBrowserTableViewColumnDesc_Convert()
3160 OSType propertyType; in CtlObj_SetDataBrowserColumnViewDisplayType() local
3165 PyMac_GetOSType, &propertyType)) in CtlObj_SetDataBrowserColumnViewDisplayType()
3168 propertyType); in CtlObj_SetDataBrowserColumnViewDisplayType()
3179 OSType propertyType; in CtlObj_GetDataBrowserColumnViewDisplayType() local
3186 &propertyType); in CtlObj_GetDataBrowserColumnViewDisplayType()
3189 PyMac_BuildOSType, propertyType); in CtlObj_GetDataBrowserColumnViewDisplayType()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c8925 long propertyType; in Qt_TextMediaSetTextProperty() local
8934 &propertyType, in Qt_TextMediaSetTextProperty()
8940 propertyType, in Qt_TextMediaSetTextProperty()
9021 long propertyType; in Qt_TextMediaGetTextProperty() local
9030 &propertyType, in Qt_TextMediaGetTextProperty()
9036 propertyType, in Qt_TextMediaGetTextProperty()
9140 long propertyType; in Qt_SpriteMediaSetProperty() local
9148 &propertyType, in Qt_SpriteMediaSetProperty()
9153 propertyType, in Qt_SpriteMediaSetProperty()
9166 long propertyType; in Qt_SpriteMediaGetProperty() local
[all …]