HomeSort by relevance Sort by last modified time
    Searched defs:defValue (Results 1 - 25 of 72) sorted by null

1 2 3

  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_LayoutParamsTest.java 57 int defValue = -1;
58 assertEquals(array.getDimensionPixelSize(R.styleable.style1_type6, defValue),
60 assertEquals(array.getDimensionPixelSize(R.styleable.style1_type7, defValue),
ContextThemeWrapperTest.java 123 final int defValue = -1;
130 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColor, defValue),
131 ta.getColor(R.styleable.TextAppearance_textColor, defValue));
132 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHint, defValue),
133 ta.getColor(R.styleable.TextAppearance_textColorHint, defValue));
134 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorLink, defValue),
135 ta.getColor(R.styleable.TextAppearance_textColorLink, defValue));
136 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHighlight, defValue),
137 ta.getColor(R.styleable.TextAppearance_textColorHighlight, defValue));
138 assertEquals(expectedTa.getDimension(R.styleable.TextAppearance_textSize, defValue),
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_utils_imp.cpp 25 CXFA_Value defValue = pNode->GetProperty(0, XFA_ELEMENT_Value, TRUE);
26 XFA_ELEMENT eValueType = (XFA_ELEMENT)defValue.GetChildValueClassID();
102 ((CXFA_Node*)defValue)->GetProperty(0, XFA_ELEMENT_Text, TRUE);
139 ((CXFA_Node*)defValue)->GetProperty(0, eValueType, TRUE);
xfa_document_datamerger_imp.cpp 112 CXFA_Value defValue = pFormNode->GetProperty(0, XFA_ELEMENT_Value);
118 CXFA_Image image = defValue.GetImage();
137 defValue.GetChildValueContent(wsValue);
164 defValue.GetChildValueContent(wsValue);
233 defValue.GetChildValueContent(wsValue);
247 defValue.GetChildValueContent(wsValue);
264 defValue.GetNode(), wsNormailizeValue, XFA_ELEMENT_Image);
265 CXFA_Image image = defValue.GetImage();
296 CXFA_ExData exData = defValue.GetExData();
302 defValue.GetNode(), wsNormailizeValue, XFA_ELEMENT_ExData);
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 362 VNInfo *SplitEditor::defValue(unsigned RegIdx,
447 return defValue(RegIdx, ParentVNI, Def);
    [all...]
  /cts/tests/app/src/android/app/cts/
DialogTest.java 127 final int defValue = -1;
134 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColor, defValue),
135 ta.getColor(R.styleable.TextAppearance_textColor, defValue));
136 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHint, defValue),
137 ta.getColor(R.styleable.TextAppearance_textColorHint, defValue));
138 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorLink, defValue),
139 ta.getColor(R.styleable.TextAppearance_textColorLink, defValue));
140 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHighlight, defValue),
141 ta.getColor(R.styleable.TextAppearance_textColorHighlight, defValue));
142 assertEquals(expectedTa.getDimension(R.styleable.TextAppearance_textSize, defValue),
    [all...]
  /external/libxml2/include/libxml/
schemasInternals.h 261 const xmlChar *defValue; /* The initial value of the value constraint */
  /prebuilts/sdk/current/support/graphics/drawable/libs/
android-support-vectordrawable.jar 
  /external/libxml2/
xmlschemas.c 529 const xmlChar * defValue;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 1170 milliseconds

1 2 3