Searched defs:push (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | lock_free_slist.h | 55 void push(item* __item) { in push() function 209 void push(item* __item) { in push() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _stack.h | 86 void push(const value_type& __x) { c.push_back(__x); } in push() function
|
D | _queue.h | 100 void push(const value_type& __x) { c.push_back(__x); } in push() function
|
/ndk/tests/build/ssax-instructions/jni/ |
D | test.S | 11 push {r4, lr} label
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | jquery.js | 12 …H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);retur… method in Array 20 …ar Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=Re… method in Array
|
/ndk/docs/Getting_Started/html/ |
D | jquery.js | 27 …eturn e[3]-0===bR},eq:function(bS,bR,e){return e[3]-0===bR}},filter:{PSEUDO:function(bS,bX,bW,bY){…
|
/ndk/docs/Programmers_Guide/html/ |
D | jquery.js | 27 …eturn e[3]-0===bR},eq:function(bS,bR,e){return e[3]-0===bR}},filter:{PSEUDO:function(bS,bX,bW,bY){…
|