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

  /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...]
  /external/chromium_org/third_party/icu/scripts/
eucjp_gen.sh 17 function preamble { function
18 cat <<PREAMBLE
44 PREAMBLE
106 preamble
sjis_gen.sh 13 function preamble { function
14 cat <<PREAMBLE
37 PREAMBLE
120 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...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/printing/
PrintingControllerTest.java 134 String preamble = new String(b); local
135 assertEquals(PDF_PREAMBLE, preamble);
  /external/chromium_org/content/browser/tracing/
tracing_controller_impl.cc 87 const char preamble[] = "{\"traceEvents\": ["; local
88 ignore_result(fwrite(preamble, strlen(preamble), 1, file_));
  /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

Completed in 410 milliseconds