Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 60) sorted by relevance

123

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/
DDocumentStackTest.java84 mStack.push(DIR_1); in testPushDocument_ModifiesStack()
85 mStack.push(DIR_2); in testPushDocument_ModifiesStack()
91 mStack.push(DIR_1); in testPopDocument_ModifiesStack()
92 mStack.push(DIR_2); in testPopDocument_ModifiesStack()
99 mStack.push(DIR_1); in testGetDocument()
100 mStack.push(DIR_2); in testGetDocument()
115 mStack.push(DIR_1); in testChangeRoot_ClearsStack()
126 mStack.push(DIR_1); in testReset()
138 mStack.push(DIR_1); in testCopyConstructor()
139 mStack.push(DIR_2); in testCopyConstructor()
[all …]
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java135 mEnv.state.stack.push(TestEnv.FOLDER_0); in testInitLocation_RestoresIfStackIsLoaded()
245 mEnv.state.stack.push(TestEnv.FOLDER_1); in testIncreasePickCountRecordCalled()
264 mEnv.state.stack.push(TestEnv.FOLDER_1); in testPickDocument_SetsCorrectResultAndFinishes_ActionPickCopyDestination()
265 mEnv.state.stack.push(TestEnv.FOLDER_2); in testPickDocument_SetsCorrectResultAndFinishes_ActionPickCopyDestination()
290 mEnv.state.stack.push(TestEnv.FOLDER_1); in testPickDocument_SetsCorrectResultAndFinishes_ActionOpenTree()
291 mEnv.state.stack.push(TestEnv.FOLDER_2); in testPickDocument_SetsCorrectResultAndFinishes_ActionOpenTree()
319 mEnv.state.stack.push(TestEnv.FOLDER_1); in testSaveDocument_SetsCorrectResultAndFinishes()
352 mEnv.state.stack.push(TestEnv.FOLDER_1); in testSaveDocument_ConfirmsOverwrite()
373 mEnv.state.stack.push(TestEnv.FOLDER_1); in testFinishPicking_SetsCorrectResultAndFinishes_ActionGetContent()
399 mEnv.state.stack.push(TestEnv.FOLDER_1); in testFinishPicking_SetsCorrectResultAndFinishes_ActionGetContent_MultipleSelection()
[all …]
/packages/apps/Test/connectivity/sl4n/
DREADME.md30 adb push <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/system/bin/sl4n /system/bin
34 adb push <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/system/lib/libbinder.so /system/lib
35 adb push <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/system/lib/libchrome.so /system/lib
36 adb push <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/system/lib/libevent.so /system/lib
42 adb push <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/system/bin/bluetoothtbd /system/bin
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
DMessage.java118 stack.push(Message.this); in startMessage()
123 stack.push(m); in startMessage()
139 stack.push(new Header()); in startHeader()
169 stack.push(multiPart); in startMultipart()
210 stack.push(bodyPart); in startBodyPart()
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
DHtmlTreeBuilder.java90 push(element); // Track the open tags in visitTag()
152 private void push(HTML.Element element) { in push() method in HtmlTreeBuilder
271 push(HTML4.TABLE_ELEMENT); in ensureTableState()
284 push(HTML4.TD_ELEMENT); in ensureCellState()
/packages/apps/UnifiedEmail/assets/
Dscript.js163 contentValues.push(metaViewport.getAttribute("data-zoom-off"));
165 contentValues.push(metaViewport.getAttribute("data-zoom-on"));
319 actionLog.push(tmpActionLog[i]);
386 actionLog.push([node.classList.remove, node.classList, [classToAdd]]);
443 actionLog.push([undoSetProperty, node, [property, savedName]]);
550 gImageLoadElements.push(parent);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DStateManager.java72 mStack.push(new StateEntry(data, state)); in startState()
101 mStack.push(new StateEntry(data, state)); in startStateForResult()
251 mStack.push(new StateEntry(data, state)); in switchState()
288 mStack.push(new StateEntry(data, activityState)); in restoreFromState()
/packages/providers/CalendarProvider/tests/
DEMMA_README85 adb push ${ANDROID_PRODUCT_OUT}/system/app/CalendarProvider.apk /system/app/
86 ##adb push ${ANDROID_PRODUCT_OUT}/data/app/CalendarProviderTests.apk /data/app/
87 adb push ${ANDROID_PRODUCT_OUT}/data/app/CtsProviderTestCases.apk /data/app/
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDocumentStack.java93 push(doc); in DocumentStack()
127 public void push(DocumentInfo info) { in push() method in DocumentStack
167 push(rootRecent); in changeRoot()
/packages/apps/WallpaperPicker/src/com/android/photos/views/
DTiledImageRenderer.java485 if (mDecodeQueue.push(tile)) { in queueForDecode()
507 mRecycledQueue.push(tile); in decodeTile()
514 mUploadQueue.push(tile); in decodeTile()
542 mRecycledQueue.push(tile); in recycleTile()
762 public boolean push(Tile tile) { in push() method in TiledImageRenderer.TileQueue
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java477 mUploadQueue.push(tile); in queueForUpload()
487 if (mDecodeQueue.push(tile)) notifyAll(); in queueForDecode()
504 mRecycledQueue.push(tile); in decodeTile()
532 mRecycledQueue.push(tile); in recycleTile()
744 public boolean push(Tile tile) { in push() method in TileImageView.TileQueue
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java485 if (mDecodeQueue.push(tile)) { in queueForDecode()
507 mRecycledQueue.push(tile); in decodeTile()
514 mUploadQueue.push(tile); in decodeTile()
542 mRecycledQueue.push(tile); in recycleTile()
762 public boolean push(Tile tile) { in push() method in TiledImageRenderer.TileQueue
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DFolderSelectorAdapter.java238 stack.push(root); in folderSort()
267 stack.push(currentNode); in folderSort()
269 stack.push(childNode); in folderSort()
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
DJJTAddressListParserState.java44 nodes.push(n); in pushNode()
78 marks.push(new Integer(mk)); in openNodeScope()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node_priority_queue.h70 mDicNodesQueue.push(pooledDicNode); in copyPush()
76 mDicNodesQueue.push(pooledDicNode); in copyPush()
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
DMimeMessage.java555 stack.push(MimeMessage.this); in startMessage()
561 stack.push(m); in startMessage()
603 stack.push(multiPart); in startMultipart()
632 stack.push(bodyPart); in startBodyPart()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
DMimeMessage.java569 stack.push(MimeMessage.this); in startMessage()
575 stack.push(m); in startMessage()
617 stack.push(multiPart); in startMultipart()
646 stack.push(bodyPart); in startBodyPart()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardRow.java106 mRowAttributesStack.push(new RowAttributes( in KeyboardRow()
121 mRowAttributesStack.push(newAttributes); in pushRowAttributes()
/packages/apps/Messaging/tools/messagegen/
Dfillsms262 adb push $file $PART_DIR/$file
267 adb push $sql_file /data/fillsms
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictIOUtils.java87 stack.push(initPos); in readUnigramsAndBigramsBinaryInner()
132 stack.push(childrenPos); in readUnigramsAndBigramsBinaryInner()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DAbstractActionHandler.java366 mState.stack.push(doc); in openFolderInSearchResult()
377 stack.push(mDocs.getArchiveDocument(top.derivedUri)); in openFolderInSearchResult()
411 mState.stack.push(currentDoc); in openChildContainer()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_writing_helper.cpp221 priorityQueue.push(DictProbability(terminalPos, probability, in truncateUnigrams()
268 priorityQueue.push(DictProbability(entryPos, probability, in truncateBigrams()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Drapidjson.h411 #define RAPIDJSON_DIAG_PUSH RAPIDJSON_DIAG_PRAGMA(push)
425 #define RAPIDJSON_DIAG_PUSH RAPIDJSON_DIAG_PRAGMA(push)
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DReadableArchive.java116 stack.push(entry); in ReadableArchive()
166 stack.push(parentEntry); in ReadableArchive()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DAbstractActionHandlerTest.java189 mEnv.state.stack.push(TestEnv.FOLDER_0); in testOpensDocument_ExceptionIfAlreadyInStack()
254 mEnv.state.stack.push(TestEnv.FOLDER_0); in testLoadChildrenDocuments()

123