Searched
full:push (Results
326 -
350 of
1534) sorted by null
<<11121314151617181920>>
/dalvik/vm/mterp/armv5te/ |
OP_EXECUTE_INLINE.S | 19 str r1, [sp] @ push &glue->retval
|
OP_EXECUTE_INLINE_RANGE.S | 20 str r1, [sp] @ push &glue->retval
|
/dalvik/vm/mterp/x86-atom/ |
OP_SPUT_WIDE.S | 55 movl %edx, -4(%esp) # push parameter CCCC; field ref
|
/development/apps/BuildWidget/src/com/android/buildwidget/ |
BuildWidget.java | 54 // Push update for this widget to the home screen
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
NotifyWithText.java | 28 * When you push the button on this Activity, it creates a {@link Toast} object and
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
GLFace.java | 82 // push triangles into the buffer
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
LookupActivity.java | 148 * @param pushHistory If true, push the current word onto history stack. 151 // Push any current word onto the history stack 290 // Push our requested word to the title bar 318 * When finished, push the newly-found entry content into our
|
/external/blktrace/doc/ |
bno_plot.1 | 34 push the keys under the graph.
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
trash_stack.sgml | 43 @data_p: the piece of memory to push on the stack.
|
/external/dnsmasq/contrib/dynamic-dnsmasq/ |
dynamic-dnsmasq.pl | 110 push @headers, $_; 202 push @records, "$$hashref{'myip'}\t$$hashref{'hostname'}\n"; 206 push @records, $_; 210 push @records, "$$hashref{'myip'}\t$$hashref{'hostname'}\n";
|
/external/openssl/android.testssl/ |
testssl.sh | 51 adb push . $device
|
/external/openssl/crypto/bn/asm/x86/ |
mul_add.pl | 27 &push("ecx"); # Up the stack for a tmp variable
|
/external/openssl/patches/ |
testssl.sh | 51 adb push . $device
|
/external/srec/tools/cmd/ |
pht_to_short.pl | 62 push(@sphlist, $sph_for_lph{$lph});
|
/external/stlport/stlport/stl/ |
_stdexcept_base.h | 55 # pragma warning (push)
|
/external/v8/src/arm/ |
virtual-frame-arm.cc | 118 // We are about to push four values to the frame. 152 __ push(ip); 159 __ push(ip); 318 __ push(reg);
|
/external/v8/src/x64/ |
virtual-frame-x64.cc | 89 Push(rdi); 133 __ Push(undefined); 138 __ push(kScratchRegister); 148 __ push(kScratchRegister); 176 Push(&temp); 200 __ push(reg); 208 __ push(operand); 216 __ push(immediate); 224 __ Push(smi_value); 238 __ Push(value) [all...] |
/external/v8/test/es5conform/ |
harness-adapt.js | 71 this._testResults.push(ut);
|
/external/v8/test/mjsunit/ |
array-splice.js | 206 bad_start = { valueOf: function() { array.push(2*i); return -1; } }; 207 bad_count = { valueOf: function() { array.push(2*i + 1); return 1; } }; 212 array.push(2*i); array.push(2*i + 1);
|
debug-constructed-by.js | 55 ps.push(new Point());
|
/external/webkit/WebCore/inspector/front-end/ |
Object.js | 35 this._listeners[eventType].push({ thisObject: thisObject, listener: listener });
|
PropertiesSidebarPane.js | 55 self.sections.push(section);
|
/external/webkit/WebCore/xml/ |
XSLTExtensions.cpp | 71 // FIXME: It might be helpful to push any errors from xmlXPathNewValueTree
|
/external/webkit/WebKit/win/ |
WebActionPropertyBag.h | 31 #pragma warning(push, 0)
|
WebError.h | 31 #pragma warning(push, 0)
|
Completed in 56 milliseconds
<<11121314151617181920>>