OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:propname
(Results
26 - 50
of
113
) sorted by null
1
2
3
4
5
/external/apache-xml/src/main/java/org/apache/xml/serializer/
SecuritySupport12.java
84
String getSystemProperty(final String
propName
) {
88
return System.getProperty(
propName
);
/external/apache-xml/src/main/java/org/apache/xml/utils/
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
);
/external/apache-xml/src/main/java/org/apache/xpath/functions/
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
);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPUtils.java
98
*
propName
parameters:
101
* <li> Non-empty <code>schemaNS</code> and <code>
propName
</code> - The named property is
106
* <li> Non-empty <code>schemaNS</code> and empty <code>
propName
</code> - The all external
112
* <li> Empty <code>schemaNS</code> and empty <code>
propName
</code> - All external properties in
118
* It is an error to pass an empty <code>schemaNS</code> and non-empty <code>
propName
</code>.
127
* @param
propName
138
public static void removeProperties(XMPMeta xmp, String schemaNS, String
propName
,
141
XMPUtilsImpl.removeProperties(xmp, schemaNS,
propName
, doAllProperties, includeAliases);
/frameworks/opt/vcard/java/com/android/vcard/
VCardInterpreter.java
37
* e.g. group1.
propName
;paramName1=paramValue1;paramName2=paramValue2;propertyValue1;propertyValue2...
/external/webkit/Source/WebCore/inspector/front-end/
RemoteObject.js
259
function buildProperty(
propName
)
261
return new WebInspector.RemoteObjectProperty(
propName
, new WebInspector.LocalJSONObject(this._value[
propName
]));
/external/qemu/android/avd/
util.c
189
_getSystemProperty( const char* propFile, const char*
propName
)
193
int propNameLen = strlen(
propName
);
218
if (memcmp(temp,
propName
, propNameLen) != 0) {
240
_getBuildProperty( const char* androidOut, const char*
propName
)
249
return _getSystemProperty(temp,
propName
);
/external/webkit/Source/JavaScriptGlue/
JSUtils.cpp
285
Identifier
propName
= *iter;
286
UString ustr =
propName
.ustring();
331
Identifier
propName
= *iter;
332
if (object->hasProperty(exec,
propName
))
334
CFStringRef cfKey = IdentifierToCFString(
propName
);
335
CFTypeRef cfValue = KJSValueToCFTypeInternal(object->get(exec,
propName
), exec, &imps);
/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/webkit/Source/WebCore/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp
142
String
propName
= builder.toString();
143
int propertyID = cssPropertyID(
propName
);
147
propInfo->wasFilter = (
propName
== "filter");
/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
);
/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
);
/frameworks/av/media/libstagefright/wifi-display/source/
Converter.h
76
static int32_t GetInt32Property(const char *
propName
, int32_t defaultValue);
/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
);
/external/smack/src/org/apache/qpid/management/common/sasl/
PlainSaslClient.java
136
public Object getNegotiatedProperty(String
propName
)
140
if (
propName
.equals(Sasl.QOP))
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c
209
add_arg(xml, "
propname
", "s", "in");
220
add_arg(xml, "
propname
", "s", "in");
/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);
/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/icu4c/test/intltest/
ucdtest.cpp
172
UnicodeString
propName
(fields[1][0], (int32_t)(fields[1][1]-fields[1][0]));
173
propName
.trim();
174
if(me->unknownPropertyNames->find(
propName
)==NULL) {
176
me->unknownPropertyNames->puti(
propName
, 1, errorCode);
Completed in 7442 milliseconds
1
2
3
4
5