HomeSort by relevance Sort by last modified time
    Searched refs:Content (Results 76 - 100 of 168) sorted by null

1 2 34 5 6 7

  /build/tools/droiddoc/templates-sdk-dev/
customizations.cs 2 <div class="wrap clearfix" id="body-content">
6 <div id="body-content">
80 <div class="wrap clearfix" id="body-content"><div class="cols">
83 <div class="dac-toggle-content" id="devdoc-nav">
130 <div id="dac-search-results-content" class="dac-search-results-content">
216 Except as noted, this content is
219 restrictions, see the <a href="<?cs var:toroot ?>license.html">Content
224 Except as noted, this content is licensed under <a
227 Content License</a>
    [all...]
  /external/llvm/include/llvm/Object/
ELFYAML.h 107 yaml::BinaryRef Content;
  /external/markdown/
test-markdown.py 72 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
Radix4FFT_v5.s 20 @ Content: Radix4FFT armv5 assemble
R4R8First_v5.s 20 @ Content: Radix8First and Radix4First function armv5 assemble
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
PrePostMDCT_v7.s 20 @ Content: premdct and postmdct function armv7 assemble
Radix4FFT_v7.s 20 @ Content: Radix4FFT armv7 assemble
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/clang/lib/Format/
TokenAnnotator.cpp     [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 234 // When true, P marks begin-position of S in content.
295 const char * const Begin; // beginning of expected content
296 const char * const End; // end of expected content (1-past)
297 const char *C; // position of next char in content
470 const char* const ContentBegin = PH.C; // mark content begin
478 const char* const ContentEnd = PH.P; // mark content end
484 StringRef Content(ContentBegin, ContentEnd-ContentBegin);
487 while ((FPos = Content.find(NewlineStr, CPos)) != StringRef::npos) {
488 Text += Content.substr(CPos, FPos-CPos);
  /external/llvm/lib/Object/
ELFYAML.cpp 659 IO.mapOptional("Content", Section.Content);
660 IO.mapOptional("Size", Section.Size, Hex64(Section.Content.binary_size()));
743 if (!RawSection || RawSection->Size >= RawSection->Content.binary_size())
745 return "Section size must be greater or equal to the content size";
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 251 // SHT_NOBITS section does not have content
345 assert(Section.Size >= Section.Content.binary_size() &&
346 "Section size and section content are inconsistent");
349 Section.Content.writeAsBinary(OS);
350 for (auto i = Section.Content.binary_size(); i < Section.Size; ++i)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /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-trace/catapult/telemetry/third_party/webpagereplay/
httpclient.py 58 content_type = response.get_header('content-type')
82 content_type = response.get_header('content-type')
116 """Return the response body content and timing data.
212 header: a string for a header such as "Content-Length: 314".
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
README.rst 56 * Content Delivery
  /external/clang/lib/AST/
CommentSema.cpp 46 ArrayRef<InlineContentComment *> Content) {
47 return new (Allocator) ParagraphComment(Content);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib2.py 562 if k.lower() not in ("content-length", "content-type")
    [all...]

Completed in 3617 milliseconds

1 2 34 5 6 7