Home
last modified time | relevance | path

Searched refs:directoryName (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/typescript/src/watchGuard/
DwatchGuard.ts6 const directoryName = process.argv[2]; constant
7 const fs: { watch(directoryName: string, options: any, callback: () => {}): any } = require("fs");
14 const watcher = fs.watch(directoryName, { recursive: true }, () => ({}));
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPlatformFunctions.cpp26 uint32_t GetWindowsSDKVersionFromDirectoryName(const char* directoryName) { in GetWindowsSDKVersionFromDirectoryName() argument
32 const uint32_t directoryNameLen = strlen(directoryName); in GetWindowsSDKVersionFromDirectoryName()
39 if (strncmp(directoryName, kPrefix, kPrefixLen) != 0) { in GetWindowsSDKVersionFromDirectoryName()
44 if (strncmp(directoryName + (directoryNameLen - kPostfixLen), kPostfix, kPostfixLen) != in GetWindowsSDKVersionFromDirectoryName()
50 return atoi(directoryName + kPrefixLen); in GetWindowsSDKVersionFromDirectoryName()
/third_party/typescript/src/testRunner/
DexternalCompileRunner.ts41 private runTest(directoryName: string) {
45 describe(directoryName, function (this: Mocha.Suite) {
50 let cwd = path.join(IO.getWorkspaceRoot(), cls.testDir, directoryName);
58 const submoduleDir = path.join(cwd, directoryName);
94 …Baseline.runBaseline(`${cls.kind()}/${directoryName}.log`, cls.report(cp.spawnSync(`node`, args, {…
99 …throw new Error(`${command} ${args.join(" ")} for ${directoryName} failed: ${res.stdout && res.std…
/third_party/typescript/src/compiler/
Dsys.ts814 directoryName: string,
826 …const fileName = !relativeFileName ? directoryName : normalizePath(combinePaths(directoryName, rel…
973 …function watchDirectory(directoryName: string, callback: DirectoryWatcherCallback, recursive: bool…
976 directoryName,
978 …createFsWatchCallbackForDirectoryWatcherCallback(directoryName, callback, options, useCaseSensitiv…
997 return hostRecursiveDirectoryWatcher(directoryName, callback, recursive, options);
1000 …function nonRecursiveWatchDirectory(directoryName: string, callback: DirectoryWatcherCallback, rec…
1007 directoryName,
1008 () => callback(directoryName),
1014 directoryName,
[all …]
Dpath.ts770 …export function startsWithDirectory(fileName: string, directoryName: string, getCanonicalFileName:…
772 const canonicalDirectoryName = getCanonicalFileName(directoryName);
/third_party/typescript/lib/
DwatchGuard.js21 var directoryName = process.argv[2]; variable
24 var watcher = fs.watch(directoryName, { recursive: true }, function () { return ({}); });
/third_party/openssl/crypto/cmp/
Dcmp_hdr.c79 || (name->type == GEN_DIRNAME && IS_NULL_DN(name->d.directoryName)); in ossl_cmp_general_name_is_NULL_DN()
94 if ((name->d.directoryName = X509_NAME_new()) == NULL) in set1_general_name()
96 } else if (!X509_NAME_set(&name->d.directoryName, src)) { in set1_general_name()
Dcmp_vfy.c265 "sender field", msg->header->sender->d.directoryName)) in cert_acceptable()
502 sname = X509_NAME_oneline(sender->d.directoryName, NULL, 0); in check_msg_find_cert()
688 if (!check_name(ctx, 0, "sender DN field", hdr->sender->d.directoryName, in ossl_cmp_msg_check_update()
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_hdr.c79 || (name->type == GEN_DIRNAME && IS_NULL_DN(name->d.directoryName)); in ossl_cmp_general_name_is_NULL_DN()
94 if ((name->d.directoryName = X509_NAME_new()) == NULL) in set1_general_name()
96 } else if (!X509_NAME_set(&name->d.directoryName, src)) { in set1_general_name()
Dcmp_vfy.c265 "sender field", msg->header->sender->d.directoryName)) in cert_acceptable()
502 sname = X509_NAME_oneline(sender->d.directoryName, NULL, 0); in check_msg_find_cert()
688 if (!check_name(ctx, 0, "sender DN field", hdr->sender->d.directoryName, in ossl_cmp_msg_check_update()
/third_party/typescript/src/services/
Dshims.ts87 directoryExists(directoryName: string): boolean;
92 directoryExists(directoryName: string): boolean;
355 public directoryExists: ((directoryName: string) => boolean) | undefined;
370 … this.directoryExists = directoryName => this.shimHost.directoryExists(directoryName);
510 public directoryExists: (directoryName: string) => boolean;
517 … this.directoryExists = directoryName => this.shimHost.directoryExists(directoryName);
DstringCompletions.ts530 const directoryName = getBaseFileName(normalizePath(directory)); constant
531 if (directoryName !== "@types") {
532 result.add(directoryResult(directoryName));
/third_party/typescript/src/harness/
DfakesHosts.ts205 public directoryExists(directoryName: string): boolean {
206 return this.sys.directoryExists(directoryName);
276 public directoryExists(directoryName: string): boolean {
277 return this.sys.directoryExists(directoryName);
DharnessIO.ts10 directoryName(path: string): string | undefined; method
61 function directoryName(path: string) {
147 directoryName,
1371 const parentDirectory = IO.directoryName(dirName)!; // TODO: GH#18217
1380 createDirectoryStructure(IO.directoryName(actualFileName)!); // TODO: GH#18217
/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts402 const directoryName = getDirectoryPath(directory); constant
403 if (!host.directoryExists(directoryName)) {
404 this.ensureDirectoryExists(directoryName, host);
/third_party/openssl/test/
Dcmp_hdr_test.c116 if (!TEST_int_eq(X509_NAME_cmp(fixture->hdr->sender->d.directoryName, in execute_HDR_set1_sender_test()
146 if (!TEST_int_eq(X509_NAME_cmp(fixture->hdr->recipient->d.directoryName, in execute_HDR_set1_recipient_test()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_ncons.c272 gntmp.d.directoryName = nm; in NAME_CONSTRAINTS_check()
559 return nc_dn(gen->d.directoryName, base->d.directoryName); in nc_match_single()
Dv3_genn.c39 ASN1_EXP(GENERAL_NAME, d.directoryName, X509_NAME, GEN_DIRNAME),
/third_party/openssl/crypto/x509/
Dv3_ncons.c272 gntmp.d.directoryName = nm; in NAME_CONSTRAINTS_check()
559 return nc_dn(gen->d.directoryName, base->d.directoryName); in nc_match_single()
Dv3_genn.c39 ASN1_EXP(GENERAL_NAME, d.directoryName, X509_NAME, GEN_DIRNAME),
/third_party/mbedtls/tests/data_files/
Dtest-ca.opensslconf117 CN=Mbed TLS directoryName SAN
/third_party/node/deps/openssl/openssl/crypto/crmf/
Dcrmf_lib.c190 if (!X509_NAME_set(&cid->issuer->d.directoryName, issuer)) in IMPLEMENT_CRMF_CTRL_FUNC()
563 cid->issuer->d.directoryName : NULL; in OSSL_CRMF_CERTID_get0_issuer()
/third_party/openssl/crypto/crmf/
Dcrmf_lib.c190 if (!X509_NAME_set(&cid->issuer->d.directoryName, issuer)) in IMPLEMENT_CRMF_CTRL_FUNC()
563 cid->issuer->d.directoryName : NULL; in OSSL_CRMF_CERTID_get0_issuer()
/third_party/node/deps/openssl/openssl/crypto/ocsp/
Docsp_cl.c53 if (!X509_NAME_set(&gen->d.directoryName, nm)) { in OCSP_request_set1_name()
/third_party/openssl/crypto/ocsp/
Docsp_cl.c53 if (!X509_NAME_set(&gen->d.directoryName, nm)) { in OCSP_request_set1_name()

12345