Home
last modified time | relevance | path

Searched defs:changes (Results 1 – 25 of 146) sorted by relevance

123456

/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_HUAWEI_cluster_culling_shader.adoc34 ==== 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/
Dmigration_guide.pod334 =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/
DPluralFormatTest.java35 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/
DPluralFormatTest.java32 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/
Duse-psa-crypto.md141 ### 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
D3.0-migration-guide.md42 ### 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/
DfixModuleAndTargetOptions.ts25 const changes = textChanges.ChangeTracker.with(context, changes => { constant
34 const changes = textChanges.ChangeTracker.with(context, tracker => { constant
DfixStrictClassInitialization.ts72 …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
DfixInvalidImportSyntax.ts34 …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
DfixUnmatchedParameter.ts52 const changes = textChanges.ChangeTracker.with(context, changeTracker => constant
89 const changes = textChanges.ChangeTracker.with(context, changeTracker => constant
DreturnValueCorrect.ts238 …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
DaddEmptyExportDeclaration.ts11 const changes = textChanges.ChangeTracker.with(context, changes => { constant
DremoveAccidentalCallParentheses.ts15 const changes = textChanges.ChangeTracker.with(context, t => { constant
DfixUnusedIdentifier.ts41 …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
DfixEnableJsxFlag.ts16 const changes = textChanges.ChangeTracker.with(context, changeTracker => constant
DuseBigintLiteral.ts14 …const changes = textChanges.ChangeTracker.with(context, t => makeChange(t, context.sourceFile, con… constant
DfixEnableExperimentalDecorators.ts18 …const changes = textChanges.ChangeTracker.with(context, changeTracker => doChange(changeTracker, c… constant
DsplitTypeOnlyImport.ts13 const changes = textChanges.ChangeTracker.with(context, t => { constant
DfixPropertyAssignment.ts18 …const changes = textChanges.ChangeTracker.with(context, t => doChange(t, context.sourceFile, prope… constant
DaddMissingDeclareProperty.ts14 …const changes = textChanges.ChangeTracker.with(context, t => makeChange(t, context.sourceFile, con… constant
DaddMissingInvocationForDecorator.ts11 …const changes = textChanges.ChangeTracker.with(context, t => makeChange(t, context.sourceFile, con… constant
/third_party/typescript/src/testRunner/unittests/services/
DorganizeImports.ts326 …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/
Dmaking-metadata-changes.md72 #### Java
83 #### Javascript
/third_party/skia/site/docs/dev/contrib/
Dsubmit.md201 ### Non-Skia-committers
216 ### Skia committers
/third_party/skia/m133/site/docs/dev/contrib/
Dsubmit.md214 ### Non-Skia-committers
229 ### Skia committers

123456