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

1 2 3

  /frameworks/base/core/tests/coretests/src/android/pim/vcard/test_utils/
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,
73 String propName, List<String> propValueList, ContentValues contentValues) {
74 return addExpectedNodeWithOrder(propName, null, propValueList,
79 String propName, String propValue, List<String> propValueList) {
80 return addExpectedNodeWithOrder(propName, propValue, propValueList, null,
85 String propName, List<String> propValueList) {
87 return addExpectedNodeWithOrder(propName, propValue.toString(), propValueList
    [all...]
PropertyNode.java 42 public String propName;
67 propName = "";
76 String propName, String propValue, List<String> propValue_vector,
79 if (propName != null) {
80 this.propName = propName;
82 this.propName = "";
129 if (propName == null || !propName.equals(node.propName)) {
    [all...]
  /system/core/libsysutils/src/
ServiceManager.cpp 63 char propName[255];
65 snprintf(propName, sizeof(propVal), "init.svc.%s", name);
68 if (property_get(propName, propVal, NULL)) {
  /libcore/luni/src/main/java/org/apache/xpath/functions/
FuncSystemProperty.java 62 String propName = "";
77 propName = (indexOfNSSep < 0)
83 result = xsltInfo.getProperty(propName);
101 result = System.getProperty(propName);
106 // result = System.getenv(propName);
141 if (propName.equals("version") && result.length() > 0)
SecuritySupport.java 98 String getSystemProperty(String propName) {
99 return System.getProperty(propName);
  /libcore/luni/src/main/java/javax/xml/datatype/
SecuritySupport.java 55 static String getSystemProperty(final String propName) {
59 return System.getProperty(propName);
  /libcore/luni/src/main/java/javax/xml/parsers/
SecuritySupport.java 55 static String getSystemProperty(final String propName) {
59 return System.getProperty(propName);
  /libcore/luni/src/main/java/javax/xml/transform/
SecuritySupport.java 55 static String getSystemProperty(final String propName) {
59 return System.getProperty(propName);
  /libcore/luni/src/main/java/org/apache/xalan/xslt/
SecuritySupport.java 98 String getSystemProperty(String propName) {
99 return System.getProperty(propName);
SecuritySupport12.java 87 String getSystemProperty(final String propName) {
91 return System.getProperty(propName);
  /libcore/luni/src/main/java/org/apache/xml/dtm/
SecuritySupport.java 98 String getSystemProperty(String propName) {
99 return System.getProperty(propName);
SecuritySupport12.java 87 String getSystemProperty(final String propName) {
91 return System.getProperty(propName);
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport.java 98 String getSystemProperty(String propName) {
99 return System.getProperty(propName);
SecuritySupport12.java 87 String getSystemProperty(final String propName) {
91 return System.getProperty(propName);
  /libcore/luni/src/main/java/org/apache/xml/serializer/
SecuritySupport.java 96 String getSystemProperty(String propName) {
97 return System.getProperty(propName);
SecuritySupport12.java 84 String getSystemProperty(final String propName) {
88 return System.getProperty(propName);
  /libcore/luni/src/main/java/org/apache/xml/utils/
SecuritySupport.java 98 String getSystemProperty(String propName) {
99 return System.getProperty(propName);
  /external/oauth/core/src/main/java/net/oauth/
ConsumerProperties.java 114 String propName = (String) prop.getKey();
115 if (propName.startsWith(name + ".consumer.")) {
116 String c = propName.substring(name.length() + 10);
  /external/webkit/WebCore/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 142 String propName = String::adopt(name);
143 int propertyID = cssPropertyID(propName);
147 propInfo->wasFilter = (propName == "filter");
  /external/webkit/JavaScriptGlue/
JSUtils.cpp 284 Identifier propName = *iter;
285 UString ustr = propName.ustring();
330 Identifier propName = *iter;
331 if (object->hasProperty(exec, propName))
333 CFStringRef cfKey = IdentifierToCFString(propName);
334 CFTypeRef cfValue = KJSValueToCFTypeInternal(object->get(exec, propName), exec, &imps);
  /external/webkit/LayoutTests/storage/
sql-data-types.js 22 function shouldBeSameTypeAndValue(propName, testValue, result) {
24 writeMessageToLog("PASS: property '" + propName + "' ok, type was " + typeof result);
27 writeMessageToLog("FAIL: property '" + propName + "' failed."
  /external/chromium/third_party/icu/source/tools/genbidi/
genbidi.c 104 const char *ucdFile, *propName;
161 sen->propName, sen->ucdFile, s);
168 sen->propName, (int)uv, s);
175 sen->propName, u_errorName(*pErrorCode));
205 const char *propName;
253 if(isToken(bin->binaries[i].propName, s)) {
260 (int)bin->binaries[i].vecMask, bin->ucdFile, bin->binaries[i].propName);
267 bin->binaries[i].propName, u_errorName(*pErrorCode));
  /external/icu4c/tools/genbidi/
genbidi.c 104 const char *ucdFile, *propName;
161 sen->propName, sen->ucdFile, s);
168 sen->propName, (int)uv, s);
175 sen->propName, u_errorName(*pErrorCode));
205 const char *propName;
253 if(isToken(bin->binaries[i].propName, s)) {
260 (int)bin->binaries[i].vecMask, bin->ucdFile, bin->binaries[i].propName);
267 bin->binaries[i].propName, u_errorName(*pErrorCode));
  /libcore/luni/src/main/java/javax/xml/validation/
SecuritySupport.java 57 static String getSystemProperty(final String propName) {
61 return System.getProperty(propName);
  /libcore/luni/src/main/java/javax/xml/xpath/
SecuritySupport.java 57 static String getSystemProperty(final String propName) {
61 return System.getProperty(propName);

Completed in 884 milliseconds

1 2 3