HomeSort by relevance Sort by last modified time
    Searched refs:readonly (Results 1 - 25 of 432) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/brotli/csharp/org/brotli/dec/
Prefix.cs 17 internal static readonly int[] BlockLengthOffset = new int[] { 1, 5, 9, 13, 17, 25, 33, 41, 49, 65, 81, 97, 113, 145, 177, 209, 241, 305, 369, 497, 753, 1265, 2289, 4337, 8433, 16625 };
19 internal static readonly int[] BlockLengthNBits = new int[] { 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 7, 8, 9, 10, 11, 12, 13, 24 };
21 internal static readonly int[] InsertLengthOffset = new int[] { 0, 1, 2, 3, 4, 5, 6, 8, 10, 14, 18, 26, 34, 50, 66, 98, 130, 194, 322, 578, 1090, 2114, 6210, 22594 };
23 internal static readonly int[] InsertLengthNBits = new int[] { 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 7, 8, 9, 10, 12, 14, 24 };
25 internal static readonly int[] CopyLengthOffset = new int[] { 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 18, 22, 30, 38, 54, 70, 102, 134, 198, 326, 582, 1094, 2118 };
27 internal static readonly int[] CopyLengthNBits = new int[] { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 7, 8, 9, 10, 24 };
29 internal static readonly int[] InsertRangeLut = new int[] { 0, 0, 8, 8, 0, 16, 8, 16, 16 };
31 internal static readonly int[] CopyRangeLut = new int[] { 0, 8, 0, 8, 16, 0, 16, 8, 16 };
Context.cs 11 internal static readonly int[] Lookup = new int[] { 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 12, 16, 12, 12, 20, 12, 16, 24, 28, 12, 12, 32, 12, 36, 12, 44, 44, 44, 44, 44, 44, 44, 44
38 internal static readonly int[] LookupOffsets = new int[] { 1024, 1536, 1280, 1536, 0, 256, 768, 512 };
  /external/flatbuffers/tests/FlatBuffers.Test/
FuzzTestData.cs 23 private static readonly byte[] _overflowInt32 = new byte[] {0x83, 0x33, 0x33, 0x33};
24 private static readonly byte[] _overflowInt64 = new byte[] { 0x84, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44 };
26 public static readonly bool BoolValue = true;
27 public static readonly sbyte Int8Value = -127; // 0x81
28 public static readonly byte UInt8Value = 255; // 0xFF
29 public static readonly short Int16Value = -32222; // 0x8222;
30 public static readonly ushort UInt16Value = 65262; // 0xFEEE
31 public static readonly int Int32Value = BitConverter.ToInt32(_overflowInt32, 0);
32 public static readonly uint UInt32Value = 0xFDDDDDDD;
33 public static readonly long Int64Value = BitConverter.ToInt64(_overflowInt64, 0)
    [all...]
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Constants.cs 44 public static readonly string VERSION = "3.1b1";
47 public static readonly string DEBUG_PROTOCOL_VERSION = "2";
49 public static readonly string ANTLRWORKS_DIR = "antlrworks";
TokenConstants.cs 67 public static readonly IToken EndOfFile = Tokens<CommonToken>.EndOfFile;
69 public static readonly IToken Invalid = new CommonToken( TokenTypes.Invalid );
76 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid );
82 public static readonly T EndOfFile = new T()
87 public static readonly T Invalid = new T()
92 public static readonly T Skip = new T()
  /external/webrtc/talk/app/webrtc/objc/public/
RTCI420Frame.h 33 @property(nonatomic, readonly) NSUInteger width;
34 @property(nonatomic, readonly) NSUInteger height;
35 @property(nonatomic, readonly) NSUInteger chromaWidth;
36 @property(nonatomic, readonly) NSUInteger chromaHeight;
37 @property(nonatomic, readonly) NSUInteger chromaSize;
39 @property(nonatomic, readonly) const uint8_t* yPlane;
40 @property(nonatomic, readonly) const uint8_t* uPlane;
41 @property(nonatomic, readonly) const uint8_t* vPlane;
42 @property(nonatomic, readonly) NSInteger yPitch;
43 @property(nonatomic, readonly) NSInteger uPitch
    [all...]
RTCStatsReport.h 34 @property(nonatomic, readonly) NSString* reportId;
35 @property(nonatomic, readonly) NSString* type;
36 @property(nonatomic, readonly) CFTimeInterval timestamp;
37 @property(nonatomic, readonly) NSArray* values; // NSArray of RTCPair*.
RTCDataChannel.h 53 @property(nonatomic, readonly) NSData* data;
54 @property(nonatomic, readonly) BOOL isBinary;
97 @property(nonatomic, readonly) NSString* label;
98 @property(nonatomic, readonly) BOOL isReliable;
99 @property(nonatomic, readonly) BOOL isOrdered;
100 @property(nonatomic, readonly) NSUInteger maxRetransmitTime;
101 @property(nonatomic, readonly) NSUInteger maxRetransmits;
102 @property(nonatomic, readonly) NSString* protocol;
103 @property(nonatomic, readonly) BOOL isNegotiated;
104 @property(nonatomic, readonly) NSInteger streamId
    [all...]
RTCICECandidate.h 36 @property(nonatomic, copy, readonly) NSString* sdpMid;
40 @property(nonatomic, assign, readonly) NSInteger sdpMLineIndex;
43 @property(nonatomic, copy, readonly) NSString* sdp;
RTCICEServer.h 34 @property(nonatomic, strong, readonly) NSURL* URI;
35 @property(nonatomic, copy, readonly) NSString* username;
36 @property(nonatomic, copy, readonly) NSString* password;
  /external/webrtc/webrtc/api/objc/
