/external/lohit-fonts/lohit-odia-ttf/ |
66-lohit-odia.conf | 1 <?xml version="1.0" encoding="UTF-8"?>
|
/external/lzma/C/ |
BraIA64.c | 14 SizeT IA64_Convert(Byte *data, SizeT size, UInt32 ip, int encoding)
48 if (encoding)
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
ANTLRxxxxStreamFixture.cs | 44 using Encoding = System.Text.Encoding; 66 Encoding encoding = Encoding.Unicode; 67 byte[] grammarStrBuffer = encoding.GetBytes(grammarStr); 70 ANTLRInputStream input = new ANTLRInputStream(grammarStream, encoding); 78 ANTLRInputStream inputStream = new ANTLRInputStream(grammarStream, Encoding.Unicode); 85 Encoding encoding = Encoding.Unicode [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkFont.cpp | 61 int SkFont::textToGlyphs(const void* text, size_t byteLength, SkTextEncoding encoding, 71 switch (encoding) { 89 // TODO: unify/eliminate SkTypeface::Encoding with SkTextEncoding 90 SkTypeface::Encoding typeface_encoding; 91 switch (encoding) { 102 SkASSERT(kGlyphID_SkTextEncoding == encoding); 112 SkScalar SkFont::measureText(const void* text, size_t byteLength, SkTextEncoding encoding) const {
|
/external/chromium_org/url/ |
url_canon_icu_unittest.cc | 49 const char* encoding; member in struct:url::__anon21831::ICUCase 65 UConvScoper conv(icu_cases[i].encoding); 103 const char* encoding; member in struct:url::__anon21831::QueryCase 124 UConvScoper conv(query_cases[i].encoding); 125 ASSERT_TRUE(!query_cases[i].encoding || conv.converter());
|
/external/compiler-rt/lib/builtins/ |
gcc_personality_v0.c | 99 static uintptr_t readEncodedPointer(const uint8_t** data, uint8_t encoding) 104 if ( encoding == DW_EH_PE_omit ) 108 switch (encoding & 0x0F) { 148 switch ( encoding & 0x70 ) { 166 if (encoding & DW_EH_PE_indirect) {
|
/external/elfutils/0.153/libdw/ |
dwarf_next_cfi.c | 220 uint8_t encoding; local 223 case 'L': /* Skip LSDA pointer encoding byte. */ 224 case 'R': /* Skip FDE address encoding byte. */ 225 encoding = *bytes++; 227 += encoded_value_size (data, e_ident, encoding, NULL); 230 encoding = *bytes++; 231 bytes += encoded_value_size (data, e_ident, encoding, bytes);
|
/external/llvm/test/MC/ARM/ |
deprecated-v8.s | 1 @ RUN: llvm-mc -triple armv8 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ARMV8 2 @ RUN: llvm-mc -triple thumbv8 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMBV8 3 @ RUN: llvm-mc -triple armv7 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ARMV7 4 @ RUN: llvm-mc -triple thumbv7 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMBV7 5 @ RUN: llvm-mc -triple armv6 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ARMV6
|
neon-vld-vst-align.s | 1 @ RUN: not llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s > %t 2> %t.err 12 @ CHECK: vld1.8 {d0}, [r4] @ encoding: [0x24,0xf9,0x0f,0x07] 19 @ CHECK: vld1.8 {d0}, [r4:64] @ encoding: [0x24,0xf9,0x1f,0x07] 34 @ CHECK: vld1.8 {d0}, [r4]! @ encoding: [0x24,0xf9,0x0d,0x07] 41 @ CHECK: vld1.8 {d0}, [r4:64]! @ encoding: [0x24,0xf9,0x1d,0x07] 56 @ CHECK: vld1.8 {d0}, [r4], r6 @ encoding: [0x24,0xf9,0x06,0x07] 63 @ CHECK: vld1.8 {d0}, [r4:64], r6 @ encoding: [0x24,0xf9,0x16,0x07] 78 @ CHECK: vld1.8 {d0, d1}, [r4] @ encoding: [0x24,0xf9,0x0f,0x0a] 85 @ CHECK: vld1.8 {d0, d1}, [r4:64] @ encoding: [0x24,0xf9,0x1f,0x0a] 86 @ CHECK: vld1.8 {d0, d1}, [r4:128] @ encoding: [0x24,0xf9,0x2f,0x0a [all...] |
/art/compiler/utils/arm/ |
assembler_arm32.cc | 184 int32_t encoding = B26 | B25 | B24 | B20 | local 191 Emit(encoding); 200 int32_t encoding = B26 | B25 | B24 | B21 | B20 | local 207 Emit(encoding); 523 int32_t encoding = static_cast<int32_t>(cond) << kConditionShift | local 530 Emit(encoding); 536 int32_t encoding = static_cast<int32_t>(cond) << kConditionShift | local 539 Emit(Arm32Assembler::EncodeBranchOffset(offset, encoding)); 552 int32_t encoding = 0; local 562 encoding = (static_cast<int32_t>(cond) << kConditionShift) 589 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 605 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 622 int32_t encoding = static_cast<int32_t>(cond) << kConditionShift | local 639 int32_t encoding = static_cast<int32_t>(cond) << kConditionShift | local 668 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 678 int32_t encoding = static_cast<int32_t>(cond) << kConditionShift | local 687 int32_t encoding = static_cast<int32_t>(cond) << kConditionShift | local 702 int32_t encoding = opcode | local 716 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 735 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 748 int32_t encoding = (kSpecialCondition << kConditionShift) | local 756 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 768 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 783 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 803 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 825 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 845 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 866 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 880 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 894 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 907 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 921 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 964 int32_t encoding = B27 | B26 | B21 | B19 | B18 | B16 | local 982 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 1000 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 1017 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 1032 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 1137 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 1147 int32_t encoding = (AL << kConditionShift) | B27 | B26 | B25 | B24 | imm24; local 1153 int32_t encoding = (AL << kConditionShift) | B24 | B21 | local 1162 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 1172 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) | local 1473 int32_t encoding = 0xf57ff05f; \/\/ dmb local [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | 257 TiXmlEncoding encoding /*= TIXML_ENCODING_UNKNOWN */ ) = 0; 288 static const char* SkipWhiteSpace( const char*, TiXmlEncoding encoding ); 310 static const char* ReadName( const char* p, TIXML_STRING* name, TiXmlEncoding encoding ); 320 TiXmlEncoding encoding ); // the current encoding 323 static const char* GetEntity( const char* in, char* value, int* length, TiXmlEncoding encoding ); 327 inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encoding ) 330 if ( encoding == TIXML_ENCODING_UTF8 ) 343 return GetEntity( p, _value, length, encoding ); 369 TiXmlEncoding encoding ); 1342 TIXML_STRING encoding; member in class:TiXmlDeclaration [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3filestream.c | 10 * encoding, though this is not a panacea. More information can be 13 * Where a well grounded discussion of the encoding formats available 54 antlr3FileStreamNew(pANTLR3_UINT8 fileName, ANTLR3_UINT32 encoding) 59 // as just straight 8 bit bytes. Then we will work out the encoding and 70 // the encoding scheme we were given by the user. 72 input->encoding = encoding; 89 antlr3StringStreamNew(pANTLR3_UINT8 data, ANTLR3_UINT32 encoding, ANTLR3_UINT32 size, pANTLR3_UINT8 name) 94 // Then we will work out the encoding and byte order and adjust the API functions that are installed for the 108 // the encoding scheme we were given by the user [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
SignatureSpi.java | 310 byte[] encoding) 313 ASN1Sequence s = (ASN1Sequence)ASN1Primitive.fromByteArray(encoding); 368 byte[] encoding) 373 byte[] first = new byte[encoding.length / 2]; 374 byte[] second = new byte[encoding.length / 2]; 376 System.arraycopy(encoding, 0, first, 0, first.length); 377 System.arraycopy(encoding, first.length, second, 0, second.length);
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
ScriptStreamer.cpp | 325 ScriptStreamer::ScriptStreamer(ScriptResource* resource, v8::ScriptCompiler::StreamedSource::Encoding encoding, PendingScript::Type scriptType) 329 , m_source(m_stream, encoding) // m_source takes ownership of m_stream. 393 WTF::TextEncoding textEncoding(resource->encoding()); 398 v8::ScriptCompiler::StreamedSource::Encoding encoding; local 402 encoding = v8::ScriptCompiler::StreamedSource::ONE_BYTE; 404 encoding = v8::ScriptCompiler::StreamedSource::UTF8; 420 RefPtr<ScriptStreamer> streamer = adoptRef(new ScriptStreamer(resource, encoding, scriptType));
|
/external/chromium_org/third_party/freetype/src/psaux/ |
t1cmap.c | 29 /***** TYPE1 STANDARD (AND EXPERT) ENCODING CMAPS *****/ 168 /***** TYPE1 CUSTOM ENCODING CMAP *****/ 178 T1_Encoding encoding = &face->type1.encoding; local 181 cmap->first = encoding->code_first; 182 cmap->count = (FT_UInt)( encoding->code_last - cmap->first ); 183 cmap->indices = encoding->char_index; 186 FT_ASSERT( encoding->code_first <= encoding->code_last ); 261 /***** TYPE1 SYNTHETIC UNICODE ENCODING CMAP ***** [all...] |
/external/chromium_org/tools/chrome_proxy/integration_tests/ |
network_metrics.py | 75 encoding = resp.GetHeader('Content-Encoding') 76 if not encoding: 81 encoding = encoding.lower() 82 if encoding == 'gzip': 84 elif encoding == 'deflate': 88 'Unknown Content-Encoding %s for %s' % (encoding, resp.url))
|
/external/chromium_org/v8/tools/ |
parser-shell.cc | 61 const char* fname, Encoding encoding, int repeat, v8::Isolate* isolate, 66 switch (encoding) { 131 Encoding encoding = LATIN1; local 137 encoding = LATIN1; 139 encoding = UTF8; 141 encoding = UTF16; 164 RunBaselineParser(fnames[i].c_str(), encoding, repeat, isolate,
|
/external/freetype/src/psaux/ |
t1cmap.c | 29 /***** TYPE1 STANDARD (AND EXPERT) ENCODING CMAPS *****/ 168 /***** TYPE1 CUSTOM ENCODING CMAP *****/ 178 T1_Encoding encoding = &face->type1.encoding; local 181 cmap->first = encoding->code_first; 182 cmap->count = (FT_UInt)( encoding->code_last - cmap->first ); 183 cmap->indices = encoding->char_index; 186 FT_ASSERT( encoding->code_first <= encoding->code_last ); 261 /***** TYPE1 SYNTHETIC UNICODE ENCODING CMAP ***** [all...] |
/external/chromium_org/third_party/simplejson/ |
decoder.py | 96 def py_scanstring(s, end, encoding=None, strict=True, 106 if encoding is None: 107 encoding = DEFAULT_ENCODING 121 content = unicode(content, encoding) 180 def JSONObject((s, end), encoding, strict, scan_once, object_hook, 211 key, end = scanstring(s, end, encoding, strict) 342 def __init__(self, encoding=None, object_hook=None, parse_float=None, 346 *encoding* determines the encoding used to interpret any 388 self.encoding = encodin [all...] |
/external/markdown/ |
test-markdown.py | 163 def test_directory(self, dir, measure_time=False, safe_mode=False, encoding="utf-8", output_format='xhtml1') : 164 self.encoding = encoding 198 self.html_diff_file = codecs.open(html_diff_file_path, "w", encoding=encoding) 238 expected_output = codecs.open(output_file, encoding=self.encoding).read() 239 input = codecs.open(input_file, encoding=self.encoding).read()
|
/external/chromium_org/net/cert/ |
test_root_certs_win.cc | 25 DWORD encoding, 96 DWORD encoding, 110 BOOL ok = g_capi_injector.Get().original_function(store_provider, encoding,
|
/external/chromium_org/tools/grit/grit/tool/ |
diff_structures.py | 27 Usage: grit sdiff [-t TYPE] [-s SECTION] [-e ENCODING] LEFT RIGHT 31 ENCODING indicates the encoding of the left and right files (default 'cp1252'). 87 def MakeStaticTranslation(self, original_filename, encoding): 104 encoding=encoding)
|
/external/elfutils/0.153/backends/ |
ppc_retval.c | 142 Dwarf_Word encoding; local 146 &encoding) != 0) 148 if (encoding == DW_ATE_float)
|
sparc_retval.c | 126 Dwarf_Word encoding; local 129 &encoding) != 0) 131 if (encoding == DW_ATE_float)
|
x86_64_retval.c | 132 Dwarf_Word encoding; local 135 &encoding) != 0) 138 switch (encoding)
|