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

1 2 3 4 5

  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_LayoutParamsTest.java 70 int defValue = -1;
71 assertEquals(array.getDimensionPixelSize(R.styleable.style1_type6, defValue),
73 assertEquals(array.getDimensionPixelSize(R.styleable.style1_type7, defValue),
ContextThemeWrapperTest.java 145 final int defValue = -1;
152 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColor, defValue),
153 ta.getColor(R.styleable.TextAppearance_textColor, defValue));
154 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHint, defValue),
155 ta.getColor(R.styleable.TextAppearance_textColorHint, defValue));
156 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorLink, defValue),
157 ta.getColor(R.styleable.TextAppearance_textColorLink, defValue));
158 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHighlight, defValue),
159 ta.getColor(R.styleable.TextAppearance_textColorHighlight, defValue));
160 assertEquals(expectedTa.getDimension(R.styleable.TextAppearance_textSize, defValue),
    [all...]
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/view/
ContextThemeWrapperTest.java 151 final int defValue = -1;
160 defValue),
163 defValue));
166 defValue),
170 defValue));
173 defValue),
177 defValue));
180 defValue),
183 defValue), 0.0f);
186 defValue),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SplitKit.cpp 345 VNInfo *SplitEditor::defValue(unsigned RegIdx,
429 VNInfo *VNI = defValue(RegIdx, ParentVNI, Def);
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 384 VNInfo *SplitEditor::defValue(unsigned RegIdx,
475 return defValue(RegIdx, ParentVNI, Def);
    [all...]
  /external/pdfium/xfa/fxfa/parser/
xfa_document_datamerger_imp.cpp 138 auto* defValue = pFormNode->JSObject()->GetOrCreateProperty<CXFA_Value>(
144 CXFA_Image* image = defValue ? defValue->GetImageIfExists() : nullptr;
166 wsValue = defValue ? defValue->GetChildValueContent() : L"";
193 wsValue = defValue ? defValue->GetChildValueContent() : L"";
263 wsValue = defValue ? defValue->GetChildValueContent() : L"";
277 wsValue = defValue ? defValue->GetChildValueContent() : L""
    [all...]
  /cts/tests/app/src/android/app/cts/
DialogTest.java 162 final int defValue = -1;
169 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColor, defValue),
170 ta.getColor(R.styleable.TextAppearance_textColor, defValue));
171 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHint, defValue),
172 ta.getColor(R.styleable.TextAppearance_textColorHint, defValue));
173 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorLink, defValue),
174 ta.getColor(R.styleable.TextAppearance_textColorLink, defValue));
175 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHighlight, defValue),
176 ta.getColor(R.styleable.TextAppearance_textColorHighlight, defValue));
177 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 */
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp 372 auto* defValue =
375 defValue ? defValue->GetChildValueClassID() : XFA_Element::Unknown;
457 if (defValue) {
458 defValue->JSObject()->GetOrCreateProperty<CXFA_Text>(0,
507 if (defValue)
508 defValue->JSObject()->GetOrCreateProperty<CXFA_Node>(0, eValueType);
550 CXFA_Value* defValue = pAcc->GetNode()->GetDefaultValueIfExists();
551 if (defValue) {
552 wsValue = defValue->GetChildValueContent()
    [all...]
  /external/libxml2/
xmlschemas.c 537 const xmlChar * defValue;
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.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 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 

Completed in 2215 milliseconds

1 2 3 4 5