Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 25 of 32) sorted by relevance

12

/packages/services/Car/computepipe/proto/
DInputConfig.proto76 // one byte for R, then one byte for G, then one byte for B for each pixel.
79 // one byte for R, one byte for G, one byte for B, one byte for alpha or
83 // Grayscale, one byte per pixel.
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dencodingstest.cpp266 static unsigned inline decode(unsigned* state, unsigned* codep, unsigned byte) { in decode() argument
267 unsigned type = utf8d[byte]; in decode()
270 (byte & 0x3fu) | (*codep << 6) : in decode()
271 (0xff >> type) & (byte); in decode()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dstream.md91 …m string streams, `FileReadStream` is byte stream. It does not handle encodings. If the file is no…
124 Encoded streams do not contain JSON itself, but they wrap byte streams to provide basic encoding/de…
126 As mentioned above, UTF-8 byte streams can be read directly. However, UTF-16 and UTF-32 have endian…
128byte order mark (BOM)](http://en.wikipedia.org/wiki/Byte_order_mark). When reading from a byte str…
132 … other than file. For example, you may have a file in memory, or a custom byte stream, be wrapped …
161 …ool putBOM` parameter in the constructor, controlling whether to write BOM into output byte stream.
374 …n, if the JSON is stored in file system. Encoded streams converts between byte streams and charact…
Dencoding.md34byte order (endianness) does matter. Within computer memory, they are often stored in the computer…
Dfeatures.md35 … read a UTF-8 file, and let RapidJSON check whether all JSON strings are valid UTF-8 byte sequence.
Ddom.md230 …s are encoded in the target format. During decoding, it will validate the byte sequence in the sou…
Dinternals.md117 …ble to store short strings in these space internally. For encoding with 1-byte character type (e.g…
/packages/modules/IPsec/api/
Dsystem-current.txt7 method @NonNull public byte[] getEapIdentity();
17 method @NonNull public android.net.eap.EapSessionConfig.Builder setEapIdentity(@NonNull byte[]);
111 ctor public IkeKeyIdIdentification(@NonNull byte[]);
112 field @NonNull public final byte[] keyId;
152 method @NonNull public java.util.List<byte[]> getRemoteVendorIds();
193 … method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setAuthPsk(@NonNull byte[]);
229 method @NonNull public byte[] getPsk();
337 method @Nullable public byte[] getErrorData();
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
Dmisctest.cpp56 static unsigned inline decode(unsigned* state, unsigned* codep, unsigned byte) { in decode() argument
57 unsigned type = utf8d[byte]; in decode()
60 (byte & 0x3fu) | (*codep << 6) : in decode()
61 (0xff >> type) & (byte); in decode()
/packages/apps/Car/libs/car-messenger-common/proto/
Dnotification_msg.proto50 // A byte array containing an undefined message. This field may contain
66 // A byte array containing an undefined message. This field may contain
/packages/apps/TV/
Dproguard.flags31 int readAt(long, byte[], int, int);
/packages/services/Car/car-lib/api/
Dsystem-current.txt1185 …MISSION_VMS_PUBLISHER, android.car.Car.PERMISSION_VMS_SUBSCRIBER}) public byte[] getProviderDescri…
1188 …_VMS_PUBLISHER) public void publishPacket(int, @NonNull android.car.vms.VmsLayer, @NonNull byte[]);
1189 …sPermission(android.car.Car.PERMISSION_VMS_PUBLISHER) public int registerProvider(@NonNull byte[]);
1204 method public void onPacketReceived(int, @NonNull android.car.vms.VmsLayer, @NonNull byte[]);
1260 method @Deprecated public final int getPublisherId(byte[]);
1265 method @Deprecated public final void publish(@NonNull android.car.vms.VmsLayer, int, byte[]);
1272 method @Deprecated @NonNull public byte[] getPublisherInfo(int);
1284 method @Deprecated public void onVmsMessageReceived(@NonNull android.car.vms.VmsLayer, byte[]);
Dsystem-lint-baseline.txt612 MissingNullability: android.car.vms.VmsPublisherClientService#getPublisherId(byte[]) parameter #0:
622 …roid.car.vms.VmsPublisherClientService#publish(android.car.vms.VmsLayer, int, byte[]) parameter #2:
624 …er.VmsSubscriberClientCallback#onVmsMessageReceived(android.car.vms.VmsLayer, byte[]) parameter #1:
/packages/inputmethods/LatinIME/dictionaries/
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dcs_wordlist.combined.gz
Dpl_wordlist.combined.gz1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ...
Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...

12