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

1 2

  /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 125 propNode.propValue = "";
133 propNode.propValue = "";
136 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/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 151 virtual void validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue) const = 0;
204 void validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue) const;
205 virtual void validateSingleVariable (const std::vector<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue) const = 0;
206 virtual void validateBuiltinVariable (const std::string& resource, glw::GLint propValue) const;
220 void SingleVariableValidator::validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue) const
234 validateSingleVariable(path, resource, propValue);
242 validateBuiltinVariable(resource, propValue);
250 void SingleVariableValidator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue) const
252 DE_UNREF(propValue);
263 void validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue) const
    [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";
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-resources-plugin/2.4.3/
maven-resources-plugin-2.4.3.jar 
  /external/owasp/sanitizer/empiricism/
html-containment.js 177 var propValue = v[k];
178 if ((propValue != null && typeof propValue == 'object')
  /external/pdfium/fpdfsdk/include/javascript/
JS_Define.h 152 CJS_PropValue propValue(CJS_Value(isolate,value,VT_unknown));\
153 propValue.StartSetting();\
163 bRet = pObj->prop_name(cc, propValue, sError);\
459 CJS_PropValue PropValue(CJS_Value(isolate,value,VT_unknown));\
460 PropValue.StartSetting();\
470 bRet = pObj->DoProperty(cc, (FX_LPCWSTR)propname, PropValue, sError);\
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 662 String propValue = projectState.getProperty(MANIFEST_MERGER_PROPERTY);
663 if (propValue != null) {
664 enabled = Boolean.valueOf(propValue);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/shared/maven-filtering/1.0-beta-4/
maven-filtering-1.0-beta-4.jar 
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]
  /hardware/ril/reference-ril/
reference-ril.c 550 char propValue[PROP_VALUE_MAX];
552 if (__system_property_get("ro.kernel.qemu", propValue) != 0) {
573 if (__system_property_get(propName, propValue) == 0) {
579 strlcat(dnslist, propValue, dnslist_sz);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/boot/
plexus-classworlds-2.5.1.jar 
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.cpp     [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 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-builder-3.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.0/
sdklib-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.1/
sdklib-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.3/
sdklib-22.7.3.jar 

Completed in 556 milliseconds

1 2