HomeSort by relevance Sort by last modified time
    Searched refs:ascii (Results 126 - 150 of 261) sorted by null

1 2 3 4 56 7 8 91011

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 237 from curses import ascii namespace
244 if ascii.unctrl(ch) != expected:
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 121 // |ascii| must be a NULL-terminated C string, and must remain valid
123 V8ExternalASCIILiteral(const char* ascii, size_t length)
124 : ascii_(ascii), length_(length) {
177 // Converts an ASCII std::string to a V8 string.
186 // Converts an ASCII string literal to a V8 string.
187 v8::Local<v8::String> ASCIILiteralToV8String(v8::Isolate* isolate, const char* ascii) {
188 // DCHECK(IsStringASCII(ascii));
189 size_t length = strlen(ascii);
191 return v8::String::NewFromUtf8(isolate, ascii, v8::String::kNormalString, length);
192 return v8::String::NewExternal(isolate, new V8ExternalASCIILiteral(ascii, length))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.cpp 411 printf("%*sselectorText(): %s\n", indent, "", selectorText().ascii().data());
415 printf("%*svalue(): %s\n", indent, "", value().ascii().data());
418 printf("%*stagQName().localName: %s\n", indent, "", tagQName().localName().ascii().data());
421 printf("%*sattribute(): %s\n", indent, "", attribute().localName().ascii().data());
422 printf("%*sargument(): %s\n", indent, "", argument().ascii().data());
434 printf("\n******* CSSSelector::show(\"%s\") *******\n", selectorText().ascii().data());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /external/qemu-pc-bios/vgabios/
vbe.c 52 .ascii "Bochs/Plex86 VBE(C) 2003 http://savannah.nongnu.org/projects/vgabios/"
56 .ascii "Bochs/Plex86 Developers"
60 .ascii "Bochs/Plex86 VBE Adapter"
64 .ascii "$Id$"
68 .ascii "Bochs VBE Display Adapter enabled"
74 .ascii "NO Bochs VBE Support available!"
81 .ascii "VBE Bios $Id$"
    [all...]
vgabios.c 159 .ascii "IBM"
163 .ascii "Plex86/Bochs VGABios"
165 .ascii " (PCI)"
167 .ascii " "
172 .ascii "current-cvs"
174 .ascii VGABIOS_VERS
176 .ascii " "
179 .ascii VGABIOS_DATE
184 .ascii "(C) 2008 the LGPL VGABios developers Team"
189 .ascii "This VGA/VBE Bios is released under the GNU LGPL
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c 9 * encoding: US-ASCII
59 * C0 control codes and space are encoded with their US-ASCII bytes.
63 /* initial value for "prev": middle of the ASCII range */
135 * ASCII-oriented software.
935 static const UChar ascii[]={ 0x61, 0x62, 0x20, 0x63, 0x61 }; variable
955 { ascii, LENGTHOF(ascii) },
  /external/icu/icu4c/source/test/cintltst/
bocu1tst.c 9 * encoding: US-ASCII
59 * C0 control codes and space are encoded with their US-ASCII bytes.
63 /* initial value for "prev": middle of the ASCII range */
135 * ASCII-oriented software.
935 static const UChar ascii[]={ 0x61, 0x62, 0x20, 0x63, 0x61 }; variable
955 { ascii, LENGTHOF(ascii) },
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicString.h 152 CString ascii() const { return m_string.ascii(); } function in class:WTF::AtomicString
  /external/chromium_org/third_party/icu/source/test/intltest/
testidna.cpp 9 * encoding: US-ASCII
240 const char *ascii; member in struct:ErrorCases
314 /* wrong ACE-prefix followed by valid ACE-encoded ASCII */
    [all...]
  /external/icu/icu4c/source/test/intltest/
testidna.cpp 9 * encoding: US-ASCII
240 const char *ascii; member in struct:ErrorCases
314 /* wrong ACE-prefix followed by valid ACE-encoded ASCII */
    [all...]
  /external/iproute2/tc/
m_ematch.c 529 void bstr_print(FILE *fd, const struct bstr *b, int ascii)
534 if (ascii)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
csv.py 298 ascii = [chr(c) for c in range(127)] # 7-bit ASCII
310 for char in ascii:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
csv.py 298 ascii = [chr(c) for c in range(127)] # 7-bit ASCII
310 for char in ascii:
  /external/bouncycastle/
import_bouncycastle.sh 137 sed 's/<p>/& <BR>/g' LICENSE.html | html2text -width 102 -nobs -ascii > ../NOTICE
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElementTest.cpp 162 SCOPED_TRACE(::testing::Message() << "offset " << position.deprecatedEditingOffset() << " of " << nodePositionAsStringForTesting(position.deprecatedNode()).ascii().data());
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.cpp 71 WTF_LOG_ERROR("SQLite database failed to load from %s\nCause - %s", filename.ascii().data(),
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontCacheSkia.cpp 100 FontCache::getFontForCharacter(c, fontDescription.locale().ascii().data(), &fallbackFont);
  /external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializer.cpp 164 resource.mimeType = iter->mimeType.ascii();
  /external/chromium_org/third_party/skia/samplecode/
SampleAll.cpp 348 char ascii[] = "ascii..."; local
349 int asciiLength = sizeof(ascii) - 1;
470 canvas->drawPosText(ascii, asciiLength, pos.begin(), paint);
471 canvas->drawPosText(ascii, asciiLength, pos2.begin(), paint);
  /external/chromium_org/v8/test/webkit/fast/js/kde/
md5-1.js 390 var ascii="01234567890123456789012345678901" + variable
401        update(ascii.lastIndexOf(l));
  /external/guava/guava-tests/test/com/google/common/hash/
HashTestUtils.java 21 * Converts a string, which should contain only ascii-representable characters, to a byte[].
23 static byte[] ascii(String string) { method in class:HashTestUtils
  /external/skia/samplecode/
SampleAll.cpp 346 char ascii[] = "ascii..."; local
347 int asciiLength = sizeof(ascii) - 1;
468 canvas->drawPosText(ascii, asciiLength, pos.begin(), paint);
469 canvas->drawPosText(ascii, asciiLength, pos2.begin(), paint);
  /external/tcpdump/win32/prj/
GNUmakefile 51 ../../print-ascii.o \
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 

Completed in 791 milliseconds

1 2 3 4 56 7 8 91011