/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
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 …]
|
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 …]
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A 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 …]
|
/aosp_15_r20/frameworks/base/core/java/android/animation/ |
H A D | ObjectAnimator.java | 91 * name of the property being animated, use <code>float</code> or <code>int</code> typed values, 106 * @param propertyName The name of the property being animated. Should not be null. 109 // mValues could be null if this is being constructed piecemeal. Just record the in setPropertyName() 128 * @param property The property being animated. Should not be null. 131 // mValues could be null if this is being constructed piecemeal. Just record the in setProperty() 199 * property being animated. 204 * @param propertyName The name of the property being animated. 212 * Private utility constructor that initializes the target object and property being animated. 215 * @param property The property being animated. 224 * value implies that that value is the one being animated to, in which case the start value [all …]
|
/aosp_15_r20/packages/modules/Uwb/framework/java/android/uwb/ |
D | IUwbRangingCallbacks.aidl | 33 * @param sessionHandle the session the callback is being invoked for 40 * @param sessionHandle the session the callback is being invoked for 55 * @param sessionHandle the session the callback is being invoked for 65 * @param sessionHandle the session the callback is being invoked for 76 * @param sessionHandle the session the callback is being invoked for 85 * @param sessionHandle the session the callback is being invoked for 96 * @param sessionHandle the session the callback is being invoked for 108 * @param sessionHandle the session the callback is being invoked for 119 * @param sessionHandle the session the callback is being invoked for 142 * @param sessionHandle the session the callback is being invoked for [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | Initialization.h | 46 /// Describes an entity that is being initialized. 49 /// Specifies the kind of entity being initialized. 51 /// The entity being initialized is a variable. 54 /// The entity being initialized is a function parameter. 57 /// The entity being initialized is a non-type template parameter. 60 /// The entity being initialized is the result of a function call. 63 /// The entity being initialized is the result of a statement expression. 66 /// The entity being initialized is an exception object that 67 /// is being thrown. 70 /// The entity being initialized is a non-static data member [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | Initialization.h | 46 /// Describes an entity that is being initialized. 49 /// Specifies the kind of entity being initialized. 51 /// The entity being initialized is a variable. 54 /// The entity being initialized is a function parameter. 57 /// The entity being initialized is a non-type template parameter. 60 /// The entity being initialized is the result of a function call. 63 /// The entity being initialized is the result of a statement expression. 66 /// The entity being initialized is an exception object that 67 /// is being thrown. 70 /// The entity being initialized is a non-static data member [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | Initialization.h | 46 /// Describes an entity that is being initialized. 49 /// Specifies the kind of entity being initialized. 51 /// The entity being initialized is a variable. 54 /// The entity being initialized is a function parameter. 57 /// The entity being initialized is a non-type template parameter. 60 /// The entity being initialized is the result of a function call. 63 /// The entity being initialized is the result of a statement expression. 66 /// The entity being initialized is an exception object that 67 /// is being thrown. 70 /// The entity being initialized is a non-static data member [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | Initialization.h | 46 /// Describes an entity that is being initialized. 49 /// Specifies the kind of entity being initialized. 51 /// The entity being initialized is a variable. 54 /// The entity being initialized is a function parameter. 57 /// The entity being initialized is a non-type template parameter. 60 /// The entity being initialized is the result of a function call. 63 /// The entity being initialized is the result of a statement expression. 66 /// The entity being initialized is an exception object that 67 /// is being thrown. 70 /// The entity being initialized is a non-static data member [all …]
|
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
H A 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 …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/ |
H A D | Pcd.h | 327 size of the value being set is compatible with the Token's existing definition. 335 being set was incompatible with a call to this function. 351 size of the value being set is compatible with the Token's existing definition. 359 being set was incompatible with a call to this function. 375 size of the value being set is compatible with the Token's existing definition. 383 being set was incompatible with a call to this function. 399 size of the value being set is compatible with the Token's existing definition. 407 being set was incompatible with a call to this function. 423 size of the value being set is compatible with the Token's existing definition. 427 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/ |
H A D | Pcd.h | 358 size of the value being set is compatible with the Token's existing definition. 366 being set was incompatible with a call to this function. 384 size of the value being set is compatible with the Token's existing definition. 392 being set was incompatible with a call to this function. 410 size of the value being set is compatible with the Token's existing definition. 418 being set was incompatible with a call to this function. 436 size of the value being set is compatible with the Token's existing definition. 444 being set was incompatible with a call to this function. 462 size of the value being set is compatible with the Token's existing definition. 466 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/ |
H A D | Pcd.h | 361 size of the value being set is compatible with the Token's existing definition. 369 being set was incompatible with a call to this function. 387 size of the value being set is compatible with the Token's existing definition. 395 being set was incompatible with a call to this function. 413 size of the value being set is compatible with the Token's existing definition. 421 being set was incompatible with a call to this function. 439 size of the value being set is compatible with the Token's existing definition. 447 being set was incompatible with a call to this function. 465 size of the value being set is compatible with the Token's existing definition. 469 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/ |
H A D | Pcd.h | 358 size of the value being set is compatible with the Token's existing definition. 366 being set was incompatible with a call to this function. 384 size of the value being set is compatible with the Token's existing definition. 392 being set was incompatible with a call to this function. 410 size of the value being set is compatible with the Token's existing definition. 418 being set was incompatible with a call to this function. 436 size of the value being set is compatible with the Token's existing definition. 444 being set was incompatible with a call to this function. 462 size of the value being set is compatible with the Token's existing definition. 466 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Ppi/ |
H A D | Pcd.h | 323 size of the value being set is compatible with the Token's existing definition. 331 being set was incompatible with a call to this function. 347 size of the value being set is compatible with the Token's existing definition. 355 being set was incompatible with a call to this function. 371 size of the value being set is compatible with the Token's existing definition. 379 being set was incompatible with a call to this function. 395 size of the value being set is compatible with the Token's existing definition. 403 being set was incompatible with a call to this function. 419 size of the value being set is compatible with the Token's existing definition. 423 @param[in, out] SizeOfValue A pointer to the length of the value being set for the PCD token. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Ppi/ |
H A D | Pcd.h | 354 size of the value being set is compatible with the Token's existing definition. 362 being set was incompatible with a call to this function. 380 size of the value being set is compatible with the Token's existing definition. 388 being set was incompatible with a call to this function. 406 size of the value being set is compatible with the Token's existing definition. 414 being set was incompatible with a call to this function. 432 size of the value being set is compatible with the Token's existing definition. 440 being set was incompatible with a call to this function. 456 size of the value being set is compatible with the Token's existing definition. 460 @param[in, out] SizeOfValue A pointer to the length of the value being set for the PCD token. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/ |
H A D | Pcd.h | 360 size of the value being set is compatible with the Token's existing definition. 368 being set was incompatible with a call to this function. 386 size of the value being set is compatible with the Token's existing definition. 394 being set was incompatible with a call to this function. 412 size of the value being set is compatible with the Token's existing definition. 420 being set was incompatible with a call to this function. 438 size of the value being set is compatible with the Token's existing definition. 446 being set was incompatible with a call to this function. 462 size of the value being set is compatible with the Token's existing definition. 466 @param[in, out] SizeOfValue A pointer to the length of the value being set for the PCD token. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Ppi/ |
H A D | Pcd.h | 354 size of the value being set is compatible with the Token's existing definition. 362 being set was incompatible with a call to this function. 380 size of the value being set is compatible with the Token's existing definition. 388 being set was incompatible with a call to this function. 406 size of the value being set is compatible with the Token's existing definition. 414 being set was incompatible with a call to this function. 432 size of the value being set is compatible with the Token's existing definition. 440 being set was incompatible with a call to this function. 456 size of the value being set is compatible with the Token's existing definition. 460 @param[in, out] SizeOfValue A pointer to the length of the value being set for the PCD token. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/ |
H A 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 …]
|
/aosp_15_r20/external/google-cloud-java/java-containeranalysis/proto-google-cloud-containeranalysis-v1beta1/src/main/java/io/grafeas/v1beta1/image/ |
H A 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 …]
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A 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 …]
|
/aosp_15_r20/external/googleapis/google/firestore/admin/v1/ |
H A 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 …]
|