HomeSort by relevance Sort by last modified time
    Searched refs:property (Results 426 - 450 of 3780) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBufferedTokenStream.h 56 @property (retain, getter=getTokenSource,setter=setTokenSource) id<ANTLRTokenSource> tokenSource;
57 @property (retain, getter=getTokens,setter=setTokens) NSMutableArray *tokens;
58 @property (assign, getter=getLastMarker,setter=setLastMarker) NSInteger lastMarker;
59 @property (assign, getter=getIndex,setter=setIndex) NSInteger p;
60 @property (assign, getter=getRange,setter=setRange) NSInteger range;
ANTLRCommonTree.h 39 @property (retain, getter=getANTLRCommonToken, setter=setANTLRCommonToken) ANTLRCommonToken *token;
40 @property (assign, getter=getTokenStartIndex, setter=setTokenStartIndex) NSInteger startIndex;
41 @property (assign, getter=getTokenStopIndex, setter=setTokenStopIndex) NSInteger stopIndex;
42 @property (retain, getter=getParent, setter=setParent:) ANTLRCommonTree *parent;
43 @property (assign, getter=getChildIndex, setter=setChildIndex) NSInteger childIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTokenStream.h 58 @property (retain, getter=getTokenSource,setter=setTokenSource:) id<ANTLRTokenSource> tokenSource;
59 @property (retain, getter=getTokens,setter=setTokens:) AMutableArray *tokens;
60 @property (assign, getter=getLastMarker,setter=setLastMarker:) NSInteger lastMarker;
61 @property (assign) NSInteger index;
62 @property (assign, getter=getRange,setter=setRange:) NSInteger range;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
PropagatingAstObserver.java 42 public void concretePropertyChange(Node observedNode, ObservableProperty property, Object oldValue, Object newValue) {
43 observer.propertyChange(observedNode, property, oldValue, newValue);
59 public final void propertyChange(Node observedNode, ObservableProperty property, Object oldValue, Object newValue) {
62 concretePropertyChange(observedNode, property, oldValue, newValue);
85 public void concretePropertyChange(Node observedNode, ObservableProperty property, Object oldValue, Object newValue) {
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
BuckManifestFactory.java 61 private List<FsFile> getDirectoriesFromProperty(String property) {
62 if (property == null) {
67 if (property.startsWith("@")) {
68 String filename = property.substring(1);
76 dirs = Arrays.asList(property.split(File.pathSeparator));
  /external/skia/infra/bots/recipe_modules/infra/
api.py 15 @property
19 @property
23 @property
27 @property
35 @property
  /external/skqp/infra/bots/recipe_modules/infra/
api.py 15 @property
19 @property
23 @property
27 @property
35 @property
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_vsync.cpp 71 char property[PROPERTY_VALUE_MAX]; local
72 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
73 if(atoi(property) == 1)
77 if(property_get("debug.hwc.logvsync", property, 0) > 0) {
78 if(atoi(property) == 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
fscontext.py 60 @property
65 @property
123 @property
128 @property
151 @property
rbacrule.py 83 @property
88 @property
93 @property
98 @property
118 @property
123 @property
128 @property
  /external/autotest/server/cros/ap_configurators/
ap_spec.py 188 @property
195 @property
201 @property
207 @property
215 @property
221 @property
227 @property
233 @property
239 @property
245 @property
    [all...]
  /system/bt/tools/bdtool/
bdtool.c 24 #include "btcore/include/property.h"
118 bt_property_t* property = local
121 int rc = bt_interface->set_adapter_property(property);
127 property_free(property);
164 fprintf(stderr, "Unable to get adapter property\n");
167 bt_property_t* property = adapter_get_property(BT_PROPERTY_BDNAME); local
168 const bt_bdname_t* name = property_as_name(property);
179 bt_property_t* property = property_new_name(bd_name); local
182 CALL_AND_WAIT(error = bt_interface->set_adapter_property(property),
185 fprintf(stderr, "Unable to set adapter property\n")
205 bt_property_t* property = local
    [all...]
  /test/vts/testcases/template/binary_test/
binary_test_case.py 95 @property
103 @property
144 @property
154 @property
164 @property
174 @property
187 @property
197 @property
207 @property
217 @property
    [all...]
  /external/libnl/python/netlink/route/links/
inet.py 76 @property
86 @property
96 @property
105 @property
114 @property
123 @property
132 @property
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VNodeBuilder.java 99 public void onPropertyCreated(VCardProperty property) {
102 propNode.propName = property.getName();
103 List<String> groupList = property.getGroupList();
107 Map<String, Collection<String>> propertyParameterMap = property.getParameterMap();
121 if (property.getRawValue() == null) {
129 final List<String> values = property.getValueList();
138 propNode.propValue_bytes = property.getByteValue();
  /hardware/libhardware/modules/sensors/dynamic_sensor/
DummyDynamicAccelDaemon.cpp 40 char property[PROPERTY_VALUE_MAX+1]; local
42 property_get(SYSPROP_PREFIX ".file", property, "");
43 if (strcmp(property, "") != 0) {
45 this, std::string(property), std::string(FILE_NAME_REGEX));
48 property_get(SYSPROP_PREFIX ".socket", property, "");
49 if (strcmp(property, "") != 0) {
50 mSocketDetector = new SocketConnectionDetector(this, atoi(property));
  /packages/services/Car/service/src/com/android/car/hal/
VehicleHal.java 81 /** Stores handler for each HAL property. Property events are sent to handler. */
145 throw new RuntimeException("Unable to retrieve vehicle property configuration", e);
209 private void assertServiceOwnerLocked(HalServiceBase service, int property) {
210 if (service != mPropertyHandlers.get(property)) {
211 throw new IllegalArgumentException("Property 0x" + toHexString(property)
221 public void subscribeProperty(HalServiceBase service, int property)
223 subscribeProperty(service, property, 0f, SubscribeFlags.EVENTS_FROM_CAR);
231 public void subscribeProperty(HalServiceBase service, int property, float sampleRateHz
    [all...]
  /external/clang/test/SemaCXX/
MicrosoftExtensions.cpp 255 __declspec(property(get=GetV)) int V1;
256 __declspec(property(put=SetV)) int V2;
257 __declspec(property(get=GetV, put=SetV_NotExist)) int V3;
258 __declspec(property(get=GetV_NotExist, put=SetV)) int V4;
259 __declspec(property(get=GetV, put=SetV)) int V5;
266 int i = sp.V2; // expected-error{{no getter defined for property 'V2'}}
267 sp.V1 = 12; // expected-error{{no setter defined for property 'V1'}}
268 int j = sp.V4; // expected-error{{no member named 'GetV_NotExist' in 'StructWithProperty'}} expected-error{{cannot find suitable getter for property 'V4'}}
269 sp.V3 = 14; // expected-error{{no member named 'SetV_NotExist' in 'StructWithProperty'}} expected-error{{cannot find suitable setter for property 'V3'}}
281 __declspec(property(get=GetV)) SP1 V
    [all...]
  /external/python/cpython3/Lib/test/
test_isinstance.py 31 __class__ = property(getclass)
36 __bases__ = property(getbases)
46 __bases__ = property(getbases)
51 __class__ = property(getclass)
56 __bases__ = property(getbases)
68 __bases__ = property(getbases)
80 __bases__ = property(getbases)
90 __class__ = property(getclass)
109 __bases__ = property(getbases)
119 __bases__ = property(getbases
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd_config.py 91 @property
103 @property
113 @property
123 @property
132 @property
137 @property
153 @property
159 @property
165 @property
180 @property
    [all...]
  /external/libchrome/dbus/
property.cc 5 #include "dbus/property.h"
52 PropertyBase* property) {
53 property->Init(this, name);
54 properties_map_[name] = property;
75 LOG(WARNING) << "Property changed signal has wrong parameters: "
84 LOG(WARNING) << "Property changed signal has wrong parameters: "
89 LOG(WARNING) << "Property changed signal has wrong parameters: "
102 void PropertySet::Get(PropertyBase* property, GetCallback callback) {
106 writer.AppendString(property->name());
113 property,
286 PropertyBase* property = it->second; local
    [all...]
  /external/vboot_reference/host/arch/arm/lib/
crossystem_arch.c 41 /* Name of NvStorage type property */
89 static int ReadFdtValue(const char *property, int *value) {
94 snprintf(filename, sizeof(filename), FDT_BASE_PATH "/%s", property);
97 fprintf(stderr, "Unable to open FDT property %s\n", property);
102 fprintf(stderr, "Unable to read FDT property %s\n", property);
113 static int ReadFdtInt(const char *property) {
115 if (ReadFdtValue(property, &value))
120 static void GetFdtPropertyPath(const char *property, char *path, size_t size)
    [all...]
  /external/autotest/client/common_lib/cros/
virtual_ethernet_pair.py 138 @property
144 @property
150 @property
156 @property
162 @property
168 @property
174 @property
180 @property
186 @property
192 @property
    [all...]
  /external/autotest/client/cros/networking/
mm1_proxy.py 94 @property
178 @property
184 @property
190 @property
196 @property
202 @property
208 @property
291 @property
297 @property
303 @property
    [all...]
  /external/dtc/
livetree.c 53 struct property *build_property(char *name, struct data val)
55 struct property *new = xmalloc(sizeof(*new));
65 struct property *build_property_delete(char *name)
67 struct property *new = xmalloc(sizeof(*new));
77 struct property *chain_property(struct property *first, struct property *list)
85 struct property *reverse_properties(struct property *first)
87 struct property *p = first
    [all...]

Completed in 789 milliseconds

<<11121314151617181920>>