/external/python/google-api-python-client/docs/dyn/ |
D | groupssettings_v1.groups.html | 98 "allowExternalMembers": "A String", # Are external members allowed to join the group. 99 …: "A String", # Permissions to post messages to the group. Possible values are: NONE_CAN_POST ALL_… 101 …"whoCanViewMembership": "A String", # Permissions to view membership. Possible values are: ALL_IN_… 106 "isArchived": "A String", # If the contents of the group are archived. 112 …ing", # Whome should the default reply to a message go to. Possible values are: REPLY_TO_CUSTOM RE… 114 …"messageModerationLevel": "A String", # Moderation level for messages. Possible values are: MODERA… 115 …g", # Permission to contact owner of the group via web UI. Possible values are: ANYONE_CAN_CONTACT… 116 …"messageDisplayFont": "A String", # Default message display font. Possible values are: DEFAULT_FON… 117 …"whoCanLeaveGroup": "A String", # Permission to leave the group. Possible values are: ALL_MANAGERS… 118 …"whoCanAdd": "A String", # Permissions to add members. Possible values are: ALL_MANAGERS_CAN_ADD A… [all …]
|
D | calendar_v3.calendarList.html | 126 …fore the start of the event when the reminder should trigger. Valid values are between 0 and 40320… 127 "method": "A String", # The method used by this reminder. Possible values are: 128 # - "email" - Reminders are sent via email. 129 …s" - Reminders are sent via SMS. These are only available for G Suite customers. Requests to set S… 130 # - "popup" - Reminders are sent via a UI popup. 140 "type": "A String", # The type of notification. Possible values are: 146 … "method": "A String", # The method used to deliver the notification. Possible values are: 147 # - "email" - Reminders are sent via email. 148 …# - "sms" - Reminders are sent via SMS. This value is read-only and is ignored on inserts and upda… 160 …ective access role that the authenticated user has on the calendar. Read-only. Possible values are: [all …]
|
/external/pcre/dist2/doc/ |
D | pcre2grep.1 | 12 patterns that are compatible with the regular expressions of Perl 5. See 23 Patterns, whether supplied on the command line or in a separate file, are given 29 slashes, as is common in Perl scripts), they are interpreted as part of the 31 because they are interpreted by the shell, and indeed quotes are required if a 36 Conversely, when one or both of these options are used to specify patterns, all 37 arguments are treated as path names. At least one of \fB-e\fP, \fB-f\fP, or an 40 If no files are specified, \fBpcre2grep\fP reads the standard input. The 46 Input files are searched line by line. By default, each line that matches a 49 However, there are options that can change how \fBpcre2grep\fP behaves. In 54 The amount of memory used for buffering files that are being scanned is [all …]
|
D | pcre2grep.txt | 16 library to support patterns that are compatible with the regular 22 are given without delimiters. For example: 27 with slashes, as is common in Perl scripts), they are interpreted as 29 on the command line because they are interpreted by the shell, and 30 indeed quotes are required if a pattern contains white space or shell 35 versely, when one or both of these options are used to specify pat- 36 terns, all arguments are treated as path names. At least one of -e, -f, 39 If no files are specified, pcre2grep reads the standard input. The 45 Input files are searched line by line. By default, each line that 48 followed by a colon. However, there are options that can change how [all …]
|
D | pcre2compat.3 | 8 regular expressions. The differences described here are with respect to Perl 9 versions 5.26, but as both Perl and PCRE2 are continually changing, the 13 have are given in the 21 that the next three characters are not "a". It just asserts that the next 26 3. Capturing subpatterns that occur inside negative lookaround assertions are 27 counted, but their entries in the offsets vector are set only when a negative 31 4. The following Perl escape sequences are not supported: \eF, \el, \eL, \eu, 33 non-newline character, and \eN{U+dd..}, matching a Unicode code point, are 34 supported. The escapes that modify the case of following letters are 35 implemented by Perl's general string-handling and are not part of its pattern [all …]
|
D | pcre2pattern.3 | 7 The syntax and semantics of the regular expressions that are supported by PCRE2 17 Perl's regular expressions are described in its own documentation, and regular 18 expressions in general are covered in a number of books, some of which have 23 This document discusses the patterns that are supported by PCRE2 when its main 26 algorithm that is not Perl-compatible. Some of the features discussed below are 28 the alternative function, and how it differs from the normal function, are 40 by special items at the start of a pattern. These are not Perl-compatible, but 41 are provided to make these options accessible to pattern writers who are not 151 These facilities are provided to catch runaway matches that are provoked by 172 \fBpcre2_dfa_match()\fP interpreters are used for matching. It does not apply [all …]
|
/external/testng/src/main/java/org/testng/internal/junit/ |
D | ArrayAsserts.java | 5 * Asserts that two object arrays are equal. If they are not, an 7 * <code>expecteds</code> and <code>actuals</code> are <code>null</code>, 8 * they are considered equal. 26 * Asserts that two object arrays are equal. If they are not, an 28 * <code>actual</code> are <code>null</code>, they are considered 43 * Asserts that two byte arrays are equal. If they are not, an 60 * Asserts that two byte arrays are equal. If they are not, an 73 * Asserts that two char arrays are equal. If they are not, an 90 * Asserts that two char arrays are equal. If they are not, an 103 * Asserts that two short arrays are equal. If they are not, an [all …]
|
/external/junit/src/main/java/org/junit/ |
D | Assert.java | 11 * are recorded. These methods can be used directly: 13 * are referenced through static import: 99 * Asserts that two objects are equal. If they are not, an 101 * <code>expected</code> and <code>actual</code> are <code>null</code>, 102 * they are considered equal. 135 * Asserts that two objects are equal. If they are not, an 137 * <code>expected</code> and <code>actual</code> are <code>null</code>, 138 * they are considered equal. 148 * Asserts that two objects are <b>not</b> equals. If they are, an 150 * <code>unexpected</code> and <code>actual</code> are <code>null</code>, [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LLVMBuild.rst | 22 as to how the source code and various components are organized. The 23 ``LLVMBuild.txt`` files are the explicit specification of that 24 structure, and are used by the build systems and other tools in order to 36 For the most part, the project contents are organized around defining 40 The component descriptions for the project as a whole are automatically 50 The LLVMBuild files themselves are just a declarative way to describe 61 Developers generally are not expected to need to be aware of the details 63 LLVM developers who are not working on the build system would only ever 74 As mentioned earlier, LLVM projects are organized into logical 86 - *Build Tools* - Build tools are applications which are designed to be run [all …]
|
/external/llvm/docs/ |
D | LLVMBuild.rst | 22 as to how the source code and various components are organized. The 23 ``LLVMBuild.txt`` files are the explicit specification of that 24 structure, and are used by the build systems and other tools in order to 36 For the most part, the project contents are organized around defining 40 The component descriptions for the project as a whole are automatically 50 The LLVMBuild files themselves are just a declarative way to describe 61 Developers generally are not expected to need to be aware of the details 63 LLVM developers who are not working on the build system would only ever 74 As mentioned earlier, LLVM projects are organized into logical 86 - *Build Tools* - Build tools are applications which are designed to be run [all …]
|
/external/boringssl/src/third_party/wycheproof_testvectors/ |
D | aes_cbc_pkcs5_test.txt | 210 # unexpected padding. This allows to find implementations that are not properly 221 # unexpected padding. This allows to find implementations that are not properly 232 # unexpected padding. This allows to find implementations that are not properly 243 # unexpected padding. This allows to find implementations that are not properly 254 # unexpected padding. This allows to find implementations that are not properly 265 # unexpected padding. This allows to find implementations that are not properly 276 # unexpected padding. This allows to find implementations that are not properly 287 # unexpected padding. This allows to find implementations that are not properly 298 # unexpected padding. This allows to find implementations that are not properly 309 # unexpected padding. This allows to find implementations that are not properly [all …]
|
D | ecdh_secp256r1_test.txt | 1163 # ASN parser is not strictly checking the ASN format are benign as long as the 1173 # ASN parser is not strictly checking the ASN format are benign as long as the 1183 # ASN parser is not strictly checking the ASN format are benign as long as the 1193 # ASN parser is not strictly checking the ASN format are benign as long as the 1203 # ASN parser is not strictly checking the ASN format are benign as long as the 1213 # ASN parser is not strictly checking the ASN format are benign as long as the 1223 # ASN parser is not strictly checking the ASN format are benign as long as the 1233 # ASN parser is not strictly checking the ASN format are benign as long as the 1243 # ASN parser is not strictly checking the ASN format are benign as long as the 1253 # ASN parser is not strictly checking the ASN format are benign as long as the [all …]
|
D | ecdh_secp384r1_test.txt | 1005 # ASN parser is not strictly checking the ASN format are benign as long as the 1015 # ASN parser is not strictly checking the ASN format are benign as long as the 1025 # ASN parser is not strictly checking the ASN format are benign as long as the 1035 # ASN parser is not strictly checking the ASN format are benign as long as the 1045 # ASN parser is not strictly checking the ASN format are benign as long as the 1055 # ASN parser is not strictly checking the ASN format are benign as long as the 1065 # ASN parser is not strictly checking the ASN format are benign as long as the 1075 # ASN parser is not strictly checking the ASN format are benign as long as the 1085 # ASN parser is not strictly checking the ASN format are benign as long as the 1095 # ASN parser is not strictly checking the ASN format are benign as long as the [all …]
|
D | ecdh_secp224r1_test.txt | 906 # ASN parser is not strictly checking the ASN format are benign as long as the 916 # ASN parser is not strictly checking the ASN format are benign as long as the 926 # ASN parser is not strictly checking the ASN format are benign as long as the 936 # ASN parser is not strictly checking the ASN format are benign as long as the 946 # ASN parser is not strictly checking the ASN format are benign as long as the 956 # ASN parser is not strictly checking the ASN format are benign as long as the 966 # ASN parser is not strictly checking the ASN format are benign as long as the 976 # ASN parser is not strictly checking the ASN format are benign as long as the 986 # ASN parser is not strictly checking the ASN format are benign as long as the 996 # ASN parser is not strictly checking the ASN format are benign as long as the [all …]
|
D | ecdh_secp521r1_test.txt | 401 # result can be the point at infinity, if addition-subtraction chains are used 1065 # ASN parser is not strictly checking the ASN format are benign as long as the 1075 # ASN parser is not strictly checking the ASN format are benign as long as the 1085 # ASN parser is not strictly checking the ASN format are benign as long as the 1095 # ASN parser is not strictly checking the ASN format are benign as long as the 1105 # ASN parser is not strictly checking the ASN format are benign as long as the 1115 # ASN parser is not strictly checking the ASN format are benign as long as the 1125 # ASN parser is not strictly checking the ASN format are benign as long as the 1135 # ASN parser is not strictly checking the ASN format are benign as long as the 1145 # ASN parser is not strictly checking the ASN format are benign as long as the [all …]
|
D | dsa_test.txt | 21 # ASN encoded integers with a leading hex-digit in the range 8 .. F are 885 # cases the modular inverse of 0 is simply 0. As a result there are 894 # cases the modular inverse of 0 is simply 0. As a result there are 903 # cases the modular inverse of 0 is simply 0. As a result there are 912 # cases the modular inverse of 0 is simply 0. As a result there are 921 # cases the modular inverse of 0 is simply 0. As a result there are 930 # cases the modular inverse of 0 is simply 0. As a result there are 939 # cases the modular inverse of 0 is simply 0. As a result there are 948 # cases the modular inverse of 0 is simply 0. As a result there are 957 # cases the modular inverse of 0 is simply 0. As a result there are [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | HebrewHoliday.java | 18 * @hide draft / provisional / internal are hidden on Android 28 * @hide draft / provisional / internal are hidden on Android 36 * @hide draft / provisional / internal are hidden on Android 44 * @hide draft / provisional / internal are hidden on Android 49 * @hide draft / provisional / internal are hidden on Android 54 * @hide draft / provisional / internal are hidden on Android 59 * @hide draft / provisional / internal are hidden on Android 64 * @hide draft / provisional / internal are hidden on Android 69 * @hide draft / provisional / internal are hidden on Android 74 * @hide draft / provisional / internal are hidden on Android [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/ |
D | ClassDef.java | 6 * modification, are permitted provided that the following conditions are 22 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 60 …* This will be a combination of the AccessFlags.* flags that are marked as compatible for use with… 93 * Gets a set of the annotations that are applied to this class. 95 * The annotations in the returned set are guaranteed to have unique types. 97 * @return A set of the annotations that are applied to this class 102 * Gets the static fields that are defined by this class. 104 * The static fields that are returned must have no duplicates. 106 * @return The static fields that are defined by this class 111 * Gets the instance fields that are defined by this class. [all …]
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | equal.go | 7 // modification, are permitted provided that the following conditions are 23 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 44 Equal returns true iff protocol buffers a and b are equal. 48 - Two messages are equal iff they are the same type, 49 corresponding fields are equal, unknown field sets 50 are equal, and extensions sets are equal. 51 - Two set scalar fields are equal iff their values are equal. 52 If the fields are of a floating-point type, remember that 54 in a proto3 .proto file, fields are not "set"; specifically, 55 zero length proto3 "bytes" fields are equal (nil == {}). [all …]
|
/external/junit/src/main/java/junit/framework/ |
D | Assert.java | 4 * A set of assert methods. Messages are only displayed when an assert fails. 68 * Asserts that two objects are equal. If they are not 82 * Asserts that two objects are equal. If they are not 90 * Asserts that two Strings are equal. 104 * Asserts that two Strings are equal. 111 * Asserts that two doubles are equal concerning a delta. If they are not 125 * Asserts that two doubles are equal concerning a delta. If the expected 133 * Asserts that two floats are equal concerning a positive delta. If they 134 * are not an AssertionFailedError is thrown with the given message. If the 147 * Asserts that two floats are equal concerning a delta. If the expected [all …]
|
/external/v8/tools/clang/plugins/tests/ |
D | base_refcounted.txt | 2 …nted.h:47:3: warning: [chromium-style] Classes that are ref-counted should have destructors that a… 8 …nted.h:59:3: warning: [chromium-style] Classes that are ref-counted should have destructors that a… 14 ./base_refcounted.h:73:3: warning: [chromium-style] Classes that are ref-counted and have non-priva… 17 …ted.h:110:3: warning: [chromium-style] Classes that are ref-counted should have destructors that a… 26 …h:115:7: warning: [chromium-style] Classes that are ref-counted should have explicit destructors t… 35 …ted.h:145:1: warning: [chromium-style] Classes that are ref-counted should have destructors that a… 47 …h:164:1: warning: [chromium-style] Classes that are ref-counted should have explicit destructors t… 59 ./base_refcounted.h:204:3: warning: [chromium-style] Classes that are ref-counted and have non-priv… 62 ./base_refcounted.h:204:3: warning: [chromium-style] Classes that are ref-counted and have non-priv… 63 …ed.cpp:16:3: warning: [chromium-style] Classes that are ref-counted should have destructors that a… [all …]
|
/external/testng/src/main/java/org/testng/ |
D | AssertJUnit.java | 7 * A set of assert methods. Messages are only displayed when an assert fails. 70 * Asserts that two objects are equal. If they are not 84 * Asserts that two objects are equal. If they are not 92 * Asserts that two Strings are equal. 105 * Asserts that two Strings are equal. 112 * Asserts that two doubles are equal concerning a delta. If they are not 131 * Asserts that two doubles are equal concerning a delta. If the expected 139 * Asserts that two floats are equal concerning a delta. If they are not 158 * Asserts that two floats are equal concerning a delta. If the expected 166 * Asserts that two longs are equal. If they are not [all …]
|
/external/testng/src/test/java/test/asserttests/ |
D | ArrayEqualityAssertTest.java | 26 "arrays of primitives are compared by value in assertEquals"); in arrayAssertEquals() 32 "arrays of primitives are compared by value in assertNotEquals"); in arrayAssertNotEquals() 38 "arrays of wrapped values are compared by value in assertEquals"); in boxedArrayAssertEquals() 44 "arrays of wrapped values are compared by value in assertNotEquals"); in boxedArrayAssertNotEquals() 50 "arrays of wrapped values are compared by value in assertEquals"); in mixedArraysAssertEquals() 52 "arrays of wrapped values are compared by value in assertEquals"); in mixedArraysAssertEquals() 58 "arrays of wrapped values are compared by value in assertNotEquals"); in mixedArraysAssertNotEquals() 60 "arrays of wrapped values are compared by value in assertNotEquals"); in mixedArraysAssertNotEquals() 72 "arrays inside lists are compared by reference in assertEquals"); in arrayInsideListAssertEquals() 84 "arrays inside lists are compared by reference in assertNotEquals"); in arrayInsideListAssertNotEquals() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/number/ |
D | NumberRangeFormatter.java | 25 …* Like NumberFormatter, NumberRangeFormatter instances are immutable and thread-safe. This API is … 31 * @hide draft / provisional / internal are hidden on Android 36 * Defines how to merge fields that are identical across the range sign. 40 * @hide draft / provisional / internal are hidden on Android 47 * The heuristics used for this option are subject to change over time. 50 * @hide draft / provisional / internal are hidden on Android 58 * @hide draft / provisional / internal are hidden on Android 67 * @hide draft / provisional / internal are hidden on Android 76 * @hide draft / provisional / internal are hidden on Android 82 …* Defines the behavior when the two numbers in the range are identical after rounding. To programm… [all …]
|
/external/golang-protobuf/proto/ |
D | equal.go | 7 // modification, are permitted provided that the following conditions are 23 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 44 Equal returns true iff protocol buffers a and b are equal. 48 - Two messages are equal iff they are the same type, 49 corresponding fields are equal, unknown field sets 50 are equal, and extensions sets are equal. 51 - Two set scalar fields are equal iff their values are equal. 52 If the fields are of a floating-point type, remember that 54 in a proto3 .proto file, fields are not "set"; specifically, 55 zero length proto3 "bytes" fields are equal (nil == {}). [all …]
|