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

1 2 3 45 6 7 8 91011>>

  /hardware/libhardware/modules/camera/3_4/metadata/
property_test.cpp 17 #include "property.h"
49 Property<int32_t> property(int_tag_, 1);
52 EXPECT_EQ(property.ControlTags().size(), 0u);
53 EXPECT_EQ(property.DynamicTags().size(), 0u);
54 ASSERT_EQ(property.StaticTags().size(), 1u);
57 EXPECT_EQ(property.StaticTags()[0], expected_tag);
61 // Set up a fixed property.
63 Property<int32_t> property(int_tag_, data)
    [all...]
  /art/openjdkjvmti/
ti_properties.h 44 static jvmtiError GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr);
46 static jvmtiError SetSystemProperty(jvmtiEnv* env, const char* property, const char* value);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeIterator.h 51 @property BOOL firstTime;
52 @property(retain) id<ANTLRTreeAdaptor> adaptor;
53 @property(retain) id<ANTLRBaseTree> root;
54 @property(retain) id<ANTLRBaseTree> tree;
55 @property(retain) ANTLRFastQueue *nodes;
56 @property(retain, readwrite) id<ANTLRBaseTree> up;
57 @property(retain, readwrite) id<ANTLRBaseTree> down;
58 @property(retain, readwrite) id<ANTLRBaseTree> eof;
ANTLRStringStream.h 98 @property (retain) NSString *data;
99 @property (assign) NSInteger index;
100 @property (assign) NSInteger n;
101 @property (assign) NSUInteger line;
102 @property (assign) NSUInteger charPositionInLine;
103 @property (assign) NSInteger markDepth;
104 @property (retain) ANTLRPtrBuffer *markers;
105 @property (assign) NSInteger lastMarker;
106 @property (retain) NSString *name;
107 @property (retain) ANTLRCharStreamState *charState
    [all...]
  /external/clang/test/Index/
complete-member-access.m 5 @property float ProtoProp;
17 @property int prop1;
26 @property int myProp;
38 @property Sub *sub;
49 // CHECK-CC1-NEXT: Objective-C property access
67 // CHECK-CC3-NEXT: Objective-C property access
  /external/clang/test/Modules/Inputs/
