Home
last modified time | relevance | path

Searched full:path (Results 28226 - 28250 of 40435) sorted by relevance

1...<<1121112211231124112511261127112811291130>>...1618

/third_party/pulseaudio/po/
H A Dpulseaudio.pot57 " --log-target={auto,syslog,stderr,file:PATH,newfile:PATH}\n"
62 " -p, --dl-search-path=PATH Set the search path for dynamic shared\n"
120 "name 'file:<path>', 'newfile:<path>'."
126 "<path>', 'newfile:<path>'."
276 msgid "Path
[all...]
H A Dsi.po65 " --log-target={auto,syslog,stderr,file:PATH,newfile:PATH}\n"
71 " -p, --dl-search-path=PATH Set the search path for dynamic "
132 "valid file name 'file:<path>', 'newfile:<path>'."
138 "name 'file:<path>', 'newfile:<path>'."
288 msgid "Path
[all...]
H A Dhi.po71 " --log-target={auto,syslog,stderr,file:PATH,newfile:PATH}\n"
77 " -p, --dl-search-path=PATH Set the search path for dynamic "
148 " -p, --dl-search-path=PATH Set the search path for dynamic "
211 "valid file name 'file:<path>', 'newfile:<path>'
[all...]
H A Dmr.po64 " --log-target={auto,syslog,stderr,file:PATH,newfile:PATH}\n"
70 " -p, --dl-search-path=PATH Set the search path for dynamic "
141 " -p, --dl-search-path=PATH Set the search path for dynamic "
204 "valid file name 'file:<path>', 'newfile:<path>'
[all...]
H A Dpa.po67 " --log-target={auto,syslog,stderr,file:PATH,newfile:PATH}\n"
73 " -p, --dl-search-path=PATH Set the search path for dynamic "
144 " -p, --dl-search-path=PATH Set the search path for dynamic "
207 "valid file name 'file:<path>', 'newfile:<path>'
[all...]
H A Dor.po80 " --log-target={auto,syslog,stderr,file:PATH,newfile:PATH}\n"
86 " -p, --dl-search-path=PATH Set the search path for dynamic "
156 " -p, --dl-search-path=PATH Set the search path for dynamic "
219 "valid file name 'file:<path>', 'newfile:<path>'
[all...]
H A Dta.po86 " --log-target={auto,syslog,stderr,file:PATH,newfile:PATH}\n"
92 " -p, --dl-search-path=PATH Set the search path for dynamic "
163 " -p, --dl-search-path=PATH Set the search path for dynamic "
226 "valid file name 'file:<path>', 'newfile:<path>'
[all...]
H A Dte.po72 " --log-target={auto,syslog,stderr,file:PATH,newfile:PATH}\n"
78 " -p, --dl-search-path=PATH Set the search path for dynamic "
149 " -p, --dl-search-path=PATH Set the search path for dynamic "
212 "valid file name 'file:<path>', 'newfile:<path>'
[all...]
/third_party/python/Lib/test/
H A Dtest_tokenize.py1002 path = os.path.join(os.path.dirname(__file__), filename)
1003 TestRoundtrip.check_roundtrip(self, open(path, 'rb'))
1291 path = 'some_file_path'
1296 def __init__(self, lines, path):
1297 self.name = path
1309 ins = Bunk(lines, path)
1313 with self.assertRaisesRegex(SyntaxError, '.*{}'.format(path)):
1314 ins = Bunk(lines, path)
[all...]
/third_party/backends/backend/
H A Dartec_eplus48u.c3565 char path[PATH_MAX]; in load_calibration_data() local
3569 path[0] = 0; in load_calibration_data()
3579 strcat (path, getenv ("HOME")); in load_calibration_data()
3583 if (strlen (path) < (PATH_MAX - 1 - strlen ("/.artec_eplus48u/"))) in load_calibration_data()
3584 strcat (path, "/.artec_eplus48u/"); in load_calibration_data()
3589 strcpy (filename, path); in load_calibration_data()
3611 strcpy (filename, path); in load_calibration_data()
3631 strcpy (filename, path); in load_calibration_data()
3653 strcpy (filename, path); in load_calibration_data()
3683 char path[PATH_MA in save_calibration_data() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc290 // Slow path taken when we cannot figure out the current scope info.
812 // We only do these DCHECKs when we are not in the resume path of a in Merge()
1732 // If there is an extension, merge into the slow path. in CheckContextExtensionAtDepth()
1744 // the fast path. in CheckContextExtensionAtDepth()
1792 // The depth can be zero, in which case no slow-path checks are built, and in CheckContextExtensions()
1793 // the slow path environment can be null. in CheckContextExtensions()
1822 // the fast path. in CheckContextExtensionsSlowPath()
1825 // The depth can be zero, in which case no slow-path checks are built, and in CheckContextExtensionsSlowPath()
1826 // the slow path environment can be null. in CheckContextExtensionsSlowPath()
1837 // Fast path, d in BuildLdaLookupContextSlot()
[all...]
/third_party/python/Doc/whatsnew/
H A D3.3.rst126 marker files and can automatically span multiple path segments (inspired by
310 option to add the newly installed Python to the system PATH. (Contributed
321 Installer PATH modification: :ref:`windows-path-mod`
553 the "path" from the module top-level to their definition. For global functions
712 to properly delineate between :term:`meta path finders <meta path finder>`
713 and :term:`path entry finders <path entry finder>` by introducing
731 :exc:`ImportError` now has ``name`` and ``path`` attribute
[all...]
/applications/standard/app_samples/code/Project/HapBuild/compile-tool/bin/
H A Dcompile-ut-ohpm.sh69 --p=config path
114 export PATH=$JAVA_HOME/bin:$PATH
119 export PATH=$NODE_HOME:$PATH
H A Dcompile-ohpm-ci.sh56 --p=config path
101 export PATH=$JAVA_HOME/bin:$PATH
106 export PATH=$NODE_HOME:$PATH
/drivers/peripheral/audio/test/audio_utils/audio_mixer/
H A Daudio_mixer.c236 DEBUG_LOG("Failed to synthesize the service path!\n"); in MixerBindCrlSrvDefault()
256 char path[BUF_SIZE_T + 1] = {0}; in MixerBindCrlSrv() local
269 ret = snprintf_s(path, BUF_SIZE_T, BUF_SIZE_T, "%s%s", AUDIO_DEV_FILE_PATH, serviceName); in MixerBindCrlSrv()
271 DEBUG_LOG("Failed to synthesize the service path!\n"); in MixerBindCrlSrv()
274 if (!CheckMixerDevFile(path)) { in MixerBindCrlSrv()
/foundation/ability/idl_tool/test/hdi_unittest/battery_v2_0/cpp_target/battery/v2_0/
H A Dbattery_interface_proxy.cpp.txt131 int32_t OHOS::HDI::Battery::V2_0::BatteryInterfaceProxy::ChangePath(const std::string& path)
133 return OHOS::HDI::Battery::V2_0::BatteryInterfaceProxy::ChangePath_(path, GetCurrentRemote());
294 int32_t OHOS::HDI::Battery::V2_0::BatteryInterfaceProxy::ChangePath_(const std::string& path,
306 if (!batteryInterfaceData.WriteCString(path.c_str())) {
307 HDF_LOGE("%{public}s: write path failed!", __func__);
/foundation/ability/idl_tool/test/hdi_unittest/battery_v1_2/cpp_target/battery/v1_2/
H A Dbattery_interface_proxy.cpp.txt131 int32_t OHOS::HDI::Battery::V1_2::BatteryInterfaceProxy::ChangePath(const std::string& path)
133 return OHOS::HDI::Battery::V1_2::BatteryInterfaceProxy::ChangePath_(path, GetCurrentRemote());
294 int32_t OHOS::HDI::Battery::V1_2::BatteryInterfaceProxy::ChangePath_(const std::string& path,
306 if (!batteryInterfaceData.WriteCString(path.c_str())) {
307 HDF_LOGE("%{public}s: write path failed!", __func__);
/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp493 AccessibilityHoverTestPath path; in HWTEST_F() local
502 auto result = accessibilityProperty.HoverTestRecursive(hoverPoint, root, path, debugInfo, ancestorGroupFlag); in HWTEST_F()
507 result = accessibilityProperty.HoverTestRecursive(hoverPoint, root, path, debugInfo, ancestorGroupFlag); in HWTEST_F()
1049 AccessibilityHoverTestPath path; in HWTEST_F() local
1057 auto result = accessibilityProperty.ProcessHoverTestRecursive(hoverPoint, root, path, debugInfo, recursiveParam); in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_hevc_unit_test.cpp124 void AVSourceUnitTest::InitResource(const std::string &path, bool local) in InitResource() argument
126 printf("---- %s ------\n", path.c_str()); in InitResource()
128 fd_ = OpenFile(path); in InitResource()
129 int64_t size = GetFileSize(path); in InitResource()
133 source_ = AVSourceMockFactory::CreateSourceWithURI(const_cast<char*>(path.data())); in InitResource()
/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/
H A Dffrt_trace_process.py518 if not os.path.exists(out_dir):
523 file_path = os.path.join(out_dir, f)
524 if os.path.isfile(file_path):
703 parser.add_argument('--file', '-f', type=str, required=True, help="input trace file path")
711 if not os.path.isfile(args.file):
/foundation/filemanagement/app_file_service/test/unittest/file_share_ndk_test/file_share_permission_test/
H A Dfile_share_permission_test.cpp114 * @tc.desc: Test function of OH_FileShare_PersistPermission() interface for invalid path.
249 * @tc.desc: Test function of OH_FileShare_RevokePermission() interface for invalid path.
390 * @tc.desc: Test function of OH_FileShare_ActivatePermission() interface for invalid path.
534 * @tc.desc: Test function of OH_FileShare_DeactivatePermission() interface for invalid path.
689 * @tc.desc: Test function of OH_FileShare_CheckPersistentPermission() interface for invalid path.
/test/xts/acts/multimedia/audio/audio_js_standard/AudioRendererEnhance/entry/src/ohosTest/ets/test/
H A DGetMaxAndMinStreamVolume.test.ets154 let path = filePath + '/StarWars10s-1C-8000-2SW.wav';
155 console.info(`path:${path}\n`);
159 let stat = await fs.stat(path);
169 let file = await fs.open(path, 0o0);
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dhdi_common_v1_2.cpp42 char path[PATH_MAX] = {0}; in DumpImageFile() local
49 ret = sprintf_s(path, sizeof(path) / sizeof(path[0]), "/data/stream-%d/%lld.%s", in DumpImageFile()
55 int imgFd = open(path, O_RDWR | O_CREAT, 00766); in DumpImageFile()
/third_party/elfutils/tests/
H A Drun-debuginfod-find.sh152 # Create a subdirectory to confound source path names
651 # Test debuginfod without a path list; reuse $PORT1
664 local_dir=${PWD}/mocktree/buildid/aaaaaaaaaabbbbbbbbbbccccccccccdddddddddd/source/my/path
670 testrun ${abs_top_builddir}/debuginfod/debuginfod-find source aaaaaaaaaabbbbbbbbbbccccccccccdddddddddd /my/path/main.c && false || true
674 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find source aaaaaaaaaabbbbbbbbbbccccccccccdddddddddd /my/path/main.c`
/third_party/elfutils/libdw/
H A DlibdwP.h162 /* The (absolute) path to the ELF dir, if known. To help locating
1343 to look in, and file returns a full path.
1346 the file isn't absolute, but dir is absolute, then a path that is
1348 nor dir is absolute, the path will be constructed using dir (if not
1352 If file is NULL, or no full path can be constructed NULL is returned.

Completed in 64 milliseconds

1...<<1121112211231124112511261127112811291130>>...1618