| /third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
| D | VK_HUAWEI_cluster_culling_shader.adoc | 34 ==== shader stage and synchronization 43 ==== New structure 50 ==== drawcall 82 ==== feature 125 ==== property 147 ==== new capability 151 ==== execution model 154 ==== built-in 169 ==== new function.
|
| /third_party/openssl/doc/man7/ |
| D | migration_guide.pod | 334 =head4 The function code part of an OpenSSL error code is no longer relevant 338 =head4 STACK and HASH macros have been cleaned up 343 =head4 The RAND_DRBG subsystem has been removed 349 =head4 Removed FIPS_mode() and FIPS_mode_set() 356 =head4 Key generation is slower 366 =head4 Change PBKDF2 to conform to SP800-132 instead of the older PKCS5 RFC2898 376 =head4 Enforce a minimum DH modulus size of 512 bits 380 =head4 SM2 key changes 400 =head4 EVP_PKEY_set_alias_type() method has been removed 406 =head4 Functions that return an internal key should be treated as read only [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| D | PluralFormatTest.java | 35 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules() 81 Map changes = new HashMap(); in TestOneFormLocales() local 91 Map changes = new HashMap(); in TestSingular1Locales() local 102 Map changes = new HashMap(); in TestSingular01Locales() local 112 Map changes = new HashMap(); in TestZeroSingularLocales() local 137 Map changes = new HashMap(); in TestSingularDual() local 149 Map changes = new HashMap(); in TestSingularZeroSome() local 164 Map changes = new HashMap(); in TestSpecial12_19() local 184 Map changes = new HashMap(); in TestPaucalExcept11_14() local 204 Map changes = new HashMap(); in TestPaucalRu() local [all …]
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | PluralFormatTest.java | 32 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules() 78 Map changes = new HashMap(); in TestOneFormLocales() local 88 Map changes = new HashMap(); in TestSingular1Locales() local 99 Map changes = new HashMap(); in TestSingular01Locales() local 109 Map changes = new HashMap(); in TestZeroSingularLocales() local 134 Map changes = new HashMap(); in TestSingularDual() local 146 Map changes = new HashMap(); in TestSingularZeroSome() local 161 Map changes = new HashMap(); in TestSpecial12_19() local 181 Map changes = new HashMap(); in TestPaucalExcept11_14() local 201 Map changes = new HashMap(); in TestPaucalRu() local [all …]
|
| /third_party/mbedtls/docs/ |
| D | use-psa-crypto.md | 141 ### TLS: most crypto operations based on PSA 153 ### X.509: most crypto operations based on PSA 163 ### PK layer: most crypto operations based on PSA
|
| D | 3.0-migration-guide.md | 42 ### Introduce a level of indirection and versioning in the config files 62 ### Most structure fields are now private 76 ### Move part of timing module out of the library 85 ### Deprecated net.h file was removed 90 ### Remove `MBEDTLS_CHECK_PARAMS` option 123 ### Remove the `MBEDTLS_TEST_NULL_ENTROPY` configuration option 134 ### Remove the HAVEGE module 147 ### Remove helpers for the transition from Mbed TLS 1.3 to Mbed TLS 2.0
|
| /third_party/typescript/src/services/codefixes/ |
| D | fixModuleAndTargetOptions.ts | 25 const changes = textChanges.ChangeTracker.with(context, changes => { constant 34 const changes = textChanges.ChangeTracker.with(context, tracker => { constant
|
| D | fixStrictClassInitialization.ts | 72 …const changes = textChanges.ChangeTracker.with(context, t => addDefiniteAssignmentAssertion(t, con… constant 90 …const changes = textChanges.ChangeTracker.with(context, t => addUndefinedType(t, context.sourceFil… constant 113 …const changes = textChanges.ChangeTracker.with(context, t => addInitializer(t, context.sourceFile,… constant
|
| D | fixInvalidImportSyntax.ts | 34 …const changes = textChanges.ChangeTracker.with(context, t => t.replaceNode(sourceFile, node, repla… constant 96 …const changes = textChanges.ChangeTracker.with(context, t => t.replaceNode(sourceFile, expr, facto… constant
|
| D | fixUnmatchedParameter.ts | 52 const changes = textChanges.ChangeTracker.with(context, changeTracker => constant 89 const changes = textChanges.ChangeTracker.with(context, changeTracker => constant
|
| D | returnValueCorrect.ts | 238 …const changes = textChanges.ChangeTracker.with(context, t => addReturnStatement(t, context.sourceF… constant 243 …const changes = textChanges.ChangeTracker.with(context, t => removeBlockBodyBrace(t, context.sourc… constant 248 …const changes = textChanges.ChangeTracker.with(context, t => wrapBlockWithParen(t, context.sourceF… constant
|
| D | addEmptyExportDeclaration.ts | 11 const changes = textChanges.ChangeTracker.with(context, changes => { constant
|
| D | removeAccidentalCallParentheses.ts | 15 const changes = textChanges.ChangeTracker.with(context, t => { constant
|
| D | fixUnusedIdentifier.ts | 41 …const changes = textChanges.ChangeTracker.with(context, t => deleteTypeParameters(t, sourceFile, t… constant 46 … const changes = textChanges.ChangeTracker.with(context, t => t.delete(sourceFile, importDecl)); constant 83 …const changes = textChanges.ChangeTracker.with(context, t => changeInferToUnknown(t, sourceFile, t… constant
|
| D | fixEnableJsxFlag.ts | 16 const changes = textChanges.ChangeTracker.with(context, changeTracker => constant
|
| D | useBigintLiteral.ts | 14 …const changes = textChanges.ChangeTracker.with(context, t => makeChange(t, context.sourceFile, con… constant
|
| D | fixEnableExperimentalDecorators.ts | 18 …const changes = textChanges.ChangeTracker.with(context, changeTracker => doChange(changeTracker, c… constant
|
| D | splitTypeOnlyImport.ts | 13 const changes = textChanges.ChangeTracker.with(context, t => { constant
|
| D | fixPropertyAssignment.ts | 18 …const changes = textChanges.ChangeTracker.with(context, t => doChange(t, context.sourceFile, prope… constant
|
| D | addMissingDeclareProperty.ts | 14 …const changes = textChanges.ChangeTracker.with(context, t => makeChange(t, context.sourceFile, con… constant
|
| D | addMissingInvocationForDecorator.ts | 11 …const changes = textChanges.ChangeTracker.with(context, t => makeChange(t, context.sourceFile, con… constant
|
| /third_party/typescript/src/testRunner/unittests/services/ |
| D | organizeImports.ts | 326 …const changes = languageService.organizeImports({ type: "file", fileName: testFile.path }, ts.test… constant 336 …const changes = languageService.organizeImports({ type: "file", fileName: testFile.path }, ts.test… constant 346 …const changes = languageService.organizeImports({ type: "file", fileName: testFile.path }, ts.test… constant 462 …const changes = languageService.organizeImports({ type: "file", fileName: testFile.path }, ts.test… constant 486 …const changes = languageService.organizeImports({ type: "file", fileName: testFile.path }, ts.test… constant 531 …const changes = languageService.organizeImports({ type: "file", fileName: testFile.path }, ts.test… constant 544 …const changes = languageService.organizeImports({ type: "file", fileName: testFile.path }, ts.test… constant 1018 …const changes = languageService.organizeImports({ skipDestructiveCodeActions, type: "file", fileNa… constant
|
| /third_party/libphonenumber/ |
| D | making-metadata-changes.md | 72 #### Java 83 #### Javascript
|
| /third_party/skia/site/docs/dev/contrib/ |
| D | submit.md | 201 ### Non-Skia-committers 216 ### Skia committers
|
| /third_party/skia/m133/site/docs/dev/contrib/ |
| D | submit.md | 214 ### Non-Skia-committers 229 ### Skia committers
|