Home
last modified time | relevance | path

Searched refs:path (Results 9301 - 9325 of 9927) sorted by relevance

1...<<371372373374375376377378379380>>...398

/third_party/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp530 char path[2048]; in DetectionTest() local
531 const char *testFilePath = getPath(path, "csdetest.xml"); in DetectionTest()
534 return; /* Couldn't get path: error message already output. */ in DetectionTest()
H A Dssearch.cpp128 char path[PATH_BUFFER_SIZE]; in searchTest() local
129 const char *testFilePath = getPath(path, "ssearch.xml"); in searchTest()
132 return; /* Couldn't get path: error message already output. */ in searchTest()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUResourceBundleTest.java54 // For now, specify resource path explicitly in this test case in TestGetResources()
787 private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, in getFunctionalEquivalentTestCases() argument
802 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate); in getFunctionalEquivalentTestCases()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleTest.java51 // For now, specify resource path explicitly in this test case in TestGetResources()
787 private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, in getFunctionalEquivalentTestCases() argument
802 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate); in getFunctionalEquivalentTestCases()
/third_party/mesa3d/include/GL/
H A Dglxext.h907 typedef GLXVideoSourceSGIX ( *PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
910 GLXVideoSourceSGIX glXCreateGLXVideoSourceSGIX (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
/third_party/json/tests/src/
H A Dunit-regression1.cpp562 // check a different code path
1395 "path": "/a/b/c"}])"_json;
1401 "path": "/a/b/c"}])"_json;
/third_party/jinja2/
H A Denvironment.py857 with open(os.path.join(target, filename), "wb") as f:
868 if not os.path.isdir(target):
945 Subclasses may override this method and implement template path
987 templates from the filesystem, "/" is used as the path
/third_party/openGLES/api/GL/
H A Dglxext.h892 typedef GLXVideoSourceSGIX ( *PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
895 GLXVideoSourceSGIX glXCreateGLXVideoSourceSGIX (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
/third_party/nghttp2/src/
H A Dshrpx_config.h458 StringRef path; member
498 // |host_unix| is true, this is UNIX domain socket path. This must
512 // true if |host| contains UNIX domain socket path.
529 // socket path. This must be NULL terminated string.
552 // true if |host| contains UNIX domain socket path.
956 // field. router includes all path patterns sharing the same wildcard
1433 read_quic_secret_file(const StringRef &path);
/third_party/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp813 CharString path(filename, (int32_t)(basename-filename), errorCode); in writeCSourceFile()
822 FILE *f=usrc_create(path.data(), basename, 2016, "icu/source/tools/gennorm2/n2builder.cpp"); in writeCSourceFile()
/third_party/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink01.c134 * 1. Create symbolic link with abnormal object name path
135 * 2. Create symbolic link with normal object name path
136 * 3. Create symbolic link with path to an existing object file
583 * Argument is path to program name.
615 * Determines if what path points at is a symbolic link file
617 * Argument is path to symbolic link file.
620 * link file and a minus one if the path doesn't point at a file.
622 static int see_if_a_symlink(char *path) in see_if_a_symlink() argument
624 if (lstat(path, &asymlink) < 0) in see_if_a_symlink()
739 "lstat(2) Failure when accessing %s symbolic link file which should contain %s path t in ck_symlink()
[all...]
/third_party/libinput/test/
H A Dtest-touch.c539 static int open_restricted(const char *path, int flags, void *data) in open_restricted() argument
542 fd = open(path, flags); in open_restricted()
/third_party/libabigail/src/
H A Dabg-ctf-reader.cc212 /// @param elf_path the path to the ELF file.
253 /// @param elf_path the new path to the new ELF file to use.
316 /// it stores location path in @ref ctfa_file.
336 for (const auto& path : debug_info_root_paths()) in find_ctfa_file()
338 ctfa_dirname = *path; in find_ctfa_file()
1633 /// @param elf_path the path to the elf file the context is to be used
/third_party/python/Lib/
H A Dssl.py451 return DefaultVerifyPaths(cafile if os.path.isfile(cafile) else None,
452 capath if os.path.isdir(capath) else None,
/third_party/python/Lib/test/
H A Dtest_clinic.py10 import os.path namespace
303 function = self.parse_function("module os\nos.access\n path: int")
306 p = function.parameters['path']
307 self.assertEqual('path', p.name)
351 function = self.parse_function("module os\nos.access\n path: path_t(allow_fd=1)")
352 p = function.parameters['path']
360 path: str
363 Perform a stat system call on the given path.""")
365 stat($module, /, path)
368 Perform a stat system call on the given path
[all...]
H A Dtest_signal.py106 dirname = os.path.dirname(__file__)
107 script = os.path.join(dirname, 'signalinterproctester.py')
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-ucm.c949 pa_log_info("Updating mixer path for %s: %s", profile, port->name); in update_mixer_paths()
951 data->path = pa_hashmap_get(data->paths, profile); in update_mixer_paths()
957 pa_alsa_path *path; in probe_volumes() local
984 PA_HASHMAP_FOREACH_KV(profile, path, data->paths, state2) { in probe_volumes()
985 if (pa_alsa_path_probe(path, NULL, mixer_handle, ignore_dB) < 0) { in probe_volumes()
986 pa_log_warn("Could not probe path: %s, using s/w volume", path->name); in probe_volumes()
988 } else if (!path->has_volume && !path->has_mute) { in probe_volumes()
989 pa_log_warn("Path %s is not a volume or mute control", path in probe_volumes()
1118 pa_alsa_path *path = pa_alsa_path_synthesize(vol->mixer_elem, ucm_add_port_combination() local
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglxext.h891 typedef GLXVideoSourceSGIX ( *PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
894 GLXVideoSourceSGIX glXCreateGLXVideoSourceSGIX (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dn2builder.cpp813 CharString path(filename, (int32_t)(basename-filename), errorCode); in writeCSourceFile()
822 FILE *f=usrc_create(path.data(), basename, 2016, "icu/source/tools/gennorm2/n2builder.cpp"); in writeCSourceFile()
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglxext.h891 typedef GLXVideoSourceSGIX ( *PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
894 GLXVideoSourceSGIX glXCreateGLXVideoSourceSGIX (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
/third_party/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp469 // See FontAccessible for note on searching sysroot then non-sysroot path.
791 // as any added file path not lexically starting with the sysroot will be unchanged.
1001 sk_sp<SkTypeface> onMakeFromFile(const char path[], int ttcIndex) const override {
1002 return this->makeFromStream(SkStream::MakeFromFile(path), ttcIndex);
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc1021 StringPiece path) { in RenderOneFieldPath()
1023 "paths", DataPiece(ConvertFieldMaskPath(path, &ToSnakeCase), true)); in RenderOneFieldPath()
1020 RenderOneFieldPath(ProtoStreamObjectWriter* ow, StringPiece path) RenderOneFieldPath() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fUniformLocationTests.cpp127 string getUniformName (int ndx, const glu::VarType& type, const glu::TypeComponentVector& path) in getUniformName() argument
130 buff << "uni" << ndx << glu::TypeAccessFormat(type, path); in getUniformName()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dscan.c1240 struct acpi_buffer path = { sizeof(node_name), node_name }; in acpi_ibm_smbus_match() local
1246 if (ACPI_FAILURE(acpi_get_name(handle, ACPI_SINGLE_NAME, &path)) || in acpi_ibm_smbus_match()
1247 strcmp("SMBS", path.pointer)) in acpi_ibm_smbus_match()
2260 * early code when userspace or any other code path cannot trigger in acpi_scan_init()
/kernel/linux/linux-6.6/
H A DMakefile149 $(error module directory path cannot contain '$x')))
1008 # change __FILE__ to the relative path from the srctree
1085 # an argument if needed. Otherwise it defaults to the kernel install path
1730 -o -path $(abs_srctree)/rust/alloc -prune \
1731 -o -path $(abs_objtree)/rust/test -prune \
1795 @echo ' Syntax: make -C path/to/kernel/src M=$$PWD target'

Completed in 73 milliseconds

1...<<371372373374375376377378379380>>...398