RTCVideoFrame.h 18 @property(nonatomic, readonly) size_t width;
21 @property(nonatomic, readonly) size_t height;
22 @property(nonatomic, readonly) size_t chromaWidth;
23 @property(nonatomic, readonly) size_t chromaHeight;
24 @property(nonatomic, readonly) size_t chromaSize;
26 @property(nonatomic, readonly, nullable) const uint8_t *yPlane;
27 @property(nonatomic, readonly, nullable) const uint8_t *uPlane;
28 @property(nonatomic, readonly, nullable) const uint8_t *vPlane;
29 @property(nonatomic, readonly) int32_t yPitch;
30 @property(nonatomic, readonly) int32_t uPitch
    [all...]
RTCStatsReport.h 19 @property(nonatomic, readonly) CFTimeInterval timestamp;
22 @property(nonatomic, readonly) NSString *type;
25 @property(nonatomic, readonly) NSString *statsId;
28 @property(nonatomic, readonly) NSDictionary<NSString *, NSString *> *values;
RTCIceCandidate.h 21 @property(nonatomic, readonly, nullable) NSString *sdpMid;
27 @property(nonatomic, readonly) NSInteger sdpMLineIndex;
30 @property(nonatomic, readonly) NSString *sdp;
RTCMediaStreamTrack.h 32 @property(nonatomic, readonly) NSString *kind;
35 @property(nonatomic, readonly) NSString *trackId;
41 @property(nonatomic, readonly) RTCMediaStreamTrackState readyState;
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDJoinResponse.h 22 @property(nonatomic, readonly) ARDJoinResultType result;
23 @property(nonatomic, readonly) BOOL isInitiator;
24 @property(nonatomic, readonly) NSString *roomId;
25 @property(nonatomic, readonly) NSString *clientId;
26 @property(nonatomic, readonly) NSArray *messages;
27 @property(nonatomic, readonly) NSURL *webSocketURL;
28 @property(nonatomic, readonly) NSURL *webSocketRestURL;
  /external/protobuf/objectivec/
GPBDescriptor.h 56 @property(nonatomic, readonly, copy) NSString *name;
57 @property(nonatomic, readonly, strong, nullable) NSArray<GPBFieldDescriptor*> *fields;
58 @property(nonatomic, readonly, strong, nullable) NSArray<GPBOneofDescriptor*> *oneofs;
59 @property(nonatomic, readonly, nullable) const GPBExtensionRange *extensionRanges;
60 @property(nonatomic, readonly) uint32_t extensionRangesCount;
61 @property(nonatomic, readonly, assign) GPBFileDescriptor *file;
63 @property(nonatomic, readonly, getter=isWireFormat) BOOL wireFormat;
64 @property(nonatomic, readonly) Class messageClass;
74 @property(nonatomic, readonly, copy) NSString *package;
75 @property(nonatomic, readonly) GPBFileSyntax syntax
    [all...]
GPBUnknownField.h 44 @property(nonatomic, readonly, assign) int32_t number;
47 @property(nonatomic, readonly, strong) GPBUInt64Array *varintList;
50 @property(nonatomic, readonly, strong) GPBUInt32Array *fixed32List;
53 @property(nonatomic, readonly, strong) GPBUInt64Array *fixed64List;
56 @property(nonatomic, readonly, strong) NSArray<NSData*> *lengthDelimitedList;
59 @property(nonatomic, readonly, strong) NSArray<GPBUnknownFieldSet*> *groupList;
  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
event.pxd.pxi 18 cdef readonly grpc_completion_type completion_type
19 cdef readonly bint success
20 cdef readonly object tag
25 cdef readonly grpc_completion_type completion_type
26 cdef readonly bint success
27 cdef readonly object tag
28 cdef readonly Call call
29 cdef readonly CallDetails call_details
30 cdef readonly tuple invocation_metadata
35 cdef readonly grpc_completion_type completion_typ
    [all...]
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
Tokens.cs 42 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid );
  /external/webrtc/talk/app/webrtc/objc/
RTCAVFoundationVideoSource+Internal.h 34 @property(nonatomic, readonly) webrtc::AVFoundationVideoCapturer* capturer;
RTCAudioTrack+Internal.h 34 @property(nonatomic, assign, readonly)
RTCICEServer+Internal.h 36 readonly) webrtc::PeerConnectionInterface::IceServer iceServer;
  /external/clang/test/SemaObjCXX/Inputs/
nullability-consistency-6.h 9 @property (readonly, weak) ClassWithWeakProperties *prop1;
10 @property (readonly, weak, null_unspecified) ClassWithWeakProperties *prop2;
14 @property (readonly, weak) ClassWithWeakProperties *prop3;
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeConstants.cs 37 public static readonly ITree INVALID_NODE = new CommonTree( Tokens.Invalid );
  /external/grpc-grpc/src/objective-c/ProtoRPC/
ProtoMethod.h 26 : NSObject @property(nonatomic, readonly) NSString *package;
27 @property(nonatomic, readonly) NSString *service;
28 @property(nonatomic, readonly) NSString *method;
30 @property(nonatomic, readonly) NSString *HTTPPath;

Completed in 1905 milliseconds

1 2 3 4 5 6 7 8 91011>>