category_right_sub.h 2 @property id right_sub_prop;
13 @property (retain) id p4_prop;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/
CsmAttribute.java 32 return property;
35 private final ObservableProperty property; field in class:CsmAttribute
37 public CsmAttribute(ObservableProperty property) {
38 this.property = property;
43 Object value = property.getRawValue(node);
52 switch (property) {
76 throw new UnsupportedOperationException("getTokenType does not know how to handle property "
77 + property + " with text: " + text);
CsmElement.java 39 static CsmElement child(ObservableProperty property) {
40 return new CsmSingleReference(property);
43 static CsmElement attribute(ObservableProperty property) {
44 return new CsmAttribute(property);
59 static CsmElement stringToken(ObservableProperty property) {
60 return new CsmString(property);
63 static CsmElement charToken(ObservableProperty property) {
64 return new CsmChar(property);
75 static CsmElement conditional(ObservableProperty property, CsmConditional.Condition condition, CsmElement thenElement) {
76 return new CsmConditional(property, condition, thenElement)
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
NoChange.java 12 public Object getValue(ObservableProperty property, Node node) {
13 return property.getRawValue(node);
  /external/tensorflow/tensorflow/contrib/lite/examples/ios/simple/
RunModelViewController.h 21 @property(weak, nonatomic) IBOutlet UITextView *urlContentTextView;
22 @property(weak, nonatomic) IBOutlet UITextField *urlTextField;
  /external/tensorflow/tensorflow/examples/ios/benchmark/
BenchmarkViewController.h 21 @property(weak, nonatomic) IBOutlet UITextView *urlContentTextView;
22 @property(weak, nonatomic) IBOutlet UITextField *urlTextField;
  /external/tensorflow/tensorflow/examples/ios/simple/
RunModelViewController.h 21 @property (weak, nonatomic) IBOutlet UITextView *urlContentTextView;
22 @property (weak, nonatomic) IBOutlet UITextField *urlTextField;
  /external/walt/ios/WALT/
ScreenResponseController.h 20 @property (nonatomic, assign) IBOutlet UIView *flasherView;
21 @property (nonatomic, assign) IBOutlet UILabel *responseLabel;
TapLatencyController.h 20 @property(nonatomic, assign) IBOutlet UILabel* countLabel;
21 @property(nonatomic, assign) IBOutlet UITextView* logView;
  /external/webrtc/talk/app/webrtc/objc/
RTCVideoRendererAdapter.h 34 @property(nonatomic, readonly) id<RTCVideoRenderer> videoRenderer;
35 @property(nonatomic, readonly)
  /external/webrtc/talk/app/webrtc/objc/public/
RTCAVFoundationVideoSource.h 45 @property(nonatomic, assign) BOOL useBackCamera;
47 @property(nonatomic, readonly) AVCaptureSession* captureSession;
RTCPair.h 33 @property(nonatomic, strong, readonly) NSString *key;
34 @property(nonatomic, strong, readonly) NSString *value;
RTCPeerConnectionInterface.h 60 @property(nonatomic, assign) RTCIceTransportsType iceTransportsType;
61 @property(nonatomic, copy) NSArray *iceServers;
62 @property(nonatomic, assign) RTCBundlePolicy bundlePolicy;
63 @property(nonatomic, assign) RTCRtcpMuxPolicy rtcpMuxPolicy;
64 @property(nonatomic, assign) RTCTcpCandidatePolicy tcpCandidatePolicy;
65 @property(nonatomic, assign) int audioJitterBufferMaxPackets;
66 @property(nonatomic, assign) int iceConnectionReceivingTimeout;
67 @property(nonatomic, assign) int iceBackupCandidatePairPingInterval;
RTCSessionDescription.h 36 @property(nonatomic, copy, readonly) NSString *description;
39 @property(nonatomic, copy, readonly) NSString *type;
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDBitrateTracker.h 6 * tree. An additional intellectual property rights grant can be found
21 @property(nonatomic, readonly) double bitrate;
23 @property(nonatomic, readonly) NSString *bitrateString;
  /prebuilts/jdk/jdk8/darwin-x86/include/darwin/
jawt_md.h 61 * JAWT_SurfaceLayers protocol. Setting the layer property of this object will cause the
64 * the windowLayer property.
68 @property (readwrite, retain) CALayer *layer;
69 @property (readonly) CALayer *windowLayer;
  /prebuilts/jdk/jdk9/darwin-x86/include/darwin/
jawt_md.h 61 * JAWT_SurfaceLayers protocol. Setting the layer property of this object will cause the
64 * the windowLayer property.
68 @property (readwrite, retain) CALayer *layer;
69 @property (readonly) CALayer *windowLayer;
  /external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/internal/
ConfigUtils.java 9 public static String[] parseStringArrayProperty(String property) {
10 if (property.isEmpty()) return new String[0];
11 return property.split("[, ]+");
14 public static int[] parseSdkArrayProperty(String property) {
15 String[] parts = parseStringArrayProperty(property);
  /external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/core/node/
PropertyGenerator.java 35 for (PropertyMetaModel property : nodeMetaModel.getDeclaredPropertyMetaModels()) {
36 generateGetter(nodeMetaModel, nodeCoid, property);
37 generateSetter(nodeMetaModel, nodeCoid, property);
42 private void generateSetter(BaseNodeMetaModel nodeMetaModel, ClassOrInterfaceDeclaration nodeCoid, PropertyMetaModel property) {
43 final String name = property.getName();
46 declaredProperties.put(observableName, property);
48 if (property == JavaParserMetaModel.nodeMetaModel.commentPropertyMetaModel) {
53 final MethodDeclaration setter = new MethodDeclaration(EnumSet.of(PUBLIC), parseType(property.getContainingNodeMetaModel().getTypeNameGenerified()), property.getSetterMethodName());
54 if (property.getContainingNodeMetaModel().hasWildcard())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
BooleanXmlPropertyEditor.java 26 import org.eclipse.wb.internal.core.model.property.Property;
27 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
31 * Handle an XML property which represents booleans.
50 public void paint(Property property, GC gc, int x, int y, int width, int height)
52 Object value = property.getValue();
84 public boolean activate(PropertyTable propertyTable, Property property, Point location)
88 cycleValue(property);
    [all...]

Completed in 299 milliseconds

1 2 3 45 6 7 8 91011>>