/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | Doxyfile.in | 3 # 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 …]
|
D | faq.md | 15 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 …]
|
D | tutorial.md | 5 …to DOM, and then the DOM can be queried and modified easily, and finally be converted back to JSON. 45 Since the update to RFC 7159, the root of a conforming JSON document can be any JSON value. In ear… 50 …lue` can contain different types of value, we may need to verify its type and use suitable API to … 116 …y convert values between JSON types. If a value is a string, it is invalid to call `GetInt()`, for… 122 By default, `SizeType` is typedef of `unsigned`. In most systems, array is limited to store up to 2… 126 Array is similar to `std::vector`, instead of using indices, you may also use iterator to access al… 138 Similar to array, we can access all object members by iterator: 164 …er exists, we need to call `HasMember()` before calling `operator[](const char*)`. However, this i… 176 As C++ provides several integer and floating point number types, the DOM tries to handle these with… 201 … convert internal integer representation to a `double`. Note that, `int` and `unsigned` can be saf… [all …]
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 3 # 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/ |
D | dbreg_API_doxyfile | 3 # 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/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | ComposingText.java | 87 tmp += "(" + ss.string + "," + ss.from + "," + ss.to + ")"; in debugout() 124 public String toString(int layer, int from, int to) { in toString() argument 129 for (int i = from; i <= to; i++) { in toString() 178 if (last.to < mod_from) { in modifyUpper() 180 last.to = mod_to; in modifyUpper() 181 last.string = toString(layer, last.from, last.to); in modifyUpper() 191 if (ss.to <= org_to) { in modifyUpper() 212 if (ss.to >= org_to) { in modifyUpper() 223 int last_to = ss.to; in modifyUpper() 227 if (last_to > ss.to) { in modifyUpper() [all …]
|
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/ |
D | third_party_licenses | 11 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/ |
D | ComposeActivityTest.java | 157 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/ |
D | open_source_project.LICENSE | 19 "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/OpenWnn/ |
D | NOTICE | 13 …ses of this definition, "control" means (i) the power, direct or indirect, to cause the direction … 17 "Source" form shall mean the preferred form for making modifications, including but not limited to … 19 … a Source form, including but not limited to compiled object code, generated documentation, and co… 21 …icense, as indicated by a copyright notice that is included in or attached to the work (an example… 23 …include works that remain separable from, or merely link (or bind by name) to the interfaces of, t… 25 …to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusio… 29 …to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, wo… 31 …to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, wo… 36 You must cause any modified files to carry prominent notices stating that You changed the files; an… 38 …m the Source form of the Work, excluding those notices that do not pertain to any part of the Deri… [all …]
|
/packages/apps/BasicSmsReceiver/ |
D | NOTICE | 7 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/Launcher2/ |
D | NOTICE | 7 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/TelephonyProvider/ |
D | NOTICE | 7 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/ |
D | NOTICE | 7 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/ |
D | NOTICE | 7 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/ |
D | NOTICE | 7 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/ |
D | NOTICE | 7 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/ |
D | NOTICE | 7 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/ |
D | NOTICE | 7 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/ |
D | NOTICE | 7 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/ |
D | NOTICE | 7 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/ |
D | NOTICE | 7 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/ |
D | LICENSE | 7 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/MediaProvider/ |
D | NOTICE | 7 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/DeskClock/ |
D | NOTICE | 7 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 …]
|