HomeSort by relevance Sort by last modified time
    Searched refs:Content (Results 51 - 75 of 140) sorted by null

1 23 4 5 6

  /external/pdfium/core/include/fxcrt/
fx_xml.h 57 void Set(FX_BOOL bCDATA, FX_WSTR content, IFX_Allocator* pAllocator = NULL)
60 m_Content.Set(content, pAllocator);
163 enum ChildType { Invalid, Element, Content};
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
AutoCorrelation_v5.s 20 @ Content: AutoCorrelation function armv5 assemble
PrePostMDCT_v5.s 20 @ Content: premdct and postmdct function armv5 assemble
band_nrg_v5.s 20 @ Content: CalcBandEnergy and CalcBandEnergyMS function armv5 assemble
Radix4FFT_v5.s 20 @ Content: Radix4FFT armv5 assemble
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
R4R8First_v7.s 20 @ Content: Radix8First and Radix4First function armv7 assemble
PrePostMDCT_v7.s 20 @ Content: premdct and postmdct function armv7 assemble
Radix4FFT_v7.s 20 @ Content: Radix4FFT armv7 assemble
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
headlesscodemirror.js 0 // Content of the function is equal to runmode-standalone.js file
113 var content = "";
118 content += text.slice(pos);
123 content += text.slice(pos, idx);
126 for (var i = 0; i < size; ++i) content += " ";
134 sp.appendChild(document.createTextNode(content));
136 node.appendChild(document.createTextNode(content));
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 86 // 'e' in the original content.
227 FileID createFile(llvm::StringRef Name, llvm::StringRef Content) {
235 OutStream << Content;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 42 self.send_header('Content-Type', 'text/html')
112 for fieldName in 'Server: ', 'Date: ', 'Content-Type: ':
161 self.send_header('Content-Type', 'text/html')
167 self.send_header('Content-Type', 'text/html')
176 self.send_header('Content-Type', 'text/html')
340 self.assertEqual(response.getheader('content-length'),
342 self.assertEqual(response.getheader('content-type'),
358 print "Content-type: text/html"
367 print "Content-type: text/html"
466 (res.read(), res.getheader('Content-type'), res.status)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 42 self.send_header('Content-Type', 'text/html')
112 for fieldName in 'Server: ', 'Date: ', 'Content-Type: ':
161 self.send_header('Content-Type', 'text/html')
167 self.send_header('Content-Type', 'text/html')
176 self.send_header('Content-Type', 'text/html')
340 self.assertEqual(response.getheader('content-length'),
342 self.assertEqual(response.getheader('content-type'),
358 print "Content-type: text/html"
367 print "Content-type: text/html"
466 (res.read(), res.getheader('Content-type'), res.status)
    [all...]
  /build/tools/droiddoc/templates-ds/
customizations.cs 3 <div id="body-content">
7 <div class="wrap clearfix" id="body-content">
21 <div class="wrap clearfix" id="body-content">
41 <div class="wrap clearfix" id="body-content">
59 <div class="wrap clearfix" id="body-content">
79 <div class="wrap clearfix" id="body-content">
99 <div class="wrap clearfix" id="body-content">
119 <div class="wrap clearfix" id="body-content">
139 <div class="wrap clearfix" id="body-content">
163 <div class="wrap clearfix" id="body-content">
    [all...]
  /external/markdown/
test-markdown.py 72 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 237 // When true, P marks begin-position of S in content.
298 const char * const Begin; // beginning of expected content
299 const char * const End; // end of expected content (1-past)
300 const char *C; // position of next char in content
472 const char* const ContentBegin = PH.C; // mark content begin
480 const char* const ContentEnd = PH.P; // mark content end
486 StringRef Content(ContentBegin, ContentEnd-ContentBegin);
489 while ((FPos = Content.find(NewlineStr, CPos)) != StringRef::npos) {
490 Text += Content.substr(CPos, FPos-CPos);
  /external/llvm/lib/Object/
ELFYAML.cpp 683 IO.mapOptional("Content", Section.Content);
684 IO.mapOptional("Size", Section.Size, Hex64(Section.Content.binary_size()));
718 if (!RawSection || RawSection->Size >= RawSection->Content.binary_size())
720 return "Section size must be greater or equal to the content size";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py 89 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"')
91 eq(msg['content-transfer-encoding'], 'quoted-printable')
96 eq(msg['content-type'], 'text/plain')
100 msg['Content-Type'] = 'text/x-weird'
101 msg['Content-Transfer-Encoding'] = 'quinted-puntable'
104 eq(msg['content-type'], 'text/x-weird; charset="iso-8859-1"')
105 eq(msg['content-transfer-encoding'], 'quinted-puntable')
112 eq(msg['content-type'], 'text/plain; charset="us-ascii"')
163 # This one has no existing boundary parameter, but the Content-Type:
168 eq(header.lower(), 'content-type'
    [all...]
test_email_renamed.py 89 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"')
91 eq(msg['content-transfer-encoding'], 'quoted-printable')
96 eq(msg['content-type'], 'text/plain')
100 msg['Content-Type'] = 'text/x-weird'
101 msg['Content-Transfer-Encoding'] = 'quinted-puntable'
104 eq(msg['content-type'], 'text/x-weird; charset="iso-8859-1"')
105 eq(msg['content-transfer-encoding'], 'quinted-puntable')
112 eq(msg['content-type'], 'text/plain; charset="us-ascii"')
163 # This one has no existing boundary parameter, but the Content-Type:
168 eq(header.lower(), 'content-type'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py 89 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"')
91 eq(msg['content-transfer-encoding'], 'quoted-printable')
96 eq(msg['content-type'], 'text/plain')
100 msg['Content-Type'] = 'text/x-weird'
101 msg['Content-Transfer-Encoding'] = 'quinted-puntable'
104 eq(msg['content-type'], 'text/x-weird; charset="iso-8859-1"')
105 eq(msg['content-transfer-encoding'], 'quinted-puntable')
112 eq(msg['content-type'], 'text/plain; charset="us-ascii"')
163 # This one has no existing boundary parameter, but the Content-Type:
168 eq(header.lower(), 'content-type'
    [all...]
test_email_renamed.py 89 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"')
91 eq(msg['content-transfer-encoding'], 'quoted-printable')
96 eq(msg['content-type'], 'text/plain')
100 msg['Content-Type'] = 'text/x-weird'
101 msg['Content-Transfer-Encoding'] = 'quinted-puntable'
104 eq(msg['content-type'], 'text/x-weird; charset="iso-8859-1"')
105 eq(msg['content-transfer-encoding'], 'quinted-puntable')
112 eq(msg['content-type'], 'text/plain; charset="us-ascii"')
163 # This one has no existing boundary parameter, but the Content-Type:
168 eq(header.lower(), 'content-type'
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
gallery.js 157 var content = util.createChild(this.container_, 'content');
158 content.addEventListener('click', this.onContentClick_.bind(this));
208 this.mosaicMode_ = new MosaicMode(content,
216 content,
244 this.dataModel_.addEventListener('content', this.onContentChange_.bind(this));
265 * Loads the content.
559 * Content change event handler.
566 console.error('Content changed for unselected item');
685 var event = new Event('content');
    [all...]
  /build/tools/droiddoc/templates-sac/
customizations.cs 3 <div id="body-content">
7 <div class="wrap clearfix" id="body-content">
21 <div class="wrap clearfix" id="body-content">
41 <div class="wrap clearfix" id="body-content">
59 <div class="wrap clearfix" id="body-content">
79 <div class="wrap clearfix" id="body-content">
99 <div class="wrap clearfix" id="body-content">
119 <div class="wrap clearfix" id="body-content">
139 <div class="wrap clearfix" id="body-content">
163 <div class="wrap clearfix" id="body-content">
    [all...]
  /external/chromium_org/chrome/browser/drive/
drive_api_util.cc 17 #include "content/public/browser/browser_thread.h"
120 // The meaning of "fullText" should include title, description and content.
156 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
288 google_apis::Content content; local
289 content.set_mime_type(file_resource.mime_type());
290 entry->set_content(content);
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_operations_util.cc 53 // Gets the content interface of the portable |device|. On success, returns
59 base::win::ScopedComPtr<IPortableDeviceContent> content; local
60 if (SUCCEEDED(device->Content(content.Receive())))
61 return content;
74 base::win::ScopedComPtr<IPortableDeviceContent> content = local
76 if (!content)
80 if (SUCCEEDED(content->EnumObjects(0, parent_id.c_str(), NULL,
99 // The root storage object describes its content type as
183 base::win::ScopedComPtr<IPortableDeviceContent> content local
359 base::win::ScopedComPtr<IPortableDeviceContent> content = local
    [all...]

Completed in 966 milliseconds

1 23 4 5 6