Home
last modified time | relevance | path

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

/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/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/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/fgetxattr/
Dfgetxattr03.c32 #define FILENAME "fgetxattr03testfile" macro
Dfgetxattr02.c59 #define FILENAME "fgetxattr02testfile" macro
/third_party/ltp/testcases/kernel/syscalls/setuid/
Dsetuid04.c22 #define FILENAME "setuid04_testfile" macro
/third_party/ltp/testcases/kernel/syscalls/lremovexattr/
Dlremovexattr01.c47 #define FILENAME MNTPOINT"/lremovexattr01testfile" macro
/third_party/ltp/testcases/kernel/syscalls/select/
Dselect01.c51 #define FILENAME "select01" macro
Dselect03.c53 #define FILENAME "select03" 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/skia/third_party/externals/microhttpd/doc/examples/
Dresponseheaders.c19 #define FILENAME "picture.png" macro
/third_party/libexif/contrib/examples/
Dcam_features.c30 #define FILENAME "test.jpg" 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.py11 FILENAME = linecache.__file__ variable
Dtest__xxsubinterpreters.py766 FILENAME = 'spam' variable in RunStringTests
/third_party/python/Lib/
Dpstats.py39 FILENAME = 'filename', 'module' variable in SortKey
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DCompatibilityTest.java888 static final String FILENAME = "tmp337.bin"; field in CompatibilityTest
/third_party/ffmpeg/libavformat/
Dmatroska.h373 #define FILENAME "webm_dash_manifest_file_name" macro
/third_party/e2fsprogs/misc/
De4defrag.c93 #define FILENAME 2 macro