HomeSort by relevance Sort by last modified time
    Searched full:plain (Results 501 - 525 of 4692) sorted by null

<<21222324252627282930>>

  /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
FileManagementUiTest.java 55 mDocsHelper.createDocument(rootDir0, "text/plain", "file0.log");
59 mDocsHelper.createDocument(rootDir1, "text/plain", "anotherFile0.log");
60 mDocsHelper.createDocument(rootDir1, "text/plain", "poodles.text");
146 mDocsHelper.createDocument(test, "text/plain", name);
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
Provider.java 52 return "text/plain";
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/data/
msg_29.txt 6 Content-Type: text/plain; charset=us-ascii;
msg_45.txt 13 Content-Type: text/plain
msg_46.txt 20 Content-Type: text/plain; charset=ISO-8859-15
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/
msg_29.txt 6 Content-Type: text/plain; charset=us-ascii;
msg_45.txt 13 Content-Type: text/plain
msg_46.txt 20 Content-Type: text/plain; charset=ISO-8859-15
  /prebuilts/go/darwin-x86/src/crypto/cipher/
ctr_aes_test.go 91 plain := make([]byte, len(in))
92 ctr.XORKeyStream(plain, in)
93 if out := tt.in[0:len(in)]; !bytes.Equal(out, plain) {
94 t.Errorf("%s/%d: CTRReader\nhave %x\nwant %x", test, len(out), plain, out)
  /prebuilts/go/linux-x86/src/crypto/cipher/
ctr_aes_test.go 91 plain := make([]byte, len(in))
92 ctr.XORKeyStream(plain, in)
93 if out := tt.in[0:len(in)]; !bytes.Equal(out, plain) {
94 t.Errorf("%s/%d: CTRReader\nhave %x\nwant %x", test, len(out), plain, out)
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
flavormap.properties 62 UTF8_STRING=text/plain;charset=UTF-8;eoln="\n";terminators=0
71 # COMPOUND_TEXT=text/plain;charset=x-compound-text;eoln="\n";terminators=0
73 TEXT=text/plain;eoln="\n";terminators=0
74 STRING=text/plain;charset=UTF-8;eoln="\n";terminators=0
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
flavormap.properties 62 UTF8_STRING=text/plain;charset=UTF-8;eoln="\n";terminators=0
71 # COMPOUND_TEXT=text/plain;charset=x-compound-text;eoln="\n";terminators=0
73 TEXT=text/plain;eoln="\n";terminators=0
74 STRING=text/plain;charset=iso8859-1;eoln="\n";terminators=0
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/src/
shaderc_c_smoke_test.c 19 // Because we want to test this as a plain old C file, we cannot use
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_29.txt 6 Content-Type: text/plain; charset=us-ascii;
msg_45.txt 13 Content-Type: text/plain
msg_46.txt 20 Content-Type: text/plain; charset=ISO-8859-15
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_29.txt 6 Content-Type: text/plain; charset=us-ascii;
msg_45.txt 13 Content-Type: text/plain
msg_46.txt 20 Content-Type: text/plain; charset=ISO-8859-15
  /prebuilts/tools/common/m2/repository/org/beanshell/beanshell/2.0b4/
beanshell-2.0b4.pom 33 <!-- [MPG] UnconnectedImport: text.plain -->
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.pom 25 <!-- [MPG] UnconnectedImport: text.plain -->
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
ShareCodeAction.java 29 sharingIntent.setType("text/plain");
  /system/media/camera/docs/
README.md 13 * Markdown 2.1+ - Plain text to HTML converter, for docs formatting.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/
ld-r-1.d 13 # same layout as a plain assembly file: the addend is in the data only.
  /tools/tradefederation/core/src/com/android/tradefed/util/net/
HttpMultipartPost.java 34 * Currently the implementation only supports 'text/plain' content types.
38 private static final String CONTENT_TYPE = "text/plain";
75 * only supports 'text/plain' content type.
92 * supports 'text/plain' content type.

Completed in 1842 milliseconds

<<21222324252627282930>>