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

1 2 3

  /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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyStyles.java 54 if (a.hasValue(index)) {
61 if (a.hasValue(index)) {
100 if (a.hasValue(index)) {
112 if (a.hasValue(index)) {
124 if (a.hasValue(index)) {
163 if (a.hasValue(index)) {
169 if (a.hasValue(index)) {
175 if (a.hasValue(index)) {
182 if (a.hasValue(index)) {
201 if (keyStyleAttr.hasValue(R.styleable.Keyboard_KeyStyle_parentStyle))
    [all...]
  /external/clang/lib/Analysis/
FormatStringParsing.h 63 bool hasValue() const { return Start != 0; }
65 assert(hasValue());
  /cts/tests/tests/animation/src/android/animation/cts/
KeyframeTest.java 46 assertTrue(keyFrame.hasValue());
52 assertTrue(keyFrame.hasValue());
65 assertTrue(keyFrame.hasValue());
  /external/webkit/Source/WebCore/css/
CSSValueList.h 56 bool hasValue(CSSValue*);
CSSValueList.cpp 86 bool CSSValueList::hasValue(CSSValue* val)
  /frameworks/compile/mclinker/lib/Support/
CommandLine.cpp 39 if (Default.hasValue())
73 if (Default.hasValue())
  /external/icu4c/common/
stringtriebuilder.cpp 85 UBool hasValue=FALSE;
94 hasValue=TRUE;
126 return writeValueAndType(hasValue, value, type);
209 UBool hasValue=FALSE;
217 hasValue=TRUE;
244 if(hasValue && node!=NULL) {
426 return hasValue==o.hasValue && (!hasValue || value==o.value);
612 offset=builder.writeValueAndType(hasValue, value, length-1)
    [all...]
ucharstriebuilder.cpp 306 offset=b.writeValueAndType(hasValue, value, b.getMinLinearMatch()+length-1);
395 UCharsTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) {
396 if(!hasValue) {
bytestriebuilder.cpp 458 BytesTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) {
460 if(hasValue) {
  /external/icu4c/common/unicode/
stringtriebuilder.h 252 ValueNode(int32_t initialHash) : Node(initialHash), hasValue(FALSE), value(0) {}
255 hasValue=TRUE;
260 UBool hasValue;
369 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node) = 0;
bytestriebuilder.h 153 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node);
ucharstriebuilder.h 157 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
XmlParseUtils.java 75 if (attr.hasValue(attrId))
  /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/Edit/
RewriteObjCFoundationAPI.cpp 433 if (!UpperU.hasValue() && !UpperL.hasValue())
435 else if (UpperU.hasValue() && !UpperL.hasValue())
437 else if (UpperL.hasValue() && !UpperU.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)) {
  /frameworks/base/core/java/android/widget/
RadioGroup.java 315 if (a.hasValue(widthAttr)) {
321 if (a.hasValue(heightAttr)) {
TableRow.java 506 if (a.hasValue(widthAttr)) {
513 if (a.hasValue(heightAttr)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 608 if (keyAttr.hasValue(R.styleable.Keyboard_Key_keyXPos)) {
    [all...]
  /external/doclava/src/com/google/doclava/
FieldInfo.java 465 public boolean hasValue() {
469 public void setHasValue(boolean hasValue) {
470 mHasValue = hasValue;
  /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...]

Completed in 595 milliseconds

1 2 3