HomeSort by relevance Sort by last modified time
    Searched refs:propValue (Results 1 - 18 of 18) sorted by null

  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
PropertyNodesVerifierElem.java 62 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue) {
63 return addExpectedNodeWithOrder(propName, propValue, null, null, null, null, null);
67 String propName, String propValue, ContentValues contentValues) {
68 return addExpectedNodeWithOrder(propName, propValue, null,
79 String propName, String propValue, List<String> propValueList) {
80 return addExpectedNodeWithOrder(propName, propValue, propValueList, null,
86 final String propValue = concatinateListWithSemiColon(propValueList);
87 return addExpectedNodeWithOrder(propName, propValue.toString(), propValueList,
91 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue,
93 return addExpectedNodeWithOrder(propName, propValue, null
    [all...]
PropertyNode.java 44 public String propValue;
48 * Used when propValue is encoded by something like BASE64, QUOTED-PRINTABLE, etc.
69 propValue = "";
77 String propName, String propValue, List<String> propValue_vector,
85 if (propValue != null) {
86 this.propValue = propValue;
88 this.propValue = "";
143 if (!propValue.equals(node.propValue)) {
    [all...]
VNodeBuilder.java 126 propNode.propValue = "";
134 propNode.propValue = "";
137 propNode.propValue = listToString(propNode.propValue_vector);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMeta.java 187 * @param propValue the value for the property (only leaf properties have a value).
199 Object propValue,
208 * @param propValue the value for the property
214 Object propValue) throws XMPException;
230 * @param itemValue the new value of the array item. Has the same usage as propValue in
272 * propValue in <code>setProperty()</code>.
320 * @param itemValue the value of the array item. Has the same usage as propValue in getProperty.
361 * Has the same usage as propValue in getProperty.
411 * value of the qualifier, if the qualifier has a value. Has the same usage as propValue
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java 768 public void setPropertyBoolean(String schemaNS, String propName, boolean propValue,
771 setProperty(schemaNS, propName, propValue ? TRUESTR : FALSESTR, options);
778 public void setPropertyBoolean(String schemaNS, String propName, boolean propValue)
781 setProperty(schemaNS, propName, propValue ? TRUESTR : FALSESTR, null);
797 public void setPropertyInteger(String schemaNS, String propName, int propValue,
800 setProperty(schemaNS, propName, new Integer(propValue), options);
807 public void setPropertyInteger(String schemaNS, String propName, int propValue)
810 setProperty(schemaNS, propName, new Integer(propValue), null);
826 public void setPropertyLong(String schemaNS, String propName, long propValue,
829 setProperty(schemaNS, propName, new Long(propValue), options)
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSCSSStyleDeclarationCustom.cpp 186 String propValue = valueToStringWithNullCheck(exec, value);
188 propValue += "px";
190 impl()->setProperty(prop, propValue, ec);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java     [all...]
  /external/webkit/Source/JavaScriptGlue/
JSValueWrapper.cpp 112 JSValue propValue = ptr->GetValue().toObject(exec)->get(exec, CFStringToIdentifier(propertyName, exec));
113 JSValueWrapper* wrapperValue = new JSValueWrapper(propValue);
  /external/webkit/Source/WebCore/inspector/front-end/
ExtensionServer.js 408 var propValue = WebInspector.Resource.Type[propName];
409 if (typeof propValue === "number")
410 resourceTypes[propName] = WebInspector.Resource.Type.toString(propValue);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 644 String propValue = projectState.getProperty(MANIFEST_MERGER_PROPERTY);
645 if (propValue != null) {
646 enabled = Boolean.valueOf(propValue);
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 520 char propValue[PROP_VALUE_MAX];
522 if (__system_property_get("ro.kernel.qemu", propValue) != 0) {
543 if (__system_property_get(propName, propValue) == 0) {
549 strlcat(dnslist, propValue, dnslist_sz);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 746 milliseconds