OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:properties
(Results
301 - 325
of
769
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java
66
import java.util.
Properties
;
80
private static final String PREVIEW_INFO_FILE = "preview.
properties
"; //$NON-NLS-1$
589
Properties
properties
= new
Properties
();
local
593
properties
.load(is);
595
AdtPlugin.log(e, "Can't read preview
properties
");
606
String colorString = (String)
properties
.get("background"); //$NON-NLS-1$
611
colorString = (String)
properties
.get("foreground"); //$NON-NLS-1$
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewNode.java
30
public List<Property>
properties
= new ArrayList<Property>();
field in class:ViewNode
/system/core/libcutils/
Android.mk
48
properties
.c \
/system/netd/
SecondaryTableController.cpp
32
#include <cutils/
properties
.h>
TetherController.cpp
32
#include <cutils/
properties
.h>
/bionic/libc/stdlib/
wchar.c
312
static const char* const
properties
[WC_TYPE_MAX] =
local
321
if ( !strcmp(
properties
[nn], property ) )
/cts/tests/tests/webkitsecurity/assets/
location-new-window-no-crash.js
1
description("Tests that manipulating location
properties
in a just-created window object does not crash. Note: Turn off pop-up blocking to run this in-browser.");
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java
29
import java.util.
Properties
;
96
/** DOMConfiguration
Properties
*/
97
private
Properties
fDOMConfigProperties = null;
[
all
...]
/external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java
64
final IProperties
properties
)
67
initialize(mdata, cdata, cache,
properties
);
/external/v8/src/
v8natives.js
988
// Find all the indexed
properties
.
993
// Get names for indexed interceptor
properties
.
1002
// Find all the named
properties
.
1007
// Get names for named interceptor
properties
if any.
1023
//
properties
like toString if(propertySet["toString"]) will always
1038
function ObjectCreate(proto,
properties
) {
1044
if (!IS_UNDEFINED(
properties
)) ObjectDefineProperties(obj,
properties
);
1058
// non-own
properties
as it does (or non-enumerable ones, as it doesn't?).
1090
function GetOwnEnumerablePropertyNames(
properties
) {
[
all
...]
/external/v8/test/mjsunit/bugs/
bug-618.js
37
// one of the
properties
assigned in the constructor then this setter is
/external/v8/test/mjsunit/compiler/
objectliterals.js
28
// Test object literals with getter, setter and prototype
properties
.
regress-loadfield.js
49
// Create an object with fast backing store
properties
.
this-property-refs.js
28
// Test references to
properties
of this.
/external/v8/test/mjsunit/
const.js
28
// Test const
properties
and pre/postfix operation.
delete-global-properties.js
28
// Global
properties
declared with 'var' or 'function' should not be
getter-in-prototype.js
28
// Test that exceptions are not thrown when setting
properties
on object
indexed-value-properties.js
29
// for indexed
properties
on value objects.
large-object-literal.js
43
// Check that the
properties
have the expected values.
mirror-boolean.js
42
// Check the mirror
properties
.
mirror-null.js
40
// Check the mirror
properties
.
mirror-undefined.js
40
// Check the mirror
properties
.
mjsunit.js
52
// or similarly structured objects (checking internal
properties
54
// and the
properties
of non-Array objects).
62
// The found object must have the same enumerable
properties
as the
259
// Check
properties
only.
/external/v8/test/mjsunit/regress/
regress-1119.js
28
// Test runtime declaration of
properties
with var which are intercepted
regress-1493017.js
29
// transitions do not show up as
properties
in for in.
Completed in 399 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>