/external/icu4c/i18n/ |
decNumberLocal.h | 460 /* Macros to decode the coefficient in a finite decFloat *df into */ 471 /* Decode the declets. After extracting each one, it is decoded */ 473 /* decode). Each DPD decode is 3 bytes BCD8 plus a one-byte */ 551 /* Macros to decode the coefficient in a finite decFloat *df into */ 555 /* Decode the declets. After extracting each one, it is decoded */ 558 /* and 1000000 to avoid multiplication during decode. These */ 604 /* Macros to decode the coefficient in a finite decFloat *df into */ 608 /* Decode the declets. After extracting each one, it is decoded */ [all...] |
/external/llvm/lib/Target/X86/Disassembler/ |
X86DisassemblerDecoder.c | 39 * attributes and returns the appropriate decode context. 51 * the ModR/M byte is required to decode a particular instruction. 93 * decode - Reads the appropriate instruction table to obtain the unique ID of 102 static InstrUID decode(OpcodeType type, function 153 * decode(); specifierForUID will not check bounds. 665 *instructionID = decode(insn->opcodeType, 670 *instructionID = decode(insn->opcodeType, 858 * NOOP shouldn't decode as NOOP if REX.b is set. Instead 859 * it should decode as XCHG %r8, %eax. [all...] |
X86DisassemblerDecoderCommon.h | 69 * decode. Although other combinations are possible, they can be reduced to 125 * Opcode types, which determine which decode table to use, both in the Intel 138 * The following structs are used for the hierarchical decode table. After
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebPageProxy.cpp | [all...] |
/external/bzip2/ |
bzip2.c | 1782 Bool decode; local [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 751 if (name == "--decode") { 752 cerr << "To decode an unknown message, use --decode_raw." << endl; 908 cerr << "Cannot use --encode or --decode and generate descriptors at the " 937 } else if (name == "--encode" || name == "--decode" || 940 cerr << "Only one of --encode and --decode can be specified." << endl; 953 if (name == "--decode") { 954 cerr << "To decode an unknown message, use --decode_raw." << endl; 1011 cerr << "Cannot use --encode or --decode and generate code at the " [all...] |
command_line_interface.h | 222 // Implements --encode and --decode. 267 MODE_DECODE // --decode: read binary from stdin, write text to stdout. 292 // When using --encode or --decode, this names the type we are encoding or
|
/external/tcpdump/ |
print-snmp.c | 1197 * Decode SNMP varBind 1292 * Decode SNMP PDUs: GetRequest, GetNextRequest, GetResponse, SetRequest, 1373 * Decode SNMP Trap PDU [all...] |
/libcore/luni/src/main/java/java/net/ |
URI.java | 127 * <p>To decode a URI, invoke the single-string constructor, and then use the 1242 private String decode(String s) { method in class:URI [all...] |
/prebuilt/common/mkidentity/ |
mkidentity-prebuilt.jar | |
/cts/tests/tests/net/src/android/net/cts/ |
UriTest.java | 266 notes = "Test encode and decode.", 272 notes = "Test encode and decode.", 278 notes = "Test encode and decode.", 279 method = "decode", 300 assertEquals(s, Uri.decode(Uri.encode(s, null)));
|
/external/protobuf/python/google/protobuf/internal/ |
decoder.py | 36 Decode(buffer, pos, end, message, field_dict) 45 buffer position. A decoder for a repeated field may proactively decode all of 64 field_number: The field number of the field we want to decode. 77 That decoder goes into a dict indexed by tag, so when we decode a message 160 In a low-level language it would be much cheaper to decode the varint and
|
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
amrdecode.cpp | 203 If there are no errors, GSMFrameDecode is called to decode a 20 ms frame. It 236 // Decode WMF or IF2 frames 308 // Decode ETS frames 349 // Decode a 20 ms frame 522 /* Decode a 20 ms frame */
|
/sdk/traceview/src/com/android/traceview/ |
DmTraceReader.java | 444 mVersionNumber = Integer.decode(line); 495 int id = Integer.decode(idStr); 501 int id = Long.decode(tokens[0]).intValue(); 511 lineNumber = Integer.decode(tokens[5]); 519 lineNumber = Integer.decode(tokens[3]);
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
DecodedInstruction.java | 70 public static DecodedInstruction decode(CodeInput in) throws EOFException { method in class:DecodedInstruction 75 return format.decode(opcodeUnit, in); 90 decoded[in.cursor()] = DecodedInstruction.decode(in);
|
/external/chromium/net/base/ |
sdch_manager.h | 120 // Problematic decode recovery methods. 149 DECODE_ERROR = 96, // Something went wrong during decode. 360 // List domains where decode failures have required disabling sdch, along with
|
/external/chromium/net/tools/dump_cache/ |
url_to_filename_encoder_unittest.cc | 64 UrlToFilenameEncoder::Decode(escaped_word, '/', &url); 73 UrlToFilenameEncoder::Decode(escaped_word, '/', &url); 99 UrlToFilenameEncoder::Decode(encoded_filename, kDirSeparator,
|
/external/chromium/third_party/libjingle/source/talk/base/ |
httpcommon.h | 209 // TODO: Implement Encode/Decode 212 static int Decode(const CTYPE* source, CTYPE* destination, size_t len); 213 static int Decode(const string& source, string& destination);
|
/external/quake/quake/src/QW/client/ |
md4.c | 93 static void Decode (UINT4 *, unsigned char *, unsigned int); 193 Decode (x, block, 64); 274 static void Decode (UINT4 *output, unsigned char *input, unsigned int len)
|
/external/v8/src/ |
uri.js | 193 function Decode(uri, reserved) { 253 return Decode(string, reservedPredicate); 261 return Decode(string, reservedPredicate);
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSGlobalObjectFunctions.cpp | 74 static JSValue decode(ExecState* exec, const char* doNotUnescape, bool strict) function in namespace:JSC 504 return JSValue::encode(decode(exec, do_not_unescape_when_decoding_URI, true)); 509 return JSValue::encode(decode(exec, "", true));
|
/external/webkit/Source/WebCore/platform/image-decoders/bmp/ |
BMPImageReader.h | 80 // The various BMP compression types. We don't currently decode all 174 // there wasn't enough data to decode the whole image. 279 // The file to decode.
|
/external/webkit/Source/WebCore/platform/network/ |
FormData.cpp | 290 return Latin1Encoding().decode(reinterpret_cast<const char*>(bytes.data()), bytes.size()); 367 static bool decode(Decoder& decoder, FormDataElement& element) function in namespace:WebCore 461 if (!decode(decoder, element))
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
encoder.py | 238 key = key.decode(_encoding) 281 o = o.decode(_encoding) 347 o = o.decode(_encoding)
|
/frameworks/base/core/java/android/provider/ |
BrowserContract.java | 169 * Must decode via {@link BitmapFactory#decodeByteArray}. 176 * Must decode via {@link BitmapFactory#decodeByteArray}. 183 * Must decode via {@link BitmapFactory#decodeByteArray}.
|