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

1 2 3 4 5

  /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...]
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
NotificationGenerator.java 59 if (SMALL_ICON.hasValue())
61 if (CONTENT_TITLE.hasValue())
63 if (CONTENT_TEXT.hasValue())
65 if (SUB_TEXT.hasValue())
67 if (LARGE_ICON.hasValue())
69 if (CONTENT_INFO.hasValue())
71 if (NUMBER.hasValue())
73 if (WHEN.hasValue())
75 if (PROGRESS.hasValue() && PROGRESS.getValueBool())
77 if (USES_CHRON.hasValue())
    [all...]
CodeGenerator.java 55 if (SMALL_ICON.hasValue())
57 if (CONTENT_TITLE.hasValue())
59 if (CONTENT_TEXT.hasValue())
61 if (SUB_TEXT.hasValue())
63 if (LARGE_ICON.hasValue())
65 if (CONTENT_INFO.hasValue())
67 if (NUMBER.hasValue())
69 if (WHEN.hasValue())
71 if (PROGRESS.hasValue() && PROGRESS.getValueBool())
73 if (USES_CHRON.hasValue())
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyStyle.java 36 if (a.hasValue(index)) {
43 if (a.hasValue(index)) {
KeyStylesSet.java 88 if (a.hasValue(index)) {
101 if (a.hasValue(index)) {
114 if (a.hasValue(index)) {
155 if (a.hasValue(index)) {
161 if (a.hasValue(index)) {
167 if (a.hasValue(index)) {
174 if (a.hasValue(index)) {
193 if (keyStyleAttr.hasValue(R.styleable.Keyboard_KeyStyle_parentStyle)) {
207 if (!keyAttr.hasValue(R.styleable.Keyboard_Key_keyStyle)) {
KeyboardBuilder.java 347 if (a.hasValue(R.styleable.Keyboard_horizontalGap)) {
350 if (a.hasValue(R.styleable.Keyboard_verticalGap)) {
460 if (keyAttr.hasValue(R.styleable.Keyboard_Key_keyXPos)) {
466 if (keyAttr.hasValue(R.styleable.Keyboard_Key_keyWidth)) {
669 return !a.hasValue(index) || a.getInt(index, 0) == value;
675 return !a.hasValue(index) || a.getBoolean(index, false) == value;
681 return !a.hasValue(index)
719 if (!keyStyleAttr.hasValue(R.styleable.Keyboard_KeyStyle_styleName)) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ConstraintManager.h 42 return Val.hasValue() && Val.getValue();
47 return Val.hasValue() && !Val.getValue();
52 return Val.hasValue();
58 return !Val.hasValue();
  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 114 if (!V.hasValue())
175 if (!AlwaysInlineSize.hasValue())
181 if (!MaxInlinableSize.hasValue()) {
202 if (!GraphTrimInterval.hasValue())
208 if (!MaxTimesInlineLarge.hasValue())
214 if (!MaxNodesPerTopLevelFunction.hasValue()) {
  /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)
  /external/icu4c/common/
stringtriebuilder.cpp 86 UBool hasValue=FALSE;
95 hasValue=TRUE;
127 return writeValueAndType(hasValue, value, type);
210 UBool hasValue=FALSE;
218 hasValue=TRUE;
245 if(hasValue && node!=NULL) {
427 return hasValue==o.hasValue && (!hasValue || value==o.value);
613 offset=builder.writeValueAndType(hasValue, value, length-1)
    [all...]
  /external/icu4c/common/unicode/
stringtriebuilder.h 268 ValueNode(int32_t initialHash) : Node(initialHash), hasValue(FALSE), value(0) {}
271 hasValue=TRUE;
276 UBool hasValue;
396 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node) = 0;
bytestriebuilder.h 160 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node);
ucharstriebuilder.h 164 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node);
  /packages/apps/Camera/src/com/android/camera/
Exif.java 45 tag.hasValue()) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
XmlParseUtils.java 77 if (attr.hasValue(attrId)) {
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
BooleanEditor.java 37 booleanEditor.setChecked(item.hasValue() && item.getValueBool());
IconEditor.java 49 boolean selected = item.hasValue() && item.getValue().equals(iconResId) ||
50 !item.hasValue() && iconResId == null;
TextEditor.java 39 if (item.hasValue())
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifReader.java 58 if (!tag.hasValue()) {
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
ExifParserTest.java 58 if (!tag.hasValue()) {
113 if (tag.hasValue()) {
176 if (tag.hasValue()) {
  /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)) {
  /frameworks/base/core/java/android/animation/
Keyframe.java 164 public boolean hasValue() {

Completed in 1037 milliseconds

1 2 3 4 5