Home
last modified time | relevance | path

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

12345678910>>...28

/packages/apps/PermissionController/tests/mocking/src/com/android/permissioncontroller/permission/utils/
DGrantRevokeTests.kt343 val pkg = createMockPackage(mapOf(FG_PERM_NAME to false)) in grantOnePermTest()
357 val expectedState = mutableMapOf(FG_PERM_NAME to (true to newFlags)) in grantOnePermTest()
368 val pkg = createMockPackage(mapOf(FG_PERM_NAME to false, FG_PERM_2_NAME to false)) in grantTwoPermTest()
387 val expectedState = mutableMapOf(FG_PERM_NAME to (true to newFlags), in grantTwoPermTest()
388 FG_PERM_2_NAME to (true to newFlags)) in grantTwoPermTest()
398 val pkg = createMockPackage(mapOf(FG_PERM_NAME_NO_APP_OP to false)) in grantNoAppOpPerm()
413 val expectedState = mutableMapOf(FG_PERM_NAME_NO_APP_OP to (true to newFlags)) in grantNoAppOpPerm()
423 val pkg = createMockPackage(mapOf(FG_PERM_NAME to true, BG_PERM_NAME to false)) in grantBgPermTest()
439 val expectedState = mutableMapOf(FG_PERM_NAME to (true to NO_FLAGS), in grantBgPermTest()
440 BG_PERM_NAME to (true to newFlags)) in grantBgPermTest()
[all …]
/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.
43 // This means that it should be safe to cache an image once requested
50 // specified by editing the parameter list to add the following two
60 // Note that the resulting image is not guaranteed to match the requested
69 // alpha-channel, designed to be colorized
76 // Possible units used to display this distance.
92 // provided. If empty, the distance shouldn’t be displayed to the driver.
103 // 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/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/Car/libs/car-ui-lib/src/com/android/car/ui/preference/
DPreferenceFragment.java302 private static Preference copyPreference(Preference from, Preference to) { in copyPreference() argument
305 to.setTitle(from.getTitle()); in copyPreference()
306 to.setOnPreferenceClickListener(from.getOnPreferenceClickListener()); in copyPreference()
307 to.setOnPreferenceChangeListener(from.getOnPreferenceChangeListener()); in copyPreference()
308 to.setIcon(from.getIcon()); in copyPreference()
309 to.setFragment(from.getFragment()); in copyPreference()
310 to.setIntent(from.getIntent()); in copyPreference()
311 to.setKey(from.getKey()); in copyPreference()
312 to.setOrder(from.getOrder()); in copyPreference()
313 to.setSelectable(from.isSelectable()); in copyPreference()
[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/modules/DnsResolver/
DREADME-DoT.md19 new one if necessary. It also has to listen for responses from the
22 responses to `DnsTlsTransport`.
29 responses to `DnsTlsTransport` (through the `IDnsTlsObserver` interface). It doesn't
30 know anything about which queries correspond to which responses, and does not retain
31 state to indicate whether there is an outstanding query.
38 Classes that spawn a helper thread call `thread::join()` in their destructor to ensure
42 annotations) to minimize the likelihood of a latent threading bug. The unit tests are
43 also heavily threaded to exercise this functionality.
52 The query method writes a struct (containing a pointer to the query) to the pipe
58 We need to pass messages between threads using a pipe, and not a condition variable
[all …]
/packages/inputmethods/LeanbackIME/
DLICENSE19 "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/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/LegacyCamera/
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/LegacyCamera/jni/
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/SoundRecorder/
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/Contacts/
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/BlockedNumberProvider/
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/apps/Provision/
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/BasicSmsReceiver/
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/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/Settings/
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>>...28