Searched refs:no_create (Results 1 – 25 of 43) sorted by relevance
12
/external/newfs_msdos/ |
D | mkfs_msdos.h | 43 AOPT('N', bool, no_create, -2, "Don't create filesystem, print params only") \
|
D | newfs_msdos.c | 93 o.no_create = 1; in main()
|
D | mkfs_msdos.c | 282 if (o.no_create) { in mkfs_msdos() 295 } else if ((fd = open(fname, o.no_create ? O_RDONLY : O_RDWR)) == -1) { in mkfs_msdos() 315 if (!o.no_create) in mkfs_msdos() 625 if (!o.no_create) { in mkfs_msdos()
|
/external/llvm-project/mlir/include/mlir/Dialect/OpenACC/ |
D | OpenACCOps.td | 144 static StringRef getNoCreateKeyword() { return "no_create"; } 209 ( `no_create` `(` $noCreateOperands^ `:` type($noCreateOperands) `)` )?
|
/external/llvm-project/mlir/test/Dialect/OpenACC/ |
D | ops.mlir | 372 acc.parallel no_create(%a: memref<10xf32>) present(%b: memref<10xf32>, %c: memref<10x10xf32>) { 437 // CHECK: acc.parallel no_create([[ARGA]]: memref<10xf32>) present([[ARGB]]: memref<10xf32>, [… 476 acc.data no_create(%a, %b, %c : memref<10xf32>, memref<10xf32>, memref<10x10xf32>) { 513 // CHECK: acc.data no_create([[ARGA]], [[ARGB]], [[ARGC]] : memref<10xf32>, memref<10xf32>, me…
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenACC/ |
D | ACC.td | 166 def ACCC_NoCreate : Clause<"no_create"> {
|
/external/fdlibm/ |
D | configure | 287 no_create= 451 no_create=yes ;; 3297 if test "$no_create" != yes; then
|
/external/fec/ |
D | configure | 322 no_create= 486 no_create=yes ;; 4345 if test "$no_create" != yes; then
|
/external/iputils/ninfod/ |
D | configure | 687 no_create= 901 no_create=yes ;; 5503 if test "$no_create" != yes; then
|
/external/stressapptest/ |
D | configure | 754 no_create= 969 no_create=yes ;; 7386 if test "$no_create" != yes; then
|
/external/strace/ |
D | configure.ac | 909 if test "$arch" = mips && test "$no_create" != yes; then
|
D | configure | 848 no_create= 1062 no_create=yes ;; 15426 if test "$arch" = mips && test "$no_create" != yes; then 18351 if test "$no_create" != yes; then
|
/external/mtools/ |
D | configure | 735 no_create= 950 no_create=yes ;; 7887 if test "$no_create" != yes; then
|
/external/libsrtp2/ |
D | configure | 751 no_create= 966 no_create=yes ;; 7744 if test "$no_create" != yes; then
|
/external/google-breakpad/ |
D | configure | 815 no_create= 1029 no_create=yes ;; 9215 if test "$no_create" != yes; then
|
/external/tcpdump/ |
D | configure | 731 no_create= 945 no_create=yes ;; 9648 if test "$no_create" != yes; then
|
/external/icu/icu4c/source/ |
D | configure | 838 no_create= 1052 no_create=yes ;; 9218 if test "$no_create" != yes; then
|
/external/libcups/ |
D | configure | 941 no_create= 1155 no_create=yes ;; 11158 if test "$no_create" != yes; then
|
/external/libpcap/ |
D | configure | 796 no_create= 1011 no_create=yes ;; 13198 if test "$no_create" != yes; then
|
/external/libnfnetlink/ |
D | configure | 780 no_create= 994 no_create=yes ;; 13633 if test "$no_create" != yes; then
|
/external/lmfit/ |
D | configure | 790 no_create= 1005 no_create=yes ;; 14059 if test "$no_create" != yes; then
|
/external/jemalloc_new/ |
D | configure | 826 no_create= 1041 no_create=yes ;; 13605 if test "$no_create" != yes; then
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | configure | 819 no_create= 1033 no_create=yes ;; 14452 if test "$no_create" != yes; then
|
/external/e2fsprogs/ |
D | configure | 958 no_create= 1173 no_create=yes ;; 16137 if test "$no_create" != yes; then
|
/external/libpng/ |
D | configure | 846 no_create= 1060 no_create=yes ;; 16100 if test "$no_create" != yes; then
|
12