HomeSort by relevance Sort by last modified time
    Searched refs:IntegerProperty (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebKitTools/QueueStatusServer/model/
queuestatus.py 34 active_bug_id = db.IntegerProperty()
35 active_patch_id = db.IntegerProperty()
  /system/core/nexus/
Property.cpp 88 IntegerProperty::IntegerProperty(const char *name, bool ro, int elements) :
92 int IntegerProperty::set(int idx, const char *value) {
97 int IntegerProperty::set(int idx, struct in_addr *value) {
102 int IntegerProperty::get(int idx, char *buffer, size_t max) {
107 int IntegerProperty::get(int idx, struct in_addr *buffer) {
115 IntegerProperty(name, ro, 1) {
Property.h 78 class IntegerProperty : public Property {
80 IntegerProperty(const char *name, bool ro, int elements);
81 virtual ~IntegerProperty() {}
92 class IntegerPropertyHelper : public IntegerProperty {
VpnController.h 27 class VpnIntegerProperty : public IntegerProperty {
VpnController.cpp 53 IntegerProperty(name, ro, elements) {
WifiController.h 42 class WifiIntegerProperty : public IntegerProperty {
WifiNetwork.h 71 class WifiNetworkIntegerProperty : public IntegerProperty {
WifiController.cpp 659 IntegerProperty(name, ro, elements) {
WifiNetwork.cpp 668 IntegerProperty(name, ro, elements) {

Completed in 120 milliseconds