Home
last modified time | relevance | path

Searched defs:contents (Results 1 – 25 of 76) sorted by relevance

1234

/system/memory/mmd/src/zram/stats/
Dtests.rs23 let contents = "12345\n"; in test_load_total_zram_size() localVariable
33 let contents = "a"; in test_load_total_zram_size_invalid_value() localVariable
52 let contents = " 1 2 3 4 5 6 7 8 9"; in test_zram_mm_stat() localVariable
75 let contents = " 1 2 3 4 5 6 7 8"; in test_zram_mm_stat_skip_huge_pages_since() localVariable
98 let contents = " 1 2 3 4 5 6 7"; in test_zram_mm_stat_skip_huge_pages() localVariable
121 let contents = " 1 2 3 4 -5 6 7 8 9"; in test_zram_mm_stat_negative_mem_used_max() localVariable
153 let contents = " 1 2 3 4 5 6"; in test_zram_mm_stat_less_values() localVariable
163 let contents = " 1 2 3 4 5 6 a"; in test_zram_mm_stat_invalid_value() localVariable
173 let contents = "1 2 3"; in test_zram_bd_stat() localVariable
195 let contents = "1 2"; in test_zram_bd_stat_less_values() localVariable
[all …]
/system/update_engine/common/
Daction_pipe.h61 const ObjectType& contents() const { return contents_; } in contents() function
65 void set_contents(const ObjectType& contents) { contents_ = contents; } in set_contents()
/system/extras/memory_replay/
DFile.cpp45 std::string contents; in ZipGetContents() local
142 std::string contents; in GetUnwindInfo() local
184 std::string contents; in GetUnwindInfo() local
/system/update_engine/payload_consumer/
Dpartition_update_generator_android_unittest.cc64 void SetUpBlockDevice(const std::map<std::string, std::string>& contents) { in SetUpBlockDevice()
116 std::map<std::string, std::string> contents = { in TEST_F() local
139 std::map<std::string, std::string> contents = { in TEST_F() local
/system/memory/mmd/src/zram/
Dstats.rs51 let contents = Z::read_disksize()?; in load_total_zram_size() localVariable
90 let contents = Z::read_mm_stat()?; in load() localVariable
120 let contents = Z::read_bd_stat()?; in load() localVariable
/system/tools/aidl/tests/
Dfake_io_delegate.cpp48 unique_ptr<string> contents; in GetFileContents() local
74 const string& contents) { in SetFileContents()
/system/core/libutils/
DSingleton_test.h27 unsigned int contents; member
DSingleton_test2.cpp26 void singletonSetInstanceContents(unsigned int contents) { in singletonSetInstanceContents()
DSingleton_test1.cpp27 void singletonSetInstanceContents(unsigned int contents) { in singletonSetInstanceContents()
/system/linkerconfig/contents/namespace/
Dapexplatform.cc31 namespace contents { namespace
Dvndkinsystem.cc38 namespace contents { namespace
Dsphal.cc37 namespace contents { namespace
Dunrestricteddefault.cc27 namespace contents { namespace
Disolateddefault.cc26 namespace contents { namespace
Dpostinstall.cc23 namespace contents { namespace
Dsystem.cc28 namespace contents { namespace
Drecoverydefault.cc25 namespace contents { namespace
Dapexemptydefault.cc27 namespace contents { namespace
Dapexdefault.cc30 namespace contents { namespace
Drs.cc32 namespace contents { namespace
/system/linkerconfig/contents/section/
Dpostinstall.cc34 namespace contents { namespace
Drecovery.cc27 namespace contents { namespace
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stats.cpp38 std::string contents; in ReadState() local
51 std::string contents; in WriteState() local
/system/linkerconfig/contents/configuration/
Dlegacy.cc26 namespace contents { namespace
/system/logging/liblog/tests/
Dliblog_convertPrintable_fuzzer.cpp23 std::string contents = dataProvider.ConsumeRemainingBytesAsString(); in LLVMFuzzerTestOneInput() local

1234