/system/core/libsysutils/src/ |
ServiceManager.cpp | 102 char propName[PROPERTY_KEY_MAX]; 105 ret = snprintf(propName, sizeof(propName), "init.svc.%s", name); 106 if (ret > (int)sizeof(propName)-1) { 111 if (property_get(propName, propVal, NULL)) {
|
/external/apache-xml/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)
|
/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);
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
PropertyNode.java | 43 public String propName; 68 propName = ""; 77 String propName, String propValue, List<String> propValue_vector, 80 if (propName != null) { 81 this.propName = propName; 83 this.propName = ""; 130 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...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertPathBuilder2Test.java | 91 String propName = CertPathBuilder1Test.DEFAULT_TYPE_PROPERTY; 94 Security.setProperty(propName, invalidValues[i]); 100 Security.setProperty(propName, dt);
|
CertPathValidator2Test.java | 92 String propName = "certpathvalidator.type"; 94 Security.setProperty(propName, invalidValues[i]); 98 Security.setProperty(propName, dt);
|
CertPathValidator1Test.java | 109 String propName = "certpathvalidator.type"; 110 String defCPV = Security.getProperty(propName); 121 Security.setProperty(propName, defaultType); 123 resType = Security.getProperty(propName);
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8CSSStyleDeclarationCustom.cpp | 148 String propName = builder.toString(); 149 CSSPropertyID propertyID = cssPropertyID(propName);
|
/libcore/luni/src/test/java/tests/security/cert/ |
CertPathBuilder2Test.java | 83 String propName = CertPathBuilder1Test.DEFAULT_TYPE_PROPERTY; 86 Security.setProperty(propName, invalidValues[i]); 92 Security.setProperty(propName, dt);
|
CertPathValidator2Test.java | 83 String propName = "certpathvalidator.type"; 85 Security.setProperty(propName, invalidValues[i]); 89 Security.setProperty(propName, dt);
|
CertPathValidator1Test.java | 102 String propName = "certpathvalidator.type"; 103 String defCPV = Security.getProperty(propName); 114 Security.setProperty(propName, defaultType); 116 resType = Security.getProperty(propName);
|
/hardware/qcom/audio/legacy/alsa_sound/ |
ALSAMixer.cpp | 55 const char *propName; 176 property_get (mixerMasterProp[i].propName, 213 property_get (mixerProp[j][i].propName,
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
KeyStoreTest.java | 188 String propName = "keystore.type"; 189 String defKSType = Security.getProperty(propName); 199 Security.setProperty(propName, defaultType); 201 resType = Security.getProperty(propName);
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyStoreTest.java | 187 String propName = "keystore.type"; 188 String defKSType = Security.getProperty(propName); 198 Security.setProperty(propName, defaultType); 200 resType = Security.getProperty(propName);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
ProjectState.java | 193 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++); 194 String rootPath = mProperties.getProperty(propName); 303 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++); 304 String rootPath = mProperties.getProperty(propName); 618 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++); 619 String rootPath = mProperties.getProperty(propName); 629 workingCopy.setProperty(propName, newValue);
|
/external/chromium_org/third_party/icu/source/common/ |
uniset_props.cpp | 35 #include "propname.h" [all...] |
/external/icu4c/common/ |
uniset_props.cpp | 35 #include "propname.h" [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cucdtst.c | 519 static void testSampleCharProps(UBool propFn(UChar32), const char *propName, 527 propName, sampleChars[i], result); [all...] |
/external/icu4c/test/cintltst/ |
cucdtst.c | 520 static void testSampleCharProps(UBool propFn(UChar32), const char *propName, 528 propName, sampleChars[i], result); [all...] |
/hardware/ril/reference-ril/ |
reference-ril.c | 547 char propName[PROP_NAME_MAX]; 548 snprintf(propName, sizeof propName, "net.eth0.dns%d", nn); 551 if (__system_property_get(propName, propValue) == 0) { [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |
/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/tools/common/m2/internal/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |
/prebuilts/devtools/tools/lib/ |
ant-tasks.jar | |