/third_party/glslang/Test/ |
D | recurse1.vert | 42 void CT() { DT(); AT(); DT(); BT(); } 43 void BT() { CT(); CT(); CT(); }
|
/third_party/python/Modules/ |
D | gc_weakref.txt | 41 trash (CT) exists, then any call to any Python code whatsoever can end up 42 materializing a strong reference to that weakref's CT referent, and so 48 CT while gc is running. 68 below. We do clear all weakrefs to CT now before breaking cycles, but not 98 [That missed that, in addition, a weakref to CT can exist outside CT, and 99 any callback into Python can use such a non-CT weakref to resurrect its CT 108 [Except that a non-CT callback can also use a non-CT weakref to get at 109 CT objects.] 133 [In 2.4/2.3.5, we first clear all weakrefs to CT objects, whether or not 134 those weakrefs are themselves CT, and whether or not they have callbacks. [all …]
|
/third_party/openssl/doc/man7/ |
D | ct.pod | 13 This library implements Certificate Transparency (CT) verification for TLS 15 that a certificate has been publicly logged in a set of CT logs. 20 This library can also be used to parse and examine CT data structures, such as 21 Signed Certificate Timestamps (SCTs), or to read a list of CT logs. There are 26 - loading a CT log list from a CONF file.
|
/third_party/typescript/tests/baselines/reference/ |
D | mixinClassesAnonymous.types | 194 const Timestamped = <CT extends Constructor<object>>(Base: CT) => { 195 …ed : <CT extends Constructor<object>>(Base: CT) => { new (...args: any[]): (Anonymous class); prot… 196 …CT extends Constructor<object>>(Base: CT) => { return class extends Base { timestamp = n… 197 >Base : CT 200 … : { new (...args: any[]): (Anonymous class); prototype: Timestamped<any>.(Anonymous class); } & CT
|
D | mixinClassesAnonymous.symbols | 172 const Timestamped = <CT extends Constructor<object>>(Base: CT) => { 174 >CT : Symbol(CT, Decl(mixinClassesAnonymous.ts, 59, 21)) 177 >CT : Symbol(CT, Decl(mixinClassesAnonymous.ts, 59, 21))
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | ct.h.in | 77 * CT policy evaluation context functions * 118 /* Gets the CT logs that are trusted sources of SCTs */ 228 * For CT v1, this will be either NID_sha256WithRSAEncryption or 235 * For CT v1, this should be either NID_sha256WithRSAEncryption or 301 * If |logs| is not NULL, it will be used to lookup the CT log that the SCT came 310 * If |logs| is not NULL, it will be used to lookup the CT log that each SCT 425 * CT log functions * 429 * Creates a new CT log instance with the given |public_key| and |name| and 466 * Deletes a CT log instance and its fields. 470 /* Gets the name of the CT log */ [all …]
|
/third_party/openssl/include/openssl/ |
D | ct.h.in | 77 * CT policy evaluation context functions * 118 /* Gets the CT logs that are trusted sources of SCTs */ 228 * For CT v1, this will be either NID_sha256WithRSAEncryption or 235 * For CT v1, this should be either NID_sha256WithRSAEncryption or 301 * If |logs| is not NULL, it will be used to lookup the CT log that the SCT came 310 * If |logs| is not NULL, it will be used to lookup the CT log that each SCT 425 * CT log functions * 429 * Creates a new CT log instance with the given |public_key| and |name| and 466 * Deletes a CT log instance and its fields. 470 /* Gets the name of the CT log */ [all …]
|
/third_party/openssl/doc/man3/ |
D | CTLOG_STORE_new.pod | 27 CTLOG_STORE_new_ex() creates an empty list of CT logs associated with 38 path instead. Both of these functions append any loaded CT logs to the 59 If there are any invalid CT logs in a file, they are skipped and the remaining 60 valid logs will still be added to the CTLOG_STORE. A CT log will be considered 66 all CT logs in the file are successfully parsed and loaded, 0 otherwise.
|
D | SSL_CTX_set_ctlog_list_file.pod | 18 (CT) logs from the default file location, "ct_log_list.cnf", found in the 21 SSL_CTX_set_ctlog_list_file() loads a list of CT logs from a specific path. 26 These functions will not clear the existing CT log list - it will be appended
|
D | CTLOG_new.pod | 32 Transparency (CT) log with the given public key and associates it with the 60 v1 CT log, the LogID will be a SHA-256 hash (i.e. 32 bytes long). Ownership of 63 CTLOG_get0_public_key() returns the public key of the CT log. Ownership of the
|
D | SSL_CTX_set_ct_validation_callback.pod | 35 This is accomplished by setting a built-in CT validation callback. 91 SSL_disable_ct() and SSL_CTX_disable_ct() turn off CT processing, whether 95 SSL_ct_is_enabled() and SSL_CTX_ct_is_enabled() return 1 if CT processing is 123 SSL_CTX_ct_is_enabled() and SSL_ct_is_enabled() return a 1 if a non-null CT
|
/third_party/libphonenumber/resources/geocoding/en/ |
D | 1.txt | 124 1203202|Darien, CT 125 1203208|Branford, CT 127 1203210|Wilton, CT 129 1203221|Westport, CT 130 1203222|Westport, CT 133 1203225|Shelton, CT 134 1203226|Westport, CT 135 1203227|Westport, CT 137 1203229|Norwalk, CT 138 1203230|Hamden, CT [all …]
|
/third_party/ltp/testcases/realtime/stress/pi-tests/ |
D | lookup_pi_state.c | 47 pthread_cond_t CT; variable 164 pthread_cond_timedwait(&CT, &MT, &ts_abs_timeout); in master_thread() 183 pthread_cond_init(&CT, NULL); in main()
|
/third_party/openssl/test/ |
D | serverinfo2.pem | 1 -----BEGIN SERVERINFOV2 FOR CT----- 8 -----END SERVERINFOV2 FOR CT-----
|
D | serverinfo.pem | 1 -----BEGIN SERVERINFO FOR CT----- 5 -----END SERVERINFO FOR CT-----
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 418 auto *&CT = (*Context.pImpl->DITypeMap)[&Identifier]; in buildODRType() local 419 if (!CT) in buildODRType() 420 return CT = DICompositeType::getDistinct( in buildODRType() 426 assert(CT->getRawIdentifier() == &Identifier && "Wrong ODR identifier?"); in buildODRType() 427 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType() 428 return CT; in buildODRType() 431 CT->mutate(Tag, Line, RuntimeLang, SizeInBits, AlignInBits, OffsetInBits, in buildODRType() 436 assert((std::end(Ops) - std::begin(Ops)) == (int)CT->getNumOperands() && in buildODRType() 438 for (unsigned I = 0, E = CT->getNumOperands(); I != E; ++I) in buildODRType() 439 if (Ops[I] != CT->getOperand(I)) in buildODRType() [all …]
|
/third_party/glslang/Test/baseResults/ |
D | recurse1.vert.out | 49 0:42 Function Definition: CT( ( global void) 59 0:43 Function Call: CT( ( global void) 60 0:43 Function Call: CT( ( global void) 61 0:43 Function Call: CT( ( global void) 194 BT( calling CT(
|
/third_party/typescript/tests/cases/conformance/classes/ |
D | mixinClassesAnonymous.ts | 60 const Timestamped = <CT extends Constructor<object>>(Base: CT) => {
|
/third_party/openGLES/extensions/NV/ |
D | NV_texgen_emboss.txt | 100 What is the interpretation of CT? 102 For the purposes of embossing, CT should be thought of as the 106 Are the CT and PCT variables the user-supplied current texture 110 is enabled, then CT and PCT use the respective evaluated texture 113 This extension specification's language "Denote as CT the texture 120 matrix. Likewise, CT is NOT the result of texgen or the 121 texture matrix. PCT and CT are the respective texture unit's 200 Denote as CT the texture unit's current texture coordinates 206 texture unit's evaluated texture coordinate to compute CT. 208 Denote as B the cross product of N and the <s,t,r> vector of CT.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_texgen_emboss.txt | 100 What is the interpretation of CT? 102 For the purposes of embossing, CT should be thought of as the 106 Are the CT and PCT variables the user-supplied current texture 110 is enabled, then CT and PCT use the respective evaluated texture 113 This extension specification's language "Denote as CT the texture 120 matrix. Likewise, CT is NOT the result of texgen or the 121 texture matrix. PCT and CT are the respective texture unit's 200 Denote as CT the texture unit's current texture coordinates 206 texture unit's evaluated texture coordinate to compute CT. 208 Denote as B the cross product of N and the <s,t,r> vector of CT.
|
/third_party/node/deps/openssl/openssl/util/ |
D | libssl.num | 375 SSL_CTX_set_ctlog_list_file 376 3_0_0 EXIST::FUNCTION:CT 376 SSL_set_ct_validation_callback 377 3_0_0 EXIST::FUNCTION:CT 377 SSL_CTX_set_default_ctlog_list_file 378 3_0_0 EXIST::FUNCTION:CT 379 SSL_ct_is_enabled 380 3_0_0 EXIST::FUNCTION:CT 380 SSL_get0_peer_scts 381 3_0_0 EXIST::FUNCTION:CT 381 SSL_CTX_set_ct_validation_callback 382 3_0_0 EXIST::FUNCTION:CT 382 SSL_CTX_ct_is_enabled 383 3_0_0 EXIST::FUNCTION:CT 390 SSL_CTX_set0_ctlog_store 391 3_0_0 EXIST::FUNCTION:CT 391 SSL_CTX_get0_ctlog_store 392 3_0_0 EXIST::FUNCTION:CT 392 SSL_enable_ct 393 3_0_0 EXIST::FUNCTION:CT [all …]
|
/third_party/openssl/util/ |
D | libssl.num | 375 SSL_CTX_set_ctlog_list_file 376 3_0_0 EXIST::FUNCTION:CT 376 SSL_set_ct_validation_callback 377 3_0_0 EXIST::FUNCTION:CT 377 SSL_CTX_set_default_ctlog_list_file 378 3_0_0 EXIST::FUNCTION:CT 379 SSL_ct_is_enabled 380 3_0_0 EXIST::FUNCTION:CT 380 SSL_get0_peer_scts 381 3_0_0 EXIST::FUNCTION:CT 381 SSL_CTX_set_ct_validation_callback 382 3_0_0 EXIST::FUNCTION:CT 382 SSL_CTX_ct_is_enabled 383 3_0_0 EXIST::FUNCTION:CT 390 SSL_CTX_set0_ctlog_store 391 3_0_0 EXIST::FUNCTION:CT 391 SSL_CTX_get0_ctlog_store 392 3_0_0 EXIST::FUNCTION:CT 392 SSL_enable_ct 393 3_0_0 EXIST::FUNCTION:CT [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 190 void addTypeRef(MDString &UUID, DICompositeType &CT); 280 if (DICompositeType *CT = OldTypeRefs.Final.lookup(Ref.first)) in tryToResolveCycles() local 281 Ref.second->replaceAllUsesWith(CT); in tryToResolveCycles() 307 DICompositeType &CT) { in addTypeRef() argument 308 assert(CT.getRawIdentifier() == &UUID && "Mismatched UUID"); in addTypeRef() 309 if (CT.isForwardDecl()) in addTypeRef() 310 OldTypeRefs.FwdDecls.insert(std::make_pair(&UUID, &CT)); in addTypeRef() 312 OldTypeRefs.Final.insert(std::make_pair(&UUID, &CT)); in addTypeRef() 320 if (auto *CT = OldTypeRefs.Final.lookup(UUID)) in upgradeTypeRef() local 321 return CT; in upgradeTypeRef() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ModuleDebugInfoPrinter.cpp | 122 if (auto *CT = dyn_cast<DICompositeType>(T)) { in print() local 123 if (auto *S = CT->getRawIdentifier()) in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 111 Candidate(Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in Candidate() 113 : CandidateKind(CT), Base(B), Index(Idx), Stride(S), Ins(I) {} in Candidate() 211 void allocateCandidatesAndFindBasis(Candidate::Kind CT, const SCEV *B, 337 Candidate::Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in allocateCandidatesAndFindBasis() argument 339 Candidate C(CT, B, Idx, S, I); in allocateCandidatesAndFindBasis()
|