HomeSort by relevance Sort by last modified time
    Searched full:getproperty (Results 226 - 250 of 1831) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
ListElementAddTransform.java 60 p = mAccessor.getProperty(p);
  /system/vold/
CheckBattery.cpp 72 ->getProperty(android::BATTERY_PROP_CAPACITY, &val);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerFactory.java 96 String method = format.getProperty(OutputKeys.METHOD);
106 format.getProperty(OutputPropertiesFactory.S_KEY_CONTENT_HANDLER);
115 methodDefaults.getProperty(OutputPropertiesFactory.S_KEY_CONTENT_HANDLER);
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncSystemProperty.java 83 result = xsltInfo.getProperty(propName);
101 result = System.getProperty(propName);
123 result = System.getProperty(fullName);
  /external/chromium_org/ash/wm/
window_util.cc 177 if (snapped_ancestor->GetProperty(kSnapChildrenToPixelBoundary)) {
187 DCHECK(!container->GetProperty(kSnapChildrenToPixelBoundary))
200 if (container->GetProperty(kSnapChildrenToPixelBoundary)) {
window_state.cc 145 if (!window()->GetProperty(aura::client::kCanMaximizeKey))
168 return window_->GetProperty(aura::client::kCanResizeKey);
186 return window_->GetProperty(aura::client::kRestoreBoundsKey) != NULL;
200 window_->GetProperty(aura::client::kRestoreShowStateKey));
231 return *window_->GetProperty(aura::client::kRestoreBoundsKey);
327 return window_->GetProperty(aura::client::kShowStateKey);
454 WindowState* settings = window->GetProperty(kWindowStateKey);
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.cc 89 if (target->GetProperty(aura::client::kCanResizeKey) &&
118 if (target->GetProperty(aura::client::kCanMaximizeKey))
129 if (target->GetProperty(aura::client::kCanMaximizeKey) &&
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
RSSFeedUtil.java 92 out = project.getProperty(RUN_EXEC_TASK_RESULT);
99 out = project.getProperty(RUN_EXEC_TASK_OUTPUT);
104 out = project.getProperty(RUN_EXEC_TASK_ERROR);
  /external/lzma/CPP/7zip/Archive/
IArchive.h 96 STDMETHOD(GetProperty)(PROPID propID, PROPVARIANT *value) x; \
128 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) x; \
153 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) x; \
  /external/smack/src/org/xbill/DNS/spi/
DNSJavaNameService.java 55 String nameServers = System.getProperty(nsProperty);
56 String domain = System.getProperty(domainProperty);
57 String v6 = System.getProperty(v6Property);
  /frameworks/base/test-runner/src/junit/runner/
TestCaseClassLoader.java 43 this(System.getProperty("java.class.path"));
56 String separator= System.getProperty("path.separator");
216 String path= p.getProperty(key);
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketFactoryTest.java 179 assertFalse(sf2.getClass().getName() + " should not be " + Security.getProperty(SSL_PROPERTY),
191 String origProvider = Security.getProperty(SSL_PROPERTY);
208 assertNull(Security.getProperty(SSL_PROPERTY));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certmod.h 63 virtual HRESULT WINAPI GetProperty(const BSTR strConfig,BSTR strStorageLocation,BSTR strPropertyName,LONG Flags,VARIANT *pvarProperty) = 0;
77 HRESULT (WINAPI *GetProperty)(ICertManageModule *This,const BSTR strConfig,BSTR strStorageLocation,BSTR strPropertyName,LONG Flags,VARIANT *pvarProperty);
93 #define ICertManageModule_GetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty) (This)->lpVtbl->GetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty)
iedial.h 94 virtual HRESULT WINAPI GetProperty(LPCWSTR pwzProperty,LPWSTR pwzValue,DWORD dwBufSize) = 0;
108 HRESULT (WINAPI *GetProperty)(IDialEngine *This,LPCWSTR pwzProperty,LPWSTR pwzValue,DWORD dwBufSize);
124 #define IDialEngine_GetProperty(This,pwzProperty,pwzValue,dwBufSize) (This)->lpVtbl->GetProperty(This,pwzProperty,pwzValue,dwBufSize)
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
ShaderUniformDetailsProvider.java 63 IGLProperty nameProperty = uniformProperty.getProperty(GLStateType.UNIFORM_NAME);
64 IGLProperty typeProperty = uniformProperty.getProperty(GLStateType.UNIFORM_TYPE);
65 IGLProperty valueProperty = uniformProperty.getProperty(GLStateType.UNIFORM_VALUE);
TextureImageDetailsProvider.java 128 return ((GLCompositeProperty) state).getProperty(GLStateType.TEXTURE_IMAGE);
145 ((GLCompositeProperty) state).getProperty(GLStateType.TEXTURE_MIPMAPS);
150 IGLProperty perTextureLevelState = ((GLSparseArrayProperty) mipmaps).getProperty(0);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
SecurityTest.java 317 * @tests java.security.Security#getProperty(String)
322 Security.getProperty(null);
328 assertEquals("test white space", Security.getProperty("myprop"));
349 assertEquals("Empty property", "", Security.getProperty(""));
353 .getProperty("My Test Property"));
  /external/chromium_org/athena/screen/
screen_manager_impl.cc 40 container->GetProperty(kContainerParamsKey);
47 while (container && !container->GetProperty(kContainerParamsKey))
60 window->GetProperty(kContainerParamsKey);
283 return window->GetProperty(kContainerParamsKey)->z_order_priority >
293 return window->GetProperty(kContainerParamsKey)->z_order_priority ==
  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 63 static JSBool GetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp);
