Home
last modified time | relevance | path

Searched refs:path (Results 3851 - 3875 of 9522) sorted by relevance

1...<<151152153154155156157158159160>>...381

/third_party/googletest/googletest/test/
H A Dgoogletest-options-test.cc58 // Turns the given relative path into an absolute path.
88 GTEST_FLAG_SET(output, "xml:path" GTEST_PATH_SEP_); in TEST()
90 GetAbsolutePathOf(FilePath(std::string("path") + GTEST_PATH_SEP_ + in TEST()
170 GTEST_FLAG_SET(output, "xml:path" GTEST_PATH_SEP_); in TEST_F()
174 FilePath(std::string("path") + GTEST_PATH_SEP_ + in TEST_F()
200 const std::string path = "c:\\tmp\\"; in TEST_F() local
202 const std::string path = "/tmp/"; in TEST_F()
205 GTEST_FLAG_SET(output, "xml:" + path); in TEST_F()
207 path in TEST_F()
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
H A DCldrDataProcessorTest.java102 (map, path) -> new CurrencyData(path.get(CURRENCY_TYPE)), in createTestVisitor()
151 private static CldrValue ldml(String path, String value) { in ldml() argument
152 return CldrValue.parseValue("//ldml/" + path, value); in ldml()
H A DPseudoLocalesTest.java138 private static CldrPath ldmlPath(String path) { in ldmlPath() argument
139 return CldrPath.parseDistinguishingPath("//ldml/" + path); in ldmlPath()
142 private static CldrValue value(CldrPath path, String value) { in value() argument
143 return CldrValue.parseValue(path.toString(), value); in value()
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
H A DSfxWin.cpp138 FString path; in WinMain2() local
139 NDLL::MyGetModuleFileName(path); in WinMain2()
142 if (!MyGetFullPathName(path, fullPath)) in WinMain2()
174 if (!GetOnlyDirPrefix(path, dirPrefix)) in WinMain2()
/third_party/mbedtls/programs/util/
H A Dpem2der.c117 static int load_file(const char *path, unsigned char **buf, size_t *n) in load_file() argument
122 if ((f = fopen(path, "rb")) == NULL) { in load_file()
158 static int write_file(const char *path, unsigned char *buf, size_t n) in write_file() argument
162 if ((f = fopen(path, "wb")) == NULL) { in write_file()
/third_party/mbedtls/tests/scripts/
H A Dtest_config_script.py41 return os.path.join(directory,
58 if os.path.exists(directory):
111 Return ("xxx+", "path/to/config-xxx.h") which can be used as
122 # Pass only the file basename, not the full path, to avoid getting the
125 cmd = [os.path.abspath(options.script),
126 '-f', os.path.basename(data_filename)]
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
H A Dglcpp_test.py100 print( '{}:'.format(os.path.splitext(filename)[0]), end=' ')
103 testfile = os.path.join(args.testdir, filename)
131 print( '{}:'.format(os.path.splitext(filename)[0]), end=' ')
133 testfile = os.path.join(args.testdir, filename)
/third_party/littlefs/bd/
H A Dlfs_filebd.c18 int lfs_filebd_create(const struct lfs_config *cfg, const char *path, in lfs_filebd_create() argument
28 path, in lfs_filebd_create()
37 bd->fd = open(path, O_RDWR | O_CREAT | O_BINARY, 0666); in lfs_filebd_create()
39 bd->fd = open(path, O_RDWR | O_CREAT, 0666); in lfs_filebd_create()
/third_party/ltp/testcases/kernel/controllers/cpuctl/
H A Dcpuctl_def_task01.c76 char path[FILENAME_MAX] = "/dev/cpuctl"; variable
151 len = strlen(path); in main()
152 if (!strncpy(fullpath, path, len)) in main()
154 "Could not copy directory path %s ", path); in main()
H A Dcpuctl_def_task04.c72 char path[] = "/dev/cpuctl"; variable
168 len = strlen(path); in main()
169 if (!strncpy(fullpath, path, len)) in main()
171 "Could not copy directory path %s ", path); in main()
H A Dcpuctl_def_task02.c71 char path[] = "/dev/cpuctl"; variable
162 len = strlen(path); in main()
163 if (!strncpy(fullpath, path, len)) in main()
165 "Could not copy directory path %s ", path); in main()
H A Dcpuctl_def_task03.c72 char path[] = "/dev/cpuctl"; variable
158 len = strlen(path); in main()
159 if (!strncpy(fullpath, path, len)) in main()
161 "Could not copy directory path %s ", path); in main()
H A Dcpuctl_test02.c72 char path[] = "/dev/cpuctl"; variable
166 len = strlen(path); in main()
167 if (!strncpy(fullpath, path, len)) in main()
168 tst_brkm(TBROK, cleanup, "Could not copy directory path %s ", in main()
169 path); in main()
H A Dcpuctl_test01.c75 char path[] = "/dev/cpuctl"; variable
154 len = strlen(path); in main()
155 if (!strncpy(fullpath, path, len)) in main()
156 tst_brkm(TBROK, cleanup, "Could not copy directory path %s ", in main()
157 path); in main()
H A Dcpuctl_test04.c72 char path[] = "/dev/cpuctl"; variable
172 len = strlen(path); in main()
173 if (!strncpy(fullpath, path, len)) in main()
174 tst_brkm(TBROK, cleanup, "Could not copy directory path %s ", in main()
175 path); in main()
H A Dcpuctl_test03.c72 char path[] = "/dev/cpuctl"; variable
161 len = strlen(path); in main()
162 if (!strncpy(fullpath, path, len)) in main()
163 tst_brkm(TBROK, cleanup, "Could not copy directory path %s ", in main()
164 path); in main()
/third_party/node/lib/internal/modules/
H A Dhelpers.js26 const path = require('path');
52 * Resolves the path of a given `require` specifier, following symlinks.
175 require = function require(path) {
177 return mod.require(path);
292 * If a referrer is an URL instance or absolute path, convert it into an URL string.
296 if (typeof referrer === 'string' && path.isAbsolute(referrer)) {
/third_party/node/test/parallel/
H A Dtest-crypto-fips.js9 const path = require('path');
22 const CNF_FIPS_ON = fixtures.path('openssl_fips_enabled.cnf');
23 const CNF_FIPS_OFF = fixtures.path('openssl_fips_disabled.cnf');
34 cwd: path.dirname(process.execPath),
55 // Normal path where we expect either FIPS enabled or disabled.
H A Dtest-net-connect-options-fd.js9 const path = require('path');
37 // Use relative path to avoid hitting 108-char length limit
39 const prefix = path.relative('.', `${common.PIPE}-net-connect-options-fd`);
75 .listen({ path: serverPath }, common.mustCall(function serverOnListen() {
86 path: serverPath
H A Dtest-trace-events-api.js15 const path = require('path');
133 process.chdir(tmpdir.path);
150 const file = path.join(tmpdir.path, 'node_trace.1.log');
/third_party/node/tools/gyp/pylib/gyp/
H A Dninja_syntax.py106 def include(self, path):
107 self._line("include %s" % path)
109 def subninja(self, path):
110 self._line("subninja %s" % path)
/third_party/ninja/misc/
H A Doutput_test.py19 NINJA_PATH = os.path.abspath('./ninja')
23 with open(os.path.join(d, 'build.ninja'), 'w') as f:
132 with open(os.path.join(d, 'build.ninja'), 'w'):
135 with open(os.path.join(d, '.ninja_log'), 'w') as f:
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dninja_syntax.py106 def include(self, path):
107 self._line("include %s" % path)
109 def subninja(self, path):
110 self._line("subninja %s" % path)
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify23.c46 static void fsync_file(const char *path) in fsync_file() argument
48 int fd = SAFE_OPEN(path, O_RDONLY); in fsync_file()
61 static int verify_mark_removed(const char *path, const char *when) in verify_mark_removed() argument
71 FAN_ACCESS, AT_FDCWD, path); in verify_mark_removed()
/third_party/ltp/testcases/kernel/syscalls/preadv2/
H A Dpreadv203.c242 char path[1024]; in setup() local
248 snprintf(path, sizeof(path), MNTPOINT"/file_%i", i); in setup()
250 fds[i] = SAFE_OPEN(path, O_RDWR | O_CREAT, 0644); in setup()

Completed in 16 milliseconds

1...<<151152153154155156157158159160>>...381