HomeSort by relevance Sort by last modified time
    Searched refs:hasValue (Results 1 - 25 of 48) sorted by null

1 2

  /dalvik/tools/
dex-preopt 104 hasValue='yes'
113 hasValue='no'
118 if [ "${option}" = 'build-dir' -a "${hasValue}" = 'yes' ]; then
120 elif [ "${option}" = 'dexopt' -a "${hasValue}" = 'yes' ]; then
122 elif [ "${option}" = 'boot-dir' -a "${hasValue}" = 'yes' ]; then
124 elif [ "${option}" = 'product-dir' -a "${hasValue}" = 'yes' ]; then
126 elif [ "${option}" = 'boot-jars' -a "${hasValue}" = 'yes' ]; then
128 elif [ "${option}" = 'bootstrap' -a "${hasValue}" = 'no' ]; then
130 elif [ "${option}" = 'verify' -a "${hasValue}" = 'yes' ]; then
132 elif [ "${option}" = 'optimize' -a "${hasValue}" = 'yes' ]; the
    [all...]
  /external/clang/lib/Analysis/
FormatStringParsing.h 60 bool hasValue() const { return Start != 0; }
62 assert(hasValue());
ScanfFormatString.cpp 209 if (!FSR.hasValue())
PrintfFormatString.cpp 226 if (!FSR.hasValue())
  /external/webkit/Source/WebCore/css/
CSSValueList.h 56 bool hasValue(CSSValue*);
CSSValueList.cpp 86 bool CSSValueList::hasValue(CSSValue* val)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyStyles.java 77 if (!a.hasValue(index))
132 return a.hasValue(index)
138 return a.hasValue(index)
182 if (a.hasValue(index))
187 if (a.hasValue(index))
193 if (a.hasValue(index))
198 if (a.hasValue(index))
222 if (keyStyleAttr.hasValue(R.styleable.Keyboard_KeyStyle_parentStyle)) {
KeyboardBuilder.java 202 if (keyAttr.hasValue(R.styleable.Keyboard_Key_keyXPos)) {
444 if (a.hasValue(R.styleable.Keyboard_horizontalGap))
446 if (a.hasValue(R.styleable.Keyboard_verticalGap))
694 return !a.hasValue(index) || a.getInt(index, 0) == value;
700 return !a.hasValue(index) || a.getBoolean(index, false) == value;
706 return !a.hasValue(index) || stringArrayContains(a.getString(index).split("\\|"), value);
    [all...]
  /external/llvm/include/llvm/ADT/
Optional.h 45 bool hasValue() const { return hasVal; }
  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 92 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_duration)) {
95 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_fillBefore)) {
98 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_fillAfter)) {
101 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_repeatMode)) {
104 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_startOffset)) {
  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 64 if (!Val_O_CREAT.hasValue()) {
  /frameworks/base/core/java/android/animation/
Keyframe.java 164 public boolean hasValue() {
AnimatorInflater.java 291 if (a.hasValue(com.android.internal.R.styleable.Animator_repeatCount)) {
295 if (a.hasValue(com.android.internal.R.styleable.Animator_repeatMode)) {
PropertyValuesHolder.java 492 if (!kf.hasValue()) {
508 if (!kf.hasValue()) {
    [all...]
  /frameworks/base/core/java/android/widget/
RadioGroup.java 299 if (a.hasValue(widthAttr)) {
305 if (a.hasValue(heightAttr)) {
TableRow.java 492 if (a.hasValue(widthAttr)) {
499 if (a.hasValue(heightAttr)) {
  /external/doclava/src/com/google/doclava/
FieldInfo.java 465 public boolean hasValue() {
469 public void setHasValue(boolean hasValue) {
470 mHasValue = hasValue;
InfoBuilder.java 166 } else if (f.hasValue()) {
689 boolean hasValue = false;
750 hasValue = true;
760 field.setHasValue(hasValue);
    [all...]
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SimpleInflater.java 137 if (a.hasValue(R.styleable.MenuItem_android_checkable)) {
  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 168 return matches(element) && styleValue && styleValue->isValueList() && static_cast<CSSValueList*>(styleValue.get())->hasValue(m_primitiveValue.get());
772 if (newTextDecorations->hasValue(underline.get()) && !textDecorations->hasValue(underline.get()))
775 if (newTextDecorations->hasValue(lineThrough.get()) && !textDecorations->hasValue(lineThrough.get()))
    [all...]
  /external/collada/include/dae/
daeElement.h 302 daeBool hasValue(); // Use hasCharData instead.
  /cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java 198 method = "hasValue",
275 // hasValue test
276 assertTrue(mTypedArray.hasValue(R.styleable.style1_type16));
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 84 if (a.hasValue(1)) {
  /external/llvm/include/llvm/Support/
CommandLine.h 340 bool hasValue() const { return false; }
361 bool hasValue() const { return Valid; }
377 if (!VC.hasValue()) return false;
    [all...]
  /frameworks/base/core/java/android/view/
MenuInflater.java 340 if (a.hasValue(com.android.internal.R.styleable.MenuItem_checkable)) {

Completed in 365 milliseconds

1 2