HomeSort by relevance Sort by last modified time
    Searched full:propvalue (Results 1 - 25 of 69) sorted by null

1 2 3

  /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/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 173 virtual void validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0;
226 void validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
227 virtual void validateSingleVariable (const std::vector<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0;
228 virtual void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
242 void SingleVariableValidator::validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const
256 validateSingleVariable(path, resource, propValue, implementationName);
264 validateBuiltinVariable(resource, propValue, implementationName);
273 void SingleVariableValidator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const
276 DE_UNREF(propValue);
286 void validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const
    [all...]
  /bionic/tests/
system_properties_test.cpp 125 char propvalue[PROP_VALUE_MAX]; local
131 ASSERT_EQ(6, __system_property_get("property", propvalue));
132 ASSERT_STREQ(propvalue, "value1");
134 ASSERT_EQ(6, __system_property_get("other_property", propvalue));
135 ASSERT_STREQ(propvalue, "value2");
137 ASSERT_EQ(6, __system_property_get("property_other", propvalue));
138 ASSERT_STREQ(propvalue, "value3");
149 char propvalue[PROP_VALUE_MAX]; local
168 ASSERT_EQ(6, __system_property_get("property", propvalue));
169 ASSERT_STREQ(propvalue, "value4")
    [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/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/owasp/sanitizer/tools/
update_tree_in_svn.py 126 for ((propname, propvalue), files) in svn_propsets.items():
127 svn(['propset', propname, propvalue], files)
  /external/v8/test/webkit/
for-in-var-scope.js 36 object.propName = "propValue";
  /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))
  /bionic/benchmarks/
property_benchmark.cpp 193 char propvalue[PROP_VALUE_MAX]; local
201 __system_property_read(pinfo[i], 0, propvalue);
  /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 92 CJS_PropValue propValue(CJS_Value(isolate, value, VT_unknown));
93 propValue.StartSetting();
94 if (!(pObj->*M)(pContext, propValue, sError)) {
287 CJS_PropValue PropValue(CJS_Value(isolate,value,VT_unknown));
288 PropValue.StartSetting();
289 if (!pObj->DoProperty(pRuntimeContext, propname.c_str(), PropValue, sError)) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
ISub.aidl 175 void setSubscriptionProperty(int subId, String propKey, String propValue);
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java     [all...]
  /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...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java     [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
UnicodeProperty.java 798 * Format is: propname ('=' | '!=') propvalue ( '|' propValue )*
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 554 char propValue[PROP_VALUE_MAX];
556 if (__system_property_get("ro.kernel.qemu", propValue) != 0) {
577 if (__system_property_get(propName, propValue) == 0) {
583 strlcat(dnslist, propValue, dnslist_sz);
    [all...]
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 

Completed in 932 milliseconds

1 2 3