/external/v8/src/arm/ |
jump-target-arm.cc | 102 // Call is used to push the address of the catch block on the stack as 181 cgen()->frame()->Push(arg); 228 cgen()->frame()->Push(arg);
|
/external/v8/tools/ |
jsmin.py | 76 def Push(self): 104 self.Push() 121 self.Push()
|
splaytree.js | 204 this.traverse_(function(node) { result.push(node.value); }); 295 nodesToVisit.push(node.left); 296 nodesToVisit.push(node.right);
|
/external/webkit/SunSpider/ |
sunspider | 137 push @tests, $_; 141 push @categories, $category; 220 push @results, $result;
|
/external/webkit/WebCore/inspector/front-end/ |
StoragePanel.js | 117 this._databases.push(database); 132 this._domStorage.push(domStorage); 308 nodes.push(node);
|
WatchExpressionsSidebarPane.js | 119 properties.push(property); 172 this.watchExpressions.push(WebInspector.WatchExpressionsSection.NewWatchExpression); 196 toSave.push(this.watchExpressions[i]);
|
/frameworks/base/tests/DumpRenderTree/assets/ |
run_reliability_tests.py | 152 # push url list to device 153 test_cmd = adb_cmd + " push \"" + path + "\" \"" + TEST_LIST_FILE + "\"" 159 logging.error("failed to push url list to device.")
|
/cts/tools/vm-tests/src/util/build/ |
DeviceUtil.java.template | 92 DeviceUtil.digestCommand(new String[] {"adb", "push",
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
ElemParam.java | 102 * Execute a variable declaration and push it onto the variable stack.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
SuballocatedIntVector.java | 282 int push; local 291 push=0; 296 push=block[m_blocksize-1]; 300 value=push;
|
/dalvik/vm/arch/generic/ |
Call.c | 48 * The Dalvik instructions will push "this" into argv[0], but it's up to
|
/dalvik/vm/mterp/ |
Mterp.c | 49 * push everything up and alter the total size. Check it here.
|
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/ |
ExampleAppWidgetConfigure.java | 94 // Push widget update to surface with newly set prefix
|
/external/bluetooth/glib/glib/ |
gasyncqueue.h | 64 /* Push data into the async queue. Must not be NULL. */
|
gthreadpool.h | 63 /* Push new data into the thread pool. This task is assigned to a thread later
|
/external/grub/docs/ |
help2man | 68 'i|include=s' => sub { push @opt_include, [ pop, 1 ] }, 69 'I|opt-include=s' => sub { push @opt_include, [ pop, 0 ] }, 116 push @include, $key unless $include{$key}; 237 for (split /\n/) { s/^ *(or: +)?//; push @syn, $_ }
|
/external/icu4c/common/ |
uvector.h | 329 void* push(void* obj, UErrorCode &status); 331 int32_t push(int32_t i, UErrorCode &status); 410 inline void* UStack::push(void* obj, UErrorCode &status) { function in class:UStack 415 inline int32_t UStack::push(int32_t i, UErrorCode &status) { function in class:UStack
|
/external/icu4c/i18n/ |
regexcst.pl | 81 # character [n] target-state [^push-state] [function-name] 128 # do the push state, if present. 289 # The push-state field is optional. If omitted, fill field with a zero, which flags 290 # the state machine that there is no push state.
|
/external/icu4c/test/intltest/ |
v32test.cpp | 465 // push 469 TEST_ASSERT(a->push(10, status) == 10); 470 TEST_ASSERT(a->push(20, status) == 20); 471 TEST_ASSERT(a->push(30, status) == 30);
|
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_queue.cpp | 92 OSCL_EXPORT_REF void Oscl_Queue_Base::push(const OsclAny* x) function in class:Oscl_Queue_Base
|
/external/openssl/crypto/md5/asm/ |
md5-x86_64.pl | 121 push %rbp 122 push %rbx 123 push %r14 124 push %r15
|
/external/qemu/distrib/sdl-1.2.12/include/ |
begin_code.h | 108 #pragma pack(push,4)
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
fstlib.h | 72 #include "fst/lib/push.h"
|
union-find.h | 50 exec_stack_.push(p);
|
/external/stlport/stlport/stl/ |
_stack.h | 86 void push(const value_type& __x) { c.push_back(__x); } function in class:stack
|