/third_party/flutter/skia/third_party/externals/libwebp/examples/ |
D | unicode.h | 61 #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/ |
D | unicode.h | 61 #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/ |
D | RuleTester.ts | 5 export const FILENAME = path.join(ROOT_DIR, "file.ts"); constant
|
/third_party/python/PCbuild/ |
D | urlretrieve.py | 37 FILENAME = sys.argv[2] variable
|
/third_party/ltp/testcases/kernel/syscalls/chown/ |
D | chown01.c | 18 #define FILENAME "chown01_testfile" macro
|
D | chown03.c | 27 #define FILENAME "chown03_testfile" macro
|
/third_party/ltp/testcases/kernel/syscalls/fchown/ |
D | fchown01.c | 22 #define FILENAME "fchown01_testfile" macro
|
D | fchown03.c | 32 #define FILENAME "fchown03_testfile" macro
|
/third_party/ltp/testcases/kernel/syscalls/setuid/ |
D | setuid04.c | 22 #define FILENAME "setuid04_testfile" macro
|
/third_party/ltp/testcases/kernel/syscalls/fgetxattr/ |
D | fgetxattr03.c | 32 #define FILENAME "fgetxattr03testfile" macro
|
D | fgetxattr02.c | 59 #define FILENAME "fgetxattr02testfile" macro
|
/third_party/ltp/testcases/kernel/syscalls/lremovexattr/ |
D | lremovexattr01.c | 47 #define FILENAME MNTPOINT"/lremovexattr01testfile" macro
|
/third_party/node/test/pummel/ |
D | test-fs-watch-file-slow.js | 31 const FILENAME = path.join(tmpdir.path, 'watch-me'); constant
|
/third_party/ltp/testcases/kernel/syscalls/creat/ |
D | creat04.c | 21 #define FILENAME DIRNAME"/file1" macro
|
/third_party/ltp/testcases/kernel/syscalls/close/ |
D | close01.c | 19 #define FILENAME "close01_testfile" macro
|
/third_party/libexif/contrib/examples/ |
D | cam_features.c | 30 #define FILENAME "test.jpg" macro
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
D | responseheaders.c | 19 #define FILENAME "picture.png" macro
|
/third_party/weston/libweston/backend-drm/auth/ |
D | wayland_drm_auth.h | 25 #define FILENAME (strrchr(__FILE__, '/') ? (strrchr(__FILE__, '/') + 1) : __FILE__) macro
|
/third_party/ltp/testcases/kernel/syscalls/fork/ |
D | fork01.c | 103 #define FILENAME "childpid" macro
|
/third_party/ltp/testcases/kernel/syscalls/setxattr/ |
D | setxattr02.c | 49 #define FILENAME "setxattr02testfile" macro
|
/third_party/libsnd/cmake/ |
D | CMakeAutoGenScript.cmake | 263 set(FILENAME "${DIR_PREFIX}${TEMPLATE_NAME_WE}.${SUFFIX}") variable
|
/third_party/ltp/testcases/kernel/syscalls/fsetxattr/ |
D | fsetxattr02.c | 53 #define FILENAME "fsetxattr02testfile" macro
|
/third_party/python/Lib/test/ |
D | test_linecache.py | 12 FILENAME = linecache.__file__ variable
|
/third_party/python/Lib/ |
D | pstats.py | 39 FILENAME = 'filename', 'module' variable in SortKey
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | CompatibilityTest.java | 885 static final String FILENAME = "tmp337.bin"; field in CompatibilityTest
|