Searched refs:push (Results 1 - 18 of 18) sorted by relevance

/packages/apps/Email/src/org/apache/james/mime4j/message/
H A DMessage.java118 stack.push(Message.this);
123 stack.push(m);
139 stack.push(new Header());
169 stack.push(multiPart);
210 stack.push(bodyPart);
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
H A DJJTAddressListParserState.java44 nodes.push(n);
78 marks.push(new Integer(mk));
/packages/apps/Calculator/
H A Darity-2.1.2.jar ... .arity.SyntaxException static final boolean isOperand (int) void push (org.javia.arity.Token) throws org. ...
/packages/providers/MediaProvider/tools/genfiles/
H A Dgenfiles.sh142 grep sdcard0\/proto mkfiles.sh |sed 's/cat \/storage\/sdcard0\//adb push /' | sed 's/ > .*/ \/storage\/sdcard0/'|sort -u
143 echo adb push mkfiles.sh /storage/sdcard0
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DStateManager.java67 mStack.push(new StateEntry(data, state));
95 mStack.push(new StateEntry(data, state));
241 mStack.push(new StateEntry(data, state));
275 mStack.push(new StateEntry(data, activityState));
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
H A DNdefPushClient.java30 * Simple client to push the local NDEF message to a server on the remote side of an
38 public boolean push(NdefMessage msg) { method in class:NdefPushClient
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DParser.java402 push(id);
415 private void push(int id) { method in class:Parser
506 push(id);
/packages/inputmethods/LatinIME/native/jni/src/
H A Dwords_priority_queue.h60 void push(int score, unsigned short *word, int wordLength, int type) { function in class:latinime::WordsPriorityQueue
85 mSuggestions.push(sw);
H A Dunigram_dictionary.cpp67 queue->push(frequency, word, length, type);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DUtils.java95 public void push(char c, int x, int y) { method in class:Utils.RingCharBuffer
394 RingCharBuffer.getInstance().push(code, x, y);
409 RingCharBuffer.getInstance().push((char)codePoint, x, y);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
H A DMimeMessage.java518 stack.push(MimeMessage.this);
524 stack.push(m);
561 stack.push(multiPart);
587 stack.push(bodyPart);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictIOUtils.java62 stack.push(initPos);
120 stack.push(childrenPos);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java480 mUploadQueue.push(tile);
490 if (mDecodeQueue.push(tile)) notifyAll();
507 mRecycledQueue.push(tile);
535 mRecycledQueue.push(tile);
749 public boolean push(Tile tile) { method in class:TileImageView.TileQueue
/packages/apps/Email/src/org/apache/commons/io/
H A DFilenameUtils.java1192 backtrack.push(new int[] {wcsIdx, repeat});
/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java523 public void push(Runnable r) { method in class:Contact.ContactsCache.TaskStack
532 mTaskQueue.push(r);
590 // either run the query directly (canBlock case) or push the query
/packages/apps/Nfc/src/com/android/nfc/
H A DP2pLinkManager.java453 result = new NdefPushClient().push(m);
501 // try to push an NDEF message (if any) if the handover GET
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java1333 mTempRectStack.push(new Rect());
1340 mTempRectStack.push(used.pop());
1455 validRegions.push(currentRect);
1620 // set of views. This is performed iteratively, giving a cascading push behaviour.
1723 int[] direction, boolean push, View dragView, ItemConfiguration currentState) {
1740 if (push) {
1763 if (push) {
1795 // This method tries to find a reordering solution which satisfies the push mechanic by trying
1796 // to push items in each of the cardinal directions, in an order based on the direction vector
1842 // If the direction vector has a single non-zero component, we push firs
1722 addViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, int[] direction, boolean push, View dragView, ItemConfiguration currentState) argument
[all...]
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java4453 mThumbRequestStack.push(d);

Completed in 1676 milliseconds