OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:properties
(Results
151 - 175
of
351
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Connection1.java
36
import java.util.
Properties
;
226
public
Properties
getClientInfo() throws SQLException {
239
public void setClientInfo(
Properties
properties
)
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewNode.java
30
public List<Property>
properties
= new ArrayList<Property>();
field in class:ViewNode
/system/bluetooth/bluedroid/
bluetooth.c
27
#include <cutils/
properties
.h>
/system/core/libnetutils/
dhcp_utils.c
25
#include <cutils/
properties
.h>
/bionic/libc/stdlib/
wchar.c
318
static const char* const
properties
[WC_TYPE_MAX] =
local
327
if ( !strcmp(
properties
[nn], property ) )
/external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java
64
final IProperties
properties
)
67
initialize(mdata, cdata, cache,
properties
);
/external/icu4c/samples/
readme.txt
25
props - demonstrates the use of Unicode
properties
/external/v8/test/mjsunit/compiler/
objectliterals.js
28
// Test object literals with getter, setter and prototype
properties
.
this-property-refs.js
30
// Test references to
properties
of this.
/external/v8/test/mjsunit/
const.js
28
// Test const
properties
and pre/postfix operation.
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
.
property-load-across-eval.js
28
// Tests loading of
properties
across eval calls.
/external/v8/test/mjsunit/regress/
regress-1493017.js
29
// transitions do not show up as
properties
in for in.
regress-386.js
30
// This test creates enough
properties
in A so that adding i as
/libcore/luni/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/webkit/WebKit/chromium/src/js/
Tests.js
[
all
...]
/external/webkit/WebCore/inspector/front-end/
utilities.js
41
Object.
properties
= function(obj)
43
var
properties
= [];
45
properties
.push(prop);
46
return
properties
;
51
return Object.
properties
(obj).sort(sortFunc);
/sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java
818
Map<String, String>
properties
= info.getProperties();
local
819
if (
properties
!= null) {
820
String skin =
properties
.get(AvdManager.AVD_INI_SKIN_NAME);
824
String sdcard =
properties
.get(AvdManager.AVD_INI_SDCARD_SIZE);
826
sdcard =
properties
.get(AvdManager.AVD_INI_SDCARD_PATH)
[
all
...]
/external/v8/src/
d8.js
63
var
properties
= mirror.
properties
();
64
for (var i = 0; i <
properties
.length; i++) {
65
var name =
properties
[i].name();
119
// This function returns an object with
properties
"text" and "running" holding
861
result += '
properties
.';
[
all
...]
rewriter.cc
276
for (int i = 0; i < node->
properties
()->length(); i++) {
279
Visit(node->
properties
()->at(i)->key());
280
Visit(node->
properties
()->at(i)->value());
/external/webkit/WebKit/android/nav/
CacheBuilder.cpp
365
String
properties
;
local
367
properties
.append("ONCLICK | ");
369
properties
.append("MOUSEDOWN | ");
371
properties
.append("MOUSEUP | ");
373
properties
.append("MOUSEOVER | ");
375
properties
.append("MOUSEOUT | ");
377
properties
.append("KEYDOWN | ");
379
properties
.append("KEYUP | ");
381
properties
.append("FRAME | ");
383
properties
.append("FOCUS | ")
[
all
...]
/external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java
71
RT.reset (true, false); // reset RT [RT creates 'cdata' and loads app
properties
]
73
// load tool
properties
:
88
log.trace1 ("run", "complete tool
properties
:");
779
final SourcePathCache cache, final IProperties
properties
)
785
if (
properties
== null) throw new IllegalArgumentException ("null input:
properties
");
797
m_properties =
properties
;
[
all
...]
Completed in 393 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>