Home
last modified time | relevance | path

Searched defs:itemType (Results 1 – 20 of 20) 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.java1051 public String getPatternForCurrencySpacing(int itemType, boolean beforeCurrency) { in getPatternForCurrencySpacing()
1079 public void setPatternForCurrencySpacing(int itemType, boolean beforeCurrency, String pattern) { in setPatternForCurrencySpacing()
DSimpleDateFormat.java2122 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.java966 public String getPatternForCurrencySpacing(int itemType, boolean beforeCurrency) { in getPatternForCurrencySpacing()
993 public void setPatternForCurrencySpacing(int itemType, boolean beforeCurrency, String pattern) { in setPatternForCurrencySpacing()
DSimpleDateFormat.java2112 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.py2301 def _create(self, itemType, args, kw): # Args: (val, val, ..., cnf={}) argument
2732 def add(self, itemType, cnf={}, **kw): argument
2751 def insert(self, index, itemType, cnf={}, **kw): argument
/external/svox/pico/lib/
Dpicotok.c483 picoos_uint8 itemType, picoos_uint8 info1, picoos_uint8 info2, in tok_putItem()
Dpicopr.c1017 …data_ProcessingUnit this, pr_MemTypes mType, pr_ioItemPtr * item, picoos_uint8 itemType, picoos_in… in pr_newItem()
1111 picoos_uint8 itemType, picoos_uint8 info1, picoos_uint8 info2, in pr_putItem()
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp2416 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()