/external/chromium/net/base/ |
escape_unittest.cc | 48 const wchar_t* decoded; member in struct:__anon3463::UnescapeAndDecodeCase 341 string16 decoded = UnescapeAndDecodeUTF8URLComponent( local 343 EXPECT_EQ(WideToUTF16Hack(std::wstring(unescape_cases[i].decoded)), 344 decoded);
|
net_util.cc | 238 std::string decoded; local 240 if (!base::Base64Decode(part, &decoded)) { 244 if (!QPDecode(part, &decoded)) { 258 int length = static_cast<int>(decoded.length()); 261 decoded.data(), length, &err); 412 std::string decoded; local 414 &decoded)) 416 tmp.append(decoded); 1228 std::string decoded; local [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_macroblock_layer.h | 179 u32 decoded; member in struct:mbStorage
|
h264bsd_storage.c | 152 * -> overwrite and re-activate when next IDR picture decoded 155 * otherwise free memeries allocated for just decoded sps and 276 decoded picture buffer. If this is not the first activation the old 457 pStorage->mb[i].decoded = 0; 471 have been successfully decoded for the current access unit. 545 tmp += pStorage->mb[i].decoded ? 1 : 0;
|
/packages/inputmethods/PinyinIME/jni/android/ |
com_android_inputmethod_pinyin_PinyinDecoderService.cpp | 129 jboolean decoded) { 131 const char *py = im_get_sps_str(&py_len); // py_len gets decoded length 133 if (!decoded) 150 jboolean decoded) { 152 const char *py = im_get_sps_str(&py_len); // py_len gets decoded length 154 if (!decoded)
|
/external/chromium/chrome/browser/sync/util/ |
user_settings_unittest.cc | 244 const std::string decoded = browser_sync::APDecode(encoded); local 245 ASSERT_EQ(test, decoded);
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldInputStreamReaderTest.java | 282 char decoded = decodedSuffix[at - prefixLength]; local 283 if (c != decoded) {
|
OldOutputStreamWriterTest.java | 316 char[] decoded = new char[maxChar]; local 318 r += charsIn.read(decoded, r, maxChar - r); 322 assertEquals(i, decoded[i]);
|
/external/bluetooth/bluez/src/ |
sdp-xml.c | 630 char buf[3], *decoded; local 633 decoded = malloc((len >> 1) + 1); 644 decoded[i >> 1] = strtoul(buf, 0, 16); 647 decoded[len >> 1] = '\0'; 648 text = decoded;
|
/external/oprofile/events/i386/nehalem/ |
events | 35 event:0x18 counters:0,1,2,3 um:inst_decoded minimum:6000 name:INST_DECODED : Counts number of instructions that require decoder 0 to be decoded. Usually, this means that the instruction maps to more than 1 uop 36 event:0x19 counters:0,1,2,3 um:one minimum:6000 name:TWO_UOP_INSTS_DECODED : An instruction that generates two uops was decoded 38 event:0x1E counters:0,1,2,3 um:one minimum:6000 name:INST_QUEUE_WRITE_CYCLES : This event counts the number of cycles during which instructions are written to the instruction queue. Dividing this counter by the number of instructions written to the instruction queue (INST_QUEUE_WRITES) yields the average number of instructions decoded each cycle. If this number is less than four and the pipe stalls, this indicates that the decoder is failing to decode enough instructions per cycle to sustain the 4-wide pipeline. 45 event:0x3D counters:0,1,2,3 um:one minimum:6000 name:UOPS_DECODED_DEC0 : Counts micro-ops decoded by decoder 0. 71 event:0xA6 counters:0,1,2,3 um:one minimum:6000 name:MACRO_INSTS : Counts the number of instructions decoded that are macro-fused but not necessarily executed or retired. 82 event:0xC2 counters:0,1,2,3 um:uops_retired minimum:6000 name:UOPS_RETIRED : Counts the number of micro-ops retired, (macro-fused=1, micro-fused=2, others=1; maximum count of 8 per cycle). Most instructions are composed of one or two microops. Some instructions are decoded into longer sequences such as repeat instructions, floating point transcendental instructions, and assists 88 event:0xD0 counters:0,1,2,3 um:macro_insts minimum:6000 name:MACRO_INSTS : Counts the number of instructions decoded, (but not necessarily executed or retired). 89 event:0xD1 counters:0,1,2,3 um:uops_decoded minimum:6000 name:UOPS_DECODED : Counts the number of Uops decoded by various subsystems. 94 event:0xE0 counters:0,1,2,3 um:one minimum:6000 name:BR_INST_DECODED : Counts the number of branch instructions decoded.
|
unit_masks | 75 0x01 dec0 Counts number of instructions that require decoder 0 to be decoded 309 0x01 decoded Counts the number of instructions decoded, (but not necessarily executed or retired) 311 0x02 ms Counts the number of Uops decoded by the Microcode Sequencer, MS 312 0x04 esp_folding Counts number of stack pointer (ESP) instructions decoded: push , pop , call , ret, etc
|
/external/dbus/dbus/ |
dbus-sha.c | 558 DBusString *decoded) 621 if (byte_containing_next_bit >= _dbus_string_get_length (decoded)) 623 if (!_dbus_string_set_length (decoded, byte_containing_next_bit + 1)) 627 old_byte = _dbus_string_get_byte (decoded, byte_containing_next_bit); 636 _dbus_string_set_byte (decoded, byte_containing_next_bit, old_byte); 648 if (_dbus_string_get_length (decoded) != length_bytes) 651 length_bytes, n_bits, _dbus_string_get_length (decoded));
|
dbus-auth.c | 92 DBusString *decoded); 1611 DBusString decoded; local [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_DecodePadMV_PVOP_s.s | 43 ; * same decoded vector. 44 ; * [out] ppBitStream *ppBitStream is updated after the block is decoded, 51 ; * macroblock which contains four decoded motion vectors 214 BEQ ExitError ;// Exit with an Error Message if the decoded symbol is an invalied symbol
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_DecodePadMV_PVOP_s.s | 43 ; * same decoded vector. 44 ; * [out] ppBitStream *ppBitStream is updated after the block is decoded, 51 ; * macroblock which contains four decoded motion vectors 214 BEQ ExitError ;// Exit with an Error Message if the decoded symbol is an invalied symbol
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_util.cc | 466 static void DecodeWebSafe(std::string* decoded) { 467 DCHECK(decoded); 468 for (std::string::iterator i(decoded->begin()); i != decoded->end(); ++i) {
|
/external/chromium/chrome/browser/ui/webui/options/ |
extension_settings_handler.cc | 254 scoped_ptr<SkBitmap> decoded(new SkBitmap()); 255 *decoded = decoder.Decode(data, file_contents.length()); 259 *decoded = SkBitmapOperations::CreateHSLShiftedBitmap(*decoded, shift); 262 gfx::PNGCodec::EncodeBGRASkBitmap(*decoded, false, &output); [all...] |
/external/icu4c/test/intltest/ |
csdetest.cpp | 177 UChar *decoded = NULL; local 205 decoded = NEW_ARRAY(UChar, testLength); 206 dLength = ucsdet_getUChars(matches[0], decoded, testLength, &status); 208 if (testString.compare(decoded, dLength) != 0) { 213 if(testString[i] != decoded[i]) { 222 DELETE_ARRAY(decoded);
|
/external/chromium/chrome/browser/policy/ |
user_policy_cache_unittest.cc | 187 scoped_ptr<ListValue> decoded(DecodeStringList(string_list)); 191 EXPECT_TRUE(decoded->Equals(&expected));
|
/external/webkit/Source/WebCore/platform/ |
KURL.cpp | 957 String decoded = (encoding.isValid() ? encoding : UTF8Encoding()).decode(buffer.data(), p - buffer.data()); local 1700 CString decoded = pathEncoding.encode(s.data(), s.size(), URLEncodedEntitiesForUnencodables); local [all...] |
/external/oprofile/events/i386/atom/ |
events | 64 event:0xAA counters:0,1 um:macro_insts minimum:6000 name:MACRO_INSTS : instructions decoded 78 event:0xE0 counters:0,1 um:zero minimum:6000 name:BR_INST_DECODED : Branch instructions decoded
|
unit_masks | 49 0x02 cisc_decoded CISC macro instructions decoded 50 0x03 all_decoded All Instructions decoded
|
/external/webkit/Tools/DumpRenderTree/qt/ |
LayoutTestControllerQt.cpp | 371 QString decoded = QUrl::fromAce(host.toLatin1() + QByteArray(".no")); local 372 decoded.truncate(decoded.length() - 3); 373 return decoded;
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp_web.c | 778 unsigned char *decoded; local 786 decoded = base64_decode((unsigned char *) msg, os_strlen(msg), &len); 788 if (decoded == NULL) { 793 buf = wpabuf_alloc_ext_data(decoded, len); 795 os_free(decoded); [all...] |
/development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
Context.java | 217 final byte[] decoded = MessageProcessor.lzfCompressChunks( 220 .setData(ByteString.copyFrom(decoded)).build(); 298 // are decoded when they are encountered
|