Searched
full:getproperty (Results
301 -
325 of
992) sorted by null
<<11121314151617181920>>
/external/smack/src/org/xbill/DNS/ |
ResolverConfig.java | 53 String OS = System.getProperty("os.name"); 54 String vendor = System.getProperty("java.vendor"); 139 prop = System.getProperty("dns.server"); 146 prop = System.getProperty("dns.search");
|
/external/smali/util/src/main/java/org/jf/util/ |
ConsoleUtil.java | 41 if (System.getProperty("os.name").toLowerCase().contains("windows")) {
|
/external/v8/test/cctest/ |
test-mark-compact.cc | 208 GetProperty(func_name)->ToObjectChecked(); 230 GetProperty(obj_name)->ToObjectChecked()->IsJSObject()); 232 GetProperty(obj_name)->ToObjectChecked()); 235 CHECK(obj->GetProperty(prop_name) == Smi::FromInt(23));
|
test-random.cc | 88 context->global()->GetProperty(String::cast(symbol));
|
/external/webkit/Source/JavaScriptCore/API/tests/ |
JSNodeList.c | 110 definition.getProperty = JSNodeList_getProperty;
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NPJSObject.h | 71 bool getProperty(NPIdentifier propertyName, NPVariant* result);
|
/frameworks/base/core/tests/coretests/src/android/net/http/ |
HttpResponseCacheTest.java | 39 String tmp = System.getProperty("java.io.tmpdir");
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLSocketFactory.java | 48 defaultName = Security.getProperty("ssl.SocketFactory.provider");
|
/libcore/luni/src/main/java/javax/xml/transform/ |
Templates.java | 57 * getOutputProperties().getProperty(String key) will obtain any
|
/libcore/luni/src/main/java/javax/xml/validation/ |
SchemaFactoryFinder.java | 67 String val = System.getProperty("jaxp.debug"); 162 String r = System.getProperty(propertyName); 187 String javah = System.getProperty("java.home"); 207 factoryClassName = cacheProps.getProperty(propertyName);
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
IdentityScopeTest.java | 89 String name = Security.getProperty("system.scope");
|
/prebuilts/sdk/tools/lib/ |
androidprefs.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ExportHelper.java | 130 String forceJumboStr = projectState.getProperty(AdtConstants.DEX_OPTIONS_FORCEJUMBO); 133 String dexMergerStr = projectState.getProperty(AdtConstants.DEX_OPTIONS_DISABLE_MERGER); 188 String proguardConfig = state.getProperties().getProperty( 207 path = System.getProperty(HOME_PROPERTY) +
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLCompositeProperty.java | 46 public IGLProperty getProperty(GLStateType name) {
|
GLSparseArrayProperty.java | 68 public IGLProperty getProperty(int key) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
ShaderSourceDetailsProvider.java | 93 return ((GLCompositeProperty) state).getProperty(GLStateType.SHADER_SOURCE);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutMetadataTest.java | 53 assertNull(LayoutMetadata.getProperty(node, "foo"));
|
/external/webkit/Source/JavaScriptCore/API/ |
JSObjectRef.h | 127 If this callback is NULL, the getProperty callback will be used to service hasProperty requests. 140 @discussion If you named your function GetProperty, you would declare it like this: 142 JSValueRef GetProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception); 196 Use JSPropertyNameAccumulatorAddName to add property names to accumulator. A class's getPropertyNames callback only needs to provide the names of properties that the class vends through a custom getProperty or setProperty callback. Other properties, including statically declared properties, properties vended by other classes, and properties belonging to object's prototype, are added independently. 286 @field getProperty A JSObjectGetPropertyCallback to invoke when getting the property's value. 292 JSObjectGetPropertyCallback getProperty; 321 @field hasProperty The callback invoked when determining whether an object has a property. If this field is NULL, getProperty is called instead. The hasProperty callback enables optimization in cases where only a property's existence needs to be known, not its value, and computing its value is expensive. 322 @field getProperty The callback invoked when getting a property's value. 330 @discussion The staticValues and staticFunctions arrays are the simplest and most efficient means for vending custom properties. Statically declared properties autmatically service requests like getProperty, setProperty, and getPropertyNames. Property access callbacks are required only to implement unusual properties, like array indexes, whose names are not known at compile-time. 341 A NULL callback specifies that the default object callback should substitute, except in the case of hasProperty, where it specifies that getProperty should substitute [all...] |
/cts/tests/core/runner/src/android/test/ |
InstrumentationCtsTestRunner.java | 212 mUserHome = System.getProperty("user.home"); 213 mJavaIoTmpDir = System.getProperty("java.io.tmpdir");
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
HandlerTest.java | 97 assertEquals(LogManager.getLogManager().getProperty( 99 assertEquals(LogManager.getLogManager().getProperty(
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_Configuration.java | 107 String iniName = System.getProperty("test.ini.file", "JCLAuto.ini"); 108 if (System.getProperty("test.comm") != null) {
|
/external/chromium/chrome/browser/ui/touch/frame/ |
touch_browser_frame_view.cc | 178 bool* editable = contents ? GetFocusedStateAccessor()->GetProperty( 217 bool* editable = GetFocusedStateAccessor()->GetProperty(
|
/external/junit/src/junit/runner/ |
BaseTestRunner.java | 233 String home= System.getProperty("user.home"); 253 return getPreferences().getProperty(key);
|
/external/oauth/core/src/main/java/net/oauth/signature/ |
OAuthSignatureMethod.java | 97 Object accessorSecret = accessor.getProperty(key); 99 accessorSecret = accessor.consumer.getProperty(key);
|
/external/opencv/otherlibs/highgui/ |
cvcap_socket.cpp | 89 virtual double getProperty(int); 282 double CVCapture_Socket::getProperty(int id)
|
Completed in 790 milliseconds
<<11121314151617181920>>