Searched refs:ascii (Results 1 - 25 of 176) sorted by relevance

12345678

/external/guava/guava-tests/test/com/google/common/hash/
H A DMessageDigestHashFunctionTest.java17 assertMessageDigestHashing(HashTestUtils.ascii(""), "MD5");
18 assertMessageDigestHashing(HashTestUtils.ascii("Z"), "MD5");
19 assertMessageDigestHashing(HashTestUtils.ascii("foobar"), "MD5");
23 assertMessageDigestHashing(HashTestUtils.ascii(""), "SHA1");
24 assertMessageDigestHashing(HashTestUtils.ascii("Z"), "SHA1");
25 assertMessageDigestHashing(HashTestUtils.ascii("foobar"), "SHA1");
H A DMurmur3Hash128Test.java19 import static com.google.common.hash.HashTestUtils.ascii;
37 ascii("hell"));
39 ascii("hello"));
41 ascii("hello "));
43 ascii("hello w"));
45 ascii("hello wo"));
47 ascii("hello wor"));
49 ascii("The quick brown fox jumps over the lazy dog"));
51 ascii("The quick brown fox jumps over the lazy cog"));
/external/llvm/test/MC/MachO/
H A Dindirect-symbols.s10 .ascii "\364\364\364\364\364"
12 .ascii "\364\364\364\364\364"
14 .ascii "\364\364\364\364\364"
H A Ddata.s4 .ascii "hello"
/external/apache-http/src/org/apache/commons/codec/binary/
H A DBinaryCodec.java73 * Converts an array of raw binary data into an array of ascii 0 and 1 characters.
77 * @return 0 and 1 ascii character bytes one for each bit of the argument
85 * Converts an array of raw binary data into an array of ascii 0 and 1 chars.
89 * @return 0 and 1 ascii character chars one for each bit of the argument
102 * Decodes a byte array where each byte represents an ascii '0' or '1'.
104 * @param ascii
105 * each byte represents an ascii '0' or '1'
111 public Object decode(Object ascii) throws DecoderException { argument
112 if (ascii == null) {
115 if (ascii instanceo
135 decode(byte[] ascii) argument
147 toByteArray(String ascii) argument
166 fromAscii(char[] ascii) argument
193 fromAscii(byte[] ascii) argument
[all...]
/external/llvm/test/MC/AsmParser/
H A Ddirective_incbin.s6 # CHECK: .ascii "abcd\n"
H A Ddirective_ascii.s6 .ascii
15 .ascii "A"
28 .ascii "\1\01\07\08\001\0001\200\0"
31 # CHECK: .ascii "\b\f\n\r\t\\\""
33 .ascii "\b\f\n\r\t\\\""
/external/llvm/test/MC/AArch64/
H A Dmapping-within-section.s7 .ascii "012"
/external/webkit/Source/WebCore/platform/win/
H A DSharedBufferWin.cpp49 LOG_ERROR("Failed to open file %s to create shared buffer, GetLastError() = %u", filePath.ascii().data(), GetLastError());
63 LOG_ERROR("Failed to fully read contents of file %s, GetLastError() = %u", filePath.ascii().data(), GetLastError());
65 LOG_ERROR("Failed to get filesize of file %s, GetLastError() = %u", filePath.ascii().data(), lastError);
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S382 # ebx is 4-char ascii string to look for
549 ver_string: .ascii " Version \0"
550 compiled_string: .ascii ", Compiled \0"
551 processor: .ascii " Processor\0"
552 s_comma: .ascii "s, \0"
553 ram_comma: .ascii "M RAM, \0"
554 bogo_total: .ascii " Bogomips Total\n\0"
556 default_colors: .ascii "\033[0m\n\n\0"
558 cpuinfo: .ascii "/proc/cpuinfo\0"
561 one: .ascii "On
[all...]
/external/webkit/Source/WebCore/storage/
H A DAbstractDatabase.cpp55 LOG_ERROR("Error (%i) preparing statement to read text result from database (%s)", result, query.ascii().data());
69 LOG_ERROR("Error (%i) reading text result from database (%s)", result, query.ascii().data());
79 LOG_ERROR("Failed to prepare statement to set value in database (%s)", query.ascii().data());
87 LOG_ERROR("Failed to step statement to set value in database (%s)", query.ascii().data());
246 LOG_ERROR("Unable to open database at path %s", m_filename.ascii().data());
251 LOG_ERROR("Unable to turn on incremental auto-vacuum for database %s", m_filename.ascii().data());
265 LOG(StorageAPI, "Current cached version for guid %i is %s", m_guid, currentVersion.ascii().data());
273 LOG_ERROR("Unable to create table %s in database %s", databaseInfoTableName().ascii().data(), databaseDebugName().ascii().data());
282 LOG_ERROR("Failed to get current version from database %s", databaseDebugName().ascii()
[all...]
H A DDatabaseTracker.cpp121 LOG_ERROR("Failed to open databasePath %s.", databasePath.ascii().data());
308 LOG_ERROR("Failed to retrieve filename from Database Tracker for origin %s, name %s", originIdentifier.ascii().data(), name.ascii().data());
389 LOG_ERROR("Failed to retrieve all database names for origin %s", origin->databaseIdentifier().ascii().data());
440 LOG_ERROR("Error retrieving details for database %s in origin %s from tracker database", name.ascii().data(), originIdentifier.ascii().data());
474 LOG_ERROR("Error to determing existence of database %s in origin %s in tracker database", name.ascii().data(), originIdentifier.ascii().data());
480 name.ascii().data(), originIdentifier.ascii()
[all...]
/external/v8/test/mjsunit/
H A Dstring-external-cached.js65 var ascii = "ABCDEFGHIJKLMNOPQRST";
68 externalizeString(ascii, false);
71 assertTrue(isAsciiString(ascii));
73 var ascii_slice = ascii.slice(1,-1);
75 var ascii_cons = ascii + ascii;
78 assertEquals(["A", "A"], re.exec(ascii));
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DBase64.java50 private static byte[] ascii = new byte[255]; field in class:Base64
56 ascii[idx] = INVALID;
61 ascii[base64[idx]] = (byte) idx;
64 ascii[0x09] = WHITESPACE;
65 ascii[0x0A] = WHITESPACE;
66 ascii[0x0D] = WHITESPACE;
67 ascii[0x20] = WHITESPACE;
70 ascii[0x3d] = EQUAL;
114 // Do 3-byte to 4-byte conversion + 0-63 to ascii printable conversion
188 // Do ascii printabl
[all...]
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S386 add r8,r8,#0x30 @ convert to ascii
438 ver_string: .ascii " Version \0"
439 compiled_string: .ascii ", Compiled \0"
440 processor: .ascii " Processor, \0"
441 ram_comma: .ascii "M RAM, \0"
442 bogo_total: .ascii " Bogomips Total\n\0"
444 default_colors: .ascii "\033[0m\n\n\0"
445 escape: .ascii "\033[\0"
446 C: .ascii "C\0"
448 one: .ascii "On
[all...]
/external/webkit/Source/WebCore/loader/icon/
H A DIconRecord.cpp53 LOG(IconDatabase, "Destroying IconRecord for icon url %s", m_iconURL.ascii().data());
73 LOG(IconDatabase, "Manual image data for iconURL '%s' FAILED - it was probably invalid image data", m_iconURL.ascii().data());
/external/stlport/src/
H A Dstring.cpp10 wstring __ASCIIToWide(const char *ascii) { argument
11 size_t size = strlen(ascii);
13 mbstowcs(buff, ascii, size);
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S380 # ebx is 4-char ascii string to look for
549 ver_string: .ascii " Version \0"
550 compiled_string: .ascii ", Compiled \0"
551 processor: .ascii " Processor\0"
552 s_comma: .ascii "s, \0"
553 ram_comma: .ascii "M RAM, \0"
554 bogo_total: .ascii " Bogomips Total\n\0"
556 default_colors: .ascii "\033[0m\n\n\0"
558 cpuinfo: .ascii "/proc/cpuinfo\0"
561 one: .ascii "On
[all...]
/external/chromium/base/
H A Dutf_string_conversions.cc178 std::wstring ASCIIToWide(const base::StringPiece& ascii) { argument
179 DCHECK(IsStringASCII(ascii)) << ascii;
180 return std::wstring(ascii.begin(), ascii.end());
183 string16 ASCIIToUTF16(const base::StringPiece& ascii) { argument
184 DCHECK(IsStringASCII(ascii)) << ascii;
185 return string16(ascii.begin(), ascii
[all...]
H A Dutf_string_conversions.h54 BASE_API std::wstring ASCIIToWide(const base::StringPiece& ascii);
55 BASE_API string16 ASCIIToUTF16(const base::StringPiece& ascii);
/external/chromium/base/json/
H A Dstring_escape.cc68 unsigned char ascii = static_cast<unsigned char>(*it); local
69 dst->push_back(ascii);
/external/webkit/Source/WebCore/platform/brew/
H A DSharedBufferBrew.cpp59 LOG_ERROR("Failed to open file %s to create shared buffer, errno(%i)", filePath.ascii().data(), IFILEMGR_GetLastError(fileMgr.get()));
70 LOG_ERROR("Failed to fully read contents of file %s - errno(%i)", filePath.ascii().data(), IFILEMGR_GetLastError(fileMgr.get()));
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_class.cpp134 const QByteArray ascii = name.toAscii(); local
147 if (obj->dynamicPropertyNames().indexOf(ascii) >= 0)
169 int index = m_metaObject->indexOfProperty(ascii);
182 index = obj->dynamicPropertyNames().indexOf(ascii);
184 f = new QtField(ascii);
209 if (qtinst->m_methods.contains(ascii))
216 f = new QtField(ascii);
/external/grub/stage2/
H A Dserial.c203 char ascii;
219 char ascii;
242 input_buf[0] = three_code_table[i].ascii;
259 input_buf[0] = four_code_table[i].ascii;
201 char ascii; member in struct:__anon6299
217 char ascii; member in struct:__anon6300
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_xbiosinterrupt.S118 .ascii "XBRA"
119 .ascii "LSDL"
189 .ascii "XBRA"
190 .ascii "LSDL"

Completed in 506 milliseconds

12345678