/frameworks/base/core/java/android/util/ |
D | FastImmutableArraySet.java | 34 public FastImmutableArraySet(T[] contents) { in FastImmutableArraySet() argument 35 mContents = contents; in FastImmutableArraySet() 59 public FastIterator(T[] contents) { in FastIterator() argument 60 mContents = contents; in FastIterator()
|
/frameworks/base/test-runner/src/junit/runner/ |
D | ClassPathTestCollector.java | 50 String[] contents= thisRoot.list(); in gatherFiles() local 51 if (contents != null) { in gatherFiles() 52 for (int i= 0; i < contents.length; i++) in gatherFiles() 53 gatherFiles(classRoot, classFileName+File.separatorChar+contents[i], result); in gatherFiles()
|
/frameworks/base/services/java/com/android/server/ |
D | DropBoxManagerService.java | 288 for (EntryFile entry : list.contents.tailSet(new EntryFile(millis + 1))) { in getNextEntry() 337 out.append("Drop box contents: ").append(mAllFiles.contents.size()).append(" entries\n"); in dump() 348 for (EntryFile entry : mAllFiles.contents) { in dump() 443 public final TreeSet<EntryFile> contents = new TreeSet<EntryFile>(); field in DropBoxManagerService.FileList 624 mAllFiles.contents.add(entry); in enrollEntry() 636 tagFiles.contents.add(entry); in enrollEntry() 649 SortedSet<EntryFile> tail = mAllFiles.contents.tailSet(new EntryFile(t + 10000)); in createEntry() 656 if (!mAllFiles.contents.isEmpty()) { in createEntry() 657 t = Math.max(t, mAllFiles.contents.last().timestampMillis + 1); in createEntry() 664 if (tagFiles != null && tagFiles.contents.remove(late)) { in createEntry() [all …]
|
/frameworks/base/docs/html/tools/help/ |
D | jobb.jd | 23 <p>You can use the {@code jobb} tool to create an OBB file or extract the contents of an 30 <p>This example shows how to dump (extract) the contents of an existing OBB file:</p> 49 ({@code -dump}) an existing file. When creating an OBB file, the contents of the specified 56 creating an OBB and extracting (dumping) its contents.</td> 78 the new package contents to be mounted into the same location as a previous package and is 84 <td><p>Extract the contents of the specified OBB file. When using this option, you must also 85 specify the output directory for the contents using the {@code -d <directory>} 90 without extracting the contents.</p>
|
D | sqlite3.jd | 9 such as <code>.dump</code> to print out the contents of a table and <code>.schema</code> to print
|
/frameworks/base/media/tests/ |
D | README.txt | 5 contents/media_api/ 8 adb push contents/media_api/ /sdcard/media_api/
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java | 85 synchronized void expectSendEnvelope(String contents, int sw1, int sw2, String response) { in expectSendEnvelope() argument 88 mExpectingSendEnvelopeContents = contents; in expectSendEnvelope() 138 public synchronized void sendEnvelopeWithStatus(String contents, Message response) { in sendEnvelopeWithStatus() argument 141 for (int i = 0; i < contents.length(); i += 2) { in sendEnvelopeWithStatus() 142 builder.append(contents.charAt(i)).append(contents.charAt(i+1)).append(' '); in sendEnvelopeWithStatus() 147 Assert.assertEquals(mExpectingSendEnvelopeContents, contents); in sendEnvelopeWithStatus() 517 public void sendTerminalResponse(String contents, Message response) { in sendTerminalResponse() argument 521 public void sendEnvelope(String contents, Message response) { in sendEnvelope() argument
|
/frameworks/native/libs/utils/ |
D | Tokenizer.cpp | 106 const char* contents, Tokenizer** outTokenizer) { in fromContents() argument 108 const_cast<char*>(contents), false, strlen(contents)); in fromContents()
|
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
D | ObbBackupService.java | 135 File[] contents = dir.listFiles(); 136 if (contents != null) { 137 for (File f : contents) {
|
/frameworks/base/core/java/android/content/pm/ |
D | ParceledListSlice.java | 100 int contents = 0; in describeContents() local 102 contents |= mList.get(i).describeContents(); in describeContents() 104 return contents; in describeContents()
|
/frameworks/base/core/java/android/os/ |
D | FileUtils.java | 189 ByteArrayOutputStream contents = new ByteArrayOutputStream(); in readTextFile() local 194 if (len > 0) contents.write(data, 0, len); in readTextFile() 196 return contents.toString(); in readTextFile()
|
/frameworks/base/core/java/com/android/internal/backup/ |
D | LocalTransport.java | 157 File[] contents = dirname.listFiles(); in deleteContents() local 158 if (contents != null) { in deleteContents() 159 for (File f : contents) { in deleteContents()
|
/frameworks/base/docs/html/guide/ |
D | guide_toc.cs | 1 <?cs # Table of contents for Dev Guide.
|
/frameworks/native/include/utils/ |
D | Tokenizer.h | 52 const char* contents, Tokenizer** outTokenizer);
|
/frameworks/base/tests/backup/src/com/android/backuptest/ |
D | BackupTestActivity.java | 204 void writeFile(String name, String contents, int mode) { in writeFile() argument 207 out.print(contents); in writeFile()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 382 public void sendTerminalResponse(String contents, Message response) { in sendTerminalResponse() argument 386 public void sendEnvelope(String contents, Message response) { in sendEnvelope() argument 390 public void sendEnvelopeWithStatus(String contents, Message response) { in sendEnvelopeWithStatus() argument
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
D | VCardVerifier.java | 228 public void addVCardExceptionVerifier(String contents) { in addVCardExceptionVerifier() argument 229 mExceptionContents = contents; in addVCardExceptionVerifier()
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupAgent.java | 420 File[] contents = file.listFiles(); in fullBackupFileTree() local 421 if (contents != null) { in fullBackupFileTree() 422 for (File entry : contents) { in fullBackupFileTree()
|
/frameworks/base/libs/androidfw/ |
D | BackupHelpers.cpp | 862 unsigned char* contents = (unsigned char*)malloc(len); in compare_file() local 863 if (contents == NULL) { in compare_file() 877 amt = read(fd, contents, readLen); in compare_file() 884 if (data[i] != contents[i]) { in compare_file() 889 fprintf(stderr, " [%-2d] %02x %02x\n", i, data[i], contents[i]); in compare_file() 893 free(contents); in compare_file()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 1323 public void sendTerminalResponse(String contents, Message response); in sendTerminalResponse() argument 1334 public void sendEnvelope(String contents, Message response); in sendEnvelope() argument 1350 public void sendEnvelopeWithStatus(String contents, Message response); in sendEnvelopeWithStatus() argument
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
D | using-component.jd | 64 ….widget.TabWidget} and {@link android.widget.TabHost}, along with a container for tab contents:</p> 96 …all you need is a {@link android.widget.FrameLayout} to contain the tab contents, since the tab in…
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
D | StorageManagerBaseTest.java | 495 protected void doValidateTextContents(String path, String filename, String contents) { in doValidateTextContents() argument 502 textReader = new BufferedReader(new StringReader(contents)); in doValidateTextContents()
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 647 repeated bytes contents = 3; field 658 optional FrameBuffer fb = 7; // contents of the framebuffer
|
/frameworks/base/include/androidfw/ |
D | KeyCharacterMap.h | 76 const char* contents, Format format, sp<KeyCharacterMap>* outMap);
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | view-animation.jd | 14 and transparency) on the contents of a View object. So, if you have a {@link 28 - for example, you can have the contents of a TextView move from left to right, and then rotate
|