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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementException.cpp 39 String CustomElementException::preamble(const AtomicString& type) function in class:WebCore::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(NotSupportedError, 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...]
  /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
MimeStreamParser.java 146 handler.preamble(new CloseShieldInputStream(tempIs));
  /external/chromium_org/chrome/test/base/
tracing.cc 131 const char* preamble = "{\"traceEvents\": "; local
133 DCHECK(StartsWithASCII(*json_trace_output, preamble, true));
135 json_trace_output->erase(0, strlen(preamble));
  /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
147 // Encode IEC61937-1 Burst Preamble
148 uint16_t preamble[4]; local
156 preamble[0] = kSPDIFSync1;
157 preamble[1] = kSPDIFSync2;
158 preamble[2] = burstInfo;
159 preamble[3] = mFramer->getLengthCode();
160 writeBurstBufferShorts(preamble, 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...]
Message.java 235 * @see org.apache.james.mime4j.ContentHandler#preamble(java.io.InputStream)
237 public void preamble(InputStream is) throws IOException { method in class:Message.MessageBuilder
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/printing/
PrintingControllerTest.java 131 String preamble = new String(b); local
132 assertEquals(PDF_PREAMBLE, preamble);
  /external/chromium_org/content/browser/tracing/
tracing_controller_impl.cc 97 const char* preamble = "{\"traceEvents\": ["; local
98 size_t written = fwrite(preamble, strlen(preamble), 1, file_);
  /external/valgrind/main/mpi/
libmpiwrap.c 170 static const char* preamble = "valgrind MPI wrappers"; variable
205 preamble, my_pid, my_pid);
231 fprintf(stderr, "%s %5d: exiting now\n", preamble, my_pid );
237 preamble, my_pid);
241 fprintf(stderr, "%s %5d: enter PMPI_%s\n", preamble, my_pid, fnname );
248 preamble, my_pid, fnname, err );
253 fprintf(stderr, "%s %5d: fatal: %s\n", preamble, my_pid, msg);
254 fprintf(stderr, "%s %5d: exiting now\n", preamble, my_pid );
868 preamble, my_pid, (long)ty);
873 preamble, my_pid, (long)tycon)
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 84 u32 preamble :3; // 0: OFDM, 1:CCK, 2:HT 3:VHT 4..7 reserved member in struct:__anon40563
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeMessage.java 657 public void preamble(InputStream is) throws IOException { method in class:MimeMessage.MimeMessageBuilder
  /bionic/libc/kernel/uapi/linux/
synclink.h 177 unsigned char preamble; member in struct:_MGSL_PARAMS
  /development/ndk/platforms/android-L/include/linux/
synclink.h 177 unsigned char preamble; member in struct:_MGSL_PARAMS
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 1700 def preamble(self, lenient=False): member in class:Reader
    [all...]
  /external/kernel-headers/original/uapi/linux/
synclink.h 160 unsigned char preamble; member in struct:_MGSL_PARAMS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
synclink.h 159 unsigned char preamble; member in struct:_MGSL_PARAMS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
synclink.h 159 unsigned char preamble; member in struct:_MGSL_PARAMS
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
synclink.h 177 unsigned char preamble; member in struct:_MGSL_PARAMS
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
synclink.h 177 unsigned char preamble; member in struct:_MGSL_PARAMS

Completed in 524 milliseconds

1 2