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

1 2

  /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)) {
  /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");
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/test_utils/
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...]
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...]
  /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)
  /libcore/luni/src/test/java/tests/security/cert/
CertPathBuilder2Test.java 89 String propName = CertPathBuilder1Test.DEFAULT_TYPE_PROPERTY;
92 Security.setProperty(propName, invalidValues[i]);
98 Security.setProperty(propName, dt);
CertPathValidator2Test.java 88 String propName = "certpathvalidator.type";
90 Security.setProperty(propName, invalidValues[i]);
94 Security.setProperty(propName, dt);
CertPathValidator1Test.java 114 String propName = "certpathvalidator.type";
115 String defCPV = Security.getProperty(propName);
126 Security.setProperty(propName, defaultType);
128 resType = Security.getProperty(propName);
  /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);
  /frameworks/base/libs/ui/
KeyCharacterMap.cpp 161 char propName[100];
167 sprintf(propName, "hw.keyboards.%u.devname", id);
168 err = property_get(propName, dev, "");
180 LOGW("Error loading keycharmap file '%s'. %s='%s'", path, propName, dev);
EventHub.cpp 805 char propName[100];
806 sprintf(propName, "hw.keyboards.%u.devname", device->id);
807 property_set(propName, name);
831 LOGI("New keyboard: device->id=0x%x devname='%s' propName='%s' keylayout='%s'\n",
832 device->id, name, propName, keylayoutFilename);
919 char propName[100];
920 sprintf(propName, "hw.keyboards.%u.devname", device->id);
921 property_set(propName, NULL);
    [all...]
  /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/chromium/third_party/icu/source/tools/gencase/
gencase.c 73 const char *propName;
147 if(isToken(bin->binaries[i].propName, s)) {
154 (int)bin->binaries[i].vecMask, bin->ucdFile, bin->binaries[i].propName);
161 bin->binaries[i].propName, u_errorName(*pErrorCode));
  /external/chromium/third_party/icu/source/tools/genprops/
props2.c 108 const char *ucdFile, *propName;
195 sen->propName, sen->ucdFile, s);
202 sen->propName, (int)uv, s);
213 sen->propName, u_errorName(*pErrorCode));
239 const char *propName;
357 if(isToken(bin->binaries[i].propName, s)) {
364 (int)bin->binaries[i].vecShift, bin->ucdFile, bin->binaries[i].propName);
376 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));
  /external/icu4c/tools/gencase/
gencase.c 73 const char *propName;
149 if(isToken(bin->binaries[i].propName, s)) {
156 (int)bin->binaries[i].vecMask, bin->ucdFile, bin->binaries[i].propName);
163 bin->binaries[i].propName, u_errorName(*pErrorCode));
  /external/icu4c/tools/genprops/
props2.c 108 const char *ucdFile, *propName;
195 sen->propName, sen->ucdFile, s);
202 sen->propName, (int)uv, s);
213 sen->propName, u_errorName(*pErrorCode));
239 const char *propName;
357 if(isToken(bin->binaries[i].propName, s)) {
364 (int)bin->binaries[i].vecShift, bin->ucdFile, bin->binaries[i].propName);
376 bin->binaries[i].propName, u_errorName(*pErrorCode));
  /external/chromium/third_party/icu/source/common/
uniset_props.cpp 35 #include "propname.h"
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 211 String propName = "keystore.type";
212 String defKSType = Security.getProperty(propName);
222 Security.setProperty(propName, defaultType);
224 resType = Security.getProperty(propName);
  /sdk/anttasks/src/com/android/ant/
SetupTask.java 635 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);
636 String rootPath = source.getProperty(propName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 190 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);
191 String rootPath = mProperties.getProperty(propName);
275 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);
276 String rootPath = mProperties.getProperty(propName);
570 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);
571 String rootPath = mProperties.getProperty(propName);
581 workingCopy.setProperty(propName, newValue);
  /external/chromium/third_party/icu/source/tools/genpname/
genpname.cpp 21 #include "propname.h"
365 void buildTopLevelProperties(const NameToEnumEntry* propName,
576 void Builder::buildTopLevelProperties(const NameToEnumEntry* propName,
583 nameToEnum = buildNameToEnum(propName,
994 * genpname.cpp and the propname.cpp swapping code
    [all...]
  /external/icu4c/common/
uniset_props.cpp 35 #include "propname.h"
    [all...]
  /external/icu4c/tools/genpname/
genpname.cpp 21 #include "propname.h"
366 void buildTopLevelProperties(const NameToEnumEntry* propName,
577 void Builder::buildTopLevelProperties(const NameToEnumEntry* propName,
584 nameToEnum = buildNameToEnum(propName,
995 * genpname.cpp and the propname.cpp swapping code
    [all...]

Completed in 526 milliseconds

1 2