Home
last modified time | relevance | path

Searched refs:content (Results 1 – 17 of 17) sorted by relevance

/art/libartbase/base/unix_file/
Drandom_access_file_test.h75 const std::string content("hello"); in TestRead()
76 … ASSERT_EQ(content.size(), static_cast<uint64_t>(file->Write(content.data(), content.size(), 0))); in TestRead()
78 TestReadContent(content, file.get()); in TestRead()
83 void TestReadContent(const std::string& content, RandomAccessFile* file) { in TestReadContent() argument
84 const int buf_size = content.size() + 10; in TestReadContent()
90 ASSERT_EQ(content.size(), static_cast<uint64_t>(file->Read(buf.get(), buf_size, 0))); in TestReadContent()
91 ASSERT_EQ(std::string(buf.get(), content.size()), content); in TestReadContent()
95 ASSERT_LT(short_request, content.size()); in TestReadContent()
98 content.substr(0, short_request)); in TestReadContent()
106 content.substr(non_zero_offset, short_request)); in TestReadContent()
[all …]
/art/tools/checker/common/
Dlogger.py47 def log(content, level=Level.INFO, color=Color.DEFAULT, new_line=True, out=sys.stdout): argument
49 content = "{}{}{}".format(Logger.Color.terminal_code(color, out), content,
52 print(content, file=out)
54 print(content, end="", file=out)
/art/test/dexdump/
Dcheckers.lst4 0x00001508 8 com.google.android.checkers.Checkers onConfigurationChanged (Landroid/content/res/Conf…
12 …4 com.google.android.checkers.CheckersView <init> (Landroid/content/Context;Landroid/content/Share…
13 0x00001f48 62 com.google.android.checkers.CheckersView a (Landroid/content/SharedPreferences$Editor…
14 0x00001f98 66 com.google.android.checkers.CheckersView a (Landroid/content/SharedPreferences;Ljava/…
18 0x00002148 588 com.google.android.checkers.CheckersView a (Landroid/content/SharedPreferences;)Z (n…
30 0x00003008 340 com.google.android.checkers.CheckersView a (Landroid/content/SharedPreferences$Edito…
73 0x00007214 28 com.google.android.checkers.b onClick (Landroid/content/DialogInterface;I)V (none) -1
75 0x0000725c 2 com.google.android.checkers.c onClick (Landroid/content/DialogInterface;I)V (none) -1
77 0x0000728c 2 com.google.android.checkers.d onClick (Landroid/content/DialogInterface;I)V (none) -1
79 0x000072bc 14 com.google.android.checkers.e onClick (Landroid/content/DialogInterface;I)V (none) -1
[all …]
Dall-dex-files.lst24 0x00001508 8 com.google.android.checkers.Checkers onConfigurationChanged (Landroid/content/res/Conf…
32 …4 com.google.android.checkers.CheckersView <init> (Landroid/content/Context;Landroid/content/Share…
33 0x00001f48 62 com.google.android.checkers.CheckersView a (Landroid/content/SharedPreferences$Editor…
34 0x00001f98 66 com.google.android.checkers.CheckersView a (Landroid/content/SharedPreferences;Ljava/…
38 0x00002148 588 com.google.android.checkers.CheckersView a (Landroid/content/SharedPreferences;)Z (n…
50 0x00003008 340 com.google.android.checkers.CheckersView a (Landroid/content/SharedPreferences$Edito…
93 0x00007214 28 com.google.android.checkers.b onClick (Landroid/content/DialogInterface;I)V (none) -1
95 0x0000725c 2 com.google.android.checkers.c onClick (Landroid/content/DialogInterface;I)V (none) -1
97 0x0000728c 2 com.google.android.checkers.d onClick (Landroid/content/DialogInterface;I)V (none) -1
99 0x000072bc 14 com.google.android.checkers.e onClick (Landroid/content/DialogInterface;I)V (none) -1
[all …]
Dcheckers.txt101 type : '(Landroid/content/res/Configuration;)V'
109 …8] com.google.android.checkers.Checkers.onConfigurationChanged:(Landroid/content/res/Configuration…
110 …-super {v0, v1}, Landroid/app/Activity;.onConfigurationChanged:(Landroid/content/res/Configuration…
132 …, v1}, Lcom/google/android/checkers/Checkers;.getPreferences:(I)Landroid/content/SharedPreferences…
134 …Lcom/google/android/checkers/CheckersView;.<init>:(Landroid/content/Context;Landroid/content/Share…
361 001858: 2202 0a00 |0036: new-instance v2, Landroid/content/Intent; // …
363 001860: 7030 1200 3201 |003a: invoke-direct {v2, v3, v1}, Landroid/content/…
364 …{v5, v2}, Lcom/google/android/checkers/Checkers;.startActivity:(Landroid/content/Intent;)V // meth…
426 …, v0}, Lcom/google/android/checkers/Checkers;.getPreferences:(I)Landroid/content/SharedPreferences…
428 … |0008: invoke-interface {v0}, Landroid/content/SharedPreferences;.edit:()Landroid/cont…
[all …]
Dall-dex-files.txt742 type : '(Landroid/content/res/Configuration;)V'
750 …8] com.google.android.checkers.Checkers.onConfigurationChanged:(Landroid/content/res/Configuration…
751 …-super {v0, v1}, Landroid/app/Activity;.onConfigurationChanged:(Landroid/content/res/Configuration…
773 …, v1}, Lcom/google/android/checkers/Checkers;.getPreferences:(I)Landroid/content/SharedPreferences…
775 …Lcom/google/android/checkers/CheckersView;.<init>:(Landroid/content/Context;Landroid/content/Share…
1002 001858: 2202 0a00 |0036: new-instance v2, Landroid/content/Intent; // …
1004 001860: 7030 1200 3201 |003a: invoke-direct {v2, v3, v1}, Landroid/content/…
1005 …{v5, v2}, Lcom/google/android/checkers/Checkers;.startActivity:(Landroid/content/Intent;)V // meth…
1067 …, v0}, Lcom/google/android/checkers/Checkers;.getPreferences:(I)Landroid/content/SharedPreferences…
1069 … |0008: invoke-interface {v0}, Landroid/content/SharedPreferences;.edit:()Landroid/cont…
[all …]
/art/tools/ahat/src/main/com/android/ahat/
DDocString.java52 public static DocString link(URI uri, DocString content) { in link() argument
54 return doc.appendLink(uri, content); in link()
176 public DocString appendLink(URI uri, DocString content) { in appendLink() argument
180 mStringBuilder.append(content.html()); in appendLink()
/art/dexlist/
Ddexlist.cc162 std::string content; in processFile() local
164 if (!android::base::ReadFileToString(fileName, &content)) { in processFile()
172 if (!dex_file_loader.OpenAll(reinterpret_cast<const uint8_t*>(content.data()), in processFile()
173 content.size(), in processFile()
/art/tools/dexanalyze/
Ddexanalyze.cc203 std::string content; in Run() local
205 if (!android::base::ReadFileToString(filename.c_str(), &content)) { in Run()
211 if (!dex_file_loader.OpenAll(reinterpret_cast<const uint8_t*>(content.data()), in Run()
212 content.size(), in Run()
/art/tools/veridex/
Dveridex.cc290 std::string& content, in Load() argument
299 if (!android::base::ReadFileToString(filename.c_str(), &content)) { in Load()
308 if (!dex_file_loader.OpenAll(reinterpret_cast<const uint8_t*>(content.data()), in Load()
309 content.size(), in Load()
/art/tools/checker/file_format/checker/
Dtest.py203 content = statementEntry[0]
205 statement = TestStatement(test_case, variant, content, 0)
207 statement.add_expression(TestExpression.create_plain_text(content))
209 statement.add_expression(TestExpression.create_pattern_from_plain_text(content))
/art/dexdump/
Ddexdump.cc1867 std::string content; in processFile() local
1871 if (!android::base::ReadFileToString(fileName, &content)) { in processFile()
1879 if (!dex_file_loader.OpenAll(reinterpret_cast<const uint8_t*>(content.data()), in processFile()
1880 content.size(), in processFile()
/art/profman/
Dprofile_assistant_test.cc2033 std::string content = "giberish"; in TEST_F() local
2034 ASSERT_TRUE(profile1.GetFile()->WriteFully(content.c_str(), content.length())); in TEST_F()
/art/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/art/build/boot/
Dpreloaded-classes2028 libcore.content.type.MimeMap$Builder
2029 libcore.content.type.MimeMap$MemoizingSupplier
2030 libcore.content.type.MimeMap
Dboot-image-profile.txt5229 …nteger;,Ljava/lang/Boolean;,Ljava/lang/String;,Ljava/lang/Long;,Landroid/content/ComponentName;,Lj…
8043 HSPLlibcore/content/type/MimeMap$Builder$Element;-><init>(Ljava/lang/String;Z)V
8044 HSPLlibcore/content/type/MimeMap$Builder$Element;->ofExtensionSpec(Ljava/lang/String;)Llibcore/cont…
8045 HSPLlibcore/content/type/MimeMap$Builder$Element;->ofMimeSpec(Ljava/lang/String;)Llibcore/content/t…
8046 HSPLlibcore/content/type/MimeMap$Builder;->maybePut(Ljava/util/Map;Llibcore/content/type/MimeMap$Bu…
8047 HSPLlibcore/content/type/MimeMap$MemoizingSupplier;->get()Ljava/lang/Object;
8048 HSPLlibcore/content/type/MimeMap;-><init>(Ljava/util/Map;Ljava/util/Map;)V
8049 HSPLlibcore/content/type/MimeMap;->access$000(Ljava/lang/String;)Ljava/lang/String;
8050 HSPLlibcore/content/type/MimeMap;->checkValidExtension(Ljava/lang/String;)V
8051 HSPLlibcore/content/type/MimeMap;->checkValidMimeType(Ljava/lang/String;)V
[all …]
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt728 Lcom/android/okhttp/internal/http/RetryableSink;->content:Lcom/android/okhttp/okio/Buffer;
4796 Ljava/security/SignedObject;->content:[B
11278 Lsun/security/pkcs/ContentInfo;->content:Lsun/security/util/DerValue;