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

  /frameworks/base/core/tests/coretests/src/android/pim/vcard/
PropertyNodesVerifier.java 132 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue) {
133 return addExpectedNodeWithOrder(propName, propValue, null, null, null, null, null);
137 String propName, String propValue, ContentValues contentValues) {
138 return addExpectedNodeWithOrder(propName, propValue, null,
149 String propName, String propValue, List<String> propValueList) {
150 return addExpectedNodeWithOrder(propName, propValue, propValueList, null,
156 final String propValue = concatinateListWithSemiColon(propValueList);
157 return addExpectedNodeWithOrder(propName, propValue.toString(), propValueList,
161 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue,
163 return addExpectedNodeWithOrder(propName, propValue, null
    [all...]
PropertyNode.java 38 public String propValue;
42 * Used when propValue is encoded by something like BASE64, QUOTED-PRINTABLE, etc.
62 propValue = "";
70 String propName, String propValue, List<String> propValue_vector,
78 if (propValue != null) {
79 this.propValue = propValue;
81 this.propValue = "";
136 if (!propValue.equals(node.propValue)) {
    [all...]
VNodeBuilder.java 271 mCurrentPropNode.propValue = "";
289 mCurrentPropNode.propValue = listToString(mCurrentPropNode.propValue_vector);
  /build/tools/kcm/
kcm.cpp 35 struct PropValue
37 PropValue() { lineno = -1; }
38 PropValue(const PropValue& that) { lineno=that.lineno; value=that.value; }
39 PropValue(int l, const string& v) { lineno = l; value = v; }
82 map<string,PropValue> properties;
136 properties[prop] = PropValue(lineno, value);
175 map<string,PropValue>::iterator sit = properties.find("type");
181 PropValue pv = sit->second;
  /frameworks/base/core/java/android/pim/vcard/
VCardEntry.java 638 String propValue, boolean isPrimary) {
642 mImList.add(new ImData(protocol, customProtocol, type, propValue, isPrimary));
753 final String propValue = listToString(propValueList).trim();
758 mFullName = propValue;
762 mFullName = propValue;
766 mPhoneticFullName = propValue;
769 addNickName(propValue);
779 VCardUtils.constructListFromValue(propValue,
    [all...]
  /external/webkit/WebCore/bindings/js/
JSCSSStyleDeclarationCustom.cpp 181 String propValue = valueToStringWithNullCheck(exec, value);
183 propValue += "px";
185 impl()->setProperty(prop, propValue, ec);
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 512 GValue propValue = { 0, { { 0 } } };
513 g_value_init(&propValue, pspec->value_type);
516 g_value_transform(const_cast<GValue*>(&stringValue), &propValue);
517 g_object_set_property(G_OBJECT(settings), webSettingKey, const_cast<GValue*>(&propValue));
518 } else if (G_VALUE_HOLDS_BOOLEAN(&propValue)) {
525 } else if (G_VALUE_HOLDS_INT(&propValue)) {
  /external/webkit/JavaScriptGlue/
JSValueWrapper.cpp 112 JSValue propValue = ptr->GetValue().toObject(exec)->get(exec, CFStringToIdentifier(propertyName, exec));
113 JSValueWrapper* wrapperValue = new JSValueWrapper(propValue);
  /bionic/libc/netbsd/resolv/
res_init.c 174 char propvalue[PROP_VALUE_MAX]; local
177 if(__system_property_get(DNS_SEARCH_PROP_NAME, propvalue) >= 1) {
178 strlcpy(statp->defdname, propvalue, sizeof(statp->defdname));
325 char propvalue[PROP_VALUE_MAX]; local
338 if(__system_property_get(propname, propvalue) < 1) {
349 if(__system_property_get(propname, propvalue) < 1) {
354 cp = propvalue;
880 char propvalue[PROP_VALUE_MAX]; local
881 if (__system_property_read(dns_change_prop, NULL, propvalue) >= 1) {
882 return atoi(propvalue);
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-5/arch-x86/usr/lib/
libc.so 
  /ndk/build/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-8/arch-x86/usr/lib/
libc.so 

Completed in 463 milliseconds