/external/kernel-headers/original/asm-generic/ |
ioctl.h | 66 /* used to decode ioctl numbers.. */
|
/external/libvpx/examples/ |
decoder_tmpl.c | 86 @@@@@@@@DECODE
|
/external/llvm/utils/TableGen/ |
X86DisassemblerTables.h | 31 /// DisassemblerTables - Encapsulates all the decode tables being generated by 49 /// True if there are primary decode conflicts in the instruction set 254 /// decode tables to point to a specific uid. 285 // hasConflicts - Reports whether there were primary decode conflicts
|
/external/markdown/markdown/extensions/ |
html_tidy.py | 56 # it and decode its return value.
|
/external/tcpdump/ |
print-frag6.c | 68 /* it is meaningless to decode non-first fragment */
|
/external/v8/test/cctest/ |
test-serialize.cc | 148 decoder.Decode(make_code(BUILTIN, Builtins::kArrayCode))); 150 decoder.Decode(make_code(v8::internal::RUNTIME_FUNCTION, 153 decoder.Decode(make_code(IC_UTILITY, IC::kLoadCallbackProperty))); 157 decoder.Decode( 161 decoder.Decode(make_code(UNCLASSIFIED, 2))); 163 decoder.Decode(make_code(UNCLASSIFIED, 4))); 165 decoder.Decode(make_code(UNCLASSIFIED, 5))); 168 decoder.Decode(make_code(UNCLASSIFIED, 15))); 171 decoder.Decode(make_code(UNCLASSIFIED, 10)));
|
/external/webkit/Source/WebCore/bindings/cpp/ |
WebDOMCString.cpp | 70 return WebCore::UTF8Encoding().decode(data(), length());
|
/external/webkit/Source/WebCore/fileapi/ |
FileReaderLoader.h | 107 // The decoder used to decode the text data.
|
/external/webkit/Source/WebCore/loader/ |
TextResourceDecoder.h | 54 String decode(const char* data, size_t length);
|
/external/webkit/Source/WebCore/loader/cache/ |
CachedXSLStyleSheet.cpp | 73 m_sheet = String(m_decoder->decode(m_data->data(), encodedSize()));
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
display-form-data.html | 79 <br>Query String Parameters (2): "parm1: % (unable to decode value)" and "parm2: % (unable to decode value)", 81 <br>Form Data (2): "parm1: % (unable to decode value)" and "parm2: % (unable to decode value)",
|
/external/webkit/Source/WebCore/platform/text/ |
TextCodecICU.h | 49 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
/external/webkit/Source/WebCore/platform/text/gtk/ |
TextCodecGtk.h | 50 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
/external/webkit/Source/WebCore/platform/text/wince/ |
TextCodecWinCE.h | 48 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
/external/webkit/Source/WebKit/android/ |
RenderSkinAndroid.cpp | 75 LOGD("RenderSkinAndroid: Failed to decode %s\n", fileName);
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/ |
Attachment.h | 79 static bool decode(ArgumentDecoder*, Attachment&);
|
Connection.h | 356 // Decode the reply. 357 return replyDecoder->decode(const_cast<typename T::Reply&>(reply)); 387 // Decode the reply. 388 return replyDecoder->decode(const_cast<U&>(reply));
|
/external/webkit/Source/WebKit2/Platform/ |
SharedMemory.h | 61 static bool decode(CoreIPC::ArgumentDecoder*, Handle&);
|
/external/webkit/Source/WebKit2/Platform/gtk/ |
SharedMemoryGtk.cpp | 49 bool SharedMemory::Handle::decode(CoreIPC::ArgumentDecoder* decoder, Handle& handle) function in class:WebKit::SharedMemory::Handle
|
/external/webkit/Source/WebKit2/Shared/Plugins/ |
NPVariantData.h | 104 static bool decode(CoreIPC::ArgumentDecoder*, NPVariantData&);
|
/external/webkit/Source/WebKit2/Shared/ |
UpdateInfo.h | 47 static bool decode(CoreIPC::ArgumentDecoder*, UpdateInfo&);
|
WebBackForwardListItem.h | 66 static PassRefPtr<WebBackForwardListItem> decode(CoreIPC::ArgumentDecoder&);
|
WebContextMenuItemData.h | 65 static bool decode(CoreIPC::ArgumentDecoder*, WebContextMenuItemData&);
|
WebCoreArgumentCoders.cpp | 51 if (!decoder->decode(handle))
|
WebGeolocationPosition.h | 42 static bool decode(CoreIPC::ArgumentDecoder*, Data&);
|