Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 49) sorted by relevance

12

/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile3 # This file describes the settings to be used by the documentation system
17 # This tag specifies the encoding used for all characters in the config file
18 # that follow. The default is UTF-8 which is also the encoding used for all
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
32 # if some version control system is used.
36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
39 # where doxygen was started. If left blank the current directory will be used.
52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
80 # that is used to form the text in various listings. Each string
83 # used as the annotated text. Otherwise, the brief description is used as-is.
[all …]
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile3 # This file describes the settings to be used by the documentation system
17 # This tag specifies the encoding used for all characters in the config file
18 # that follow. The default is UTF-8 which is also the encoding used for all
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
32 # if some version control system is used.
36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
39 # where doxygen was started. If left blank the current directory will be used.
52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
80 # that is used to form the text in various listings. Each string
83 # used as the annotated text. Otherwise, the brief description is used as-is.
[all …]
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in3 # This file describes the settings to be used by the documentation system
20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
31 # project for which the documentation is generated. This name is used in the
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
39 # control system is used.
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
59 # left blank the current directory will be used.
75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
81 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
[all …]
Dencoding.md11 …ible. When JSON is written in UTF-16 or UTF-32, the binary content-transfer-encoding must be used.
28 …lled Unicode Transformation Format (UTF). RapidJSON supports the most commonly used UTFs, including
67 …e<Encoding>` and `GenericDocument<Encoding>` indicates the encoding to be used to represent JSON s…
84 Note that C++11 introduces `char16_t` and `char32_t`, which can be used for `UTF16` and `UTF32` res…
88 …pile-time. In other words, user must know exactly which encodings will be used in the memory or st…
90 …rpose. It chooses which encoding to be used according to the input or output stream. Currently, it…
108 ASCII can be used in input stream. If the input stream contains bytes with values above 127, it wil…
110 ASCII *cannot* be used in memory (encoding of `Document` or target encoding of `Reader`), as it can…
Ddom.md9 In the tutorial, `Value` and `Document` was used. Similarly to `std::string`, these are actually `…
36 …Windows use UTF-16 (wide character) encoding. No matter what encoding was used in JSON files, we c…
61 The `Allocator` defines which allocator class is used when allocating/deallocating memory for `Docu…
63 The default allocator used in `GenericDocument` is `MemoryPoolAllocator`. This allocator actually a…
116 …rom stream, stop further processing the rest of stream. When this flag is used, parser will not ge…
117 …ision (slower). If this flag is not set, the normal precision (faster) is used. Normal precision h…
172 …premises" or "in place" to describe an event where it takes place, and is used in many different c…
219 3. The buffer need to be retained until the document is no longer used.
220 4. If the DOM need to be used for long period after parsing, and there are few JSON strings in the …
228 When writing a JSON from DOM to output stream, transcoding can also be used. An example is in [Enco…
[all …]
Dsax.md124 … string. For normal parsing, `copy = true`. Only when *insitu* parsing is used, `copy = false`. An…
224 …an handle string with null characters. Another one is the simpler version used in the above exampl…
234 4. `Writer` implements the event handler concept. It can be used to handle events from `Reader`, `D…
258 The `SourceEncoding` template parameter specifies the encoding to be used in `String(const Ch*, ...…
262 The last one, `Allocator` is the type of allocator, which is used for allocating internal data stru…
395 …elationship, but replacing `Writer` by `PrettyWriter`. So `pretty` can be used to reformat a JSON …
Dfaq.md21 …Yes, it is free under MIT license. It can be used in commercial applications. Please check the det…
65 …JSON are commonly used in web applications for transferring structured data. It is also used as a …
167 …Instead of copy semantics, move semantics is used in `Value`. That means, when assigning a source …
Dtutorial.md292 For example, if normal *copy* semantics was used:
349 Copy-string is always safe because it owns a copy of the data. Const-string can be used for storing…
446 … interface of `SetString` function for string values. These overloads are used to avoid the need f…
511 2. [Encoding](doc/encoding.md) defines which character encoding is used in streams and memory. Rapi…
/packages/apps/Settings/
Dproguard.flags4 # Keep all Fragments in this package, which are used by reflection.
7 # We want to keep methods in Activity that could be used in the XML attribute onClick.
37 # Keep specific fields used via reflection.
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummary.java437 String used; in setListening() local
439 used = Formatter.formatFileSize(mActivity, 0); in setListening()
441 used = Formatter.formatFileSize(mActivity, info.usageLevel); in setListening()
443 used = Utils.formatPercentage(info.usageLevel, info.limitLevel); in setListening()
446 mActivity.getString(R.string.data_usage_summary_format, used)); in setListening()
/packages/apps/UnifiedEmail/unified_src/
DREADME1 This is a temporary directory that is being used to enable email and Gmail content to be shown
4 This code should only be used for development. For shipping, this code (or something similar)
/packages/apps/TV/src/com/android/tv/parental/
DContentRatingSystem.java284 boolean used = false; in build()
287 used = true; in build()
291 if (!used) { in build()
/packages/apps/Car/LatinIME/
Dproguard.flags18 # Keep classes that are used as a parameter type of methods that are also marked as keep
26 # TODO: remove once used in code.
/packages/inputmethods/LatinIME/java/
Dproguard.flags18 # Keep classes that are used as a parameter type of methods that are also marked as keep
26 # TODO: remove once used in code.
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageSummaryDonutPreferenceController.java86 public void updateBytes(long used, long total) { in updateBytes() argument
87 mUsedBytes = used; in updateBytes()
/packages/services/Telecomm/proto/
Dtelecom.proto114 // No unspecified field to define. This enum to be used only as values for a bitmask.
250 // A bitmask with bits corresponding to call technologies that were used
259 // A list of the package names of connection services used.
/packages/apps/ExactCalculator/
Dproguard.flags30 # Keep methods in Activity that could be used in the XML attribute onClick.
54 # Some small BoundedRational methods like equals() are not used by the
/packages/apps/TV/
Dproguard.flags42 # Keep method which is used for reflection.
54 # Grpc used by epg via reflection
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageVolumePreference.java79 final String used = Formatter.formatFileSize(context, usedBytes); in StorageVolumePreference() local
81 setSummary(context.getString(R.string.storage_volume_summary, used, total)); in StorageVolumePreference()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Dbluetooth.proto72 // Type of technology used in the connection.
212 // Technology used for scanning.
/packages/apps/Messaging/
DForceProguard.mk31 $(info *** Flag files used for proguard have changed; forcing proguard to rerun.)
/packages/apps/Dialer/java/com/android/dialer/enrichedcall/historyquery/proto/
Dhistory_result.proto9 // Holds data that was used in an enrichedcall in the past
/packages/apps/Camera2/
Dproject.properties6 # To customize properties used by the Ant build system edit
/packages/apps/UnifiedEmail/
Dproguard.flags9 # keep names that are used by reflection, or from javascript
/packages/apps/Calendar/
Dproject.properties6 # To customize properties used by the Ant build system edit

12