/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/ |
D | DocumentStackTest.java | 82 mStack.push(DIR_1); in testPushDocument_ModifiesStack() 83 mStack.push(DIR_2); in testPushDocument_ModifiesStack() 89 mStack.push(DIR_1); in testPopDocument_ModifiesStack() 90 mStack.push(DIR_2); in testPopDocument_ModifiesStack() 97 mStack.push(DIR_1); in testGetDocument() 98 mStack.push(DIR_2); in testGetDocument() 113 mStack.push(DIR_1); in testChangeRoot_ClearsStack() 124 mStack.push(DIR_1); in testReset() 136 mStack.push(DIR_1); in testCopyConstructor() 137 mStack.push(DIR_2); in testCopyConstructor() [all …]
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/ |
D | ActionHandlerTest.java | 96 mEnv.state.stack.push(TestEnv.FOLDER_0); in testInitLocation_RestoresIfStackIsLoaded() 215 mEnv.state.stack.push(TestEnv.FOLDER_1); in testPickDocument_SetsCorrectResultAndFinishes_ActionPickCopyDestination() 216 mEnv.state.stack.push(TestEnv.FOLDER_2); in testPickDocument_SetsCorrectResultAndFinishes_ActionPickCopyDestination() 241 mEnv.state.stack.push(TestEnv.FOLDER_1); in testPickDocument_SetsCorrectResultAndFinishes_ActionOpenTree() 242 mEnv.state.stack.push(TestEnv.FOLDER_2); in testPickDocument_SetsCorrectResultAndFinishes_ActionOpenTree() 268 mEnv.state.stack.push(TestEnv.FOLDER_1); in testSaveDocument_SetsCorrectResultAndFinishes() 301 mEnv.state.stack.push(TestEnv.FOLDER_1); in testSaveDocument_ConfirmsOverwrite() 312 mEnv.state.stack.push(TestEnv.FOLDER_1); in testFinishPicking_SetsCorrectResultAndFinishes_ActionGetContent() 338 mEnv.state.stack.push(TestEnv.FOLDER_1); in testFinishPicking_SetsCorrectResultAndFinishes_ActionGetContent_MultipleSelection() 364 mEnv.state.stack.push(TestEnv.FOLDER_1); in testFinishPicking_SetsCorrectResultAndFinishes_ActionOpen() [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/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/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/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/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/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/TvSettings/Settings/src/com/android/tv/settings/form/ |
D | MultiPagedForm.java | 383 mFlowStack.push(this); in performNextStep() 385 mFlowStack.push(nextIncompleteStep); in performNextStep() 453 mFlowStack.push(formPage); in createResultActionFragment()
|
/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/Messaging/tools/messagegen/ |
D | fillsms | 262 adb push $file $PART_DIR/$file 267 adb push $sql_file /data/fillsms
|
/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/Car/libs/car-stream-ui-lib/src/com/android/car/app/ |
D | CarDrawerActivity.java | 90 mAdapterStack.push(rootAdapter); in onCreate() 151 mAdapterStack.push(adapter); in switchToAdapter()
|
/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/base/ |
D | DocumentStack.java | 91 push(doc); in DocumentStack() 125 public void push(DocumentInfo info) { in push() method in DocumentStack
|
/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/DocumentsUI/src/com/android/documentsui/archives/ |
D | ReadableArchive.java | 105 stack.push(entry); in ReadableArchive() 135 stack.push(parentEntry); in ReadableArchive()
|
/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)
|