Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in3 # This file describes the settings to be used by the documentation system
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
52 # to the output directory.
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
58 # entered, it will be relative to the location where doxygen was started. If
63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
74 # characters to appear in the names of generated files. If set to NO, non-ASCII
81 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
83 # information to generate all constant output in the proper language.
[all …]
Dfaq.md15 3. Is RapidJSON similar to RapidXML?
29 6. How to install RapidJSON?
47 …suite for all modifications. The test process also uses Valgrind (in Linux) to detect memory leaks.
61 …. It uses human readable text format. More details of JSON can be referred to [RFC7159](http://www…
67 2. Does RapidJSON conform to the JSON standard?
87 … query and manipulation. SAX is very fast and memory-saving but often more difficult to be applied.
101 7. Why not just using `double` to represent JSON number?
103 … of precision. So the parsers detects whether a JSON number is convertible to different types of i…
105 8. How to clear-and-minimize a document or value?
119 or equivalent, but sightly longer to type:
[all …]
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile3 # This file describes the settings to be used by the documentation system
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
38 # If a relative path is entered, it will be relative to the location
43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
54 # information to generate all constant output in the proper language.
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
67 # the file and class documentation (similar to JavaDoc).
68 # Set to NO to disable this.
[all …]
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile3 # This file describes the settings to be used by the documentation system
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
38 # If a relative path is entered, it will be relative to the location
43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
54 # information to generate all constant output in the proper language.
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
67 # the file and class documentation (similar to JavaDoc).
68 # Set to NO to disable this.
[all …]
/packages/services/Car/car-lib/src/android/car/navigation/
Dnavigation_state.proto10 * Unless required by applicable law or agreed to in writing, software
24 // A reference to an image. This consists of a 'content://' style URI plus
29 // must be added to the URI parameter list to request an image size.
42 // This means that it should be safe to cache an image once requested
49 // specified by editing the parameter list to add the following two
59 // Note that the resulting image is not guaranteed to match the requested
68 // alpha-channel, designed to be colorized
75 // Possible units used to display this distance.
91 // provided. If empty, the distance shouldn’t be displayed to the driver.
101 // The distance unit that should be used to display the distance value
[all …]
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses11 Unless required by applicable law or agreed to in writing, software
35 "control" means (i) the power, direct or indirect, to cause the
44 including but not limited to software source code, documentation
49 not limited to compiled object code, generated documentation,
50 and conversions to other media types.
54 copyright notice that is included in or attached to the work
62 separable from, or merely link (or bind by name) to the interfaces of,
67 to that Work or Derivative Works thereof, that is intentionally
68 submitted to Licensor for inclusion in the Work by the copyright owner
69 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
DComposeActivityTest.java157 String[] to = activity.getToAddresses(); in testRecipientsRefReplyAllCustomFromReplyTo()
160 String toAsString = TextUtils.join(",", to); in testRecipientsRefReplyAllCustomFromReplyTo()
161 assertEquals(3, to.length); in testRecipientsRefReplyAllCustomFromReplyTo()
194 String[] to = activity.getToAddresses(); in testRecipientsRefReplyAllOnlyAccount()
197 String toAsString = TextUtils.join(",", to); in testRecipientsRefReplyAllOnlyAccount()
198 assertEquals(1, to.length); in testRecipientsRefReplyAllOnlyAccount()
235 String[] to = activity.getToAddresses(); in testRecipientsRefReplyAllOnlyCustomFrom()
238 String toAsString = TextUtils.join(",", to); in testRecipientsRefReplyAllOnlyCustomFrom()
239 assertEquals(1, to.length); in testRecipientsRefReplyAllOnlyCustomFrom()
257 String[] to = activity.getToAddresses(); in testReply()
[all …]
/packages/apps/TV/res/raw/
Dthird_party_licenses9 Permission is hereby granted, free of charge, to any person obtaining a copy
10 of this software and associated documentation files (the "Software"), to deal
12 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13 copies of the Software, and to permit persons to whom the Software is
14 furnished to do so, subject to the following conditions:
48 "control" means (i) the power, direct or indirect, to cause the
57 including but not limited to software source code, documentation
62 not limited to compiled object code, generated documentation,
63 and conversions to other media types.
67 copyright notice that is included in or attached to the work
[all …]
/packages/apps/Dialer/java/com/android/dialer/logging/
Ddialer_impression.proto12 // Event enums to be used for Impression Logging in Dialer.
13 // It's perfectly acceptable for this enum to be large
14 // Values should be from 1000 to 100000.
38 // initially blocking For that refer to
53 // claimed the number was spam and had now proceeded to undo that.
58 // A number that was identified as spam and the user proceeded to block it.
59 // However this impression was to make sure that while blocking the number
60 // the user also acknowledged that they were going to be reporting this as
61 // spam. There is no option for the user in this case to not report it as
63 // spam -> user wants to block it -> confirmation dialog shows up asking
[all …]
/packages/services/Car/tests/BugReportApp/
DREADME.md3 A test tool that is intended to show how to access Android Automotive OS bugreporting APIs.
4 It stores all bugreports in user 0 context and then allows uploading them to GCS.
10 3. BugReportActivity connects to BugReportService and checks if a bugreporting is running.
20 10. UploadJob runs SimpleUploaderAsyncTask to upload the bugreport.
22 Bug reports are zipped and uploaded to GCS. GCS enables creating Pub/Sub
23 notifications that can be used to track when new bug reports are uploaded.
27 BugReport app uses `CarBugreportServiceManager` to collect bug reports and
28 screenshots. `CarBugreportServiceManager` allows only one bug report app to
31 To allow AAE BugReport app to access the API, you need to overlay
43 - `android.car.bugreport.disableautoupload` - set it to `true` to disable auto-upload to Google
[all …]
/packages/apps/TV/
Dopen_source_project.LICENSE19 "control" means (i) the power, direct or indirect, to cause the
28 including but not limited to software source code, documentation
33 not limited to compiled object code, generated documentation,
34 and conversions to other media types.
38 copyright notice that is included in or attached to the work
46 separable from, or merely link (or bind by name) to the interfaces of,
51 to that Work or Derivative Works thereof, that is intentionally
52 submitted to Licensor for inclusion in the Work by the copyright owner
53 or by an individual or Legal Entity authorized to submit on behalf of
56 to the Licensor or its representatives, including but not limited to
[all …]
/packages/inputmethods/LatinIME/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/packages/apps/Calendar/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/packages/apps/Email/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/packages/providers/DownloadProvider/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/packages/apps/CellBroadcastReceiver/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/packages/providers/CalendarProvider/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/packages/providers/ContactsProvider/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/packages/apps/Stk/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/packages/apps/Dialer/
DLICENSE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/packages/apps/TimeZoneUpdater/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/packages/modules/ExtServices/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/packages/apps/QuickSearchBox/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/packages/apps/Launcher3/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/packages/apps/SpareParts/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]

12345678910>>...17