Home
last modified time | relevance | path

Searched defs:itemType (Results 1 – 21 of 21) sorted by relevance

/external/parameter-framework/upstream/parameter/
DMappingContext.cpp38 bool CMappingContext::setItem(size_t itemType, const string *pStrKey, const string *pStrItem) in setItem()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
DDexAnnotator.java174 public SectionAnnotator getAnnotator(int itemType) { in getAnnotator()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DRawDexFile.java70 public MapItem getMapItemForSection(int itemType) { in getMapItemForSection()
DItemType.java57 public static String getItemTypeName(int itemType) { in getItemTypeName()
DMapItem.java82 int itemType = dexFile.readUshort(out.getCursor()); in makeAnnotator() local
DSectionAnnotator.java46 public final int itemType; field in SectionAnnotator
/external/deqp/executor/
DxeTestResultParser.cpp473 ri::Type itemType = getResultItemType(elemName); in handleElementStart() local
740 ri::Type itemType = getResultItemType(elemName); in handleElementEnd() local
/external/icu/icu4c/source/common/
Ducnv_ext.h344 #define UCNV_EXT_ARRAY(indexes, index, itemType) \ argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormatSymbols.java1125 public String getPatternForCurrencySpacing(int itemType, boolean beforeCurrency) { in getPatternForCurrencySpacing()
1153 public void setPatternForCurrencySpacing(int itemType, boolean beforeCurrency, String pattern) { in setPatternForCurrencySpacing()
DSimpleDateFormat.java2134 char itemType = 0; // 0 for string literal, otherwise date/time pattern character in getPatternItems() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormatSymbols.java1038 public String getPatternForCurrencySpacing(int itemType, boolean beforeCurrency) { in getPatternForCurrencySpacing()
1065 public void setPatternForCurrencySpacing(int itemType, boolean beforeCurrency, String pattern) { in setPatternForCurrencySpacing()
DSimpleDateFormat.java2124 char itemType = 0; // 0 for string literal, otherwise date/time pattern character in getPatternItems() local
/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c312 DialogItemType itemType; in DlgObj_GetDialogItem() local
337 DialogItemType itemType; in DlgObj_SetDialogItem() local
439 DialogItemType itemType; in DlgObj_InsertDialogItem() local
/external/python/cpython2/Lib/lib-tk/
DCanvas.py14 def __init__(self, canvas, itemType, *args, **kw): argument
DTkinter.py2306 def _create(self, itemType, args, kw): # Args: (val, val, ..., cnf={}) argument
2737 def add(self, itemType, cnf={}, **kw): argument
2756 def insert(self, index, itemType, cnf={}, **kw): argument
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java469 Type itemType = Type.fromString(itemParts.getAttributeValue(5, "type")); in handleCheck() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DR.java129 public static final int itemType=0x7f010002; field in R.attr
/external/python/cpython3/Lib/tkinter/
D__init__.py2470 def _create(self, itemType, args, kw): # Args: (val, val, ..., cnf={}) argument
2875 def add(self, itemType, cnf={}, **kw): argument
2894 def insert(self, index, itemType, cnf={}, **kw): argument
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp2443 GMTOffsetField::FieldType itemType = GMTOffsetField::TEXT; in parseOffsetPattern() local
/external/libxml2/
Dxmlschemas.c655 xmlSchemaTypeType itemType; member
5006 xmlSchemaTypeType itemType, in xmlSchemaGetNamedComponent()
15374 xmlSchemaTypePtr itemType = NULL; in xmlSchemaCheckCOSSTRestricts() local
24672 xmlSchemaTypePtr itemType; in xmlSchemaVCheckCVCSimpleType() local
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java1454 static Buffer ARRAY(ByteBuffer indexes, int index, Class<?> itemType) { in ARRAY()