HomeSort by relevance Sort by last modified time
    Searched refs:propValue (Results 1 - 19 of 19) 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...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java     [all...]
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp 350 NCOM::CPropVariant propValue;
353 propValue = value;
359 propValue = res;
365 propValue = number;
367 propValue = value;
370 if (!ConvertProperty(propValue, nameToPropID.VarType, prop.Value))
  /external/chromium_org/v8/test/webkit/
for-in-var-scope.js 36 object.propName = "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/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]
  /hardware/ril/reference-ril/
reference-ril.c 528 char propValue[PROP_VALUE_MAX];
530 if (__system_property_get("ro.kernel.qemu", propValue) != 0) {
551 if (__system_property_get(propName, propValue) == 0) {
557 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 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.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 347 milliseconds