Searched
full:pragma (Results
501 -
525 of
7917) sorted by null
<<21222324252627282930>>
/external/clang/test/CodeGen/ |
pragma-comment.c | 5 #pragma comment(lib, "msvcrt.lib") 6 #pragma comment(lib, "kernel32") 7 #pragma comment(lib, "USER32.LIB") 10 #pragma comment(linker," /bar=" BAR)
|
/external/clang/test/CodeGenCXX/ |
2007-10-01-StructResize.cpp | 3 #pragma pack(4)
|
/external/clang/test/CodeGenOpenCL/ |
half.cl | 3 #pragma OPENCL EXTENSION cl_khr_fp16 : enable
|
/external/clang/test/PCH/ |
opencl-extensions.cl | 8 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
/external/clang/test/SemaCXX/Inputs/ |
warn-new-overaligned-3.h | 0 #pragma GCC system_header
|
/external/clang/test/SemaCXX/ |
auto-pragma.cpp | 8 #pragma GCC visibility push(hidden)
|
/external/clang/test/SemaTemplate/ |
pragma-ms_struct.cpp | 4 #pragma ms_struct on
|
/external/e2fsprogs/include/nonunix/ |
pwd.h | 2 #pragma once
|
/external/qemu/distrib/sdl-1.2.15/include/ |
close_code.h | 37 #pragma nopackwarning 40 #pragma options align=reset 41 #pragma enumsalwaysint reset 43 #pragma pack(pop)
|
/external/skia/src/ports/ |
SkThread_win.cpp | 13 //intrinsic, include intrin.h and put the function in a #pragma intrinsic 15 //The pragma appears to be unnecessary, but doesn't hurt. 16 #pragma intrinsic(_InterlockedIncrement, _InterlockedExchangeAdd, _InterlockedDecrement) 17 #pragma intrinsic(_InterlockedCompareExchange)
|
/ndk/tests/device/test-openmp/jni/ |
openmp.c | 12 #pragma omp parallel default(shared) private(iam, np)
|
fib.c | 21 #pragma omp task shared(x) 23 #pragma omp task shared(y) 25 #pragma omp taskwait 41 #pragma omp parallel 43 #pragma omp single private(i)
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
close_code.h | 37 #pragma nopackwarning 40 #pragma options align=reset 41 #pragma enumsalwaysint reset 43 #pragma pack(pop)
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
close_code.h | 37 #pragma nopackwarning 40 #pragma options align=reset 41 #pragma enumsalwaysint reset 43 #pragma pack(pop)
|
/prebuilts/tools/windows/sdl/include/SDL/ |
close_code.h | 37 #pragma nopackwarning 40 #pragma options align=reset 41 #pragma enumsalwaysint reset 43 #pragma pack(pop)
|
/external/chromium_org/third_party/sqlite/src/test/ |
walcrash.test | 14 # "PRAGMA journal_mode=WAL" mode. 43 PRAGMA journal_mode = WAL; 69 execsql { PRAGMA main.journal_mode } 80 PRAGMA journal_mode = WAL; 106 execsql { PRAGMA main.journal_mode } 119 # PRAGMA journal_mode = WAL; 137 # do_test walcrash-3.$i.3 { execsql { PRAGMA main.integrity_check } } {ok} 138 # do_test walcrash-3.$i.4 { execsql { PRAGMA aux.integrity_check } } {ok} 151 PRAGMA journal_mode = WAL; 152 PRAGMA page_size = 1024 [all...] |
walslow.test | 13 # "PRAGMA journal_mode=WAL" mode. The tests in this file use 26 execsql { PRAGMA journal_mode = wal } 47 execsql { PRAGMA integrity_check } 51 execsql "PRAGMA wal_checkpoint;" 52 execsql { PRAGMA integrity_check } 61 execsql { PRAGMA journal_mode = WAL } db2 62 execsql { PRAGMA integrity_check } db2
|
fallocate.test | 20 PRAGMA page_size = 1024; 21 PRAGMA auto_vacuum = 1; 48 execsql { PRAGMA freelist_count } 88 PRAGMA page_size = 1024; 89 PRAGMA journal_mode = WAL; 97 execsql { PRAGMA wal_checkpoint } 108 execsql { PRAGMA wal_checkpoint } 115 PRAGMA wal_checkpoint; 128 PRAGMA wal_checkpoint; 139 execsql { PRAGMA wal_checkpoint [all...] |
tkt2920.test | 24 PRAGMA page_size=1024; 25 PRAGMA max_page_count=40; 26 PRAGMA auto_vacuum=0; 54 db eval {PRAGMA max_page_count=41} 65 db eval {PRAGMA max_page_count=42}
|
tkt3762.test | 27 PRAGMA auto_vacuum=INCREMENTAL; 28 PRAGMA page_size=1024; 29 PRAGMA cache_size=10; 45 PRAGMA incremental_vacuum(10); 51 db eval {PRAGMA integrity_check}
|
pager2.test | 24 set sql { PRAGMA journal_mode = memory } 28 PRAGMA journal_mode = memory; 29 PRAGMA locking_mode = exclusive; 38 set sql { PRAGMA journal_mode = WAL } 41 set sql { PRAGMA auto_vacuum = 1 } 44 set sql { PRAGMA synchronous = off } 57 PRAGMA cache_size = 10; 91 PRAGMA integrity_check; 111 PRAGMA integrity_check; 130 PRAGMA journal_mode = off [all...] |
walnoshm.test | 39 PRAGMA journal_mode = WAL; 45 PRAGMA locking_mode = exclusive; 46 PRAGMA journal_mode = WAL; 54 PRAGMA locking_mode = normal; 57 PRAGMA journal_mode = delete; 58 PRAGMA main.locking_mode; 61 PRAGMA locking_mode = normal; 83 PRAGMA locking_mode = exclusive; 84 PRAGMA journal_mode = WAL; 96 catchsql { PRAGMA journal_mode = delete } db [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
CombinedParser.h | 13 #pragma mark Tokens 18 #pragma mark Dynamic Global Scopes 19 #pragma mark Dynamic Rule Scopes 20 #pragma mark Rule Return Scopes start 21 #pragma mark Rule return scopes end
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
throw_exception.hpp | 4 #pragma GCC system_header 7 #pragma warning(push,1) 10 // MS compatible compilers support #pragma once 13 # pragma once 98 #pragma warning(pop)
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Config.h | 41 #pragma message("Warning: deprecated define HW_TMS470R2X, use HW_ARMv4 instead") 46 #pragma message("Warning: deprecated define HW_ARM9E, use HW_ARMv5TE instead") 54 #pragma warning( disable : 4100 ) 57 #pragma warning( disable : 4127 ) 60 #pragma warning( disable : 4244 ) 64 #pragma warning( disable : 4702 ) 67 #pragma warning( disable : 4710 ) 70 #pragma warning( disable : 4711 ) 73 #pragma warning( disable : 4514 )
|
Completed in 868 milliseconds
<<21222324252627282930>>