Home
last modified time | relevance | path

Searched defs:FILENAME (Results 1 – 25 of 28) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dunicode.h61 #define WSTRLEN(FILENAME) wcslen((const W_CHAR*)FILENAME) argument
62 #define WSTRCMP(FILENAME, STR) wcscmp((const W_CHAR*)FILENAME, TO_W_CHAR(STR)) argument
63 #define WSTRRCHR(FILENAME, STR) wcsrchr((const W_CHAR*)FILENAME, TO_W_CHAR(STR)) argument
88 #define WSTRLEN(FILENAME) strlen(FILENAME) argument
89 #define WSTRCMP(FILENAME, STR) strcmp(FILENAME, STR) argument
90 #define WSTRRCHR(FILENAME, STR) strrchr(FILENAME, STR) argument
/third_party/skia/third_party/externals/libwebp/examples/
Dunicode.h61 #define WSTRLEN(FILENAME) wcslen((const W_CHAR*)FILENAME) argument
62 #define WSTRCMP(FILENAME, STR) wcscmp((const W_CHAR*)FILENAME, TO_W_CHAR(STR)) argument
63 #define WSTRRCHR(FILENAME, STR) wcsrchr((const W_CHAR*)FILENAME, TO_W_CHAR(STR)) argument
88 #define WSTRLEN(FILENAME) strlen(FILENAME) argument
89 #define WSTRCMP(FILENAME, STR) strcmp(FILENAME, STR) argument
90 #define WSTRRCHR(FILENAME, STR) strrchr(FILENAME, STR) argument
/third_party/typescript/scripts/eslint/tests/support/
DRuleTester.ts5 export const FILENAME = path.join(ROOT_DIR, "file.ts"); constant
/third_party/python/PCbuild/
Durlretrieve.py37 FILENAME = sys.argv[2] variable
/third_party/ltp/testcases/kernel/syscalls/chown/
Dchown01.c18 #define FILENAME "chown01_testfile" macro
Dchown03.c27 #define FILENAME "chown03_testfile" macro
/third_party/ltp/testcases/kernel/syscalls/fchown/
Dfchown01.c22 #define FILENAME "fchown01_testfile" macro
Dfchown03.c32 #define FILENAME "fchown03_testfile" macro
/third_party/ltp/testcases/kernel/syscalls/setuid/
Dsetuid04.c22 #define FILENAME "setuid04_testfile" macro
/third_party/ltp/testcases/kernel/syscalls/fgetxattr/
Dfgetxattr03.c32 #define FILENAME "fgetxattr03testfile" macro
Dfgetxattr02.c59 #define FILENAME "fgetxattr02testfile" macro
/third_party/ltp/testcases/kernel/syscalls/lremovexattr/
Dlremovexattr01.c47 #define FILENAME MNTPOINT"/lremovexattr01testfile" macro
/third_party/node/test/pummel/
Dtest-fs-watch-file-slow.js31 const FILENAME = path.join(tmpdir.path, 'watch-me'); constant
/third_party/ltp/testcases/kernel/syscalls/creat/
Dcreat04.c21 #define FILENAME DIRNAME"/file1" macro
/third_party/ltp/testcases/kernel/syscalls/close/
Dclose01.c19 #define FILENAME "close01_testfile" macro
/third_party/libexif/contrib/examples/
Dcam_features.c30 #define FILENAME "test.jpg" macro
/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dresponseheaders.c19 #define FILENAME "picture.png" macro
/third_party/weston/libweston/backend-drm/auth/
Dwayland_drm_auth.h25 #define FILENAME (strrchr(__FILE__, '/') ? (strrchr(__FILE__, '/') + 1) : __FILE__) macro
/third_party/ltp/testcases/kernel/syscalls/fork/
Dfork01.c103 #define FILENAME "childpid" macro
/third_party/ltp/testcases/kernel/syscalls/setxattr/
Dsetxattr02.c49 #define FILENAME "setxattr02testfile" macro
/third_party/libsnd/cmake/
DCMakeAutoGenScript.cmake263 set(FILENAME "${DIR_PREFIX}${TEMPLATE_NAME_WE}.${SUFFIX}") variable
/third_party/ltp/testcases/kernel/syscalls/fsetxattr/
Dfsetxattr02.c53 #define FILENAME "fsetxattr02testfile" macro
/third_party/python/Lib/test/
Dtest_linecache.py12 FILENAME = linecache.__file__ variable
/third_party/python/Lib/
Dpstats.py39 FILENAME = 'filename', 'module' variable in SortKey
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCompatibilityTest.java885 static final String FILENAME = "tmp337.bin"; field in CompatibilityTest

12