Searched refs:push (Results 226 - 250 of 2483) sorted by relevance

1234567891011>>

/external/clang/test/Lexer/
H A Dpragma-operators.cpp7 // CHECK: #pragma warning(push)
10 // CHECK: #pragma warning(push)
13 #define A(X) extern "C" { __pragma(warning(push)) \
17 #pragma warning(push)
21 #define pragma_L _Pragma(L"GCC diagnostic push")
29 // CHECK: #pragma GCC diagnostic push
/external/compiler-rt/lib/arm/
H A Daeabi_idivmod.S21 push { lr }
H A Daeabi_uidivmod.S22 push { lr }
/external/compiler-rt/lib/tsan/
H A Dcheck_analyze.sh32 check $f push 0
38 check $f push 0
/external/llvm/test/MC/X86/AlignedBundling/
H A Drelax-at-bundle-end.s10 push %rax
12 # CHECK: 1c: push
/external/v8/test/mjsunit/regress/
H A Dregress-279.js33 a.foo.push(5);
60 a[0].push(5);
/external/v8/test/mjsunit/
H A Dsearch-string-multiple.js43 a.push(arguments[0]);
45 a.push(arguments[i]);
/external/wpa_supplicant_8/hostapd/src/common/
H A Deapol_common.h15 #pragma pack(push, 1)
50 #pragma pack(push, 1)
/external/wpa_supplicant_8/src/common/
H A Deapol_common.h15 #pragma pack(push, 1)
50 #pragma pack(push, 1)
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Deapol_common.h15 #pragma pack(push, 1)
50 #pragma pack(push, 1)
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
H A Dutilities.js42 this.display.push([]);
47 this.display.push([
119 this.tests.push({name: name, steps: [], success: true});
138 parts.push(number, ') ', prefix, test.name, '\n');
142 parts.push(' ', prefix, message, '\n');
146 parts.push('\n');
167 test.steps.push({success: true, messages: [message]});
177 failure.messages.push(this.getDescription_('expected: ', expected));
178 failure.messages.push(this.getDescription_('actual: ', actual));
180 test.steps.push(failur
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_context.c37 nv30_context_kick_notify(struct nouveau_pushbuf *push) argument
42 if (!push->user_priv)
44 nv30 = container_of(push->user_priv, nv30, bufctx);
50 if (push->bufctx) {
52 LIST_FOR_EACH_ENTRY(bref, &push->bufctx->current, thead) {
73 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
79 PUSH_KICK(push);
110 struct nouveau_pushbuf *push; local
131 push = screen->base.pushbuf;
132 nv30->base.pushbuf = push;
[all...]
H A Dnv30_fragtex.c38 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
46 PUSH_RESET(push, BUFCTX_FRAGTEX(unit));
90 BEGIN_NV04(push, NV40_3D(TEX_SIZE1(unit)), 1);
91 PUSH_DATA (push, sv->npot_size1);
126 BEGIN_NV04(push, NV30_3D(TEX_OFFSET(unit)), 8);
127 PUSH_MTHDl(push, NV30_3D(TEX_OFFSET(unit)), BUFCTX_FRAGTEX(unit),
129 PUSH_MTHDs(push, NV30_3D(TEX_FORMAT(unit)), BUFCTX_FRAGTEX(unit),
133 PUSH_DATA (push, sv->wrap | (ss->wrap & sv->wrap_mask));
134 PUSH_DATA (push, enable);
135 PUSH_DATA (push, s
[all...]
H A Dnv30_vertprog.c55 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
188 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_CONST_ID), 5);
189 PUSH_DATA (push, vp->data->start + i);
190 PUSH_DATAp(push, data->value, 4);
195 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_FROM_ID), 1);
196 PUSH_DATA (push, vp->exec->start);
198 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_INST(0)), 4);
199 PUSH_DATAp(push, vp->insns[i].data, 4);
204 BEGIN_NV04(push, NV30_3D(VP_START_FROM_ID), 1);
205 PUSH_DATA (push, v
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_context.c37 nv30_context_kick_notify(struct nouveau_pushbuf *push) argument
42 if (!push->user_priv)
44 nv30 = container_of(push->user_priv, nv30, bufctx);
50 if (push->bufctx) {
52 LIST_FOR_EACH_ENTRY(bref, &push->bufctx->current, thead) {
73 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
79 PUSH_KICK(push);
110 struct nouveau_pushbuf *push; local
131 push = screen->base.pushbuf;
132 nv30->base.pushbuf = push;
[all...]
H A Dnv30_fragtex.c38 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
46 PUSH_RESET(push, BUFCTX_FRAGTEX(unit));
90 BEGIN_NV04(push, NV40_3D(TEX_SIZE1(unit)), 1);
91 PUSH_DATA (push, sv->npot_size1);
126 BEGIN_NV04(push, NV30_3D(TEX_OFFSET(unit)), 8);
127 PUSH_MTHDl(push, NV30_3D(TEX_OFFSET(unit)), BUFCTX_FRAGTEX(unit),
129 PUSH_MTHDs(push, NV30_3D(TEX_FORMAT(unit)), BUFCTX_FRAGTEX(unit),
133 PUSH_DATA (push, sv->wrap | (ss->wrap & sv->wrap_mask));
134 PUSH_DATA (push, enable);
135 PUSH_DATA (push, s
[all...]
H A Dnv30_vertprog.c55 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
188 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_CONST_ID), 5);
189 PUSH_DATA (push, vp->data->start + i);
190 PUSH_DATAp(push, data->value, 4);
195 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_FROM_ID), 1);
196 PUSH_DATA (push, vp->exec->start);
198 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_INST(0)), 4);
199 PUSH_DATAp(push, vp->insns[i].data, 4);
204 BEGIN_NV04(push, NV30_3D(VP_START_FROM_ID), 1);
205 PUSH_DATA (push, v
[all...]
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dtable_printer.js48 this.rows_.push([]);
61 r.push(cell);
85 this.rows_[0].push(cell);
157 headerSpacerRow.push(new TablePrinterCell(spacerStr));
177 out.push(titleSpacerStr);
178 out.push('\n');
179 out.push(this.title_);
180 out.push('\n');
181 out.push(titleSpacerStr);
182 out.push('\
[all...]
/external/chromium/chrome/browser/resources/options/
H A Dpreferences.js28 if (metric != undefined) argumentList.push(metric);
41 if (metric != undefined) argumentList.push(metric);
54 if (metric != undefined) argumentList.push(metric);
67 if (metric != undefined) argumentList.push(metric);
80 if (metric != undefined) argumentList.push(metric);
91 if (metric != undefined) argumentList.push(metric);
119 params1.push(prefName);
120 params2.push(prefName);
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_reset.js33 buttons.push(resetButton);
42 buttons.push(cancelButton);
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dlogging.js17 * and the time is logged. Otherwise, just push the event on the event
23 eventLog.push([name, Date.now()]);
/external/chromium_org/chrome/third_party/mock4js/examples/
H A DPublisher.js27 this._subscribers.push(subscriber);
/external/chromium_org/content/browser/resources/media/new/
H A Dplayer_info.js61 this.pastValues[key].push(recordValue);
62 this.allEvents.push(recordValue);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebDeviceOrientationData.h38 #pragma pack(push, 1)
H A DWebGamepads.h35 #pragma pack(push, 1)

Completed in 9226 milliseconds

1234567891011>>