HomeSort by relevance Sort by last modified time
    Searched refs:contents (Results 1 - 25 of 2660) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
nan-error-2.s 1 # No contents necessary.
  /system/core/libutils/tests/
Singleton_test1.cpp 27 void singletonSetInstanceContents(unsigned int contents) {
28 SingletonTestData::getInstance().contents = contents;
32 return SingletonTestData::getInstance().contents;
Singleton_test2.cpp 26 void singletonSetInstanceContents(unsigned int contents) {
27 SingletonTestData::getInstance().contents = contents;
31 return SingletonTestData::getInstance().contents;
  /external/apache-harmony/support/src/test/java/tests/support/
Support_TestResource.java 24 Object[][] contents = { { "parent1", "parentValue1" }, local
27 return contents;
Support_TestResource_en.java 24 Object[][] contents = { { "parent2", "enValue2" }, local
27 return contents;
Support_TestResource_en_US.java 24 Object[][] contents = { { "parent3", "enUSValue3" }, local
27 return contents;
Support_TestResource_fr.java 24 Object[][] contents = { { "parent2", "frValue2" }, local
27 return contents;
Support_TestResource_fr_FR.java 24 Object[][] contents = { { "parent3", "frFRValue3" }, local
27 return contents;
Support_TestResource_fr_FR_VAR.java 24 Object[][] contents = { { "parent4", "frFRVARValue4" }, local
28 return contents;
  /libcore/ojluni/src/main/java/sun/security/util/
Resources.java 35 private static final Object[][] contents = { field in class:Resources
161 * Returns the contents of this <code>ResourceBundle</code>.
165 * @return the contents of this <code>ResourceBundle</code>.
169 return contents;
  /libcore/support/src/test/java/tests/support/
Support_TestResource_en.java 24 Object[][] contents = { { "parent2", "enValue2" }, local
27 return contents;
Support_TestResource_en_US.java 24 Object[][] contents = { { "parent3", "enUSValue3" }, local
27 return contents;
Support_TestResource_fr.java 24 Object[][] contents = { { "parent2", "frValue2" }, local
27 return contents;
Support_TestResource_fr_FR.java 24 Object[][] contents = { { "parent3", "frFRValue3" }, local
27 return contents;
Support_TestResource_fr_FR_VAR.java 24 Object[][] contents = { { "parent4", "frFRVARValue4" }, local
28 return contents;
  /test/vts-testcase/kernel/api/proc/
ProcCmdlineTest.py 23 def parse_contents(self, contents):
24 if len(contents) == 0 or contents[-1] != '\n':
26 return contents[:-1].split(' ')
  /bionic/libc/private/
WriteProtected.h 39 // Write protected wrapper class that aligns its contents to a page boundary,
45 "WriteProtected only supports contents up to PAGE_SIZE");
46 static_assert(__is_pod(T), "WriteProtected only supports POD contents");
48 WriteProtectedContents<T> contents; member in class:WriteProtected
57 memset(&contents, 0, sizeof(contents));
59 if (mprotect(&contents, PAGE_SIZE, PROT_READ)) {
65 return &contents.value;
69 return contents.value;
74 if (mprotect(&contents, PAGE_SIZE, PROT_READ | PROT_WRITE) != 0)
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LevelTestResource.java 24 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/
hyts_resource_en_US.java 24 Object[][] contents = { { "subParent3", "enUSValue3" }, local
28 return contents;
hyts_resource_en_US_VAR.java 24 Object[][] contents = { { "subParent4", "enUSVARValue4" }, local
28 return contents;
hyts_resource_fr.java 24 Object[][] contents = { { "subParent2", "frValue2" }, local
27 return contents;
hyts_resource_fr_FR.java 24 Object[][] contents = { { "subParent3", "frFRValue3" }, local
28 return contents;
hyts_resource_fr_FR_VAR.java 23 Object[][] contents = { { "subParent4", "frFRVARValue4" }, local
27 return contents;
  /external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/resources/
hyts_resource.java 24 Object[][] contents = { { "subParent1", "subParentValue1" }, local
28 return contents;
hyts_resource_en_US.java 24 Object[][] contents = { { "subParent3", "enUSValue3" }, local
28 return contents;

Completed in 198 milliseconds

1 2 3 4 5 6 7 8 91011>>