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

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementException.cpp 39 String CustomElementException::preamble(const AtomicString& type) function in class:blink::CustomElementException
48 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Elements cannot be registered from extensions.");
52 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Prototype constructor property is not configurable.");
56 exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer valid.");
60 exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer valid.");
64 exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer valid.");
68 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The tag name specified in 'extends' is not a valid tag name.");
72 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The tag name specified in 'extends' is a custom element name. Use inheritance instead.");
76 exceptionState.throwDOMException(SyntaxError, preamble(type) + "The type name is invalid.");
80 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The prototype is already in-use as an interface prototype object.")
    [all...]
CustomElementException.h 62 static String preamble(const AtomicString& type);
  /external/chromium_org/third_party/icu/scripts/
sjis_gen.sh 13 function preamble { function
14 cat <<PREAMBLE
37 PREAMBLE
120 preamble
eucjp_gen.sh 17 function preamble { function
18 cat <<PREAMBLE
44 PREAMBLE
106 preamble
  /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...]
  /system/media/audio_utils/spdif/
SPDIFEncoder.cpp 27 // Burst Preamble defined in IEC61937-1
155 // Encode IEC61937-1 Burst Preamble
156 uint16_t preamble[4]; local
164 preamble[0] = kSPDIFSync1;
165 preamble[1] = kSPDIFSync2;
166 preamble[2] = burstInfo;
167 preamble[3] = 0; // lengthCode - This will get set after the buffer is full.
168 writeBurstBufferShorts(preamble, 4);
  /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
  /external/valgrind/main/memcheck/tests/
client-msg-as-xml.stderr.exp 8 <preamble>
13 </preamble>
long_namespace_xml.stderr.exp 8 <preamble>
13 </preamble>
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
ocaml.i 49 %include <preamble.swg>
  /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>
  /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)

Completed in 618 milliseconds

1 2 3 4 5