OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getproperty
(Results
76 - 100
of
1831
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/support/src/test/java/tests/resources/
hyts_signed_invalidChain.jar
hyts_signed_sha256digest_sha256withecdsa.jar
hyts_signed_sha256digest_sha256withrsa.jar
hyts_signed_sha256withrsa.jar
hyts_signed_sha512digest_sha512withecdsa.jar
hyts_signed_validChain.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexturePropertyAccessor.java
52
public IGLProperty
getProperty
(IGLProperty state) {
54
IGLProperty targetTexture = mTextureUnitPropertyAccessor.
getProperty
(state);
78
return textureAccessor.
getProperty
(state);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMeta.java
61
XMPProperty
getProperty
(String schemaNS, String propName) throws XMPException;
68
* @param schemaNS The namespace URI for the array. Has the same usage as in
getProperty
.
71
* propName in <code>
getProperty
()</code>.
85
* @param schemaNS The namespace URI for the array. Has the same usage as in
getProperty
.
88
* propName in <code>
getProperty
()</code>.
104
* @param schemaNS The namespace URI for the struct. Has the same usage as in
getProperty
.
107
* propName in <code>
getProperty
()</code>.
138
* @param schemaNS The namespace URI for the struct. Has the same usage as in
getProperty
.
141
* namespace prefix usage as in <code>
getProperty
()</code>.
184
* @param schemaNS The namespace URI for the property. Has the same usage as in
getProperty
[
all
...]
/external/chromium_org/ash/
snap_to_pixel_layout_manager.cc
14
DCHECK(container->
GetProperty
(kSnapChildrenToPixelBoundary));
/external/chromium_org/third_party/skia/src/animator/
SkDisplayInput.cpp
40
bool SkInput::
getProperty
(int index, SkScriptValue* value) const {
SkDrawColor.h
25
virtual bool
getProperty
(int index, SkScriptValue* value) const;
SkDrawRectangle.h
28
virtual bool
getProperty
(int index, SkScriptValue* value) const;
/external/chromium_org/tools/idl_parser/
idl_parser_test.py
40
actual = str(node.
GetProperty
(key))
46
lineno = node.
GetProperty
('LINENO')
82
actual = str(node.
GetProperty
(key))
89
lineno = node.
GetProperty
('LINENO')
/external/chromium_org/ui/aura/client/
capture_client.cc
24
root_window->
GetProperty
(kRootWindowCaptureClientKey) : NULL;
focus_client.cc
30
root_window->
GetProperty
(kRootWindowFocusClientKey) : NULL;
visibility_client.cc
28
visibility_client = current->
GetProperty
(kWindowVisibilityClientKey);
/external/conscrypt/src/main/java/org/conscrypt/
DefaultSSLContextImpl.java
68
String keystore = System.
getProperty
("javax.net.ssl.keyStore");
72
String keystorepwd = System.
getProperty
("javax.net.ssl.keyStorePassword");
100
String keystore = System.
getProperty
("javax.net.ssl.trustStore");
104
String keystorepwd = System.
getProperty
("javax.net.ssl.trustStorePassword");
/external/easymock/src/org/easymock/internal/
EasyMockProperties.java
95
public String
getProperty
(String key, String defaultValue) {
96
return properties.
getProperty
(key, defaultValue);
107
public String
getProperty
(String key) {
108
return properties.
getProperty
(key);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
PropertiesHelperTest.java
25
assertEquals("{first + system}", properties.
getProperty
("result"));
/external/skia/src/animator/
SkDisplayInput.cpp
40
bool SkInput::
getProperty
(int index, SkScriptValue* value) const {
SkDrawColor.h
25
virtual bool
getProperty
(int index, SkScriptValue* value) const;
SkDrawRectangle.h
28
virtual bool
getProperty
(int index, SkScriptValue* value) const;
/frameworks/base/core/java/android/os/
IBatteryPropertiesRegistrar.aidl
29
int
getProperty
(in int id, out BatteryProperty prop);
/frameworks/compile/libbcc/include/bcc/Support/
Properties.h
27
static inline uint32_t
getProperty
(const char *str) {
/external/chromium_org/ui/views/controls/native/
native_view_host_aura_unittest.cc
123
EXPECT_EQ(host(), child_win->
GetProperty
(views::kHostViewKey));
125
child_win->
GetProperty
(aura::client::kHostWindowKey));
126
EXPECT_EQ(host(), clipping_window()->
GetProperty
(views::kHostViewKey));
129
EXPECT_FALSE(child_win->
GetProperty
(views::kHostViewKey));
130
EXPECT_FALSE(child_win->
GetProperty
(aura::client::kHostWindowKey));
131
EXPECT_TRUE(clipping_window()->
GetProperty
(views::kHostViewKey));
134
EXPECT_EQ(host(), child_win->
GetProperty
(views::kHostViewKey));
136
child_win->
GetProperty
(aura::client::kHostWindowKey));
137
EXPECT_EQ(host(), clipping_window()->
GetProperty
(views::kHostViewKey));
140
EXPECT_FALSE(child_win->
GetProperty
(views::kHostViewKey))
[
all
...]
Completed in 3574 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>