Searched refs:push (Results 351 - 375 of 1282) sorted by relevance

<<11121314151617181920>>

/external/clang/test/SemaCXX/
H A Dfunction-extern-c.cpp73 #pragma clang diagnostic push
/external/compiler-rt/lib/arm/
H A Dudivmodsi4.S19 push {r4, r7, lr} ;\
H A Dudivsi3.S19 push {r7, lr} ;\
/external/emma/core/java12/com/vladium/emma/
H A DProcessor.java51 Logger.push (log);
/external/harfbuzz/src/
H A Dharfbuzz-buffer.h36 #pragma pack(push, 1)
H A Dharfbuzz-gdef-private.h38 #pragma pack(push, 1)
H A Dharfbuzz-gdef.h35 #pragma pack(push, 1)
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-buffer.h36 #pragma pack(push, 1)
H A Dharfbuzz-gdef-private.h38 #pragma pack(push, 1)
H A Dharfbuzz-gdef.h35 #pragma pack(push, 1)
/external/icu4c/common/
H A Drbbiscan.h67 UBool push(const RBBIRuleChar &c); // Push (unget) one character.
H A Duvector.h320 void* push(void* obj, UErrorCode &status);
322 int32_t push(int32_t i, UErrorCode &status);
401 inline void* UStack::push(void* obj, UErrorCode &status) { function in class:UStack
406 inline int32_t UStack::push(int32_t i, UErrorCode &status) { function in class:UStack
/external/libvpx/libvpx/vp8/common/x86/
H A Dsad_ssse3.asm157 push rbp
161 push rsi
162 push rdi
163 push rcx
270 push rbp
274 push rsi
275 push rdi
276 push rcx
H A Dvariance_impl_sse2.asm22 push rbp
26 push rsi
27 push rdi
85 push rbp
89 push rbx
90 push rsi
91 push rdi
229 push rbp
234 push rsi
235 push rd
[all...]
/external/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h80 virtual void push(SUnit *U);
/external/openfst/src/bin/
H A Dfstpush.cc22 #include <fst/script/push.h>
/external/openfst/src/include/fst/script/
H A Dpush.h22 #include <fst/push.h>
/external/openfst/src/script/
H A Dpush.cc19 #include <fst/script/push.h>
/external/skia/src/sfnt/
H A DSkSFNTHeader.h18 #pragma pack(push, 1)
/external/skia/src/utils/
H A DSkBitSet.h56 array->push(index + j);
/external/v8/test/mjsunit/
H A Darray-concat.js40 a.push('foo');
110 a.push('foo');
207 arr2.push("X");
228 function mkGetter(i) { return function() { trace.push(i); }; }
H A Darray-splice.js222 bad_start = { valueOf: function() { array.push(2*i); return -1; } };
223 bad_count = { valueOf: function() { array.push(2*i + 1); return 1; } };
228 array.push(2*i); array.push(2*i + 1);
H A Ddebug-liveedit-breakpoints.js106 breaks_ids.push(breaks[i].number());
H A Denumeration-order.js104 for (var p in o) actual.push(p);
/external/v8/test/mjsunit/compiler/
H A Dexpression-trees.js50 result.push(string);

Completed in 1327 milliseconds

<<11121314151617181920>>