HomeSort by relevance Sort by last modified time
    Searched refs:preamble (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
Multipart.java 37 * ordered list of body parts. The multipart body also has a preamble and
38 * epilogue. The preamble consists of whatever characters appear before the
46 private String preamble = ""; field in class:Multipart
147 * Gets the preamble.
149 * @return the preamble.
152 return preamble;
156 * Sets the preamble.
158 * @param preamble the preamble.
160 public void setPreamble(String preamble) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
u_unfilled_gen.py 126 def preamble(intype, outtype, prim): function
144 preamble(intype, outtype, prim='tris')
152 preamble(intype, outtype, prim='tristrip')
160 preamble(intype, outtype, prim='trifan')
169 preamble(intype, outtype, prim='polygon')
177 preamble(intype, outtype, prim='quads')
185 preamble(intype, outtype, prim='quadstrip')
u_indices_gen.py 152 def preamble(intype, outtype, inpv, outpv, prim): function
170 preamble(intype, outtype, inpv, outpv, prim='points')
177 preamble(intype, outtype, inpv, outpv, prim='lines')
184 preamble(intype, outtype, inpv, outpv, prim='linestrip')
191 preamble(intype, outtype, inpv, outpv, prim='lineloop')
199 preamble(intype, outtype, inpv, outpv, prim='tris')
207 preamble(intype, outtype, inpv, outpv, prim='tristrip')
218 preamble(intype, outtype, inpv, outpv, prim='trifan')
227 preamble(intype, outtype, inpv, outpv, prim='polygon')
238 preamble(intype, outtype, inpv, outpv, prim='quads'
    [all...]
  /external/mesa3d/src/gallium/auxiliary/indices/
u_unfilled_gen.py 126 def preamble(intype, outtype, prim): function
144 preamble(intype, outtype, prim='tris')
152 preamble(intype, outtype, prim='tristrip')
160 preamble(intype, outtype, prim='trifan')
169 preamble(intype, outtype, prim='polygon')
177 preamble(intype, outtype, prim='quads')
185 preamble(intype, outtype, prim='quadstrip')
u_indices_gen.py 152 def preamble(intype, outtype, inpv, outpv, prim): function
170 preamble(intype, outtype, inpv, outpv, prim='points')
177 preamble(intype, outtype, inpv, outpv, prim='lines')
184 preamble(intype, outtype, inpv, outpv, prim='linestrip')
191 preamble(intype, outtype, inpv, outpv, prim='lineloop')
199 preamble(intype, outtype, inpv, outpv, prim='tris')
207 preamble(intype, outtype, inpv, outpv, prim='tristrip')
218 preamble(intype, outtype, inpv, outpv, prim='trifan')
227 preamble(intype, outtype, inpv, outpv, prim='polygon')
238 preamble(intype, outtype, inpv, outpv, prim='quads'
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
AbstractContentHandler.java 85 * @see org.apache.james.mime4j.ContentHandler#preamble(java.io.InputStream)
87 public void preamble(InputStream is) throws IOException { method in class:AbstractContentHandler
ContentHandler.java 46 * preamble(...)
122 * Called for the preamble (whatever comes before the first body part)
125 * @param is used to get the contents of the preamble.
128 void preamble(InputStream is) throws IOException; method in interface:ContentHandler
  /hardware/ti/wlan/mac80211/config/
hostapd.conf 15 preamble=1
  /external/valgrind/main/memcheck/tests/
long_namespace_xml.stderr.exp 8 <preamble>
13 </preamble>
  /external/chromium_org/ui/surface/
compile_hlsl.py 109 preamble = '\n'.join([
118 h.write(preamble)
131 cc.write(preamble)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py 214 # If there's a preamble, write it out, with a trailing CRLF
215 if msg.preamble is not None:
217 preamble = fcre.sub('>From ', msg.preamble)
219 preamble = msg.preamble
220 print >> self._fp, preamble
feedparser.py 301 # preamble.
307 preamble = []
325 # We saw an inter-part boundary. Were we in the preamble?
327 if preamble:
330 lastline = preamble[-1]
333 preamble[-1] = lastline[:-len(eolmo.group(0))]
334 self._cur.preamble = EMPTYSTRING.join(preamble)
385 # I think we must be in the preamble
387 preamble.append(line
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
generator.py 214 # If there's a preamble, write it out, with a trailing CRLF
215 if msg.preamble is not None:
217 preamble = fcre.sub('>From ', msg.preamble)
219 preamble = msg.preamble
220 print >> self._fp, preamble
feedparser.py 301 # preamble.
307 preamble = []
325 # We saw an inter-part boundary. Were we in the preamble?
327 if preamble:
330 lastline = preamble[-1]
333 preamble[-1] = lastline[:-len(eolmo.group(0))]
334 self._cur.preamble = EMPTYSTRING.join(preamble)
385 # I think we must be in the preamble
387 preamble.append(line
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
MessageTestUtils.java 218 * Create builder with preamble string
219 * @param preamble
221 public TextBuilder(String preamble) {
222 mBuilder.append(preamble);
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeMultipart.java 71 public void setPreamble(String preamble) throws MessagingException {
72 this.mPreamble = preamble;
  /external/valgrind/main/drd/tests/
fp_race_xml.stderr.exp 8 <preamble>
13 </preamble>
annotate_barrier_xml.stderr.exp 8 <preamble>
13 </preamble>
bar_bad_xml.stderr.exp 8 <preamble>
13 </preamble>
  /external/valgrind/main/exp-sgcheck/tests/
hsg.stderr.exp 8 <preamble>
14 </preamble>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_torture.py 57 eq(msg.preamble, None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_torture.py 57 eq(msg.preamble, None)
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
Dbg.stg 131 @rule.preamble() ::= <<
  /external/chromium_org/native_client_sdk/src/build_tools/
make_simple.py 35 preamble = """\
291 makefile.write(preamble % params)
  /external/valgrind/main/helgrind/tests/
tc06_two_races_xml.stderr.exp 8 <preamble>
13 </preamble>

Completed in 795 milliseconds

1 2 3 4