Home
last modified time | relevance | path

Searched refs:path (Results 5326 - 5350 of 8591) sorted by relevance

1...<<211212213214215216217218219220>>...344

/third_party/skia/include/core/
H A DSkFontMgr.h68 * OHOS_Container font base path. It is empty when using OpenHarmony fonts.
145 sk_sp<SkTypeface> makeFromFile(const char path[], int ttcIndex = 0) const;
161 /** Set the runtimeOS and container font base path */
207 virtual sk_sp<SkTypeface> onMakeFromFile(const char path[], int ttcIndex) const = 0;
/third_party/skia/infra/bots/recipe_modules/checkout/
H A Dapi.py81 # Create the checkout path if necessary.
91 main_name = self.m.path.basename(main_repo)
136 if self.m.path.exists(entries_file) or self._test_data.enabled:
/third_party/skia/modules/skottie/include/
H A DSkottie.h163 sk_sp<Animation> makeFromFile(const char path[]);
185 static sk_sp<Animation> MakeFromFile(const char path[]);
/third_party/skia/gm/
H A Danimated_image_orientation.cpp68 AnimatedImageGM(const char* path, const char* name, int step, SkIRect cropRect) in AnimatedImageGM() argument
69 : fPath(path) in AnimatedImageGM()
H A Dorientation.cpp133 SkString path = SkStringPrintf("images/orientation/%c%s.jpg", i, suffix); in draw() local
134 auto image = GetResourceAsImage(path.c_str()); in draw()
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
H A DMainActivity.java129 Path path = pathBuilder.makePath(); in surfaceChanged()
130 threadedSurface.getCanvas().drawPath(path, p); in surfaceChanged()
/third_party/skia/infra/bots/recipe_modules/builder_name_schema/
H A Dbuilder_name_schema.py59 builder_name_json_filename = os.path.join(
60 os.path.dirname(__file__), 'builder_name_schema.json')
/third_party/rust/crates/nix/src/sys/
H A Dinotify.rs78 /// Only watch the path if it is a directory.
156 path: &P, in add_watch()
159 let res = path.with_nix_path(|cstr| unsafe { in add_watch()
/third_party/rust/crates/rustix/src/backend/libc/process/
H A Dsyscalls.rs42 pub(crate) fn chdir(path: &CStr) -> io::Result<()> {
43 unsafe { ret(c::chdir(c_str(path))) }
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dlib.rs22 #[path = "."]
36 #[path = "."]
/third_party/spirv-tools/test/tools/
H A Dplaceholder.py190 return os.path.join(testcase.directory, self.filename)
193 return os.path.join(testcase.directory, self.filename)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dxml-utils.h85 const char *path);
87 const char *path);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dxml-utils.h85 const char *path);
87 const char *path);
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h3247 typedef void (GL_APIENTRYP PFNGLDELETEPATHSNVPROC) (GLuint path, GLsizei range);
3248 typedef GLboolean (GL_APIENTRYP PFNGLISPATHNVPROC) (GLuint path);
3249 typedef void (GL_APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
3250 typedef void (GL_APIENTRYP PFNGLPATHCOORDSNVPROC) (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords);
3251 typedef void (GL_APIENTRYP PFNGLPATHSUBCOMMANDSNVPROC) (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
3252 typedef void (GL_APIENTRYP PFNGLPATHSUBCOORDSNVPROC) (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords);
3253 typedef void (GL_APIENTRYP PFNGLPATHSTRINGNVPROC) (GLuint path, GLenum format, GLsizei length, const void *pathString);
3260 typedef void (GL_APIENTRYP PFNGLPATHPARAMETERIVNVPROC) (GLuint path, GLenum pname, const GLint *value);
3261 typedef void (GL_APIENTRYP PFNGLPATHPARAMETERINVPROC) (GLuint path, GLenum pname, GLint value);
3262 typedef void (GL_APIENTRYP PFNGLPATHPARAMETERFVNVPROC) (GLuint path, GLenu
[all...]
/third_party/littlefs/
H A Dlfs.c1442 const char **path, uint16_t *id) { in lfs_dir_find()
1443 // we reduce path to a single name if we can find it in lfs_dir_find()
1444 const char *name = *path; in lfs_dir_find()
1491 // found path in lfs_dir_find()
1497 *path = name; in lfs_dir_find()
2567 static int lfs_rawmkdir(lfs_t *lfs, const char *path) { in lfs_rawmkdir() argument
2577 err = lfs_dir_find(lfs, &cwd.m, &path, &id); in lfs_rawmkdir()
2583 lfs_size_t nlen = strlen(path); in lfs_rawmkdir()
2650 {LFS_MKTAG(LFS_TYPE_DIR, id, nlen), path}, in lfs_rawmkdir()
2663 static int lfs_dir_rawopen(lfs_t *lfs, lfs_dir_t *dir, const char *path) { in lfs_dir_rawopen() argument
1441 lfs_dir_find(lfs_t *lfs, lfs_mdir_t *dir, const char **path, uint16_t *id) lfs_dir_find() argument
3007 lfs_file_rawopencfg(lfs_t *lfs, lfs_file_t *file, const char *path, int flags, const struct lfs_file_config *cfg) global() argument
3174 lfs_file_rawopen(lfs_t *lfs, lfs_file_t *file, const char *path, int flags) global() argument
3808 lfs_rawstat(lfs_t *lfs, const char *path, struct lfs_info *info) global() argument
3819 lfs_rawremove(lfs_t *lfs, const char *path) global() argument
4033 lfs_rawgetattr(lfs_t *lfs, const char *path, uint8_t type, void *buffer, lfs_size_t size) global() argument
4067 lfs_commitattr(lfs_t *lfs, const char *path, uint8_t type, const void *buffer, lfs_size_t size) global() argument
4091 lfs_rawsetattr(lfs_t *lfs, const char *path, uint8_t type, const void *buffer, lfs_size_t size) global() argument
4102 lfs_rawremoveattr(lfs_t *lfs, const char *path, uint8_t type) global() argument
5827 lfs_remove(lfs_t *lfs, const char *path) global() argument
5858 lfs_stat(lfs_t *lfs, const char *path, struct lfs_info *info) global() argument
5872 lfs_getattr(lfs_t *lfs, const char *path, uint8_t type, void *buffer, lfs_size_t size) global() argument
5889 lfs_setattr(lfs_t *lfs, const char *path, uint8_t type, const void *buffer, lfs_size_t size) global() argument
5907 lfs_removeattr(lfs_t *lfs, const char *path, uint8_t type) global() argument
5923 lfs_file_open(lfs_t *lfs, lfs_file_t *file, const char *path, int flags) global() argument
5940 lfs_file_opencfg(lfs_t *lfs, lfs_file_t *file, const char *path, int flags, const struct lfs_file_config *cfg) global() argument
6108 lfs_mkdir(lfs_t *lfs, const char *path) global() argument
6123 lfs_dir_open(lfs_t *lfs, lfs_dir_t *dir, const char *path) global() argument
[all...]
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h3363 typedef void (GL_APIENTRYP PFNGLDELETEPATHSNVPROC) (GLuint path, GLsizei range);
3364 typedef GLboolean (GL_APIENTRYP PFNGLISPATHNVPROC) (GLuint path);
3365 typedef void (GL_APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
3366 typedef void (GL_APIENTRYP PFNGLPATHCOORDSNVPROC) (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords);
3367 typedef void (GL_APIENTRYP PFNGLPATHSUBCOMMANDSNVPROC) (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
3368 typedef void (GL_APIENTRYP PFNGLPATHSUBCOORDSNVPROC) (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords);
3369 typedef void (GL_APIENTRYP PFNGLPATHSTRINGNVPROC) (GLuint path, GLenum format, GLsizei length, const void *pathString);
3376 typedef void (GL_APIENTRYP PFNGLPATHPARAMETERIVNVPROC) (GLuint path, GLenum pname, const GLint *value);
3377 typedef void (GL_APIENTRYP PFNGLPATHPARAMETERINVPROC) (GLuint path, GLenum pname, GLint value);
3378 typedef void (GL_APIENTRYP PFNGLPATHPARAMETERFVNVPROC) (GLuint path, GLenu
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h3081 typedef void (GL_APIENTRYP PFNGLDELETEPATHSNVPROC) (GLuint path, GLsizei range);
3082 typedef GLboolean (GL_APIENTRYP PFNGLISPATHNVPROC) (GLuint path);
3083 typedef void (GL_APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
3084 typedef void (GL_APIENTRYP PFNGLPATHCOORDSNVPROC) (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords);
3085 typedef void (GL_APIENTRYP PFNGLPATHSUBCOMMANDSNVPROC) (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
3086 typedef void (GL_APIENTRYP PFNGLPATHSUBCOORDSNVPROC) (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords);
3087 typedef void (GL_APIENTRYP PFNGLPATHSTRINGNVPROC) (GLuint path, GLenum format, GLsizei length, const void *pathString);
3094 typedef void (GL_APIENTRYP PFNGLPATHPARAMETERIVNVPROC) (GLuint path, GLenum pname, const GLint *value);
3095 typedef void (GL_APIENTRYP PFNGLPATHPARAMETERINVPROC) (GLuint path, GLenum pname, GLint value);
3096 typedef void (GL_APIENTRYP PFNGLPATHPARAMETERFVNVPROC) (GLuint path, GLenu
[all...]
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h3081 typedef void (GL_APIENTRYP PFNGLDELETEPATHSNVPROC) (GLuint path, GLsizei range);
3082 typedef GLboolean (GL_APIENTRYP PFNGLISPATHNVPROC) (GLuint path);
3083 typedef void (GL_APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
3084 typedef void (GL_APIENTRYP PFNGLPATHCOORDSNVPROC) (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords);
3085 typedef void (GL_APIENTRYP PFNGLPATHSUBCOMMANDSNVPROC) (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
3086 typedef void (GL_APIENTRYP PFNGLPATHSUBCOORDSNVPROC) (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords);
3087 typedef void (GL_APIENTRYP PFNGLPATHSTRINGNVPROC) (GLuint path, GLenum format, GLsizei length, const void *pathString);
3094 typedef void (GL_APIENTRYP PFNGLPATHPARAMETERIVNVPROC) (GLuint path, GLenum pname, const GLint *value);
3095 typedef void (GL_APIENTRYP PFNGLPATHPARAMETERINVPROC) (GLuint path, GLenum pname, GLint value);
3096 typedef void (GL_APIENTRYP PFNGLPATHPARAMETERFVNVPROC) (GLuint path, GLenu
[all...]
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h3263 typedef void (GL_APIENTRYP PFNGLDELETEPATHSNVPROC) (GLuint path, GLsizei range);
3264 typedef GLboolean (GL_APIENTRYP PFNGLISPATHNVPROC) (GLuint path);
3265 typedef void (GL_APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
3266 typedef void (GL_APIENTRYP PFNGLPATHCOORDSNVPROC) (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords);
3267 typedef void (GL_APIENTRYP PFNGLPATHSUBCOMMANDSNVPROC) (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
3268 typedef void (GL_APIENTRYP PFNGLPATHSUBCOORDSNVPROC) (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords);
3269 typedef void (GL_APIENTRYP PFNGLPATHSTRINGNVPROC) (GLuint path, GLenum format, GLsizei length, const void *pathString);
3276 typedef void (GL_APIENTRYP PFNGLPATHPARAMETERIVNVPROC) (GLuint path, GLenum pname, const GLint *value);
3277 typedef void (GL_APIENTRYP PFNGLPATHPARAMETERINVPROC) (GLuint path, GLenum pname, GLint value);
3278 typedef void (GL_APIENTRYP PFNGLPATHPARAMETERFVNVPROC) (GLuint path, GLenu
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
H A Dtdc_config_local_template.py17 EXTRA_NAMES['SOME_BIN'] = os.path.join(os.getenv('OTHER_BIN', ''), 'some_bin')
/kernel/linux/linux-5.10/drivers/md/
H A Dmd-multipath.h29 int path; member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dsar.h14 u8 path; member
/kernel/linux/linux-6.6/drivers/md/
H A Dmd-multipath.h29 int path; member
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H A Dtdc_config_local_template.py17 EXTRA_NAMES['SOME_BIN'] = os.path.join(os.getenv('OTHER_BIN', ''), 'some_bin')
/third_party/NuttX/include/nuttx/fs/
H A Dfile.h85 * @brief get the path by a given file fd.
88 * The function is used for getting the path by a given file fd.
96 * @param path [IN] Type #char ** address of the location to return the path reference.
98 * @retval #0 get path success
99 * @retval #~0 get path failed
108 extern int get_path_from_fd(int fd, char **path);

Completed in 69 milliseconds

1...<<211212213214215216217218219220>>...344