Searched refs:push (Results 201 - 225 of 2885) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-377290.js9 function() { [].push() },
H A Dregress-85177.js36 l.push(1)
38 g.push(l)
56 b.push(e)
58 a.push(b)
H A Dstring-split-monkey-patching.js29 // monkey-patchable Array.prototype.push or PutValue.
31 Array.prototype.push = assertUnreachable;
38 "I-must-not-use-push!".split(/-/);
/external/chromium_org/v8/test/mjsunit/
H A Dstring-oom-array-join.js8 for (var i = 0; i < (1<<5); i++) b.push(a);
H A Dcall-non-function.js33 caught.push(e);
39 caught.push(e);
/external/chromium_org/v8/test/webkit/fast/js/
H A Dexception-properties.js30 result.push(i);
/external/chromium_org/v8/test/webkit/
H A Dsort-with-side-effecting-comparisons.js31 array.push(i);
/external/clang/test/Preprocessor/
H A D_Pragma-location.c7 #define push_p _Pragma ("pack(push)")
9 // CHECK: #pragma pack(push)
11 push_p _Pragma("pack(push)") __pragma(pack(push))
12 // CHECK: #pragma pack(push)
14 // CHECK-NEXT: #pragma pack(push)
16 // CHECK-NEXT: #pragma pack(push)
19 #define __PRAGMA_PUSH_NO_EXTRA_ARG_WARNINGS _Pragma("clang diagnostic push") \
24 1;_Pragma("clang diagnostic push") \
35 // CHECK-NEXT: #pragma clang diagnostic push
[all...]
H A Dpragma_diagnostic_output.c10 // CHECK: #pragma GCC diagnostic push
11 #pragma GCC diagnostic push
23 // CHECK: #pragma clang diagnostic push
24 #pragma clang diagnostic push
/external/clang/test/Sema/
H A Dpragma-section.c22 #pragma bss_seg(L".my_seg") // expected-warning {{expected push, pop or a string literal for the section name in '#pragma bss_seg' - ignored}}
23 #pragma bss_seg(1) // expected-warning {{expected push, pop or a string literal for the section name in '#pragma bss_seg' - ignored}}
24 #pragma bss_seg(push)
25 #pragma bss_seg(push, ".my_seg")
26 #pragma bss_seg(push, 1) // expected-warning {{expected a stack label or a string literal for the section name in '#pragma bss_seg'}}
28 #pragma bss_seg(push, my_label, 1) // expected-warning {{expected a string literal for the section name in '#pragma bss_seg' - ignored}}
/external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/
H A Dempty.pass.cpp23 q.push(1);
H A Dsize.pass.cpp23 q.push(1);
/external/libcxx/test/containers/container.adaptors/queue/queue.defn/
H A Dempty.pass.cpp21 q.push(1);
/external/libcxx/test/containers/container.adaptors/stack/stack.defn/
H A Dempty.pass.cpp21 q.push(1);
/external/libcxxabi/src/
H A Dexception.cpp12 #pragma GCC visibility push(default)
/external/libunwind/src/x86_64/
H A Dlongjmp.S29 push %rax /* push target IP as return address */
/external/llvm/test/MC/MachO/ARM/
H A Dllvm-objdump-macho.s5 push {r7, lr}
9 push {r7, lr}
13 # CHECK: 0: 80 b5 push {r7, lr}
16 # CHECK: 4: 80 b5 push {r7, lr}
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_winsys.h42 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags) argument
45 nouveau_pushbuf_refn(push, &ref, 1);
101 PUSH_DATAh(struct nouveau_pushbuf *push, uint64_t data) argument
103 *push->cur++ = (uint32_t)(data >> 32);
107 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
110 PUSH_SPACE(push, size + 1);
112 PUSH_DATA (push, NVC0_FIFO_PKHDR_SQ(subc, mthd, size));
116 BEGIN_NIC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
119 PUSH_SPACE(push, size + 1);
121 PUSH_DATA (push, NVC0_FIFO_PKHDR_N
125 BEGIN_1IC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
134 IMMED_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, uint8_t data) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_context.c53 struct nouveau_pushbuf *push = context_push(ctx); local
69 BEGIN_NV04(push, NV01_SUBC(3D, OBJECT), 1);
70 PUSH_DATA (push, fahrenheit->handle);
81 struct nouveau_pushbuf *push = context_push(ctx); local
84 BEGIN_NV04(push, NV01_SUBC(SURF, OBJECT), 1);
85 PUSH_DATA (push, hw->surf3d->handle);
86 BEGIN_NV04(push, NV04_SF3D(DMA_NOTIFY), 3);
87 PUSH_DATA (push, hw->ntfy->handle);
88 PUSH_DATA (push, fifo->vram);
89 PUSH_DATA (push, fif
[all...]
/external/skia/src/gpu/
H A DGrClipMaskCache.cpp19 void GrClipMaskCache::push() { function in class:GrClipMaskCache
/external/clang/tools/scan-build/
H A Dccc-analyzer181 push @CmdArgs, $file;
184 push @CmdArgs, $Output;
196 push @Args, '-o', $ResultFile;
199 push @Args, '-o', $HtmlDir;
202 push @Args, "-Xclang", "-analyzer-display-progress";
206 push @Args, "-Xclang", $arg;
211 push @Args, "-Xclang", "-analyzer-viz-egraph-ubigraph";
224 push @PrintArgs,"'$Cmd'";
226 push @PrintArgs,"\'$arg\'";
495 push
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DFrame.java188 public void push(final Value value) throws IndexOutOfBoundsException { method in class:Frame
224 push(interpreter.newOperation(insn));
231 push(interpreter.copyOperation(insn,
244 push(interpreter.binaryOperation(insn, value1, value2));
294 push(interpreter.copyOperation(insn, value1));
295 push(interpreter.copyOperation(insn, value1));
303 push(interpreter.copyOperation(insn, value1));
304 push(interpreter.copyOperation(insn, value2));
305 push(interpreter.copyOperation(insn, value1));
314 push(interprete
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dnotifications_test_util.js44 push: function (ary, val) {
45 ary.push(val);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-immnoexpand.asm10 push label2-label1 label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dnomem64-err.asm2 push es label

Completed in 739 milliseconds

1234567891011>>