OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringProperty
(Results
1 - 16
of
16
) sorted by null
/external/webkit/Tools/QueueStatusServer/model/
queuestatus.py
35
queue_name = db.
StringProperty
()
36
bot_id = db.
StringProperty
()
39
message = db.
StringProperty
(multiline=True)
workitems.py
35
queue_name = db.
StringProperty
()
activeworkitems.py
38
queue_name = db.
StringProperty
()
/external/webkit/Tools/RebaselineQueueServer/model/
queueentry.py
33
test = db.
StringProperty
()
34
builder = db.
StringProperty
()
/development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py
25
handle = db.
StringProperty
(required=True)
26
firstname = db.
StringProperty
()
27
lastname = db.
StringProperty
()
/system/core/nexus/
Property.cpp
37
StringProperty
::
StringProperty
(const char *name, bool ro, int elements) :
40
int
StringProperty
::set(int idx, int value) {
45
int
StringProperty
::set(int idx, struct in_addr *value) {
50
int
StringProperty
::get(int idx, int *buffer) {
55
int
StringProperty
::get(int idx, struct in_addr *buffer) {
63
StringProperty
(name, ro, 1) {
Property.h
54
class
StringProperty
: public Property {
56
StringProperty
(const char *name, bool ro, int elements);
57
virtual ~
StringProperty
() {}
68
class StringPropertyHelper : public
StringProperty
{
VpnController.h
39
class VpnStringProperty : public
StringProperty
{
VpnController.cpp
60
StringProperty
(name, ro, elements) {
WifiController.h
54
class WifiStringProperty : public
StringProperty
{
WifiNetwork.h
83
class WifiNetworkStringProperty : public
StringProperty
{
WifiController.cpp
666
StringProperty
(name, ro, elements) {
WifiNetwork.cpp
675
StringProperty
(name, ro, elements) {
/external/webkit/Tools/TestResultServer/model/
testfile.py
38
master = db.
StringProperty
()
39
builder = db.
StringProperty
()
40
test_type = db.
StringProperty
()
dashboardfile.py
41
name = db.
StringProperty
()
datastorefile.py
59
name = db.
StringProperty
()
Completed in 104 milliseconds