| /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/ |
| SharingSupport.java | 42 * sharing intents with a type of text/plain. It provides an example of writing a sharing 57 b.setType("text/plain").setText("Share from menu"); 66 .setType("text/plain") 80 .setType("text/plain") 103 .setType("text/plain")
|
| /packages/apps/Bluetooth/tests/robotests/src/com/android/bluetooth/opp/ |
| OppSendFileInfoTest.java | 60 * Test a BluetoothOppSendFileInfo generated from a local file (MIME type: text/plain, 71 mContext, uri, "text/plain", false); 74 assertThat(sendFileInfo.mMimetype).isEqualTo("text/plain"); 93 * Test a BluetoothOppSendFileInfo generated from a big local file (MIME type: text/plain, 105 mContext, uri, "text/plain", false);
|
| /packages/apps/Email/tests/src/com/android/emailcommon/utility/ |
| AttachmentUtilitiesTests.java | 43 * | Y | text/plain | | | text/plain | 54 final String TEXT_PLAIN = "text/plain"; 84 // Unrecognized and non-empty file extension, non-"text/plain" type; generate mime type 90 // Unrecognized and empty file extension, non-"text/plain" type; return "app/octet-stream" 98 // Unrecognized or empty file extension, "text/plain" type; return "text/plain"
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
| RelativeDateTimeFormatterTest.java | 407 {Direction.PLAIN, AbsoluteUnit.DAY, "day"}, 408 {Direction.PLAIN, AbsoluteUnit.WEEK, "week"}, 409 {Direction.PLAIN, AbsoluteUnit.MONTH, "month"}, 410 {Direction.PLAIN, AbsoluteUnit.YEAR, "year"}, 411 {Direction.PLAIN, AbsoluteUnit.MONDAY, "Monday"}, 412 {Direction.PLAIN, AbsoluteUnit.TUESDAY, "Tuesday"}, 413 {Direction.PLAIN, AbsoluteUnit.WEDNESDAY, "Wednesday"}, 414 {Direction.PLAIN, AbsoluteUnit.THURSDAY, "Thursday"}, 415 {Direction.PLAIN, AbsoluteUnit.FRIDAY, "Friday"}, 416 {Direction.PLAIN, AbsoluteUnit.SATURDAY, "Saturday"} [all...] |
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| RelativeDateTimeFormatterTest.java | 404 {Direction.PLAIN, AbsoluteUnit.DAY, "day"}, 405 {Direction.PLAIN, AbsoluteUnit.WEEK, "week"}, 406 {Direction.PLAIN, AbsoluteUnit.MONTH, "month"}, 407 {Direction.PLAIN, AbsoluteUnit.YEAR, "year"}, 408 {Direction.PLAIN, AbsoluteUnit.MONDAY, "Monday"}, 409 {Direction.PLAIN, AbsoluteUnit.TUESDAY, "Tuesday"}, 410 {Direction.PLAIN, AbsoluteUnit.WEDNESDAY, "Wednesday"}, 411 {Direction.PLAIN, AbsoluteUnit.THURSDAY, "Thursday"}, 412 {Direction.PLAIN, AbsoluteUnit.FRIDAY, "Friday"}, 413 {Direction.PLAIN, AbsoluteUnit.SATURDAY, "Saturday"} [all...] |
| /external/slf4j/integration/ |
| build.xml | 114 <formatter type="plain" /> 122 <formatter type="plain" /> 134 <formatter type="plain" /> 143 <formatter type="plain" /> 154 <formatter type="plain" /> 164 <formatter type="plain" /> 174 <formatter type="plain" /> 184 <formatter type="plain" /> 193 <formatter type="plain" />
|
| /prebuilts/go/darwin-x86/src/encoding/xml/ |
| marshal_test.go | 285 type Plain struct { 530 // Unless explicitly stated as such (or *Plain), all of the 547 {Value: &Plain{true}, ExpectXML: `<Plain><V>true</V></Plain>`}, 548 {Value: &Plain{false}, ExpectXML: `<Plain><V>false</V></Plain>`}, 549 {Value: &Plain{int(42)}, ExpectXML: `<Plain><V>42</V></Plain>`} [all...] |
| /prebuilts/go/linux-x86/src/encoding/xml/ |
| marshal_test.go | 285 type Plain struct { 530 // Unless explicitly stated as such (or *Plain), all of the 547 {Value: &Plain{true}, ExpectXML: `<Plain><V>true</V></Plain>`}, 548 {Value: &Plain{false}, ExpectXML: `<Plain><V>false</V></Plain>`}, 549 {Value: &Plain{int(42)}, ExpectXML: `<Plain><V>42</V></Plain>`} [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
| msg_13.txt | 9 Content-Type: text/plain; charset="us-ascii"
11 A text/plain part
18 Content-Type: text/plain; charset="us-ascii"
|
| msg_01.txt | 6 Content-Type: text/plain; charset=us-ascii
|
| msg_05.txt | 12 Content-Type: text/plain
|
| msg_20.txt | 6 Content-Type: text/plain; charset=us-ascii
|
| /external/curl/tests/data/ |
| test1075 | 22 Content-Type: text/plain
32 Content-Type: text/plain
40 Content-Type: text/plain
|
| /external/python/cpython2/Lib/email/test/data/ |
| msg_13.txt | 9 Content-Type: text/plain; charset="us-ascii" 11 A text/plain part 18 Content-Type: text/plain; charset="us-ascii"
|
| /external/python/cpython3/Lib/test/test_email/data/ |
| msg_13.txt | 9 Content-Type: text/plain; charset="us-ascii" 11 A text/plain part 18 Content-Type: text/plain; charset="us-ascii"
|
| /external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/ |
| ScalarEvent.java | 30 // indicate if the tag may be omitted when the scalar is emitted in a plain 31 // and non-plain style correspondingly. 57 * <dd>Flow Style - Plain</dd>
|
| /external/tensorflow/tensorflow/core/lib/core/ |
| raw_coding.h | 33 memcpy(&result, ptr, sizeof(result)); // gcc optimizes this to a plain load 45 memcpy(&result, ptr, sizeof(result)); // gcc optimizes this to a plain load 59 memcpy(&result, ptr, sizeof(result)); // gcc optimizes this to a plain load
|
| /external/wpa_supplicant_8/src/crypto/ |
| aes-wrap.c | 22 * @plain: Plaintext key to be wrapped, n * 64 bits 26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) 38 os_memcpy(r, plain, 8 * n);
|
| /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/ |
| JobErrorHandlingTest.java | 37 Uri validUri = mDocs.createDocument(mSrcRoot, "text/plain", "test2.txt"); 52 Uri validUri = mDocs.createDocument(mSrcRoot, "text/plain", "test2.txt"); 66 Uri validUri = mDocs.createDocument(mSrcRoot, "text/plain", "test2.txt");
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/data/ |
| msg_13.txt | 9 Content-Type: text/plain; charset="us-ascii" 11 A text/plain part 18 Content-Type: text/plain; charset="us-ascii"
|
| /prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/ |
| msg_13.txt | 9 Content-Type: text/plain; charset="us-ascii" 11 A text/plain part 18 Content-Type: text/plain; charset="us-ascii"
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
| msg_13.txt | 9 Content-Type: text/plain; charset="us-ascii" 11 A text/plain part 18 Content-Type: text/plain; charset="us-ascii"
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
| msg_13.txt | 9 Content-Type: text/plain; charset="us-ascii" 11 A text/plain part 18 Content-Type: text/plain; charset="us-ascii"
|
| /frameworks/base/core/tests/coretests/src/android/util/ |
| Base64Test.java | 321 byte[] plain = (lipsum + lipsum + lipsum + lipsum + lipsum).getBytes(); 324 byte[] encoded = Base64.encode(plain, flags); 328 byte[] actual = new byte[plain.length * 2]; 332 // ----- test decoding ("encoded" -> "plain") ----- 341 assertEquals(actual, ap, plain); 350 assertEquals(actual, ap, plain); 369 assertEquals(actual, ap, plain); 371 // ----- test encoding ("plain" -> "encoded") ----- 374 bais = new ByteArrayInputStream(plain); 383 bais = new ByteArrayInputStream(plain); [all...] |
| /art/test/048-reflect-v8/src/ |
| Calendars.java | 21 // Plain old annotation, there's nothing 1.8 specific about it.
|