| /frameworks/base/services/core/java/com/android/server/ |
| DropBoxManagerService.java | 544 this.tag = Uri.decode(name.substring(0, at));
|
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
| WifiNative.java | [all...] |
| /frameworks/opt/vcard/java/com/android/vcard/ |
| VCardParserImpl_V21.java | 615 property.setByteValue(Base64.decode(base64Property, Base64.DEFAULT)); 617 throw new VCardException("Decode error on base64 photo: " + propertyRawValue); [all...] |
| /hardware/intel/common/libmix/videodecoder/ |
| VideoDecoderAVC.cpp | 91 Decode_Status VideoDecoderAVC::decode(VideoDecodeBuffer *buffer) { function in class:VideoDecoderAVC 184 // encounter error when decode the new frame 247 // surface buffer is released if decode fails [all...] |
| /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/ |
| VideoDecoderAVCSecure.cpp | 296 Decode_Status VideoDecoderAVCSecure::decode(VideoDecodeBuffer *buffer) { function in class:VideoDecoderAVCSecure 297 VTRACE("VideoDecoderAVCSecure::decode");
|
| /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/ |
| VideoDecoderAVCSecure.cpp | 297 Decode_Status VideoDecoderAVCSecure::decode(VideoDecodeBuffer *buffer) { function in class:VideoDecoderAVCSecure 298 VTRACE("VideoDecoderAVCSecure::decode");
|
| /hardware/intel/common/omx-components/videocodec/ |
| OMXVideoDecoderBase.cpp | 342 status = mVideoDecoder->decode(&decodeBuffer); 377 // For decoder errors that could be omitted, not throw error and continue to decode. 487 // default decode buffer preparation 490 LOGW("Len of filled data to decode is 0."); 495 LOGE("Buffer to decode is empty."); [all...] |
| /libcore/dex/src/main/java/com/android/dex/ |
| Dex.java | 592 String result = Mutf8.decode(this, new char[expectedLength]); [all...] |
| /libcore/libart/src/main/java/java/lang/ |
| String.java | 347 CharBuffer cb = charset.decode(ByteBuffer.wrap(data, offset, byteCount)); [all...] |
| /packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
| BluetoothMapbMessageMms.java | 626 return Base64.decode(body, Base64.DEFAULT); [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_tempfile.py | 150 child_value = os.read(read_fd, len(parent_value)).decode("ascii")
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_tempfile.py | 150 child_value = os.read(read_fd, len(parent_value)).decode("ascii")
|
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
| org.sat4j.pb_2.3.5.v201308161310.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
| org.sat4j.pb_2.3.5.v20130525.jar | |
| /external/chromium_org/net/third_party/nss/ssl/ |
| ssl3con.c | [all...] |
| /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/ |
| clover-3.1.12.jar | |
| /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
| wagon-http-2.6-shaded.jar | |
| /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/ |
| chrome_ex_oauth.js | 367 * @param {String} val The string to decode.
|
| /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
| chrome_ex_oauth.js | 367 * @param {String} val The string to decode.
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.update.configurator_3.3.100.v20100512.jar | |
| /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.
|
| /external/skia/ |
| Android.mk | 529 libwebp-decode \
|
| /frameworks/av/media/libmediaplayerservice/ |
| MediaPlayerService.cpp | 1284 status_t MediaPlayerService::decode( function in class:android::MediaPlayerService 1350 status_t MediaPlayerService::decode(int fd, int64_t offset, int64_t length, function in class:android::MediaPlayerService [all...] |
| /packages/apps/Browser/src/com/android/browser/ |
| Controller.java | [all...] |