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

<<11121314151617181920>>

  /packages/apps/Email/src/com/android/exchange/adapter/
AbstractSyncParser.java 120 // Make this a push box through the first sync
175 // If there are changes, and we were bounced from push/ping, try again
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java 506 * Push new file(s) and folder(s) into the current selection. Current
509 * This method displays a dialog to let the user choose file to push to
727 SyncResult result = sync.push(localFiles, remoteDirectory,
732 "Failed to push the items: %1$s", result.getMessage()));
740 DdmConsole.printErrorToConsole("Failed to push the items");
747 * @param local the local filepath of the file to push
770 "Failed to push %1$s on %2$s: %3$s",
779 DdmConsole.printErrorToConsole("Failed to push the item(s).");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_attrs.xml 59 <!-- Push object to the top of its container, not changing its size. -->
61 <!-- Push object to the bottom of its container, not changing its size. -->
63 <!-- Push object to the left of its container, not changing its size. -->
65 <!-- Push object to the right of its container, not changing its size. -->
85 <!-- Push object to the top of its container, not changing its size. -->
87 <!-- Push object to the bottom of its container, not changing its size. -->
89 <!-- Push object to the left of its container, not changing its size. -->
91 <!-- Push object to the right of its container, not changing its size. -->
  /sdk/traceview/src/com/android/traceview/
ThreadData.java 86 push(c);
129 public void push(Call c) { method in class:ThreadData
  /dalvik/vm/test/
TestIndirectRefTable.c 339 * Push two, create new segment, push two more, try to get all four,
376 LOGE("basic push/pop not empty\n");
381 * Push two, delete first, segment, push two more, pop segment, verify
  /external/quake/quake/src/QW/client/
surf16.asm 251 push ebp
252 push edi
253 push esi
254 push ebx
445 push ebx
r_aliasa.asm 242 push ebp
243 push edi
244 push esi
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 34 #include "fst/lib/push.h"
226 aiter_queue_->push(new ArcIterator<Fst<RevA> >(Tr_, s + 1));
255 aiter_queue_->push(aiter);
525 Push(&gfst, REWEIGHT_TO_INITIAL);
545 Push(fst, REWEIGHT_TO_INITIAL);
  /sdk/ddms/app/src/com/android/ddms/
UIThread.java     [all...]
  /external/bison/data/
lalr1.cc 564 yysemantic_stack_.push (yylval);
565 yylocation_stack_.push (yylloc);
569 yystate_stack_.push (yystate);
631 yysemantic_stack_.push (yylval);
632 yylocation_stack_.push (yylloc);
685 yysemantic_stack_.push (yyval);
686 yylocation_stack_.push (yyloc);
793 yysemantic_stack_.push (yylval);
794 yylocation_stack_.push (yyloc);
1102 push (const T& t
    [all...]
  /external/freetype/src/psaux/
t1decode.c 659 /* Push value on stack, or process operator */
885 /* ==> push <arg1> + <arg2> onto T1 stack */
896 /* ==> push <arg1> - <arg2> onto T1 stack */
907 /* ==> push <arg1> * <arg2> onto T1 stack */
918 /* ==> push <arg1> / <arg2> onto T1 stack */
949 /* ==> push BuildCharArray[cvi( idx )] */
981 /* ==> push <res1> onto T1 stack if <val1> <= <val2>, */
982 /* otherwise push <res2> */
    [all...]
  /external/stlport/src/
allocators.cpp 497 _S_free_list[_S_FREELIST_INDEX(__n)].push(__STATIC_CAST(_Obj*, __p));
514 // Push all new nodes (minus first one) onto freelist
520 __my_freelist->push(__cur_item);
573 _S_free_mem_blocks.push(__newblock);
580 _S_free_list[_S_FREELIST_INDEX(__rounded_down)].push((_Obj*)__buf_start);
609 _S_free_list[_S_FREELIST_INDEX(__rounded_down)].push(__REINTERPRET_CAST(_Obj*, __REINTERPRET_CAST(char*, __p) + __total_bytes));
617 _S_free_mem_blocks.push(__newblock);
638 _S_chunks.push(__REINTERPRET_CAST(_Obj*, __result));
644 // Push excess memory allocated in this chunk into list of free memory blocks
647 _S_free_mem_blocks.push(__freeblock)
    [all...]
lock_free_slist.h 55 void push(item* __item) { function in class:_STLP_atomic_freelist
170 # pragma warning (push)
209 void push(item* __item) { function in class:_STLP_atomic_freelist
  /external/grub/stage2/
asm.S 1308 push %ebp
1309 push %ebx
1352 push %ebp
1353 push %ebx
1392 push %ebp
1393 push %ebx
1394 push %edi
1395 push %esi
    [all...]
start_eltorito.S 143 push %bp
144 push %si
251 push %eax
  /external/icu4c/i18n/
regexcmp.cpp 408 // Push the position of the newly added JMP op onto the parentheses stack.
410 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus);
416 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus);
451 fParenStack.push(fModeFlags, *fStatus); // Match mode state
452 fParenStack.push(capturing, *fStatus); // Frame type.
453 fParenStack.push(fRXPat->fCompiledPat->size()-3, *fStatus); // The first NOP location
454 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP loc
474 fParenStack.push(fModeFlags, *fStatus); // Match mode state
475 fParenStack.push(plain, *fStatus); // Begin a new frame.
476 fParenStack.push(fRXPat->fCompiledPat->size()-2, *fStatus); // The first NOP locatio
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.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...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
ProcessorInclude.java 146 // Push the system ID and corresponding Source
226 // Push the absolute URI of the included/imported
306 // Push the absolute URI of the included/imported
  /external/bluetooth/bluez/sbc/
sbc_primitives_mmx.c 294 "push %%eax\n"
295 "push %%ebx\n"
296 "push %%ecx\n"
  /external/icu4c/common/
rbbirpt.txt 28 # input-char n next-state ^push-state action
29 # input-char n next-state ^push-state action
34 # | | | |--- Push this named state onto the state stack.
  /external/opencore/oscl/oscl/osclbase/src/
oscl_queue.h 129 OSCL_IMPORT_REF void push(const OsclAny* x) ;
230 void push(const T& x) function in class:Oscl_Queue
232 Oscl_Queue_Base::push(&x);
  /external/opencore/oscl/oscl/osclerror/src/
oscl_error.h 89 /** Push an _OsclHeapBase item onto the cleanup stack.
93 /** Push an OsclAny item onto the cleanup stack.
97 /** Push an OsclTrapItem onto the cleanup stack
  /external/openssl/crypto/sha/asm/
sha1-x86_64.pl 69 push %rbx
70 push %rbp
71 push %r12
  /external/skia/src/animator/
SkScriptRuntime.cpp 24 // encode brace stack push/pop as opcodes
114 *fRunStack.push() = operand[0];
310 fRunStack.push(operand[0]);
  /external/v8/benchmarks/
base.js 70 BenchmarkSuite.suites.push(this);
170 this.results.push(result);
180 BenchmarkSuite.scores.push(score);

Completed in 187 milliseconds

<<11121314151617181920>>