Home
last modified time | relevance | path

Searched defs:path (Results 4026 - 4050 of 6185) sorted by relevance

1...<<161162163164165166167168169170>>...248

/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeCanvasTestPart4.cpp685 OH_Drawing_Path *path = OH_Drawing_PathCreate(); in HWTEST_F() local
716 OH_Drawing_Path *path = OH_Drawing_PathCreate(); in HWTEST_F() local
750 OH_Drawing_Path *path = OH_Drawing_PathCreate(); HWTEST_F() local
782 OH_Drawing_Path *path = OH_Drawing_PathCreate(); HWTEST_F() local
[all...]
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
H A Dhdi_common_v1_1.cpp41 char path[PATH_MAX] = {0}; in DumpImageFile() local
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/
H A Dhdi_common_v1_1.cpp41 char path[PATH_MAX] = {0}; in DumpImageFile() local
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/
H A Dbenchmark_common.cpp41 char path[PATH_MAX] = {0}; in DumpImageFile() local
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/
H A Dbenchmark_common.cpp41 char path[PATH_MAX] = {0}; in DumpImageFile() local
/third_party/eudev/src/udev/
H A Dudev-builtin-path_id.c36 static int path_prepend(char **path, const char *fmt, ...) { in path_prepend() argument
67 static int format_lun_number(struct udev_device *dev, char **path) { in format_lun_number() argument
92 handle_scsi_fibre_channel(struct udev_device *parent, char **path) handle_scsi_fibre_channel() argument
121 handle_scsi_sas_wide_port(struct udev_device *parent, char **path) handle_scsi_sas_wide_port() argument
157 handle_scsi_sas(struct udev_device *parent, char **path) handle_scsi_sas() argument
251 handle_scsi_iscsi(struct udev_device *parent, char **path) handle_scsi_iscsi() argument
309 handle_scsi_default(struct udev_device *parent, char **path) handle_scsi_default() argument
393 handle_scsi_hyperv(struct udev_device *parent, char **path) handle_scsi_hyperv() argument
429 handle_scsi(struct udev_device *parent, char **path, bool *supported_parent) handle_scsi() argument
494 handle_cciss(struct udev_device *parent, char **path) handle_cciss() argument
507 handle_scsi_tape(struct udev_device *dev, char **path) handle_scsi_tape() argument
521 handle_usb(struct udev_device *parent, char **path) handle_usb() argument
543 handle_bcma(struct udev_device *parent, char **path) handle_bcma() argument
555 handle_ccw(struct udev_device *parent, struct udev_device *dev, char **path) handle_ccw() argument
581 char *path = NULL; builtin_path_id() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dlibssh.c192 static av_cold int libssh_connect(URLContext *h, const char *url, char *path, size_t path_size) in libssh_connect() argument
233 char path[MAX_URL_SIZE]; in libssh_open() local
317 char path[MAX_URL_SIZE]; in libssh_open_dir() local
400 char path[MAX_URL_SIZE]; libssh_delete() local
[all...]
H A Drtpproto.c113 char path[1024]; in ff_rtp_set_remote_url() local
235 char path[1024]; in rtp_open() local
/third_party/ffmpeg/libavfilter/
H A Dvf_libvmaf.c299 char *path = NULL; in parse_models() local
/third_party/ffmpeg/libavutil/
H A Davstring.c263 const char *av_basename(const char *path) in av_basename() argument
286 const char *av_dirname(char *path) in av_dirname() argument
307 av_append_path_component(const char *path, const char *component) av_append_path_component() argument
[all...]
/third_party/gn/src/base/
H A Dcommand_line.cc437 void CommandLine::AppendArgPath(const FilePath& path) { in AppendArgPath() argument
374 AppendSwitchPath(const std::string& switch_string, const FilePath& path) AppendSwitchPath() argument
H A Dvalues.cc298 Value* Value::FindPath(std::initializer_list<std::string_view> path) { in FindPath() argument
302 Value* Value::FindPath(span<const std::string_view> path) { in FindPath() argument
321 FindPathOfType(std::initializer_list<std::string_view> path, Type type) FindPathOfType() argument
327 FindPathOfType(span<const std::string_view> path, Type type) FindPathOfType() argument
332 FindPathOfType(std::initializer_list<std::string_view> path, Type type) const FindPathOfType() argument
338 FindPathOfType(span<const std::string_view> path, Type type) const FindPathOfType() argument
346 SetPath(std::initializer_list<std::string_view> path, Value value) SetPath() argument
352 SetPath(span<const std::string_view> path, Value value) SetPath() argument
382 RemovePath(std::initializer_list<std::string_view> path) RemovePath() argument
387 RemovePath(span<const std::string_view> path) RemovePath() argument
[all...]
/third_party/gn/src/base/files/
H A Dfile_path.cc47 StringViewType::size_type FindDriveLetter(StringViewType path) { in FindDriveLetter() argument
79 bool IsPathAbsolute(StringViewType path) { in IsPathAbsolute() argument
108 FinalExtensionSeparatorPosition(const StringType& path) FinalExtensionSeparatorPosition() argument
120 ExtensionSeparatorPosition(const StringType& path) ExtensionSeparatorPosition() argument
158 IsEmptyOrSpecialCase(const StringType& path) IsEmptyOrSpecialCase() argument
175 FilePath(StringViewType path) FilePath() argument
[all...]
/third_party/gn/src/gn/
H A Dinnerapis_publicinfo_generator.cc38 static bool IsFileExists(const std::string &path) in IsFileExists() argument
371 static std::string GetComponentInfo(const std::string &subsystem, const std::string &component, const std::string &path) in GetComponentInfo() argument
[all...]
H A Dohos_components.cc36 OhosComponent::OhosComponent(const char *name, const char *subsystem, const char *path) in OhosComponent() argument
102 std::string path = build_dir; in ReadBuildConfigFile() local
125 const base::Value *path in LoadComponentInfo() local
141 findChildByPath(const struct OhosComponentTree *current, const char *path, size_t len) findChildByPath() argument
223 const char *path = component->path().c_str() + PATH_PREFIX_LEN; addComponentToTree() local
311 std::string path = "out/preloader/" + product->string_value() + "/build_config.json"; LoadToolchain() local
[all...]
H A Dxcode_object.h245 const std::string& path() const { return path_; } in path() function in PBXFileReference
281 const std::string& path() const { return path_; } in path() function in PBXGroup
/third_party/backends/backend/
H A Dhp3900_debug.c551 char *path = getenv ("HOME"); in dbg_tiff_save() local
/third_party/curl/lib/
H A Dftp.h109 char *path; /* points to the urlpieces struct field */ member
H A Dldap.c848 char *path; in _ldap_url_parse2() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUBinary.java224 private final File path; field in ICUBinary.SingleDataFile
226 SingleDataFile(String item, File path) { in SingleDataFile() argument
518 mapFile(File path) mapFile() argument
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DPseudoLocales.java307 getExemplarValue(CldrPath path) getExemplarValue() argument
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dpnamesbuilder.cpp465 PNamesBuilderImpl::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData() argument
490 PNamesBuilderImpl::writeCSourceFile(const char *path, UErrorCode &errorCode) { in writeCSourceFile() argument
H A Dcorepropsbuilder.cpp879 CorePropsBuilder::writeCSourceFile(const char *path, UErrorCode &errorCode) { in writeCSourceFile() argument
940 CorePropsBuilder::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData() argument
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DConvertIcuDataTask.java81 public void setOutputDir(String path) { in setOutputDir() argument
87 public void setCldrDir(String path) { in setCldrDir() argument
125 public void setSpecialsDir(String path) { in setSpecialsDir() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUBinary.java228 private final File path; field in ICUBinary.SingleDataFile
230 SingleDataFile(String item, File path) { in SingleDataFile() argument
523 mapFile(File path) mapFile() argument
[all...]

Completed in 25 milliseconds

1...<<161162163164165166167168169170>>...248