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

1 2 3 4 5 6 7

  /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...]
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
TestCallbackHelperContainer.java 106 public boolean hasValue() {
116 assert hasValue();
130 return hasValue();
142 return hasValue();
147 return hasValue();
151 assert !hasValue();
JavaScriptUtils.java 66 Assert.assertTrue("Failed to retrieve JavaScript evaluation results.", helper.hasValue());
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParam.cpp 47 bool hasValue;
48 float timelineValue = m_timeline.valueForContextTime(context(), narrowPrecisionToFloat(m_value), hasValue);
50 if (hasValue)
128 bool hasValue;
129 float timelineValue = m_timeline.valueForContextTime(context(), narrowPrecisionToFloat(m_value), hasValue);
131 if (hasValue)
AudioParamTimeline.h 54 // hasValue is set to true if a valid timeline value is returned.
56 float valueForContextTime(AudioContext*, float defaultValue, bool& hasValue);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyStyle.java 34 if (a.hasValue(index)) {
41 if (a.hasValue(index)) {
KeyStylesSet.java 88 if (a.hasValue(index)) {
101 if (a.hasValue(index)) {
114 if (a.hasValue(index)) {
153 if (a.hasValue(index)) {
159 if (a.hasValue(index)) {
165 if (a.hasValue(index)) {
173 if (a.hasValue(index)) {
192 if (keyStyleAttr.hasValue(R.styleable.Keyboard_KeyStyle_parentStyle)) {
206 if (!keyAttr.hasValue(R.styleable.Keyboard_Key_keyStyle)) {
  /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())
200 if (!AlwaysInlineSize.hasValue())
206 if (!MaxInlinableSize.hasValue()) {
227 if (!GraphTrimInterval.hasValue())
233 if (!MaxTimesInlineLarge.hasValue())
239 if (!MaxNodesPerTopLevelFunction.hasValue()) {
  /external/clang/lib/Analysis/
FormatStringParsing.h 63 bool hasValue() const { return Start != 0; }
65 assert(hasValue());
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeSymbolicFieldElement.cpp 90 bool DateTimeSymbolicFieldElement::hasValue() const
119 if (hasValue()) {
129 if (hasValue()) {
139 return hasValue() ? m_symbols[m_selectedIndex] : emptyString();
160 return hasValue() ? m_symbols[m_selectedIndex] : visibleEmptyValue();
DateTimeFieldElements.cpp 53 if (hasValue())
89 dateTimeFieldsState.setDayOfMonth(hasValue() ? valueAsInteger() : DateTimeFieldsState::emptyValue);
176 if (!hasValue()) {
224 dateTimeFieldsState.setHour(hasValue() ? valueAsInteger() : DateTimeFieldsState::emptyValue);
252 if (!hasValue()) {
294 if (!hasValue()) {
333 dateTimeFieldsState.setMillisecond(hasValue() ? valueAsInteger() : DateTimeFieldsState::emptyValue);
374 dateTimeFieldsState.setMinute(hasValue() ? valueAsInteger() : DateTimeFieldsState::emptyValue);
415 dateTimeFieldsState.setMonth(hasValue() ? valueAsInteger() : DateTimeFieldsState::emptyValue);
456 dateTimeFieldsState.setSecond(hasValue() ? valueAsInteger() : DateTimeFieldsState::emptyValue)
    [all...]
DateTimeFieldElement.h 65 virtual bool hasValue() const = 0;
DateTimeNumericFieldElement.h 73 virtual bool hasValue() const OVERRIDE FINAL;
DateTimeSymbolicFieldElement.h 43 virtual bool hasValue() const OVERRIDE FINAL;
  /cts/tests/tests/animation/src/android/animation/cts/
KeyframeTest.java 46 assertTrue(keyFrame.hasValue());
52 assertTrue(keyFrame.hasValue());
65 assertTrue(keyFrame.hasValue());
  /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) {
423 return hasValue==o.hasValue && (!hasValue || value==o.value);
609 offset=builder.writeValueAndType(hasValue, value, length-1)
    [all...]
  /external/icu4c/common/unicode/
stringtriebuilder.h 265 ValueNode(int32_t initialHash) : Node(initialHash), hasValue(FALSE), value(0) {}
268 hasValue=TRUE;
273 UBool hasValue;
393 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node) = 0;
  /packages/apps/Camera/src/com/android/camera/
Exif.java 45 tag.hasValue()) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
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;
  /external/clang/lib/Lex/
MacroInfo.cpp 138 !isPublic.hasValue() || isPublic.getValue());
146 if (!isPublic.hasValue())

Completed in 962 milliseconds

1 2 3 4 5 6 7