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

1 2

  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_LayoutParamsTest.java 58 int defValue = -1;
59 assertEquals(array.getDimensionPixelSize(R.styleable.style1_type6, defValue),
61 assertEquals(array.getDimensionPixelSize(R.styleable.style1_type7, defValue),
ContextThemeWrapperTest.java 107 final int defValue = -1;
114 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColor, defValue),
115 ta.getColor(R.styleable.TextAppearance_textColor, defValue));
116 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHint, defValue),
117 ta.getColor(R.styleable.TextAppearance_textColorHint, defValue));
118 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorLink, defValue),
119 ta.getColor(R.styleable.TextAppearance_textColorLink, defValue));
120 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHighlight, defValue),
121 ta.getColor(R.styleable.TextAppearance_textColorHighlight, defValue));
122 assertEquals(expectedTa.getDimension(R.styleable.TextAppearance_textSize, defValue),
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 373 VNInfo *SplitEditor::defValue(unsigned RegIdx,
458 return defValue(RegIdx, ParentVNI, Def);
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/core/
DMTValidator.java 231 String defValue = (String) parameters.get("Default");
233 if (defValue != null)
249 checkValues(defValue,parameters,nodepath,nodeType,"Default");
341 if (defValue != null)
343 if (values.indexOf(defValue) == -1)
345 problemsList.add("Default value '" + defValue +
436 if (defValue != null)
438 if (!regexpValue.match(defValue))
440 problemsList.add("Default attribute '" + defValue + "' does not match regular expression '" + regexpStr + "' for node: " + nodepath);
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.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/chromium_org/third_party/libxml/src/include/libxml/
schemasInternals.h 261 const xmlChar *defValue; /* The initial value of the value constraint */
  /external/libxml2/include/libxml/
schemasInternals.h 261 const xmlChar *defValue; /* The initial value of the value constraint */
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c 529 const xmlChar * defValue;
    [all...]
  /external/libxml2/
xmlschemas.c 529 const xmlChar * defValue;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 401 milliseconds

1 2