HomeSort by relevance Sort by last modified time
    Searched refs:decoded (Results 101 - 125 of 175) sorted by null

1 2 3 45 6 7

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.cpp 396 const EncoderBase::Operand& decoded = inst.operands[i]; local
397 assert(original.kind() == decoded.kind());
398 assert(original.size() == decoded.size());
400 assert(original.imm() == decoded.imm());
416 assert(original.base() == decoded.base());
417 assert(original.index() == decoded.index());
418 assert(original.scale() == decoded.scale());
419 assert(original.disp() == decoded.disp());
433 assert(original.reg() == decoded.reg());
    [all...]
  /external/chromium/net/base/
escape_unittest.cc 48 const wchar_t* decoded; member in struct:__anon5361::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...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
stringencode_unittest.cc 39 unsigned long decoded; member in struct:talk_base::Utf8Test
59 unsigned long result = (kTests[i].enclen == 0) ? 0 : kTests[i].decoded;
62 if (kTests[i].decoded == 0) {
71 kTests[i].decoded));
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.h 179 u32 decoded; member in struct:mbStorage
  /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/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c     [all...]
  /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/chromium_org/net/cert/
x509_certificate.cc 409 std::string decoded(pem_tok.data());
413 handle = CreateOSCertHandleFromBytes(decoded.c_str(), decoded.size());
423 // formats other than PEM are acceptable, check to see if the decoded
429 certificates = CreateOSCertHandlesFromBytes(decoded.c_str(),
430 decoded.size(), kFormatDecodePriority[i]);
  /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
  /frameworks/av/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/av/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_org/cc/resources/
picture.cc 106 std::string decoded;
107 base::Base64Decode(encoded, &decoded);
108 SkMemoryStream stream(decoded.data(), decoded.size());
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
codec.h 36 WebRtc_Word16 WebRtcIsacfix_DecodePlcImpl(WebRtc_Word16 *decoded,
  /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/libvorbis/doc/
01-introduction.tex 46 to which they are pre-decoded into a cache is the dominant factor in
117 encoder that produces packets that are correctly decoded by the
222 The values coded/decoded by a floor are both compactly formatted and
244 decoding and, optionally, use the entropy-decoded integer value as an
265 bitstream headers matching the stream to be decoded. Vorbis uses
300 \item generate floor curve from decoded floor data
377 to be fully decoded to the point of lapping entirely independently of
390 Each floor is encoded/decoded in channel order, however each floor
392 use. All floors are decoded before residue decode begins.
436 data is decoded from the raw packet, or it can be generated afte
    [all...]
04-codec.tex 384 Floor curves are decoded one-by-one in channel order.
399 \item save the needed decoded floor information for channel for later synthesis
400 \item if the decoded floor returned 'unused', set vector \varname{[no_residue]} element
429 floor has no decoded floor information; it is important that this is
438 Unlike floors, which are decoded in channel order, the residue vectors
439 are decoded in submap order.
464 \item decode \varname{[ch]} vectors using residue \varname{[residue_number]}, according to type \varname{[residue_type]}, also passing vector \varname{[do_not_decode_flag]} to indicate which vectors in the bundle should not be decoded. Correct per-vector decode length is \varname{[n]}/2.
470 \item residue vector for channel \varname{[j]} is set to decoded residue vector \varname{[ch]}
531 For each channel, synthesize the floor curve from the decoded floor
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding_unittest.cc 630 IndexedDBKeyPath decoded; local
631 EXPECT_TRUE(DecodeIDBKeyPath(&slice, &decoded));
632 EXPECT_EQ(key_path, decoded);
663 IndexedDBKeyPath decoded; local
664 EXPECT_TRUE(DecodeIDBKeyPath(&slice, &decoded));
665 EXPECT_EQ(key_path, decoded);
  /external/chromium_org/third_party/icu/source/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/icu4c/test/intltest/
csdetest.cpp 189 UChar *decoded = NULL; local
217 decoded = NEW_ARRAY(UChar, testLength);
218 dLength = ucsdet_getUChars(matches[0], decoded, testLength, &status);
220 if (testString.compare(decoded, dLength) != 0) {
225 if(testString[i] != decoded[i]) {
234 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));

Completed in 2639 milliseconds

1 2 3 45 6 7