/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/descriptive/ |
H A D | SummaryStatistics.java | 65 /** count of values that have been added */ 71 /** sum of values that have been added */ 74 /** sum of the square of each value that has been added */ 77 /** min of values that have been added */ 80 /** max of values that have been added */ 83 /** sumLog of values that have been added */ 86 /** geoMean of values that have been added */ 89 /** mean of values that have been added */ 92 /** variance of values that have been added */ 156 // If mean, variance or geomean have been overridden, in addValue() [all …]
|
H A D | MultivariateSummaryStatistics.java | 80 /** Count of values that have been added */ 194 * i<sup>th</sup> entries of the arrays that have been added using 205 * i<sup>th</sup> entries of the arrays that have been added using 216 * i<sup>th</sup> entries of the arrays that have been added using 227 * i<sup>th</sup> entries of the arrays that have been added using 238 * i<sup>th</sup> entries of the arrays that have been added using 259 * Returns the covariance matrix of the values that have been added. 269 * i<sup>th</sup> entries of the arrays that have been added using 280 * i<sup>th</sup> entries of the arrays that have been added using 291 * i<sup>th</sup> entries of the arrays that have been added using [all …]
|
/aosp_15_r20/external/freetype/docs/ |
H A D | CHANGES | 8 been removed. 31 been deactivated; the value of `TT_INTERPRETER_VERSION_38` is now 36 - The base API documentation has been modularized for easier 49 keys, respectively. Toggling the anti-aliased mode has been 59 - The demo program `ftinspect` has been completely updated and much 83 has been added. Note that this function is part of `ftsynth.h`, 89 interpreter version 40 has been FreeType's default version for six 95 `FT_CONFIG_OPTION_NO_GLYPH_NAMES` has been removed. 123 have been renamed to 178 programs have been set up to use 'librsvg' as the rendering [all …]
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/ |
H A D | SummaryStatistics.java | 64 /** count of values that have been added */ 70 /** sum of values that have been added */ 73 /** sum of the square of each value that has been added */ 76 /** min of values that have been added */ 79 /** max of values that have been added */ 82 /** sumLog of values that have been added */ 85 /** geoMean of values that have been added */ 88 /** mean of values that have been added */ 91 /** variance of values that have been added */ 154 // If mean, variance or geomean have been overridden, in addValue() [all …]
|
/aosp_15_r20/external/iperf3/ |
H A D | RELNOTES.md | 9 * A --timestamps flag has been added, which prepends a timestamp to 14 * A --server-bitrate-limit flag has been added as a server-side 23 been fixed (#1011). 35 library files were not getting installed, has been fixed (#1013 / 46 * A minimal Dockerfile has been added (#824). 48 * A bug with burst mode and unlimited rate has been fixed (#898). 61 * A possible buffer overflow in the authentication feature has been 69 * The embedded version of cJSON has been updated to 1.7.13 (#978). 71 * Some server authentication functions have been added to the API 74 * API access has been added to the connection timeout parameter [all …]
|
/aosp_15_r20/external/javassist/ |
H A D | Readme.html | 345 <li>The source code repository has been moved to <a href="https://github.com/jboss-javassist/javass… 359 <li>A stackmap generator has been rewritten. 360 <li>JIRA JASSIST-160, 163, 166, 168, 170, 171, 174, 175, 176 have been fixed. 365 <li>Maven now works. JIRA JASSIST-44, 106, 156 have been fixed. 416 <li>JIRA JASSIST-66 has been fixed. 421 <li>CtClass.rebuildClassFile() has been added. 422 <li>A few bugs of javassist.bytecode.analysis have been fixed. 435 <li>a bug of javassist.util.proxy has been fixed. 440 <li>Several minor bugs have been fixed. 448 <li>The stack map table introduced since Java 6 has been supported. [all …]
|
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6b1.rst | 210 Support for Windows 9x has been removed from the winsound module. 338 The rfc822 module has been deprecated for removal in 3.0. 347 The mimetools module has been deprecated for removal in 3.0. 431 The sgmllib and htmllib modules have been deprecated for removal in Python 469 The UserString.MutableString class has been removed in Python 3.0. 558 The statvfs module has been deprecated for removal in Python 3.0. 567 The sunaudiodev and SUNAUDIODEV modules have been deprecated for removal in 577 The WAIT module from IRIX has been deprecated for removal in Python 3.0. 586 The torgb module from IRIX has been deprecated for removal in Python 3.0. 595 The SV module from IRIX has been deprecated for removal in Python 3.0. [all …]
|
/aosp_15_r20/external/skia/ |
H A D | RELEASE_NOTES.md | 7 * A new `SkCodec` method has been added: `hasHighBitDepthEncodedData`. 14 …* `SkPathEffect::DashType`, `SkPathEffect::DashInfo` and `SkPathEffect::asADash` have been removed… 23 * GrContextOptions::fSharpenMipmappedTextures has been restored. It is now enabled 32 …* `SkColorFilter::filterColor` has been removed. Please use `SkColorFilter::filterColor4f` instead. 33 * SkFourByteTag has been moved to its own file: `include/core/SkFourByteTag.h` 34 …* Ganesh files have been moved out of include/gpu/ into include/gpu/ganesh/. Shims have been left … 38 * `GR_MAKE_BITFIELD_CLASS_OPS` and `GR_DECL_BITFIELD_CLASS_OPS_FRIENDS` have been removed 40 * `SkMSec` has been removed from the public API, including `SkParse::FindMSec` 50 `skgpu::graphite::BackendTexture`, have been deprecated and 60 `skgpu::graphite::BackendTexture`, `skgpu::graphite::BackendSemaphore` have been deprecated and [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/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/ |
H A D | http2_frame_decoder_listener.h | 19 // decoder will only call the listener once the necessary input has been 21 // of an HTTP/2 common frame header have been received. The decoder will call 27 // been cleared before the methods below are called. 47 // Called once the common frame header has been decoded for any frame, and 62 // Called once the common frame header has been decoded for a DATA frame, 67 // is available until all of it has been provided; 81 // Called after an entire DATA frame has been received. 85 // Called once the common frame header has been decoded for a HEADERS frame, 92 // until all if has been provided; 103 // the priority fields have been decoded. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ |
H A D | ClusterManagerClient.java | 96 * // This snippet has been automatically generated and should be regarded as a code template only. 115 * <li>A "flattened" method. With this type of method, the fields of the request type have been 137 * // This snippet has been automatically generated and should be regarded as a code template only. 152 * // This snippet has been automatically generated and should be regarded as a code template only. 222 … * // This snippet has been automatically generated and should be regarded as a code template only. 236 * field has been deprecated and replaced by the parent field. 239 * or "-" for all zones. This field has been deprecated and replaced by the parent field. 255 … * // This snippet has been automatically generated and should be regarded as a code template only. 285 … * // This snippet has been automatically generated and should be regarded as a code template only. 315 … * // This snippet has been automatically generated and should be regarded as a code template only. [all …]
|
/aosp_15_r20/cts/hostsidetests/sustainedperf/dhrystone/ |
H A D | Rationale | 22 evaluation, it has been made for two reasons: 24 o Dhrystone has been published in Ada [1], and Versions in Ada, Pascal 25 and C have been distributed by Reinhold Weicker via floppy disk. 27 been the version made by Rick Richardson by another translation from 28 the Ada version into the C programming language, this has been the 41 been updated as well. 52 The overall policiy for version 2 has been that the distribution of 80 Weicker have been different, it follows the version distributed by 81 Reinhold Weicker. (However, the differences have been so small that 82 their impact on execution time in all likelihood has been negligible.) [all …]
|
/aosp_15_r20/external/google-cloud-java/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/ |
H A D | ClusterManagerClient.java | 91 * // This snippet has been automatically generated and should be regarded as a code template only. 109 * <li>A "flattened" method. With this type of method, the fields of the request type have been 131 * // This snippet has been automatically generated and should be regarded as a code template only. 146 * // This snippet has been automatically generated and should be regarded as a code template only. 215 … * // This snippet has been automatically generated and should be regarded as a code template only. 243 … * // This snippet has been automatically generated and should be regarded as a code template only. 257 * field has been deprecated and replaced by the parent field. 260 * or "-" for all zones. This field has been deprecated and replaced by the parent field. 276 … * // This snippet has been automatically generated and should be regarded as a code template only. 306 … * // This snippet has been automatically generated and should be regarded as a code template only. [all …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | attr-deprecated.cpp | 3 …void f() __attribute__((deprecated)); // expected-note 2 {{'f' has been explicitly marked deprecat… 7 …int b __attribute__((deprecated)); // expected-note 2 {{'b' has been explicitly marked deprecated … 29 …virtual void f() __attribute__((deprecated)); // expected-note 6 {{'f' has been explicitly marked … 64 void D::f() { } // expected-note{{'f' has been explicitly marked deprecated here}} in f() 65 void D::f(int v) { } // expected-note{{'f' has been explicitly marked deprecated here}} in f() 66 void D::f(int v1, int v2) { } // expected-note{{'f' has been explicitly marked deprecated here}} in f() 77 …void foo(int) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked dep… 79 …void foo(short) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked d… 84 …friend void foo(A*) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly mark… 90 …void foo(const Foo &f) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly m… [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/data/signals/ |
D | EncoderLogicMetadataDaoTest.java | 66 "Initial state should have been empty", in testPersistEncoderLogic() 71 "One entry should have been inserted", in testPersistEncoderLogic() 79 "Initial state should have been empty", in testExistsAndGetAnEncoder() 84 "One entry should have been inserted", in testExistsAndGetAnEncoder() 100 "Initial state should have been empty", in testPersistEncoderLogicOverwrites() 106 "One entry should have been inserted", in testPersistEncoderLogicOverwrites() 110 "Version should have been 1", in testPersistEncoderLogicOverwrites() 118 "Version should have been 2", in testPersistEncoderLogicOverwrites() 126 "Initial state should have been empty", in testGetAllBuyersWithRegisteredEncoders() 129 "Initial state should have been empty", in testGetAllBuyersWithRegisteredEncoders() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ |
H A D | package-info.java | 29 * // This snippet has been automatically generated and should be regarded as a code template only. 49 * // This snippet has been automatically generated and should be regarded as a code template only. 69 * // This snippet has been automatically generated and should be regarded as a code template only. 89 * // This snippet has been automatically generated and should be regarded as a code template only. 108 * // This snippet has been automatically generated and should be regarded as a code template only. 127 * // This snippet has been automatically generated and should be regarded as a code template only. 147 * // This snippet has been automatically generated and should be regarded as a code template only. 167 * // This snippet has been automatically generated and should be regarded as a code template only. 186 * // This snippet has been automatically generated and should be regarded as a code template only. 204 * // This snippet has been automatically generated and should be regarded as a code template only. [all …]
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | container.v1.json | 178 … number](https://support.google.com/cloud/answer/6158840). This field has been deprecated and repl… 183 …om/compute/docs/zones#available) to return operations for. This field has been deprecated and repl… 266 …cription": "Deprecated. The name of the cluster to delete. This field has been deprecated and repl… 278 … number](https://support.google.com/cloud/answer/6158840). This field has been deprecated and repl… 283 …ompute/docs/zones#available) in which the cluster resides. This field has been deprecated and repl… 306 …iption": "Deprecated. The name of the cluster to retrieve. This field has been deprecated and repl… 318 … number](https://support.google.com/cloud/answer/6158840). This field has been deprecated and repl… 323 …ompute/docs/zones#available) in which the cluster resides. This field has been deprecated and repl… 375 … number](https://support.google.com/cloud/answer/6158840). This field has been deprecated and repl… 380 …ble) in which the cluster resides, or \"-\" for all zones. This field has been deprecated and repl… [all …]
|
/aosp_15_r20/developers/samples/android/system/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/ |
D | MainActivity.kt | 49 …* First, permissions are checked if they have already been granted through [ ][ActivityCompat.chec… 50 * If permissions have not been granted, they are requested through 59 * have been denied previously. 71 * Now, if a permission has been disable by the system through the application settings, disabled 99 // Camera permission has not been granted. in showCamera() 104 "CAMERA permission has already been granted. Displaying camera preview.") in showCamera() 111 * If the permission has been denied previously, a SnackBar will prompt the user to grant the 115 Log.i(TAG, "CAMERA permission has NOT been granted. Requesting permission.") in requestCameraPermission() 129 // Camera permission has not been granted yet. Request it directly. in requestCameraPermission() 141 // Verify that all required contact permissions have been granted. in showContacts() [all …]
|
/aosp_15_r20/developers/build/prebuilts/gradle/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/ |
H A D | MainActivity.kt | 49 …* First, permissions are checked if they have already been granted through [ ][ActivityCompat.chec… 50 * If permissions have not been granted, they are requested through 59 * have been denied previously. 71 * Now, if a permission has been disable by the system through the application settings, disabled 99 // Camera permission has not been granted. in showCamera() 104 "CAMERA permission has already been granted. Displaying camera preview.") in showCamera() 111 * If the permission has been denied previously, a SnackBar will prompt the user to grant the 115 Log.i(TAG, "CAMERA permission has NOT been granted. Requesting permission.") in requestCameraPermission() 129 // Camera permission has not been granted yet. Request it directly. in requestCameraPermission() 141 // Verify that all required contact permissions have been granted. in showContacts() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 330 /// \pre setBasicBlock or setMI must have been called. 337 /// \pre setMF, setBasicBlock or setMI must have been called. 377 /// \pre setBasicBlock or setMI must have been called. 389 /// \pre setBasicBlock or setMI must have been called. 400 /// \pre setBasicBlock or setMI must have been called. 413 /// \pre setBasicBlock or setMI must have been called. 429 /// \pre setBasicBlock or setMI must have been called. 448 /// \pre setBasicBlock or setMI must have been called. 463 /// \pre setBasicBlock or setMI must have been called. 480 /// \pre setBasicBlock or setMI must have been called. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-contact-center-insights/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/ |
H A D | ContactCenterInsightsClient.java | 50 * // This snippet has been automatically generated and should be regarded as a code template only. 73 * <li>A "flattened" method. With this type of method, the fields of the request type have been 95 * // This snippet has been automatically generated and should be regarded as a code template only. 111 * // This snippet has been automatically generated and should be regarded as a code template only. 126 * // This snippet has been automatically generated and should be regarded as a code template only. 221 … * // This snippet has been automatically generated and should be regarded as a code template only. 263 … * // This snippet has been automatically generated and should be regarded as a code template only. 305 … * // This snippet has been automatically generated and should be regarded as a code template only. 336 … * // This snippet has been automatically generated and should be regarded as a code template only. 368 … * // This snippet has been automatically generated and should be regarded as a code template only. [all …]
|
/aosp_15_r20/developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/ |
D | MainActivity.java | 48 * First, permissions are checked if they have already been granted through {@link 50 * If permissions have not been granted, they are requested through 59 * have been denied previously. 69 * Now, if a permission has been disable by the system through the application settings, disabled 112 // Camera permission has not been granted. in showCamera() 120 "CAMERA permission has already been granted. Displaying camera preview."); in showCamera() 129 * If the permission has been denied previously, a SnackBar will prompt the user to grant the 133 Log.i(TAG, "CAMERA permission has NOT been granted. Requesting permission."); in requestCameraPermission() 156 // Camera permission has not been granted yet. Request it directly. in requestCameraPermission() 170 // Verify that all required contact permissions have been granted. in showContacts() [all …]
|
/aosp_15_r20/developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/ |
H A D | MainActivity.java | 48 * First, permissions are checked if they have already been granted through {@link 50 * If permissions have not been granted, they are requested through 59 * have been denied previously. 69 * Now, if a permission has been disable by the system through the application settings, disabled 112 // Camera permission has not been granted. in showCamera() 120 "CAMERA permission has already been granted. Displaying camera preview."); in showCamera() 129 * If the permission has been denied previously, a SnackBar will prompt the user to grant the 133 Log.i(TAG, "CAMERA permission has NOT been granted. Requesting permission."); in requestCameraPermission() 156 // Camera permission has not been granted yet. Request it directly. in requestCameraPermission() 170 // Verify that all required contact permissions have been granted. in showContacts() [all …]
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/ |
H A D | http_decoder.h | 42 // Called when a MAX_PUSH_ID frame has been successfully parsed. 45 // Called when a GOAWAY frame has been successfully parsed. 48 // Called when a SETTINGS frame has been received. 51 // Called when a SETTINGS frame has been successfully parsed. 54 // Called when a DATA frame has been received. 59 // Called when part of the payload of a DATA frame has been read. May be 63 // Called when a DATA frame has been completely processed. 66 // Called when a HEADERS frame has been received. 71 // Called when part of the payload of a HEADERS frame has been read. May be 75 // Called when a HEADERS frame has been completely processed. [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/ |
D | CHANGELOG.md | 139 deprecation warnings and has been stable since rustc 1.13.0 261 - `IsoWeek` has been added for the ISO week without time zone. 274 - Intermediate implementation modules have been flattened (#161), 275 and `UTC` has been renamed to `Utc` in accordance with the current convention (#148). 301 but this duplicated the `Datelike::weekday` method and it had been hard to deal with 310 - `chrono::serde` and `chrono::naive::serde` modules have been added 365 - `chrono::prelude` module has been added. All other glob imports are now discouraged. 369 - `FixedOffset::local_minus_utc` and `FixedOffset::utc_minus_local` methods have been added. 376 - Formatting items and the `Parsed` type have been slightly adjusted so that 405 - The following methods and implementations have been renamed and older names have been *removed*. [all …]
|