Searched refs:contents (Results 1 - 25 of 827) sorted by relevance

1234567891011>>

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_TestResource.java24 Object[][] contents = { { "parent1", "parentValue1" },
27 return contents;
H A DSupport_TestResource_en.java24 Object[][] contents = { { "parent2", "enValue2" },
27 return contents;
H A DSupport_TestResource_en_US.java24 Object[][] contents = { { "parent3", "enUSValue3" },
27 return contents;
H A DSupport_TestResource_fr.java24 Object[][] contents = { { "parent2", "frValue2" },
27 return contents;
H A DSupport_TestResource_fr_FR.java24 Object[][] contents = { { "parent3", "frFRValue3" },
27 return contents;
H A DSupport_TestResource_fr_FR_VAR.java24 Object[][] contents = { { "parent4", "frFRVARValue4" },
28 return contents;
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLevelTestResource.java24 return contents;
28 static final Object[][] contents = { { "Level_error", "Name" }, field in class:LevelTestResource
/external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/norootresources/
H A Dhyts_resource_en_US.java24 Object[][] contents = { { "subParent3", "enUSValue3" },
28 return contents;
H A Dhyts_resource_en_US_VAR.java24 Object[][] contents = { { "subParent4", "enUSVARValue4" },
28 return contents;
H A Dhyts_resource_fr.java24 Object[][] contents = { { "subParent2", "frValue2" },
27 return contents;
H A Dhyts_resource_fr_FR.java24 Object[][] contents = { { "subParent3", "frFRValue3" },
28 return contents;
H A Dhyts_resource_fr_FR_VAR.java23 Object[][] contents = { { "subParent4", "frFRVARValue4" },
27 return contents;
/external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/resources/
H A Dhyts_resource.java24 Object[][] contents = { { "subParent1", "subParentValue1" },
28 return contents;
H A Dhyts_resource_en_US.java24 Object[][] contents = { { "subParent3", "enUSValue3" },
28 return contents;
H A Dhyts_resource_en_US_VAR.java24 Object[][] contents = { { "subParent4", "enUSVARValue4" },
28 return contents;
H A Dhyts_resource_fr.java24 Object[][] contents = { { "subParent2", "frValue2" },
27 return contents;
H A Dhyts_resource_fr_FR_VAR.java23 Object[][] contents = { { "subParent4", "frFRVARValue4" },
27 return contents;
/external/clang/test/CodeGen/
H A D2009-03-08-ZeroEltStructCrash.c7 } contents; member in struct:Union
10 int *array = u->contents.zero_arr;
/external/autotest/site_utils/rpm_control_system/
H A Ddli_urllib.py16 self.contents=''
22 self.contents = web_file.read()
23 return self.contents
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DMinimalCollection.java36 public static <E> MinimalCollection<E> of(E... contents) { argument
37 return new MinimalCollection<E>(Object.class, true, contents);
42 Class<? super E> type, E... contents) {
43 return new MinimalCollection<E>(type, true, contents);
46 private final E[] contents; field in class:MinimalCollection
51 MinimalCollection(Class<? super E> type, boolean allowNulls, E... contents) { argument
52 // TODO: consider making it shuffle the contents to test iteration order.
53 this.contents = Platform.clone(contents);
58 for (Object element : contents) {
41 ofClassAndContents( Class<? super E> type, E... contents) argument
[all...]
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntry.groovy53 * Construct a new instance with the specified path and file contents
55 * @param contents - the contents of the file, as a String
57 FileEntry(String path, String contents) {
59 setContents(contents)
79 * Set the contents of the file represented by this entry
80 * @param contents - the String whose bytes are used as the contents
82 void setContents(String contents) {
83 assert contents !
[all...]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTestParcelable.java7 int contents; field in class:TestParcelable
9 public TestParcelable(int contents) { argument
10 this.contents = contents;
32 dest.writeInt(contents);
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileEntry.java53 * Construct a new instance with the specified path and file contents
56 * @param contents - the contents of the file, as a String
58 public FileEntry(String path, String contents) { argument
60 setContents(contents);
82 * Set the contents of the file represented by this entry
84 * @param contents - the String whose bytes are used as the contents
86 public void setContents(String contents) { argument
87 byte[] newBytes = (contents !
96 setContents(byte[] contents) argument
172 setContentsInternal(byte[] contents) argument
[all...]
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileEntry.java53 * Construct a new instance with the specified path and file contents
56 * @param contents - the contents of the file, as a String
58 public FileEntry(String path, String contents) { argument
60 setContents(contents);
82 * Set the contents of the file represented by this entry
84 * @param contents - the String whose bytes are used as the contents
86 public void setContents(String contents) { argument
87 byte[] newBytes = (contents !
96 setContents(byte[] contents) argument
172 setContentsInternal(byte[] contents) argument
[all...]
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileEntry.java53 * Construct a new instance with the specified path and file contents
56 * @param contents - the contents of the file, as a String
58 public FileEntry(String path, String contents) { argument
60 setContents(contents);
82 * Set the contents of the file represented by this entry
84 * @param contents - the String whose bytes are used as the contents
86 public void setContents(String contents) { argument
87 byte[] newBytes = (contents !
96 setContents(byte[] contents) argument
172 setContentsInternal(byte[] contents) argument
[all...]

Completed in 359 milliseconds

1234567891011>>