HomeSort by relevance Sort by last modified time
    Searched full:contents (Results 51 - 75 of 4231) sorted by null

1 23 4 5 6 7 8 91011>>

  /build/tools/droiddoc/templates/
sample.cs 21 <!-- begin file contents -->
23 <!-- end file contents -->
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LevelTestResource.java 28 return contents;
32 static final Object[][] contents = { { "Level_error", "Name" }, field in class:LevelTestResource
  /dalvik/libcore/support/src/test/java/tests/support/
Support_TestResource.java 25 Object[][] contents = { { "parent1", "parentValue1" }, local
28 return contents;
  /dalvik/vm/mterp/x86-atom/
OP_MOVE.S 19 * Code: Copies contents from one register to another. Uses no
24 * Description: Copies contents from one non-object register to another.
OP_MOVE_16.S 19 * Code: Copies contents from one register to another
23 * Description: Copies contents from one non-object register to another.
OP_MOVE_FROM16.S 19 * Code: Copies contents from one register to another
23 * Description: Copies contents from one non-object register to another.
OP_MOVE_WIDE.S 19 * Code: Copies contents from one register to another. Uses no
24 * Description: Copies contents from one non-object register to another.
OP_MOVE_WIDE_16.S 19 * Code: Copies contents from one register to another. Uses no
24 * Description: Copies contents from one non-object register to another.
OP_MOVE_WIDE_FROM16.S 19 * Code: Copies contents from one register to another
23 * Description: Copies contents from one non-object register to another.
  /development/tools/idegen/src/
Files.java 43 static void toFile(String contents, File file) throws IOException {
45 out.write(contents);
  /external/e2fsprogs/misc/
lsattr.1.in 21 Recursively list attributes of directories and their contents.
30 List directories like other files, rather than listing their contents.
  /external/quake/quake/src/QW/gas2masm/
gas2masm.plg 9 Creating temporary file "C:\TEMP\RSP712.tmp" with contents
15 Creating temporary file "C:\TEMP\RSP713.tmp" with contents
  /external/quake/quake/src/QW/qwfwd/
qwfwd.plg 9 Creating temporary file "C:\TEMP\RSP775.tmp" with contents
15 Creating temporary file "C:\TEMP\RSP776.tmp" with contents
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.plg 9 Creating temporary file "C:\TEMP\RSP730.tmp" with contents
15 Creating temporary file "C:\TEMP\RSP731.tmp" with contents
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithOnItemSelectedActionTest.java 46 assertEquals("header text field should be echoing contents of selected item",
56 assertEquals("header text field should be echoing contents of selected item",
  /packages/apps/Email/src/org/apache/james/mime4j/message/
TextBody.java 27 * Encapsulates the contents of a <code>text/*</code> entity body.
35 * Gets a <code>Reader</code> which may be used to read out the contents
  /external/webkit/WebKitTools/Scripts/
do-file-rename 93 # change all file contents
97 my $contents;
101 $contents = <FILE>;
104 my $newContents = $contents;
110 if ($newContents ne $contents) {
commit-log-editor 68 my $builtEditorApplication = "$baseDir/Release/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
72 my $builtEditorApplication = "$baseDir/Debug/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
76 my $installedEditorApplication = "$ENV{HOME}/Applications/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
133 my $contents = "";
143 last if $contents;
169 $contents .= $currentLineBlankLines if $contents;
176 $contents .= "Patch by $author <$email> on $date\n";
183 $contents .= $reviewedByLine . "\n";
189 $contents .= $line
    [all...]
  /packages/apps/IM/src/com/android/im/imps/
PrimitiveElement.java 128 public void addChild(String tagName, String contents) {
130 if (null != contents) {
131 element.setContents(contents);
158 public void setContents(String contents) {
159 mContents = contents;
  /dalvik/libcore/luni/src/main/java/java/io/
ByteArrayOutputStream.java 117 * Returns the contents of this ByteArrayOutputStream as a byte array. Any
121 * @return this stream's current contents as a byte array.
130 * Returns the contents of this ByteArrayOutputStream as a string. Any
134 * @return this stream's current contents as a string.
143 * Returns the contents of this ByteArrayOutputStream as a string. Each byte
152 * @return this stream's current contents as a string with the high byte set
166 * Returns the contents of this ByteArrayOutputStream as a string converted
172 * @return this stream's current contents as an encoded string.
239 * Takes the contents of this stream and writes it to the output stream
243 * an OutputStream on which to write the contents of this stream
    [all...]
  /external/icu4c/common/
rbbitblb.h 90 // Contents are RBBIStateDescriptor pointers.
109 // UVector contents are RBBINode *
113 // contents is int index of dest state
ucmndata.h 16 * contents for locating the individual items by name.
18 * Two formats for the table of contents are supported, which is
98 * a recognizable header and table of contents a Common Data Format
  /external/opencore/fileformats/mp4/composer/src/
decoderspecificinfo.cpp 100 int32 contents = _infoSize; // Size of decoder specific info payload local
102 _sizeOfClass = contents;
103 _sizeOfSizeField = PVA_FF_AtomUtils::getNumberOfBytesUsedToStoreSizeOfClass(contents);
  /frameworks/base/core/java/android/app/
FullBackupAgent.java 54 File[] contents = dir.listFiles(); local
55 if (contents != null) {
56 for (File f : contents) {
  /bionic/libc/kernel/arch-x86/asm/
ldt.h 26 unsigned int contents:2; member in struct:user_desc

Completed in 80 milliseconds

1 23 4 5 6 7 8 91011>>