| /external/clang/test/Analysis/ |
| D | test-after-div-zero.c | 1 // RUN: %clang_cc1 -std=c99 -Dbool=_Bool -analyze -analyzer-checker=core,alpha.core.TestAfterDivZer… 2 // RUN: %clang_cc1 -x c++ -analyze -analyzer-checker=core,alpha.core.TestAfterDivZero -analyzer-out… 7 var = 77 / x; // expected-note {{Division with compared value made here}} in err_eq() 8 …if (x == 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_eq() 9 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_eq() 12 var = 77 / x; // expected-note {{Division with compared value made here}} in err_eq2() 13 …if (0 == x) { } // expected-warning {{Value being compared against zero has already been used for … in err_eq2() 14 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_eq2() 17 var = 77 / x; // expected-note {{Division with compared value made here}} in err_ne() 18 …if (x != 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_ne() [all …]
|
| /external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
| D | InterconnectDiagnosticsLinkOpticalPowerOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 30 …value when compared to the warning and alarm levels for the receiving or transmitting transceiver.… 43 …value when compared to the warning and alarm levels for the receiving or transmitting transceiver.… 56 …value when compared to the warning and alarm levels for the receiving or transmitting transceiver.… 70 …Value of the current receiving or transmitting optical power, read in dBm. Take a known good optic… 73 * <code>optional float value = 111972721;</code> 75 * @return Whether the value field is set. 82 …Value of the current receiving or transmitting optical power, read in dBm. Take a known good optic… 85 * <code>optional float value = 111972721;</code> 87 * @return The value.
|
| D | InterconnectDiagnosticsLinkOpticalPower.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 75 …value when compared to the warning and alarm levels for the receiving or transmitting transceiver.… 85 * A value indicating that the enum field is not set. 95 * The value has crossed above the high alarm threshold. 105 * The value of the current optical power has crossed above the high warning threshold. 115 * The value of the current optical power has crossed below the low alarm threshold. 125 * The value of the current optical power has crossed below the low warning threshold. 135 * The value of the current optical power has not crossed a warning threshold. 141 UNRECOGNIZED(-1), 148 * A value indicating that the enum field is not set. [all …]
|
| D | Condition.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 25 * This is deprecated and has no effect. Do not use. 78 * This is deprecated and has no effect. Do not use. 90 * A value indicating that the enum field is not set. 100 * This is deprecated and has no effect. Do not use. 110 * This is deprecated and has no effect. Do not use. 120 * This is deprecated and has no effect. Do not use. 130 * This is deprecated and has no effect. Do not use. 140 * This is deprecated and has no effect. Do not use. 150 * This is deprecated and has no effect. Do not use. [all …]
|
| /external/clang/test/SemaCXX/ |
| D | cxx0x-nontrivial-union.cpp | 1 // RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s 26 int &i; // expected-error {{union member 'i' has reference type 'int &'}} 70 bool has; member 71 union { T value; }; member 73 optional() : has(false) {} in optional() 75 optional(U &&...u) : has(true), value(forward<U>(u)...) {} in optional() 77 optional(const optional &o) : has(o.has) { in optional() 78 if (has) new (&value) T(o.value); in optional() 80 optional(optional &&o) : has(o.has) { in optional() 81 if (has) new (&value) T(move(o.value)); in optional() [all …]
|
| /external/libtextclassifier/native/utils/ |
| D | variant.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 30 // Represents a type-tagged union of different basic types. 52 explicit Variant(const int8_t value) in Variant() argument 53 : type_(TYPE_INT8_VALUE), int8_value_(value) {} in Variant() 54 explicit Variant(const uint8_t value) in Variant() argument 55 : type_(TYPE_UINT8_VALUE), uint8_value_(value) {} in Variant() 56 explicit Variant(const int value) in Variant() argument 57 : type_(TYPE_INT_VALUE), int_value_(value) {} in Variant() 58 explicit Variant(const uint value) in Variant() argument 59 : type_(TYPE_UINT_VALUE), uint_value_(value) {} in Variant() [all …]
|
| /external/pigweed/pw_protobuf/public/pw_protobuf/ |
| D | encoder.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 48 // proto will encode many large submessages, this value should just be the 57 // Write a varint value to the writer. 60 // value: The value of the varint to write 64 // OK - varint is written successfully 67 inline Status WriteVarint(uint64_t value, stream::Writer& writer) { in WriteVarint() argument 70 pw::varint::EncodeLittleEndianBase128(value, varint_encode_buffer); in WriteVarint() 74 // Write the field key and length prefix for a length-delimited field. It is 85 // OK - Field key is written successfully 119 // provide a zero-length scratch buffer. [all …]
|
| /external/libhevc/common/arm/ |
| D | ihevc_deblk_luma_horz.s | 9 @* http://www.apache.org/licenses/LICENSE-2.0 57 .long gai4_ihevc_tc_table - ulbl1 - 8 60 .long gai4_ihevc_beta_table - ulbl2 - 8 65 stmfd sp!, {r3-r12,lr} 66 vpush {d8 - d15} 81 movlt r7,#0x0 @ r7 has the beta_index value 91 movlt r3,#0x0 @ r3 has the tc_index value 115 ldr r8,[r0,-r14] @ -3 value 117 ldr r10,[r0,-r1,lsl #1] @-2 value 118 vdup.32 d23,r8 @ -3 value [all …]
|
| D | ihevc_deblk_luma_vert.s | 9 @* http://www.apache.org/licenses/LICENSE-2.0 59 .long gai4_ihevc_tc_table - ulbl1 - 8 62 .long gai4_ihevc_beta_table - ulbl2 - 8 68 push {r3-r12,lr} 82 movlt r7,#0x0 @ r7 has the beta_index value 93 movlt r3,#0x0 @ r3 has the tc_index value 120 ldrb r8,[r0,#-3] @ -3 value 122 ldrb r10,[r0,#-2] @-2 value 124 ldrb r11,[r0,#-1] @-1 value 126 ldrb r12,[r0,#0] @ 0 value [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/paper-input/test/ |
| D | paper-input-container.html | 2 <!-- 10 --> 14 <title>paper-input-container tests</title> 16 <meta charset="utf-8"> 17 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 18 …<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalab… 20 <script src="../../webcomponentsjs/webcomponents-lite.js"></script> 22 <script src="../../web-component-tester/browser.js"></script> 23 <script src="../../iron-test-helpers/mock-interactions.js"></script> 25 <link rel="import" href="../../iron-input/iron-input.html"> [all …]
|
| /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
| D | XMPMeta.java | 21 * This class represents the set of XMP metadata as a DOM representation. It has methods to read and 23 * to a String, byte-array or <code>OutputStream</code>. 29 // --------------------------------------------------------------------------------------------- 33 * The property value getter-methods all take a property specification: the first two parameters 39 * <code>null</code> if the property does not exists. The result object contains the value of 40 * the property and option flags describing the property. Arrays and the non-leaf levels of 53 * component is optional. If present without a schemaNS value then the prefix specifies 57 * @return Returns a <code>XMPProperty</code> containing the value and the options or 68 * @param schemaNS The namespace URI for the array. Has the same usage as in getProperty. 70 * <code>null</code> or the empty string. Has the same namespace prefix usage as [all …]
|
| /external/clang/test/Sema/ |
| D | warn-duplicate-enum.c | 1 // RUN: %clang_cc1 %s -fsyntax-only -verify -Wduplicate-enum 2 // RUN: %clang_cc1 %s -x c++ -fsyntax-only -verify -Wduplicate-enum 4 A1 = 0, // expected-note {{element A1 also has value 0}} 5 A2 = -1, 6 …A3, // expected-warning {{element A3 has been implicitly assigned 0 which another element has bee… 10 B1 = -1, // expected-note {{element B1 also has value -1}} 11 …B2, // expected-warning {{element B2 has been implicitly assigned 0 which another element ha… 13 B4 = -2, 14 …B5, // expected-warning {{element B5 has been implicitly assigned -1 which another element has be… 15 B6 // expected-note {{element B6 also has value 0}} [all …]
|
| D | warn-absolute-value.c | 1 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -verify %s -Wabsolute-value -Wno-int-con… 2 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only %s -Wabsolute-value -Wno-int-conversion … 22 …// expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of … in test_int() 23 // expected-note@-2 {{use function 'abs' instead}} in test_int() 24 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"abs" in test_int() 26 …// expected-warning@-1 {{using floating point absolute value function 'fabs' when argument is of i… in test_int() 27 // expected-note@-2 {{use function 'abs' instead}} in test_int() 28 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:13}:"abs" in test_int() 30 …// expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of … in test_int() 31 // expected-note@-2 {{use function 'abs' instead}} in test_int() [all …]
|
| /external/clang/test/SemaObjC/ |
| D | objc-literal-sig.m | 1 // RUN: %clang_cc1 -fsyntax-only -verify %s 7 + (NSNumber *)numberWithChar:(char)value; 8 + (NSNumber *)numberWithUnsignedChar:(unsigned char)value; 9 + (NSNumber *)numberWithShort:(short)value; 10 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value; 11 + (NSNumber *)numberWithInt:(int)value; 12 + (NSNumber *)numberWithUnsignedInt:(unsigned int)value; 13 + (NSNumber *)numberWithLong:(long)value; 14 + (NSNumber *)numberWithUnsignedLong:(unsigned long)value; 15 + (NSNumber *)numberWithLongLong:(long long)value; [all …]
|
| /external/apache-xml/test/tests/conf/predicate/ |
| D | predicate58.xsl | 4 <!-- FileName: predicate58 --> 5 <!-- Document: http://www.w3.org/TR/xpath --> 6 <!-- DocVersion: 19991116 --> 7 <!-- Section: 2.4 --> 8 <!-- Creator: David Marston --> 9 <!-- Purpose: Compare non-existent attributes to ones containing the null string. --> 11 <xsl:output method="xml" encoding="UTF-8"/> 15 <xsl:text>has ex: </xsl:text><xsl:value-of select="count(a[@ex])"/> 17 has ex, eq null: </xsl:text><xsl:value-of select="count(a[@ex=''])"/> 19 has ex, measure null: </xsl:text><xsl:value-of select="count(a[string-length(@ex)=0])"/> [all …]
|
| /external/rust/crates/vulkano/src/pipeline/graphics/ |
| D | creation_error.rs | 3 // <LICENSE-APACHE or 4 // https://www.apache.org/licenses/LICENSE-2.0> or the MIT 5 // license <LICENSE-MIT or https://opensource.org/licenses/MIT>, 31 /// A color attachment has a format that does not support blending. 34 /// A color attachment has a format that does not support that usage. 37 /// The depth attachment has a format that does not support that usage. 56 /// Tried to use a patch list without a tessellation shader, or a non-patch-list with a 63 /// The maximum number of discard rectangles has been exceeded. 65 /// Maximum allowed value. 67 /// Value that was passed. [all …]
|
| /external/libhevc/common/arm64/ |
| D | ihevc_deblk_luma_horz.s | 9 //* http://www.apache.org/licenses/LICENSE-2.0 50 // stmfd sp!, {x3-x12,x14} 53 …stp d8,d9,[sp,#-16]! // Storing d9 using { sub sp,sp,#8; str d9,[sp] } is givin… 55 stp d10,d11,[sp,#-16]! 56 stp d12,d13,[sp,#-16]! 57 stp d14,d15,[sp,#-16]! 58 stp x19, x20,[sp,#-16]! 59 stp x21, x22,[sp,#-16]! 75 csel x7, x20, x7,lt // x7 has the beta_index value 87 csel x3, x20, x3,lt // x3 has the tc_index value [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | cloudresourcemanager_v1.folders.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | dfareporting_v3_5.accountUserProfiles.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | dfareporting_v3_3.accountUserProfiles.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/ |
| D | CompanySize.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 35 * Default value if the size isn't specified. 45 * The company has less than 50 employees. 55 * The company has between 50 and 99 employees. 65 * The company has between 100 and 499 employees. 75 * The company has between 500 and 999 employees. 85 * The company has between 1,000 and 4,999 employees. 95 * The company has between 5,000 and 9,999 employees. 105 * The company has 10,000 or more employees. 111 UNRECOGNIZED(-1), [all …]
|
| /external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/ |
| D | CompanySize.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 35 * Default value if the size isn't specified. 45 * The company has less than 50 employees. 55 * The company has between 50 and 99 employees. 65 * The company has between 100 and 499 employees. 75 * The company has between 500 and 999 employees. 85 * The company has between 1,000 and 4,999 employees. 95 * The company has between 5,000 and 9,999 employees. 105 * The company has 10,000 or more employees. 111 UNRECOGNIZED(-1), [all …]
|
| /external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/ |
| D | RawJwt.java | 7 // http://www.apache.org/licenses/LICENSE-2.0 55 if (!builder.payload.has(JwtNames.CLAIM_EXPIRATION) && !builder.withoutExpiration) { in RawJwt() 59 if (builder.payload.has(JwtNames.CLAIM_EXPIRATION) && builder.withoutExpiration) { in RawJwt() 80 if (!this.payload.has(name)) { in validateStringClaim() 90 if (!this.payload.has(name)) { in validateTimestampClaim() 100 "invalid JWT payload: claim " + name + " has an invalid timestamp"); in validateTimestampClaim() 105 if (!this.payload.has(JwtNames.CLAIM_AUDIENCE)) { in validateAudienceClaim() 149 * <p>When set, this value should be set to a shortended IANA MediaType, see 150 * https://tools.ietf.org/html/rfc7519#section-5.1 and 151 * https://tools.ietf.org/html/rfc8725#section-3.11 [all …]
|
| /external/google-cloud-java/java-resourcemanager/proto-google-cloud-resourcemanager-v3/src/main/java/com/google/cloud/resourcemanager/v3/ |
| D | SearchProjectsRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 81 * Optional. A query string for searching for projects that the caller has 85 * - **`displayName`, `name`**: Filters by displayName. 86 * - **`parent`**: Project's parent (for example: `folders/123`, 89 * - **`parent.type`**: Parent's type: `folder` or `organization`. 90 * - **`parent.id`**: Parent's id number (for example: `123`). 91 * - **`id`, `projectId`**: Filters by projectId. 92 * - **`state`, `lifecycleState`**: Filters by state. 93 * - **`labels`**: Filters by label name or value. 94 * - **`labels.<key>` (where `<key>` is the name of a label)**: Filters by label [all …]
|
| /external/nist-sip/java/gov/nist/javax/sip/header/ |
| D | HeaderFactoryImpl.java | 14 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT 28 import gov.nist.javax.sip.header.ims.*; /* IMS headers - issued by Miguel Freitas */ 29 import gov.nist.javax.sip.header.extensions.*; // extension headers - pmusgrave 43 * (PT-Inovacao) and Miguel Freitas 80 * value. 82 * @param encoding - the new string containing the encoding value. 83 * @throws ParseException which signals that an error has been reached 84 * unexpectedly while parsing the encoding value. 100 * @param contentType The new string content type value. 101 * @param contentSubType The new string content sub-type value. [all …]
|