Searched refs:preamble (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementException.cpp39 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(typ
[all...]
H A DCustomElementException.h62 static String preamble(const AtomicString& type);
/external/chromium_org/third_party/icu/scripts/
H A Dsjis_gen.sh13 function preamble { function
120 preamble
H A Deucjp_gen.sh17 function preamble { function
106 preamble
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py126 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')
H A Du_indices_gen.py152 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(intyp
[all...]
/external/mesa3d/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py126 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')
H A Du_indices_gen.py152 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(intyp
[all...]
/external/valgrind/main/memcheck/tests/
H A Dclient-msg-as-xml.stderr.exp8 <preamble>
13 </preamble>
H A Dlong_namespace_xml.stderr.exp8 <preamble>
13 </preamble>
H A Dthreadname_xml.stderr.exp8 <preamble>
13 </preamble>
/external/valgrind/main/drd/tests/
H A Dfp_race_xml.stderr.exp8 <preamble>
13 </preamble>
H A Dannotate_barrier_xml.stderr.exp8 <preamble>
13 </preamble>
H A Dbar_bad_xml.stderr.exp8 <preamble>
13 </preamble>
/external/valgrind/main/exp-sgcheck/tests/
H A Dhsg.stderr.exp8 <preamble>
14 </preamble>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DDbg.stg131 @rule.preamble() ::= <<
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/printing/
H A DPrintingControllerTest.java134 String preamble = new String(b);
135 assertEquals(PDF_PREAMBLE, preamble);
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dmake_simple.py35 preamble = """\
291 makefile.write(preamble % params)
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A DglX_proto_send.py993 preamble = '\n /* %3u. %s */\n' % (int(number), name)
995 preamble = '\n /* %s */\n' % (name)
999 if preamble:
1000 print preamble
1001 preamble = None
/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_send.py993 preamble = '\n /* %3u. %s */\n' % (int(number), name)
995 preamble = '\n /* %s */\n' % (name)
999 if preamble:
1000 print preamble
1001 preamble = None
/external/lldb/utils/test/
H A Dras.py114 outer.preamble = 'You will not see this in a MIME-aware mail reader.\n'
/external/valgrind/main/helgrind/tests/
H A Dtc06_two_races_xml.stderr.exp8 <preamble>
13 </preamble>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DDbg.stg172 @rule.preamble() ::= <<
177 //@rule.preamble() ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DDbg.stg171 @rule.preamble() ::= <<
176 //@rule.preamble() ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DDbg.stg116 @rule.preamble() ::= <<

Completed in 475 milliseconds

123