Home
last modified time | relevance | path

Searched refs:be (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile3 # This file describes the settings to be used by the documentation system
6 # All text after a hash (#) is considered a comment and will be ignored
9 # For lists items can also be appended using:
11 # Values that contain spaces should be placed between quotes (" ")
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
31 # This could be handy for archiving the generated documentation or
37 # base path where the generated documentation will be put.
38 # If a relative path is entered, it will be relative to the location
39 # where doxygen was started. If left blank the current directory will be used.
46 # Enabling this option can be useful when feeding doxygen a huge amount of
[all …]
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile3 # This file describes the settings to be used by the documentation system
6 # All text after a hash (#) is considered a comment and will be ignored
9 # For lists items can also be appended using:
11 # Values that contain spaces should be placed between quotes (" ")
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
31 # This could be handy for archiving the generated documentation or
37 # base path where the generated documentation will be put.
38 # If a relative path is entered, it will be relative to the location
39 # where doxygen was started. If left blank the current directory will be used.
46 # Enabling this option can be useful when feeding doxygen a huge amount of
[all …]
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in3 # This file describes the settings to be used by the documentation system
9 # All text after a single hash (#) is considered a comment and will be ignored.
12 # For lists, items can also be appended using:
14 # Values that contain spaces should be placed between quotes (\" \").
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
38 # could be handy for archiving the generated documentation or if some version
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
59 # left blank the current directory will be used.
66 # option can be useful when feeding doxygen a huge amount of source files, where
[all …]
Dencoding.md9 > (in §3) JSON text SHALL be encoded in Unicode. The default encoding is UTF-8.
11be represented using UTF-8, UTF-16, or UTF-32. When JSON is written in UTF-8, JSON is 8bit compati…
67 …Value<Encoding>` and `GenericDocument<Encoding>` indicates the encoding to be used to represent JS…
80be a little bit confusing, but each `CharType` stores a code unit, not a character (code point). …
82 For `UTF16(LE|BE)`, `UTF32(LE|BE)`, the `CharType` must be integer type of at least 2 and 4 bytes …
84 Note that C++11 introduces `char16_t` and `char32_t`, which can be used for `UTF16` and `UTF32` res…
88 …ngs will be used in the memory or streams. However, sometimes we may need to read/write files of d…
90 …s purpose. It chooses which encoding to be used according to the input or output stream. Currently…
94 …can represent unicode characters in escaped sequence `\uXXXX`, JSON can always be encoded in ASCII.
108 ASCII can be used in input stream. If the input stream contains bytes with values above 127, it wil…
[all …]
Ddom.md65 …e()`. When there is a lot of add and remove operations, this allocator may be preferred. But this …
105 …examples of [stream](doc/stream.md) uses the first three. *In situ* parsing will be described soon.
119 …f only using a single specialization). The downside is the flags needed to be determined in compil…
121 The `SourceEncoding` parameter defines what encoding is in the stream. This can be differed to the …
127 …error, the original DOM is *unchanged*. And the error state of parsing can be obtained by `bool Ha…
144 `kParseErrorNumberTooBig` | Number too big to be stored in `double`.
174 > (In computer science) An algorithm is said to be an in situ algorithm, or in-place algorithm, if …
201 // In situ parsing the buffer into d, buffer will also be modified
211 The JSON strings are marked as const-string. But they may not be really "constant". The life cycle …
218 2. The source encoding in stream and target encoding in document must be the same.
[all …]
Dsax.md53 These events can be easily matched with the JSON, except some event parameters need further explana…
124 … And beware that, the character type depends on the target encoding, which will be explained later.
132 …n `false` and let the `Reader` stop further parsing. And the `Reader` will be in error state with …
180 …use. If your application only need to converts some data into JSON, it may be a good choice to use…
226 …parameters in `EndArray()` and `EndObject()`. An `SizeType` can be passed but it will be simply ig…
234 4. `Writer` implements the event handler concept. It can be used to handle events from `Reader`, `D…
235 5. `Writer` can be optimized for different platforms.
256 …ream` template parameter is the type of output stream. It cannot be deduced and must be specified …
258 The `SourceEncoding` template parameter specifies the encoding to be used in `String(const Ch*, ...…
276 A `Writer` can only output a single JSON, which can be any JSON type at the root. Once the singular…
[all …]
Dfaq.md21 …Yes, it is free under MIT license. It can be used in commercial applications. Please check the det…
35 …rs and CPU architecture by the community. But we cannot ensure that it can be run on your particul…
39 … some C++11 features (e.g., move constructor, `noexcept`). RapidJSON shall be compatible with C++0…
61 …hange format. It uses human readable text format. More details of JSON can be referred to [RFC7159…
87 … query and manipulation. SAX is very fast and memory-saving but often more difficult to be applied.
91 …reduce memory consumption and improve performance, but the input JSON will be modified. Check [in-…
95 …The parser generates an error when the input JSON contains invalid syntax, or a value can not be r…
99 …fset (number of characters from the beginning of JSON). The error code can be translated into huma…
103 …Some applications use 64-bit unsigned/signed integers. And these integers cannot be converted into…
177 …Since C string is null-terminated, the length of string needs to be computed via `strlen()`, with …
[all …]
/packages/services/Car/car-lib/src/android/car/navigation/
Dnavigation_state.proto29 // must be added to the URI parameter list to request an image size.
31 // be returned, however.
35 // Color: Images can be either "tintable" or not. A "tintable" image is such
38 // (all other channels) can be altered without losing information
42 // it is assumed that the exact same image will always be returned.
43 // This means that it should be safe to cache an image once requested
47 // A URI defining the location that the image can be retrieved from.
49 // When requesting the image from this URI, a desired image size must be
52 // w: width desired maximum width (must be greater than 0)
53 // h: height desired maximum height (must be greater than 0)
[all …]
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec171 * be NCHW, the data storage order of: [batch, channels, height, width].
211 %% Note that %{ndk_enum_name X} can be omitted for non-NDK enums because the
271 * Types prefaced with %{ANN}TENSOR_* must be used for tensor data (i.e., tensors
302 * Attached to this tensor are two numbers that can be used to convert the
370 * the scales and zeroPoint can be different from input0 scale and zeroPoint.
373 * the scales and zeroPoint can be different from input0 scale and zeroPoint.
375 * * 2: An {@link %{OperandTypeLinkPfx}INT32} scalar, and has to be one of the
380 * the {@link %{FusedActivationFunc}} must be "NONE".
388 * the scale and zeroPoint can be different from inputs' scale and zeroPoint.
444 * * 9: An {@link %{OperandTypeLinkPfx}INT32} scalar, and has to be one of the
[all …]
DNeuralNetworksTypes.t39 * here to be FROZEN ON ALL UPCOMING PLATFORM RELEASES.
100 * It could be computed as follows:
113 * the whole filter tile will simply be ignored.
132 * API level because the NNAPI specification can be updated between Android API
134 * {@link ANeuralNetworks_getRuntimeFeatureLevel} must be compared against
148 * After Android S, the NNAPI specification can be updated between Android
161 * <p>Additional information about the nature of a failure can be obtained from
203 * This may be caused by a file descriptor not being mappable, or an AHardwareBuffer
220 * Failure because a deadline could not be met for a task, but future
221 * deadlines may still be met for the same task after a short delay.
[all …]
DREADME.md5 ought to be kept in sync -- most notably the operand type and operation type
15 The environment variable `ANDROID_BUILD_TOP` must be set.
23 needs to be regenerated.
27 need to be regenerated.
66 *count* space characters. *count* must be a non-negative integer.
91 * A conditional region can be enclosed by a section region.
92 * A section region can be enclosed by a conditional region.
120 and the resulting lines are associated with the section name. They can be
122 `%insert` and `%insert-indented` directives. They can be added to another
150 substring of the form `%{argnum}` will be replaced by the corresponding argument
[all …]
/packages/services/Car/car-lib/api/
Dlint-baseline.txt3 …Callbacks must be abstract class instead of interface to enable extension in future API levels: On…
5 …Callbacks must be abstract class instead of interface to enable extension in future API levels: Ca…
9 Parameter type is concrete collection (`android.util.ArraySet`); must be higher-level interface
55 Intent extra constant name must be EXTRA_FOO: CAR_EXTRA_BROWSE_SERVICE_FOR_SESSION
57 Intent extra constant name must be EXTRA_FOO: CAR_EXTRA_MEDIA_COMPONENT
59 Intent action constant name must be ACTION_FOO: CAR_INTENT_ACTION_MEDIA_TEMPLATE
63 Listeners should always be at end of argument list (method `abandonAppFocus`)
65 Listeners should always be at end of argument list (method `isOwningFocus`)
173 Bare field zoneId must be marked final, or moved behind accessors if mutable
175 Bare field sensorType must be marked final, or moved behind accessors if mutable
[all …]
Dsystem-lint-baseline.txt3 Constant EGR must be marked static final
7 …Method parameter should be Collection<Signature> (or subclass) instead of raw array; was `android.…
9 …Field should be Collection<Signature> (or subclass) instead of raw array; was `android.content.pm.…
11 …Method parameter should be Collection<AppBlockingPackageInfo> (or subclass) instead of raw array; …
13 …Method parameter should be Collection<AppBlockingPackageInfo> (or subclass) instead of raw array; …
15 …Field should be Collection<AppBlockingPackageInfo> (or subclass) instead of raw array; was `androi…
17 …Field should be Collection<AppBlockingPackageInfo> (or subclass) instead of raw array; was `androi…
19 …Method parameter should be Collection<InputFilter> (or subclass) instead of raw array; was `androi…
39 …Callbacks must be abstract class instead of interface to enable extension in future API levels: Ca…
41 …Callbacks must be abstract class instead of interface to enable extension in future API levels: Ca…
[all …]
/packages/modules/adb/
Dprotocol.txt14 be used by either commandline or interactive tools to communicate with
17 The protocol is designed to be straightforward and well-defined enough
18 that if it needs to be reimplemented in another environment (Java
22 implementation to be much more robust.
47 is represented by a quoted string or an empty string if none should be
67 be larger than that because they're sent before the CONNECT from the device
72 be sent. Any messages received before a CONNECT message MUST be ignored.
75 large maxdata value, the connection with the other side must be closed.
77 The system identity string should be "<systemtype>:<serialno>:<banner>"
86 The TLS message informs the recipient that the connection will be encrypted
[all …]
DSYNC.TXT21 integer, with various uses. This number will be called "length" below. In fact
32 All of the sync requests above must be followed by "length": the number of
39 The directory entries will be returned in the following form
55 Note that some file types will be deleted before the copying starts, and if
56 the transfer fails. Some file types will not be deleted, which allows
64 transferred. Each chunk must not be larger than 64k.
69 be ignored).
74 the file that will be returned. Just as for the SEND sync request the file
77 until the file is transferred. Each chunk will not be larger than 64k.
80 length can be ignored.
/packages/services/Iwlan/assets/
Ddefaultiwlanerrorconfig.json5 # represents that this can be used as a generic fallback when no
20 # 3.2. "ErrorDetails": Array of error specifics for which the policy needs to be applied to.
22 # Note: Array can be a mix of number, range and string formats.
25 # 3.2.3. Any: "*" value represents that this can be applied to all ErrorDetails
26 # when there is no specific match. This will be a single element array.
30 # 3.2.5. "IKE_PROTOCOL_EXCEPTION" ErrorType expects the "ErrorDetail" to be
33 # 3.2.6. "GENERIC_ERROR_TYPE" or "*" ErrorType expects only the following to be
45 # 3.4. "UnthrottlingEvents": Events for which the retry time can be unthrottled.
58 # is defined as "*" - this policy will be applied to the error
/packages/apps/Dialer/java/com/android/dialer/glidephotomanager/
Dphoto_info.proto29 // Whether a business icon should be displayed.
32 // Whether a voicemail icon should be displayed.
35 // Whether a "blocked" icon should be displayed.
38 // Whether a "spam" icon should be displayed.
41 // Whether the photo should be badged as video call.
44 // Whether the photo should be badged as RTT call.
/packages/modules/GeoTZ/s2storage/
DREADME.md24 3. Lastly, come the blocks of data themselves. Blocks can be zero-length, in which case they take up
35 `{key}`. The table data is easily memory mapped and each record can be randomly accessed by
47 The TZ S2 data file format is intended to be language neutral (e.g. Java or C code could easily be
51 It is designed to be flexible and parameterized / self describing: the header block contains format
66 the logical input data is mapped to a data structure that allows the individual S2 cell IDs to be
71 the "same prefix" property. All ranges with a common prefix can be stored in one "suffix table".
80 applying a fixed offset. The block info and block data for the cell's suffix table can be accessed
104 The header block is always required to be block zero and have the expected type
116 Individual time zone IDs are strings like "America/Los_Angeles" that should only be stored once to
131 will be several range entries that reference "Europe/London".
[all …]
/packages/apps/Dialer/java/com/android/dialer/calllog/database/contract/
Dnumber_attributes.proto28 // The name (which may be a person's name or business name, but not a number)
30 // name display preferences change, this field should be rewritten.
46 // The number type as a string to be displayed to the user, for example "Home"
47 // or "Mobile". This column should be updated for the appropriate language
54 // Can the number be reported as invalid through People API
57 // True if the CP2 information is incomplete and needs to be queried at
70 // Whether the number can be reached via a carrier video call.
/packages/apps/Car/libs/car-messenger-common/proto/
Dnotification_msg.proto23 // Message to be sent from the phone SDK to the IHU SDK.
26 // This will be the StatusBarNotification id of the original message
30 // The different types of messages to be sent from the phone SDK.
56 // Message to be sent from the IHU SDK to the phone SDK.
59 // This will be the StatusBarNotification id of the original message
63 // An action request to be fulfilled on the Phone side.
72 // Message to be sent from the Phone SDK to the IHU SDK after an Action
143 // Sends over an avatar icon. This should be sent once per unique sender
198 // As mentioned above, this notification id should be the same on the
199 // phone and the car. This will be the StatusBarNotification id of the
/packages/modules/common/proto/
Dclasspaths.proto33 // Must be set to a known classpath.
36 // Minimum API level required for the jar to be included on the classpath.
38 // attribute, the jar will not be included in the classpath.
40 // can be used on all API levels.
45 // must be greater or equal to min_sdk value.
47 // attribute, the jar will not be included in the classpath.
/packages/inputmethods/LatinIME/dictionaries/
Dsample.combined1 # This is a sample wordlist that can be converted to a binary dictionary
7 # of the file should be `dictionary'. Usual fields are `locale', `description',
14 # should not be considered a typo, but that should never be suggested
15 # explicitly. An entry may be made not a word by adding a `not_a_word'
23 # 15, which is then taken to be the whitelist target of this word.
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DREADME.md3 This document seeks to be a crash-course and cheat-sheet for running the NNAPI
60 occurs, only one stacktrace needs to be analyzed to debug the problem.
69 Because the test is self-contained, you should be able to just use a regular
115 can be used in place of or in addition to `hwaddress`. More command options for
116 building with other sanitizers can be found [here][7], and they are explained
119 Once the test is built, it can be pushed to the device via:
130 * `dump/` -- sandbox directory used by the fuzz test; this can be ignored
131 * `crash-*` -- any future problematic test cases will be dumped to the directory
137 The fuzz test can be launched with the following command, and will continue
149 test case that causes it will be dumped to a file in the directory specified by
[all …]
/packages/apps/TimeZoneData/oem_template/data_app/
DREADME.oem17 real version of the app, and some test versions that can be used by the supplied xTS tests.
19 The generated .apks are expected to be signed and checked in as "prebuilts" for the system
22 The main, signed .apk can also be uploaded to an app store and used to update existing
25 See oem_template/data_app_prebuilts for rules that can be used to include the prebuilts in
28 See oem_template/xts for rules that can be used for xTS testing.
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryEntry.java101 BatteryEntry be; in run() local
109 be = sRequestQueue.remove(0); in run()
113 be.mContext, be.getUid(), sHandler, be, in run()
114 be.mDefaultPackageName, be.name, be.icon); in run()
116 be.icon = nameAndIcon.icon; in run()
117 be.name = nameAndIcon.name; in run()
118 be.mDefaultPackageName = nameAndIcon.packageName; in run()

12345678910>>...16