HomeSort by relevance Sort by last modified time
    Searched refs:push (Results 426 - 450 of 3334) sorted by null

<<11121314151617181920>>

  /external/clang/test/Sema/
pragma-align-packed.c 4 #pragma pack(push, 1)
  /external/compiler-rt/lib/arm/
aeabi_dcmp.S 25 push { r4, lr } SEPARATOR \
aeabi_fcmp.S 25 push { r4, lr } SEPARATOR \
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_types.h 41 #pragma pack(push, 8)
  /external/mockito/src/org/mockito/internal/progress/
ArgumentMatcherStorageImpl.java 32 matcherStack.push(new LocalizedMatcher(matcher));
55 matcherStack.push(new LocalizedMatcher(and));
65 matcherStack.push(new LocalizedMatcher(or));
75 matcherStack.push(new LocalizedMatcher(not));
  /external/openssl/crypto/perlasm/
x86asm.pl 23 if ($opcode =~ /^push/) { $stack+=4; }
32 if ($#_==-1) { push(@out,"\t$opcode\n"); }
33 else { push(@out,"\t$opcode\t".join(',',@_)."\n"); }
157 sub ::set_label_B { push(@out,"@_:\n"); }
174 &push("ebp");
175 &push("ebx");
176 &push("esi");
177 &push("edi");
202 push @str,0;
  /external/valgrind/main/coregrind/m_syswrap/
syscall-x86-linux.S 82 push %esi
83 push %edi
84 push %ebx
85 push %ebp
  /frameworks/av/media/libstagefright/codecs/common/include/
voAMRWB.h 29 #pragma pack(push, 4)
  /frameworks/compile/mclinker/lib/Support/
DefSymParser.cpp 55 // An operator encountered means a token ended, push it to
61 operatorStack.push(si);
78 operatorStack.push(si);
102 // operand stack, use them in evaluate expression and push result
117 operandStack.push(result);
135 operandStack.push(result);
  /libcore/luni/src/test/java/tests/api/java/util/
EmptyStackExceptionTest.java 53 s.push(objArray[counter]);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/
swap.pass.cpp 23 c.push(i);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.ops/
eq.pass.cpp 27 c.push(i);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.special/
swap.pass.cpp 24 c.push(i);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/
swap.pass.cpp 23 c.push(i);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.ops/
eq.pass.cpp 27 c.push(i);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.special/
swap.pass.cpp 24 c.push(i);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
reset_one.pass.cpp 15 #pragma clang diagnostic push
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/
error_info_impl.hpp 12 #pragma warning(push,1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 48 push(*(first_it++));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr.h 30 #pragma GCC visibility push(default)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 48 push(*(first_it++));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr.h 30 #pragma GCC visibility push(default)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 48 push(*(first_it++));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr.h 30 #pragma GCC visibility push(default)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 48 push(*(first_it++));

Completed in 2826 milliseconds

<<11121314151617181920>>