HomeSort by relevance Sort by last modified time
    Searched refs:decode (Results 551 - 575 of 616) sorted by null

<<2122232425

  /external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp 114 static uint32_t decode(uint32_t value) function in class:WebCore::__anon13231::ZigZag
881 *value = v8::Integer::New(static_cast<int32_t>(ZigZag::decode(rawValue)));
    [all...]
  /external/zlib/contrib/masmx64/
inffasx64.asm 63 je L_one_time ; /* if only one decode left */
  /libcore/luni/src/main/java/java/lang/
String.java 174 CharBuffer cb = Charset.defaultCharset().decode(ByteBuffer.wrap(data, offset, byteCount));
379 CharBuffer cb = charset.decode(ByteBuffer.wrap(data, offset, byteCount));
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /external/v8/src/
objects.h 173 PropertyType type() { return TypeField::decode(value_); }
186 PropertyAttributes attributes() { return AttributesField::decode(value_); }
188 int index() { return StorageField::decode(value_); }
192 return static_cast<ExternalArrayType>(StorageField::decode(value_));
204 bool IsDeleted() { return DeletedField::decode(value_) != 0;}
    [all...]
frames.cc 772 FullCodeGenerator::PcField::decode(entry) + Code::kHeaderSize;
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.cpp 1152 sp<IMemory> MediaPlayerService::decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) function in class:android::MediaPlayerService
1208 sp<IMemory> MediaPlayerService::decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) function in class:android::MediaPlayerService
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 125 // TimeZone cache; we parse/decode as little as possible, because the process is quite slow
    [all...]
  /cts/tests/src/android/webkit/cts/
CtsTestServer.java 723 byte[] bytes = Base64.decode(SERVER_KEYS_BKS.getBytes());
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java     [all...]
  /external/webkit/Source/WebCore/page/
Page.cpp 693 m_userStyleSheet = decoder->decode(data->data(), data->size());
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp     [all...]
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 518 this.tag = Uri.decode(name.substring(0, at));
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
SmsMessage.java 679 mBearerData = BearerData.decode(mEnvelope.bearerData);
    [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java     [all...]
  /external/oprofile/events/i386/nehalem/
events 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.
  /packages/apps/Browser/src/com/android/browser/
Controller.java     [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S     [all...]
CompilerTemplateAsm-armv5te-vfp.S     [all...]
CompilerTemplateAsm-armv7-a-neon.S     [all...]
CompilerTemplateAsm-armv7-a.S     [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 384 String s = UTF8Encoding().decode((const char*)a->getBuffer(false), a->getLength());
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 229 intent.setFlags(Integer.decode(str).intValue());
    [all...]

Completed in 2175 milliseconds

<<2122232425