204 gDisplayableClasses[type].getProperty = SkJSDisplayable::GetProperty;
218 JSBool SkJSDisplayable::GetProperty(JSContext *cx, JSObject *obj, jsval id,
241 bool success = displayable->getProperty(info->propertyIndex(), &scriptValue);
  /external/skia/src/xml/
SkJSDisplayable.cpp 63 static JSBool GetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp);
204 gDisplayableClasses[type].getProperty = SkJSDisplayable::GetProperty;
218 JSBool SkJSDisplayable::GetProperty(JSContext *cx, JSObject *obj, jsval id,
241 bool success = displayable->getProperty(info->propertyIndex(), &scriptValue);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SecurityTest.java 381 * java.security.Security#getProperty(String)
386 Security.getProperty(null);
392 assertEquals("test white space", Security.getProperty("myprop"));
413 assertEquals("Empty property", "", Security.getProperty(""));
417 .getProperty("My Test Property"));
  /external/chromium_org/content/renderer/media/
media_stream_audio_processor.cc 370 audio_mirroring_ = audio_constraints.GetProperty(
385 const bool goog_agc = audio_constraints.GetProperty(
393 const bool goog_experimental_aec = audio_constraints.GetProperty(
395 const bool goog_typing_detection = audio_constraints.GetProperty(
399 const bool goog_ns = audio_constraints.GetProperty(
401 const bool goog_experimental_ns = audio_constraints.GetProperty(
403 const bool goog_high_pass_filter = audio_constraints.GetProperty(
  /external/chromium_org/ui/views/widget/
native_widget_aura_unittest.cc 195 EXPECT_TRUE(child->GetProperty(aura::client::kCanMaximizeKey));
196 EXPECT_TRUE(child->GetProperty(aura::client::kCanResizeKey));
423 EXPECT_FALSE(window->GetProperty(aura::client::kDrawAttentionKey));
425 EXPECT_TRUE(window->GetProperty(aura::client::kDrawAttentionKey));
427 EXPECT_FALSE(window->GetProperty(aura::client::kDrawAttentionKey));
429 EXPECT_TRUE(window->GetProperty(aura::client::kDrawAttentionKey));
431 EXPECT_FALSE(window->GetProperty(aura::client::kDrawAttentionKey));
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java 114 assertNull(LOG_MANAGER.getProperty(
116 assertNull(LOG_MANAGER.getProperty(
118 assertNull(LOG_MANAGER.getProperty(
120 assertNull(LOG_MANAGER.getProperty(
122 assertNull(LOG_MANAGER.getProperty(
124 assertNull(LOG_MANAGER.getProperty(
189 assertNull(LOG_MANAGER.getProperty(
191 assertNull(LOG_MANAGER.getProperty(
193 assertNull(LOG_MANAGER.getProperty(
195 assertNull(LOG_MANAGER.getProperty(
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 484 // // (getProperty() uses a non-virtual call to super.get(), while propertyNames()
485 // // uses a virtual call to the same method instead of delegating to getProperty())
488 // public String getProperty (String key)
509 // String result = defaults.getProperty (fullKey, null);
515 // result = defaults.getProperty (fullKey, null);
548 final String result = properties.getProperty (IReportProperties.PREFIX.concat (type).concat (".").concat (key), dflt);

Completed in 3803 milliseconds

1 2 3 4 5 6 7 8 91011>>