HomeSort by relevance Sort by last modified time
    Searched full:pragma (Results 401 - 425 of 7917) sorted by null

<<11121314151617181920>>

  /external/zlib/src/contrib/ada/
zlib-thin.ads 274 pragma Inline (Deflate_Init);
299 pragma Inline (Inflate_Init);
317 pragma Inline (Set_In);
323 pragma Inline (Set_Out);
330 pragma Inline (Set_Mem_Func);
333 pragma Inline (Last_Error_Message);
336 pragma Inline (Avail_Out);
339 pragma Inline (Avail_In);
342 pragma Inline (Total_In);
345 pragma Inline (Total_Out)
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
incrvacuum.test 24 ifcapable {!autovacuum || !pragma} {
30 # Test the pragma on an empty database.
34 pragma auto_vacuum;
46 pragma auto_vacuum = 'full';
47 pragma auto_vacuum;
55 pragma auto_vacuum = 'incremental';
56 pragma auto_vacuum;
63 pragma auto_vacuum = 'invalid';
64 pragma auto_vacuum;
69 pragma auto_vacuum = 1
    [all...]
walhook.test 13 # "PRAGMA journal_mode=WAL" mode.
17 # and "PRAGMA wal_autocheckpoint" convenience interfaces.
35 PRAGMA page_size = 1024;
36 PRAGMA auto_vacuum = 0;
37 PRAGMA journal_mode = wal;
38 PRAGMA synchronous = normal;
50 proc wal_hook {args} { db eval {PRAGMA wal_checkpoint}; return 0 }
56 execsql { PRAGMA wal_checkpoint }
66 execsql { PRAGMA wal_checkpoint } db2
77 execsql { PRAGMA synchronous = NORMAL
    [all...]
walbak.test 13 # "PRAGMA journal_mode=WAL" mode.
40 PRAGMA synchronous = NORMAL;
41 PRAGMA page_size = 1024;
42 PRAGMA auto_vacuum = 0;
43 PRAGMA journal_mode = wal;
59 PRAGMA main.journal_mode;
63 execsql { PRAGMA integrity_check } db2
72 PRAGMA main.journal_mode;
79 execsql { PRAGMA wal_checkpoint }
95 execsql { PRAGMA wal_checkpoint
    [all...]
exclusive.test 13 # "PRAGMA locking_mode = EXCLUSIVE").
33 # Test cases exclusive-1.X test the PRAGMA logic.
37 pragma locking_mode;
38 pragma main.locking_mode;
39 pragma temp.locking_mode;
44 pragma locking_mode = exclusive;
49 pragma locking_mode;
50 pragma main.locking_mode;
51 pragma temp.locking_mode;
56 pragma locking_mode = normal
    [all...]
sync.test 14 # pragma synchronous=off even for multi-database commits.
22 # These tests are only applicable on unix when pager pragma are
40 PRAGMA fullfsync=OFF;
54 PRAGMA main.synchronous=on;
55 PRAGMA db2.synchronous=on;
70 PRAGMA main.synchronous=full;
71 PRAGMA db2.synchronous=full;
86 PRAGMA main.synchronous=off;
87 PRAGMA db2.synchronous=off;
tkt-5d863f876e.test 28 PRAGMA journal_mode = WAL;
30 PRAGMA journal_mode = DELETE;
41 PRAGMA journal_mode = WAL;
43 PRAGMA journal_mode = DELETE;
48 sql2 { PRAGMA integrity_check }
tkt-5e10420e8d.test 17 PRAGMA page_size = 1024;
18 PRAGMA auto_vacuum = incremental;
36 PRAGMA incremental_vacuum(248)
40 PRAGMA incremental_vacuum(1)
47 PRAGMA integrity_check;
incrvacuum_ioerr.test 31 PRAGMA auto_vacuum = 'incremental';
38 PRAGMA incremental_vacuum;
44 # PRAGMA auto_vacuum = 'full';
45 # PRAGMA cache_size = 10;
65 PRAGMA auto_vacuum = 'full';
66 PRAGMA cache_size = 10;
76 PRAGMA incremental_vacuum;
78 PRAGMA incremental_vacuum;
80 PRAGMA incremental_vacuum;
83 PRAGMA incremental_vacuum
    [all...]
vacuum2.test 66 # Verify that we can use the auto_vacuum pragma to request a new
72 set pageSize [db eval {pragma page_size}]
93 PRAGMA auto_vacuum=FULL;
106 execsql {PRAGMA integrity_check} db2
109 execsql {PRAGMA integrity_check} db
115 PRAGMA auto_vacuum=NONE;
127 execsql {PRAGMA integrity_check} db2
130 execsql {PRAGMA integrity_check} db
141 pragma auto_vacuum=1;
145 pragma auto_vacuum=0
    [all...]
pager3.test 21 1 "PRAGMA journal_mode = DELETE" delete 0
23 3 "PRAGMA locking_mode=EXCLUSIVE" {exclusive} 0
25 5 "PRAGMA locking_mode=NORMAL" {normal} 1
whereA.test 12 # focus of this file is testing the reverse_select_order pragma.
30 PRAGMA reverse_unordered_selects=1;
39 PRAGMA reverse_unordered_selects=1;
47 PRAGMA reverse_unordered_selects=1;
59 PRAGMA reverse_unordered_selects;
66 PRAGMA reverse_unordered_selects=1;
74 PRAGMA reverse_unordered_selects=0;
80 PRAGMA reverse_unordered_selects=1;
87 PRAGMA reverse_unordered_selects=1;
94 PRAGMA reverse_unordered_selects=0
    [all...]
e_vacuum.test 27 execsql { PRAGMA page_size = 1024; }
85 set nPage [create_db "PRAGMA auto_vacuum = $avmode"]
96 do_execsql_test e_vacuum-1.1.$tn.2 {PRAGMA freelist_count} 0
105 do_execsql_test e_vacuum-1.1.$tn.3 {PRAGMA freelist_count} $freelist
153 create_db "PRAGMA page_size = 1024 ; PRAGMA auto_vacuum = FULL"
154 execsql { PRAGMA page_size ; PRAGMA auto_vacuum }
157 execsql { PRAGMA page_size = 2048 }
158 execsql { PRAGMA auto_vacuum = NONE
    [all...]
tkt2686.test 26 PRAGMA page_size=1024;
27 PRAGMA max_page_count=50;
28 PRAGMA auto_vacuum=0;
56 PRAGMA page_size=1024;
57 PRAGMA max_page_count=50;
58 PRAGMA auto_vacuum=1;
  /external/chromium_org/net/base/
winsock_util.cc 16 #pragma warning(push)
17 #pragma warning (disable: 4748)
18 #pragma optimize( "", off )
31 #pragma optimize( "", on )
32 #pragma warning(pop)
  /external/clang/test/Sema/
pragma-pack-3.c 6 #pragma pack(push, 1)
9 #pragma pack(push, 4)
18 #pragma pack()
21 #pragma pack(pop)
29 #pragma pack(pop)
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
osmesa_wrapper.h 12 // of gcc (4.2.1) that does not support the diagnostic pragma to disable a
13 // warning (added in 4.2.4). So we use the system_header pragma to shut GCC
15 #pragma GCC system_header
  /external/clang/test/PCH/
pragma-diag-section.cpp 11 #pragma clang diagnostic push
12 #pragma clang diagnostic ignored "-Wtautological-compare"
20 #pragma clang diagnostic pop
  /external/skia/src/gpu/gl/mesa/
osmesa_wrapper.h 12 // of gcc (4.2.1) that does not support the diagnostic pragma to disable a
13 // warning (added in 4.2.4). So we use the system_header pragma to shut GCC
15 #pragma GCC system_header
  /frameworks/rs/tests/cppallocation/
multiply.rs 17 #pragma version(1)
18 #pragma rs java_package_name(unused)
19 #pragma rs_fp_relaxed
  /frameworks/rs/tests/cppstrided/
multiply.rs 17 #pragma version(1)
18 #pragma rs java_package_name(unused)
19 #pragma rs_fp_relaxed
  /frameworks/rs/tests/latency/
latency.rs 17 #pragma version(1)
18 #pragma rs java_package_name(com.android.rs.cpptests)
19 #pragma rs_fp_relaxed
  /external/clang/test/CodeGen/
fp-contract-pragma.cpp 7 #pragma STDC FP_CONTRACT ON
17 #pragma STDC FP_CONTRACT ON
28 #pragma STDC FP_CONTRACT ON
40 #pragma STDC FP_CONTRACT ON
50 #pragma STDC FP_CONTRACT ON
57 #pragma STDC FP_CONTRACT OFF
pragma-pack-1.c 4 #pragma pack(4)
13 #pragma pack(1)
19 #pragma pack()
30 #pragma pack(push, 2)
36 #pragma pack(pop)
47 #pragma align=packed
  /external/eigen/Eigen/src/Core/util/
DisableStupidWarnings.h 18 #pragma warning( push )
20 #pragma warning( disable : 4100 4101 4127 4181 4211 4244 4273 4324 4512 4522 4700 4717 )
28 #pragma warning push
30 #pragma warning disable 2196 279
35 #pragma clang diagnostic push
37 #pragma clang diagnostic ignored "-Wconstant-logical-operand"

Completed in 275 milliseconds

<<11121314151617181920>>