/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/ |
D | DocumentStackTest.java | 84 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/ |
D | ActionHandlerTest.java | 135 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/ |
D | README.md | 30 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/ |
D | Message.java | 118 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/ |
D | HtmlTreeBuilder.java | 90 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/ |
D | script.js | 163 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/ |
D | StateManager.java | 72 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/ |
D | EMMA_README | 85 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/ |
D | DocumentStack.java | 93 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/ |
D | TiledImageRenderer.java | 485 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/ |
D | TileImageView.java | 477 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/ |
D | TiledImageRenderer.java | 485 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/ |
D | FolderSelectorAdapter.java | 238 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/ |
D | JJTAddressListParserState.java | 44 nodes.push(n); in pushNode() 78 marks.push(new Integer(mk)); in openNodeScope()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
D | dic_node_priority_queue.h | 70 mDicNodesQueue.push(pooledDicNode); in copyPush() 76 mDicNodesQueue.push(pooledDicNode); in copyPush()
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/ |
D | MimeMessage.java | 555 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/ |
D | MimeMessage.java | 569 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/ |
D | KeyboardRow.java | 106 mRowAttributesStack.push(new RowAttributes( in KeyboardRow() 121 mRowAttributesStack.push(newAttributes); in pushRowAttributes()
|
/packages/apps/Messaging/tools/messagegen/ |
D | fillsms | 262 adb push $file $PART_DIR/$file 267 adb push $sql_file /data/fillsms
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
D | BinaryDictIOUtils.java | 87 stack.push(initPos); in readUnigramsAndBigramsBinaryInner() 132 stack.push(childrenPos); in readUnigramsAndBigramsBinaryInner()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | AbstractActionHandler.java | 366 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/ |
D | ver4_patricia_trie_writing_helper.cpp | 221 priorityQueue.push(DictProbability(terminalPos, probability, in truncateUnigrams() 268 priorityQueue.push(DictProbability(entryPos, probability, in truncateBigrams()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | rapidjson.h | 411 #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/ |
D | ReadableArchive.java | 116 stack.push(entry); in ReadableArchive() 166 stack.push(parentEntry); in ReadableArchive()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
D | AbstractActionHandlerTest.java | 189 mEnv.state.stack.push(TestEnv.FOLDER_0); in testOpensDocument_ExceptionIfAlreadyInStack() 254 mEnv.state.stack.push(TestEnv.FOLDER_0); in testLoadChildrenDocuments()
|