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

1 2 34 5 6 7 8 91011>>

  /external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/core/node/
ReplaceMethodGenerator.java 32 for (PropertyMetaModel property : nodeMetaModel.getDeclaredPropertyMetaModels()) {
33 if (!property.isNode()) {
37 if (property.isNodeList()) {
38 check = nodeListCheck(property);
40 check = attributeCheck(property, property.getSetterMethodName());
42 if (property.isOptional()) {
43 check = f("if (%s != null) { %s }", property.getName(), check);
56 private String attributeCheck(PropertyMetaModel property, String attributeSetterName) {
60 "}", property.getName(), attributeSetterName, property.getTypeName())
    [all...]
  /external/protobuf/objectivec/google/protobuf/
Type.pbobjc.h 173 @property(nonatomic, readwrite, copy, null_resettable) NSString *name;
176 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBField*> *fieldsArray;
178 @property(nonatomic, readonly) NSUInteger fieldsArray_Count;
181 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *oneofsArray;
183 @property(nonatomic, readonly) NSUInteger oneofsArray_Count;
186 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray;
188 @property(nonatomic, readonly) NSUInteger optionsArray_Count;
191 @property(nonatomic, readwrite, strong, null_resettable) GPBSourceContext *sourceContext;
193 @property(nonatomic, readwrite) BOOL hasSourceContext;
196 @property(nonatomic, readwrite) GPBSyntax syntax
    [all...]
Api.pbobjc.h 55 @property(nonatomic, readwrite, copy, null_resettable) NSString *name;
58 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBMethod*> *methodsArray;
60 @property(nonatomic, readonly) NSUInteger methodsArray_Count;
63 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray;
65 @property(nonatomic, readonly) NSUInteger optionsArray_Count;
87 @property(nonatomic, readwrite, copy, null_resettable) NSString *version;
91 @property(nonatomic, readwrite, strong, null_resettable) GPBSourceContext *sourceContext;
93 @property(nonatomic, readwrite) BOOL hasSourceContext;
96 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBMixin*> *mixinsArray;
98 @property(nonatomic, readonly) NSUInteger mixinsArray_Count
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/examples/ios/camera/
CameraExampleAppDelegate.h 19 @property(strong, nonatomic) UIWindow* window;
  /external/tensorflow/tensorflow/contrib/lite/examples/ios/simple/
AppDelegate.h 19 @property(strong, nonatomic) UIWindow *window;
  /external/tensorflow/tensorflow/examples/ios/benchmark/
AppDelegate.h 19 @property(strong, nonatomic) UIWindow *window;
  /external/tensorflow/tensorflow/examples/ios/camera/
CameraExampleAppDelegate.h 19 @property(strong, nonatomic) UIWindow *window;
  /external/tensorflow/tensorflow/examples/ios/simple/
AppDelegate.h 19 @property (strong, nonatomic) UIWindow *window;
  /external/tpm2/
GetCapability.c 14 // TPM_RC_HANDLE value of property is in an unsupported handle range for the
16 // TPM_RC_VALUE invalid capability; or property is not 0 for the TPM_CAP_PCRS
33 out->moreData = AlgorithmCapGetImplemented((TPM_ALG_ID) in->property,
37 switch(HandleGetType((TPM_HANDLE) in->property))
41 out->moreData = ObjectCapGetLoaded((TPM_HANDLE) in->property,
47 out->moreData = NvCapGetPersistent((TPM_HANDLE) in->property,
53 out->moreData = NvCapGetIndex((TPM_HANDLE) in->property,
59 out->moreData = SessionCapGetLoaded((TPM_HANDLE) in->property,
65 out->moreData = SessionCapGetSaved((TPM_HANDLE) in->property,
71 out->moreData = PCRCapGetHandles((TPM_HANDLE) in->property,
    [all...]
  /external/webrtc/talk/app/webrtc/objc/
RTCAudioTrack+Internal.h 34 @property(nonatomic, assign, readonly)
RTCICEServer+Internal.h 34 @property(nonatomic,
RTCMediaConstraints+Internal.h 37 @property(nonatomic, assign, readonly) const
RTCPeerConnectionFactory+Internal.h 35 @property(nonatomic, assign) rtc::scoped_refptr<
RTCPeerConnectionInterface+Internal.h 34 @property(nonatomic, readonly)
RTCVideoSource+Internal.h 34 @property(nonatomic, assign, readonly)
RTCVideoTrack+Internal.h 37 @property(nonatomic, readonly)
  /external/webrtc/webrtc/api/objc/
RTCIceServer+Private.h 6 * tree. An additional intellectual property rights grant can be found
23 @property(nonatomic, readonly)
  /frameworks/av/media/libmedia/
MediaUtils.h 30 The value to use will be read from the specified system property, or if the
31 property doesn't exist it will use the specified number of bytes or the
35 const char *property,
  /frameworks/opt/vcard/java/com/android/vcard/
VCardInterpreter.java 33 * The term "property" is one line in vCard entry, which consists of "group", "property name",
34 * "parameter(param) names and values", and "property values".
76 * Called when a property is created.
78 void onPropertyCreated(VCardProperty property);
  /frameworks/support/dynamic-animation/src/main/java/androidx/dynamicanimation/animation/
FloatPropertyCompat.java 34 * @param <T> the class on which the Property is declared
48 * {@link FloatPropertyCompat} instance will access and modify the property value of
51 * @param property FloatProperty instance to be wrapped
52 * @param <T> the class on which the Property is declared
57 final FloatProperty<T> property) {
58 return new FloatPropertyCompat<T>(property.getName()) {
61 return property.get(object);
66 property.setValue(object, value);
72 * Returns the current value that this property represents on the given <code>object</code>.
74 * @param object object which this property represent
    [all...]
  /system/bt/service/hal/
fake_bluetooth_interface.cc 36 int FakeHALSetAdapterProperty(const bt_property_t* /* property */) {
112 bt_property_t property; local
113 property.len = sizeof(hal_name);
114 property.val = &hal_name;
115 property.type = BT_PROPERTY_BDNAME;
117 NotifyAdapterPropertiesChanged(1, &property);
122 bt_property_t property; local
123 property.len = RawAddress::kLength;
124 property.val = (void*)address->address;
125 property.type = BT_PROPERTY_BDADDR
132 bt_property_t property; local
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/
TypeDescription.java 84 * Specify that the property is a type-safe <code>List</code>.
86 * @param property
87 * name of the JavaBean property
91 public void putListPropertyType(String property, Class<? extends Object> type) {
92 listProperties.put(property, type);
96 * Get class of List values for provided JavaBean property.
98 * @param property
99 * property name
102 public Class<? extends Object> getListPropertyType(String property) {
103 return listProperties.get(property);
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 45 * - property names: [._$a-zA-Z0-9]
144 /* A property name must be a valid fully-qualified class + package name.
177 // Read the property name.
180 throw new ParseException(st, "property name");
184 throw new ParseException(st, "valid property name");
207 // the same property is defined with a different type.
210 "(property previously declared as a different type)");
313 // This property is a float; make sure the value fits.
322 // This property is a double; no need to truncate.
355 * &lt;type&gt; &lt;property-name&gt; = &lt;value&gt;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyComposite.java 22 import org.eclipse.wb.internal.core.model.property.Property;
27 * Property holding multiple instances of the same {@link XmlProperty} (but
33 * org.eclipse.wb.internal.core.model.property.GenericPropertyComposite
67 XmlPropertyComposite property = (XmlPropertyComposite) obj; local
68 return Arrays.equals(mProperties, property.mProperties);
76 for (Property property : mProperties) {
77 if (property.isModified()) {
88 for (Property property : mProperties)
113 Property property = properties[i]; local
    [all...]
  /external/autotest/site_utils/sponge_lib/
autotest_job_info.py 41 @property
46 @property
51 @property
56 @property
61 @property
66 @property
71 @property
76 @property
81 @property
86 @property
    [all...]

Completed in 368 milliseconds

1 2 34 5 6 7 8 91011>>