Searched refs:push (Results 1 - 25 of 1368) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dpshpack1.h7 #pragma pack(push,1)
H A Dpshpack2.h7 #pragma pack(push,2)
H A Dpshpack4.h7 #pragma pack(push,4)
H A Dpshpack8.h7 #pragma pack(push,8)
H A Dpshpck16.h6 #pragma pack(push,16)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dpshpack1.h7 #pragma pack(push,1)
H A Dpshpack2.h7 #pragma pack(push,2)
H A Dpshpack4.h7 #pragma pack(push,4)
H A Dpshpack8.h7 #pragma pack(push,8)
H A Dpshpck16.h6 #pragma pack(push,16)
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/queue/queue.defn/
H A Dback.pass.cpp21 q.push(1);
22 q.push(2);
23 q.push(3);
H A Dfront.pass.cpp21 q.push(1);
22 q.push(2);
23 q.push(3);
H A Dback_const.pass.cpp21 q.push(1);
22 q.push(2);
23 q.push(3);
H A Dfront_const.pass.cpp21 q.push(1);
22 q.push(2);
23 q.push(3);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/stack/stack.defn/
H A Dtop.pass.cpp21 q.push(1);
22 q.push(2);
23 q.push(3);
H A Dpush.pass.cpp12 // void push(const value_type& v);
20 q.push(1);
23 q.push(2);
26 q.push(3);
H A Dtop_const.pass.cpp21 q.push(1);
22 q.push(2);
23 q.push(3);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/queue/queue.defn/
H A Dback.pass.cpp21 q.push(1);
22 q.push(2);
23 q.push(3);
H A Dfront.pass.cpp21 q.push(1);
22 q.push(2);
23 q.push(3);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/stack/stack.defn/
H A Dtop.pass.cpp21 q.push(1);
22 q.push(2);
23 q.push(3);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/priority.queue/priqueue.members/
H A Dpush.pass.cpp14 // void push(const value_type& v);
22 q.push(1);
24 q.push(3);
26 q.push(2);
H A Dpush_rvalue.pass.cpp16 // void push(value_type&& v);
26 q.push(1);
28 q.push(3);
30 q.push(2);
H A Dswap.pass.cpp23 q1.push(1);
24 q1.push(3);
25 q1.push(2);
H A Dtop.pass.cpp22 q.push(1);
24 q.push(3);
26 q.push(2);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/priority.queue/priqueue.special/
H A Dswap.pass.cpp25 q1.push(1);
26 q1.push(3);
27 q1.push(2);

Completed in 107 milliseconds

1234567891011>>