| /external/clang/test/Analysis/ |
| D | test-after-div-zero.c | 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() 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() 18 …if (x != 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_ne() 19 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_ne() 23 …if (x >= 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_ge() 24 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_ge() 28 …if (x <= 0) {} // expected-warning {{Value being compared against zero has already been used for d… in err_le() 29 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_le() [all …]
|
| /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
| D | OperationBuilder.java | 52 * Add the output of another operation as the next input of the operation being built. 54 * @param input {@link Output} supposed to be the input of the operation being built. 60 * Add the outputs of another operation as the next inputs of the operation being built. 62 * @param inputs list of {@link Output} supposed to be the inputs of the operation being built. 71 * being built. 83 * Set the device requested for computing the operation being built. 91 * Set the string values of an attribute of the operation being built. 100 * Set the string value of an attribute of the operation being built. 109 * Set the byte values of an attribute of the operation being built. 118 * Set the long value of an attribute of the operation being built. [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | resourcesettings_v1.organizations.settings.html | 120 "booleanValue": True or False, # Defines this value as being a boolean value. 121 "durationValue": "A String", # Defines this value as being a Duration. 122 …y a number, this representation is stored in the definitions. # Defines this value as being a Enum. 125 …there can be a maximum of 50 key-value pairs in the map. # Defines this value as being a StringMap. 130 … there can be a maximum of 50 strings in the string set. # Defines this value as being a StringSet. 135 "stringValue": "A String", # Defines this value as being a string value. 139 "booleanValue": True or False, # Defines this value as being a boolean value. 140 "durationValue": "A String", # Defines this value as being a Duration. 141 …y a number, this representation is stored in the definitions. # Defines this value as being a Enum. 144 …there can be a maximum of 50 key-value pairs in the map. # Defines this value as being a StringMap. [all …]
|
| D | resourcesettings_v1.projects.settings.html | 120 "booleanValue": True or False, # Defines this value as being a boolean value. 121 "durationValue": "A String", # Defines this value as being a Duration. 122 …y a number, this representation is stored in the definitions. # Defines this value as being a Enum. 125 …there can be a maximum of 50 key-value pairs in the map. # Defines this value as being a StringMap. 130 … there can be a maximum of 50 strings in the string set. # Defines this value as being a StringSet. 135 "stringValue": "A String", # Defines this value as being a string value. 139 "booleanValue": True or False, # Defines this value as being a boolean value. 140 "durationValue": "A String", # Defines this value as being a Duration. 141 …y a number, this representation is stored in the definitions. # Defines this value as being a Enum. 144 …there can be a maximum of 50 key-value pairs in the map. # Defines this value as being a StringMap. [all …]
|
| D | resourcesettings_v1.folders.settings.html | 120 "booleanValue": True or False, # Defines this value as being a boolean value. 121 "durationValue": "A String", # Defines this value as being a Duration. 122 …y a number, this representation is stored in the definitions. # Defines this value as being a Enum. 125 …there can be a maximum of 50 key-value pairs in the map. # Defines this value as being a StringMap. 130 … there can be a maximum of 50 strings in the string set. # Defines this value as being a StringSet. 135 "stringValue": "A String", # Defines this value as being a string value. 139 "booleanValue": True or False, # Defines this value as being a boolean value. 140 "durationValue": "A String", # Defines this value as being a Duration. 141 …y a number, this representation is stored in the definitions. # Defines this value as being a Enum. 144 …there can be a maximum of 50 key-value pairs in the map. # Defines this value as being a StringMap. [all …]
|
| /external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
| D | InstanceGroupManagerActionsSummaryOrBuilder.java | 55 … managed instance group that are scheduled to be created or are currently being created. If the gr… 67 … managed instance group that are scheduled to be created or are currently being created. If the gr… 105 …nces in the managed instance group that are scheduled to be deleted or are currently being deleted. 117 …nces in the managed instance group that are scheduled to be deleted or are currently being deleted. 155 …ged instance group that are scheduled to be recreated or are currently being being recreated. Recr… 167 …ged instance group that are scheduled to be recreated or are currently being being recreated. Recr… 180 …* [Output Only] The number of instances in the managed instance group that are being reconfigured … 192 …* [Output Only] The number of instances in the managed instance group that are being reconfigured … 205 … in the managed instance group that are scheduled to be restarted or are currently being restarted. 217 … in the managed instance group that are scheduled to be restarted or are currently being restarted. [all …]
|
| D | InstanceGroupManagerActionsSummary.java | 108 … managed instance group that are scheduled to be created or are currently being created. If the gr… 123 … managed instance group that are scheduled to be created or are currently being created. If the gr… 174 …nces in the managed instance group that are scheduled to be deleted or are currently being deleted. 189 …nces in the managed instance group that are scheduled to be deleted or are currently being deleted. 240 …ged instance group that are scheduled to be recreated or are currently being being recreated. Recr… 255 …ged instance group that are scheduled to be recreated or are currently being being recreated. Recr… 273 …* [Output Only] The number of instances in the managed instance group that are being reconfigured … 288 …* [Output Only] The number of instances in the managed instance group that are being reconfigured … 306 … in the managed instance group that are scheduled to be restarted or are currently being restarted. 321 … in the managed instance group that are scheduled to be restarted or are currently being restarted. [all …]
|
| /external/googleapis/google/firestore/admin/v1/ |
| D | operation.proto | 68 // The single field index is being added. 71 // The single field index is being removed. 78 // The index being changed. 89 // The TTL config is being added. 92 // The TTL config is being removed. 149 // Which collection ids are being exported. 152 // Where the documents are being exported to. 155 // Which namespace ids are being exported. 158 // The timestamp that corresponds to the version of the database that is being 160 // the documents being exported. [all …]
|
| /external/flatbuffers/tests/ |
| D | monsterdata_test.json | 72 testhashs32_fnv1: "This string is being hashed!", 73 testhashu32_fnv1: "This string is being hashed!", 74 testhashs64_fnv1: "This string is being hashed!", 75 testhashu64_fnv1: "This string is being hashed!", 76 testhashs32_fnv1a: "This string is being hashed!", 77 testhashu32_fnv1a: "This string is being hashed!", 78 testhashs64_fnv1a: "This string is being hashed!", 79 testhashu64_fnv1a: "This string is being hashed!",
|
| /external/google-cloud-java/java-resource-settings/proto-google-cloud-resource-settings-v1/src/main/java/com/google/cloud/resourcesettings/v1/ |
| D | ValueOrBuilder.java | 30 * Defines this value as being a boolean value. 42 * Defines this value as being a boolean value. 55 * Defines this value as being a string value. 67 * Defines this value as being a string value. 79 * Defines this value as being a string value. 92 * Defines this value as being a StringSet. 104 * Defines this value as being a StringSet. 116 * Defines this value as being a StringSet. 127 * Defines this value as being a Enum. 139 * Defines this value as being a Enum. [all …]
|
| /external/googleapis/google/firestore/admin/v1beta2/ |
| D | operation.proto | 65 // The single field index is being added. 68 // The single field index is being removed. 75 // The index being changed. 123 // Which collection ids are being exported. 126 // Where the entities are being exported to. 149 // Which collection ids are being imported. 152 // The location of the documents being imported. 169 // Request is being prepared for processing. 172 // Request is actively being processed. 175 // Request is in the process of being cancelled after user called [all …]
|
| /external/clang/test/CXX/special/class.dtor/ |
| D | p10-0x.cpp | 9 …rror{{the type of object expression ('const int') does not match the type being destroyed ('declty… in b() 13 … in object destruction expression does not match the type 'const A' of the object being destroyed}} in b() 14 … in object destruction expression does not match the type 'const A' of the object being destroyed}} in b() 21 … in object destruction expression does not match the type 'const A' of the object being destroyed}} in a() 23 … in object destruction expression does not match the type 'const A' of the object being destroyed}} in a() 24 … in object destruction expression does not match the type 'const A' of the object being destroyed}} in a() 33 …cted-error{{the type of object expression ('int') does not match the type being destroyed ('declty… in a() 34 …cted-error{{the type of object expression ('int') does not match the type being destroyed ('declty… in a() 36 …ed-error{{the type of object expression ('int *') does not match the type being destroyed ('declty… in a() 38 …cted-error{{the type of object expression ('int') does not match the type being destroyed ('declty… in a()
|
| /external/clang/test/SemaObjC/ |
| D | warn-direct-ivar-access.m | 22 …_myMaster = _isTickledPink; // expected-warning {{instance variable '_myMaster' is being directly … 23 // expected-warning {{instance variable '_isTickledPink' is being directly accessed}} 37 …p)._myMaster; // expected-warning {{instance variable '_isTickledPink' is being directly accessed}… 38 // expected-warning {{instance variable '_myMaster' is being directly accessed}} 39 …if (p->_myIntProp) // expected-warning {{instance variable '_myIntProp' is being directly accessed… 40 …p->_myIntProp = 0; // expected-warning {{instance variable '_myIntProp' is being directly accessed… 41 …return p->_isTickledPink; // expected-warning {{instance variable '_isTickledPink' is being direct… 74 …col; } // expected-warning {{instance variable '_property_in_protocol' is being directly accessed}}
|
| D | format-cstrings-warning.m | 33 …omething"]; // expected-warning {{using %s directive in NSString which is being passed as a format… 34 … " There"]; // expected-warning {{using %s directive in NSString which is being passed as a format… 35 …lo", 1, 2]; // expected-warning {{using %s directive in NSString which is being passed as a format… 36 … argList]; // expected-warning {{using %s directive in NSString which is being passed as a format… 37 … " There"]; // expected-warning {{using %s directive in NSString which is being passed as a format… 63 …, argList); // expected-warning {{using %s directive in CFString which is being passed as a format… 64 …, argList); // expected-warning {{using %s directive in CFString which is being passed as a format… 74 …MyNSLog(@"%s\n", "Hello"); // expected-warning {{using %s directive in CFString which is being pas… 76 …, "Hello"); // expected-warning {{using %s directive in CFString which is being passed as a format… 77 …, "Hello"); // expected-warning {{using %s directive in CFString which is being passed as a format…
|
| /external/google-cloud-java/java-containeranalysis/proto-google-cloud-containeranalysis-v1beta1/src/main/java/io/grafeas/v1beta1/image/ |
| D | DerivedOrBuilder.java | 80 * "distance" and is ordered with [distance] being the layer immediately 81 * following the base image and [1] being the final layer. 92 * "distance" and is ordered with [distance] being the layer immediately 93 * following the base image and [1] being the final layer. 104 * "distance" and is ordered with [distance] being the layer immediately 105 * following the base image and [1] being the final layer. 116 * "distance" and is ordered with [distance] being the layer immediately 117 * following the base image and [1] being the final layer. 128 * "distance" and is ordered with [distance] being the layer immediately 129 * following the base image and [1] being the final layer.
|
| D | Derived.java | 224 * "distance" and is ordered with [distance] being the layer immediately 225 * following the base image and [1] being the final layer. 239 * "distance" and is ordered with [distance] being the layer immediately 240 * following the base image and [1] being the final layer. 255 * "distance" and is ordered with [distance] being the layer immediately 256 * following the base image and [1] being the final layer. 270 * "distance" and is ordered with [distance] being the layer immediately 271 * following the base image and [1] being the final layer. 285 * "distance" and is ordered with [distance] being the layer immediately 286 * following the base image and [1] being the final layer. [all …]
|
| /external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/ |
| D | ImageOccurrenceOrBuilder.java | 81 * "distance" and is ordered with [distance] being the layer immediately 82 * following the base image and [1] being the final layer. 93 * "distance" and is ordered with [distance] being the layer immediately 94 * following the base image and [1] being the final layer. 105 * "distance" and is ordered with [distance] being the layer immediately 106 * following the base image and [1] being the final layer. 117 * "distance" and is ordered with [distance] being the layer immediately 118 * following the base image and [1] being the final layer. 129 * "distance" and is ordered with [distance] being the layer immediately 130 * following the base image and [1] being the final layer.
|
| D | ImageOccurrence.java | 145 * "distance" and is ordered with [distance] being the layer immediately 146 * following the base image and [1] being the final layer. 160 * "distance" and is ordered with [distance] being the layer immediately 161 * following the base image and [1] being the final layer. 175 * "distance" and is ordered with [distance] being the layer immediately 176 * following the base image and [1] being the final layer. 190 * "distance" and is ordered with [distance] being the layer immediately 191 * following the base image and [1] being the final layer. 205 * "distance" and is ordered with [distance] being the layer immediately 206 * following the base image and [1] being the final layer. [all …]
|
| /external/google-cloud-java/java-bigquerymigration/proto-google-cloud-bigquerymigration-v2/src/main/proto/google/cloud/bigquery/migration/v2/ |
| D | translation_config.proto | 176 // The name of the object in source that is being mapped. 179 // The desired target name of the object that is being mapped. 186 // The type of the object that is being mapped. 191 // The object being mapped is a database. 194 // The object being mapped is a schema. 197 // The object being mapped is a relation. 200 // The object being mapped is an attribute. 203 // The object being mapped is a relation alias. 206 // The object being mapped is a an attribute alias. 209 // The object being mapped is a function. [all …]
|
| /external/googleapis/google/cloud/bigquery/migration/v2/ |
| D | translation_config.proto | 176 // The name of the object in source that is being mapped. 179 // The desired target name of the object that is being mapped. 186 // The type of the object that is being mapped. 191 // The object being mapped is a database. 194 // The object being mapped is a schema. 197 // The object being mapped is a relation. 200 // The object being mapped is an attribute. 203 // The object being mapped is a relation alias. 206 // The object being mapped is a an attribute alias. 209 // The object being mapped is a function. [all …]
|
| /external/clang/include/clang/Sema/ |
| D | Initialization.h | 40 /// \brief Describes an entity that is being initialized. 43 /// \brief Specifies the kind of entity being initialized. 45 /// \brief The entity being initialized is a variable. 47 /// \brief The entity being initialized is a function parameter. 49 /// \brief The entity being initialized is the result of a function call. 51 /// \brief The entity being initialized is an exception object that 52 /// is being thrown. 54 /// \brief The entity being initialized is a non-static data member 57 /// \brief The entity being initialized is an element of an array. 59 /// \brief The entity being initialized is an object (or array of [all …]
|
| /external/ComputeLibrary/arm_compute/runtime/NEON/functions/ |
| D | NELogical.h | 44 /** Prevent instances of this class from being copied (As this class contains pointers) */ 46 …/** Prevent instances of this class from being moved (As this class contains non movable objects) … 48 /** Prevent instances of this class from being copied (As this class contains pointers) */ 50 …/** Prevent instances of this class from being moved (As this class contains non movable objects) … 94 /** Prevent instances of this class from being copied (As this class contains pointers) */ 96 …/** Prevent instances of this class from being moved (As this class contains non movable objects) … 98 /** Prevent instances of this class from being copied (As this class contains pointers) */ 100 …/** Prevent instances of this class from being moved (As this class contains non movable objects) … 144 /** Prevent instances of this class from being copied (As this class contains pointers) */ 146 …/** Prevent instances of this class from being moved (As this class contains non movable objects) … [all …]
|
| /external/google-cloud-java/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ |
| D | Float64StatsOrBuilder.java | 106 * FLOAT64 range with min of first bucket being `"-Infinity"`, and max of 107 * the last one being `"Infinity"`. 122 * FLOAT64 range with min of first bucket being `"-Infinity"`, and max of 123 * the last one being `"Infinity"`. 137 * FLOAT64 range with min of first bucket being `"-Infinity"`, and max of 138 * the last one being `"Infinity"`. 152 * FLOAT64 range with min of first bucket being `"-Infinity"`, and max of 153 * the last one being `"Infinity"`. 168 * FLOAT64 range with min of first bucket being `"-Infinity"`, and max of 169 * the last one being `"Infinity"`.
|
| /external/opencensus-java/exporters/trace/datadog/src/main/java/io/opencensus/exporter/trace/datadog/ |
| D | DatadogTraceConfiguration.java | 48 * Returns the name of the service being traced. 50 * @return the name of the service being traced. 56 * Return the type of service being traced. 58 * @return the type of service being traced. 103 * Sets the name of service being traced. 105 * @param service the name of the service being traced. 112 * Sets the type of the service being traced. 114 * @param type the type of service being traced.
|
| /external/ComputeLibrary/src/cpu/kernels/ |
| D | CpuWinogradConv2dKernel.h | 44 /** Prevent instances of this class from being copied (As this class contains pointers) */ 47 /** Prevent instances of this class from being copied (As this class contains pointers) */ 50 /** Prevent instances of this class from being moved it contains references.*/ 53 /** Prevent instances of this class from being moved it contains references.*/ 74 /** Prevent instances of this class from being copied (As this class contains pointers) */ 77 /** Prevent instances of this class from being copied (As this class contains pointers) */ 80 /** Prevent instances of this class from being moved it contains references.*/ 83 /** Prevent instances of this class from being moved it contains references.*/
|