Home
last modified time | relevance | path

Searched defs:itemType (Results 1 – 23 of 23) 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.java182 public SectionAnnotator getAnnotator(int itemType) { in getAnnotator()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DItemType.java59 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/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
DStdSerializer.java253 JsonSerializer<?> itemSerializer, JavaType itemType) in visitArrayFormat()
266 JsonFormatTypes itemType) in visitArrayFormat()
/external/deqp/executor/
DxeTestResultParser.cpp485 ri::Type itemType = getResultItemType(elemName); in handleElementStart() local
752 ri::Type itemType = getResultItemType(elemName); in handleElementEnd() local
/external/icu/libicu/cts_headers/
Ducnv_ext.h344 #define UCNV_EXT_ARRAY(indexes, index, itemType) \ argument
/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.java1149 public String getPatternForCurrencySpacing(int itemType, boolean beforeCurrency) { in getPatternForCurrencySpacing()
1177 public void setPatternForCurrencySpacing(int itemType, boolean beforeCurrency, String pattern) { in setPatternForCurrencySpacing()
DSimpleDateFormat.java2170 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.java1063 public String getPatternForCurrencySpacing(int itemType, boolean beforeCurrency) { in getPatternForCurrencySpacing()
1090 public void setPatternForCurrencySpacing(int itemType, boolean beforeCurrency, String pattern) { in setPatternForCurrencySpacing()
DSimpleDateFormat.java2158 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/llvm-project/flang/lib/Lower/
DIO.cpp240 auto itemType = itemValue.getType(); in genOutputItemList() local
312 auto itemType = itemAddr.getType().cast<fir::ReferenceType>().getEleTy(); in genInputItemList() local
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java486 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__.py2764 def _create(self, itemType, args, kw): # Args: (val, val, ..., cnf={}) argument
3283 def add(self, itemType, cnf={}, **kw): argument
3308 def insert(self, index, itemType, cnf={}, **kw): argument
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp2448 GMTOffsetField::FieldType itemType = GMTOffsetField::TEXT; in parseOffsetPattern() local
/external/libxml2/
Dxmlschemas.c655 xmlSchemaTypeType itemType; member
5045 xmlSchemaTypeType itemType, in xmlSchemaGetNamedComponent()
15459 xmlSchemaTypePtr itemType = NULL; in xmlSchemaCheckCOSSTRestricts() local
24854 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()