HomeSort by relevance Sort by last modified time
    Searched full:push (Results 501 - 525 of 1534) sorted by null

<<21222324252627282930>>

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_stretch.c 288 push edi
289 push esi
  /external/skia/include/core/
SkTDArray.h 229 T* push() { return this->append(); }
230 void push(const T& elem) { *this->append() = elem; } function in class:SkTDArray
  /external/webkit/JavaScriptCore/jit/
ExecutableAllocator.h 203 "push {r7}\n"
224 "push {r7}\n"
  /external/webkit/WebCore/inspector/front-end/
AuditLauncherView.js 53 sortedCategories.push(this._categoriesById[id]);
96 catIds.push(id);
DOMAgent.js 178 this.children.push(node);
210 this.attributes.push(attr);
225 this._matchedCSSRules.push(WebInspector.CSSStyleDeclaration.parseRule(matchedCSSRules[i]));
255 listeners.push(callback);
480 cookies.push({ name: name, value: value, size: size });
552 longhands.push(name);
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 162 asm ("push %2\n"
163 "push %3\n"
173 __asm push lpPaint
174 __asm push hWnd
192 asm ("push %2\n"
193 "push %3\n"
202 __asm push lpPaint
203 __asm push hWnd
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAppWidgetProvider.java 141 * The {@link CalendarProvider} has been updated, which means we should push
176 * Process and push out an update for the given appWidgetIds. This call
  /external/quake/quake/src/QW/client/
d_parta.asm 238 push ebp
239 push edi
240 push ebx
357 push esi
384 push esi
436 push esi
  /external/webkit/WebCore/html/
PreloadScanner.cpp 217 source.push('#');
229 source.push('#');
230 source.push(seenChars[1]);
282 source.push(seenChars[0]);
284 source.push(seenChars[0]);
285 source.push(seenChars[1]);
  /cts/tools/dasm/src/java_cup/runtime/
lr_parser.java 499 /* push dummy symbol with start state to get us underway */
500 stack.push(new symbol(0, start_state()));
516 stack.push(cur_token);
544 stack.push(lhs_sym);
663 /* push dummy symbol with start state to get us underway */
664 stack.push(new symbol(0, start_state()));
681 stack.push(cur_token);
712 stack.push(lhs_sym);
868 stack.push(error_token);
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1200351.js 48 eval("with ({ void&&null.push(goto NaN) : Math.max(undef).toText }) { {-1/null,1.isNull} }")
80 eval("unescape(break.toObject()).prototype.new RegExp.continue.__lookupGetter__(x.slice(1, NaN)) = typeof(null.push(0.2))")
312 eval("for (~new Object().push(Array(null)) in new RegExp>>>=void.prototype.name) { goto break.lastIndex }")
392 eval("function X(x) { return unescape(goto debugger) }; X(new RegExp.push(break).name())")
452 eval("let ('a'-continue?null.length():escape(continue)) { return undef.push(false.shift()) }")
504 eval("switch (0.2.size>>NaN-continue) { case ('a'.push(true).indexOf(NaN.lastIndexOf(-1))): {0.2,x}.toObject(); break; }")
591 eval("SetValueOf(null&debugger.valueOf(), 0[false].push(false.add(debugger)))")
631 eval("if (NaN?continue:NaN.shift()) { native.push(null).add(new Object().superConstructor) }")
699 eval("if (-1.push(new RegExp)[void.valueOf()]) { new RegExp.className().__lookupGetter__(Array(0)) }")
715 eval("import void.push(true).join()"
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 694 // Remember to push it.
699 // Push some necessary stack entries.
    [all...]
  /external/webkit/JavaScriptCore/yarr/
RegexJIT.cpp     [all...]
  /external/webkit/SunSpider/tests/parse-only/
jquery-1.3.2.js 119 // Take an array of elements and push it onto the stack
143 // Resetting the length to 0, then using the native Array push
146 Array.prototype.push.apply( this, elems );
284 push: [].push,
441 values.push( value );
944 ret.push( elem );
953 scripts.push( ret[i].parentNode ? ret[i].parentNode.removeChild( ret[i] ) : ret[i] );
1123 ret.push( array[ i ] );
1141 ret.push( elems[ i ] )
    [all...]
mootools-1.2.2-core-nc.js 98 'Array': ["concat", "indexOf", "join", "lastIndexOf", "pop", "push", "reverse", "shift", "slice", "sort", "splice", "toString", "unshift", "valueOf"],
467 if (fn.call(bind, this[i], i, this)) results.push(this[i]);
522 for (var i = 0, j = array.length; i < j; i++) this.push(array[i]);
535 if (!this.contains(item)) this.push(item);
581 hex.push((bit.length == 1) ? '0' + bit : bit);
881 keys.push(key);
889 values.push(value);
910 if (value != undefined) queryString.push(result);
1322 items.push(returns);
1379 returned.push(el)
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java 247 mNewButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
258 mDeleteButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
269 mRepairButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
284 mDetailsButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
295 mStartButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
309 mRefreshButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
321 mManagerButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
    [all...]
  /external/v8/src/
debug-debugger.js 87 break_points.push(break_point);
384 remaining_break_points.push(break_points[i]);
634 script_break_points.push(script_break_point);
880 o.body.breakpoints.push(number);
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 601 // Push Link register.
602 // Push arguments
612 __ push(r0); // Make room for "position - 1" constant (value is irrelevant).
613 __ push(r0); // Make room for "at start" constant (value is irrelevant).
897 Push(r0);
903 Push(current_input_offset());
910 Push(r0);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
EmulatorControlPanel.java 467 mCallButton = new Button(g2ButtonComp, SWT.PUSH);
505 mCancelButton = new Button(g2ButtonComp, SWT.PUSH);
651 Button sendButton = new Button(manualLocationComp, SWT.PUSH);
674 mGpxUploadButton = new Button(gpxLocationComp, SWT.PUSH);
809 mPlayGpxButton = new Button(mGpxPlayControls, SWT.PUSH | SWT.FLAT);
    [all...]
  /cts/tools/vm-tests/src/util/build/
BuildDalvikSuite.java 66 // execute the real vm tests using adb push/shell etc)
282 // push class with Main jar.
286 //System.out.println("adb push "+pPath+"/"+mjar +" "+mainJar);
290 // adb push dot/junit/opcodes/add_double_2addr/Main_testN2.jar
297 //System.out.println("adb push "+sourceName+" "+targetName);
  /dalvik/vm/arch/arm/
CallEABI.S 107 * With this arrangement we can efficiently push up to 24 words of arguments
111 * (We could pack the Fs more efficiently -- we know we never push two pads
133 @ we have to adjust sp manually if we push an odd number of regs here
134 @ (both here and when exiting). Easier to just push an even number
317 @ because we don't push the first two arg words on the stack (they're
  /external/opencore/nodes/pvcommsionode/src/
pv_comms_io_node_port.cpp 876 //push the data onto the cleanup stack so it won't get cleaned
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-sse2.pl 42 push(@INC,"perlasm","../../perlasm");
159 &push ("ebp");
161 &push ("ebx");
162 &push ("esi");
163 &push ("edi");
  /external/srec/srec/clib/
fpi_tgt.c 282 * Push a Single Frame into Frame Buffer *
375 /* Try to move the push pointer on, if it meets the *
376 * push blocker it should not increment. */
411 /* Free to move ahead, so increment the push pointer *
412 * and increase the frame-count between pull & push */
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerARM.h 308 void push(RegisterID src) function in class:JSC::MacroAssemblerARM
313 void push(Address address) function in class:JSC::MacroAssemblerARM
316 push(ARMRegisters::S1);
319 void push(Imm32 imm) function in class:JSC::MacroAssemblerARM
322 push(ARMRegisters::S0);

Completed in 337 milliseconds

<<21222324252627282930>>