Searched refs:push (Results 151 - 175 of 2483) sorted by relevance

1234567891011>>

/external/v8/test/mjsunit/
H A Dcyclic-array-to-string.js34 a1.push(a1);
38 a1.push(1);
42 a1.push(a1);
49 a1.push(a2);
50 a1.push(a2);
54 a2.push(a1);
61 a1.push(a2);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_video.h22 struct nouveau_pushbuf *push; member in struct:nouveau_decoder
70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
72 PUSH_SPACE(push, size + 1);
73 PUSH_DATA (push, NV04_FIFO_PKHDR(subc, mthd, size));
77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
79 PUSH_SPACE(push, size + 1);
80 PUSH_DATA (push, NV04_FIFO_PKHDR_NI(subc, mthd, size));
84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, argument
93 PUSH_DATA(push, bo->offset + offset);
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.h22 struct nouveau_pushbuf *push; member in struct:nouveau_decoder
70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
72 PUSH_SPACE(push, size + 1);
73 PUSH_DATA (push, NV04_FIFO_PKHDR(subc, mthd, size));
77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
79 PUSH_SPACE(push, size + 1);
80 PUSH_DATA (push, NV04_FIFO_PKHDR_NI(subc, mthd, size));
84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, argument
93 PUSH_DATA(push, bo->offset + offset);
/external/chromium_org/chrome/common/extensions/docs/examples/tutorials/analytics/
H A Dpopup.js18 _gaq.push(['_setAccount', _AnalyticsCode]);
19 _gaq.push(['_trackPageview']);
37 _gaq.push(['_trackEvent', e.target.id, 'clicked']);
/external/apache-harmony/support/src/test/java/tests/util/
H A DCallVerificationStack.java87 this.callStack.push(eles[i]);
119 public Object push(Object o) { method in class:CallVerificationStack
121 return super.push(o);
128 * the value to push
130 public void push(boolean val) { method in class:CallVerificationStack
131 this.push(new BaseTypeWrapper(val));
138 * the value to push
140 public void push(char val) { method in class:CallVerificationStack
141 this.push(new BaseTypeWrapper(val));
148 * the value to push
150 public void push(double val) { method in class:CallVerificationStack
160 public void push(float val) { method in class:CallVerificationStack
170 public void push(int val) { method in class:CallVerificationStack
180 public void push(long val) { method in class:CallVerificationStack
190 public void push(short val) { method in class:CallVerificationStack
[all...]
/external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
H A Dglobal_sideffects3.js8 results.push('' + dnsResolve('host' + i));
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/src/gpu/
H A DGrClipMaskCache.cpp19 void GrClipMaskCache::push() { function in class:GrClipMaskCache
/external/chromium_org/v8/test/mjsunit/bugs/
H A Dbug-2758.js32 function() { var f = [].push; f() },
35 function() { (0, [].push)() },
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-117409.js46 literal.push(Math.E, Math.E);
H A Dregress-1625.js28 // Test that overwriting Array.prototype.push does not make
31 Array.prototype.push = 1;
H A Dregress-2185.js34 a.push(j);
H A Dregress-2646.js36 storage.push(new Float64Array(heap, 0, itemSize));
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/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/harfbuzz/src/
H A Dharfbuzz-stream.h34 #pragma pack(push, 1)
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-stream.h34 #pragma pack(push, 1)
/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...]

Completed in 1004 milliseconds

1234567891011>>