Home
last modified time | relevance | path

Searched refs:preamble (Results 1 – 25 of 64) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementException.cpp39 String CustomElementException::preamble(const AtomicString& type) in preamble() function in blink::CustomElementException
48 …exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Elements cannot be registere… in throwException()
52 …exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Prototype constructor proper… in throwException()
56 …exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer val… in throwException()
60 …exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer val… in throwException()
64 …exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer val… in throwException()
68 …exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The tag name specified in 'e… in throwException()
72 …exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The tag name specified in 'e… in throwException()
76 exceptionState.throwDOMException(SyntaxError, preamble(type) + "The type name is invalid."); in throwException()
80 …exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The prototype is already in-… in throwException()
[all …]
DCustomElementException.h62 static String preamble(const AtomicString& type);
/external/clang/test/Index/
Dgetcursor-preamble.m1 #include "getcursor-preamble.h"
4 // RUN: -cursor-at=%S/getcursor-preamble.h:2:10 \
5 // RUN: -cursor-at=%S/getcursor-preamble.h:3:9 \
6 // RUN: -cursor-at=%S/getcursor-preamble.h:4:6 \
7 // RUN: -cursor-at=%S/getcursor-preamble.h:5:8 \
8 // RUN: -cursor-at=%S/getcursor-preamble.h:7:7 \
12 // RUN: -cursor-at=%S/getcursor-preamble.h:2:10 \
13 // RUN: -cursor-at=%S/getcursor-preamble.h:3:9 \
14 // RUN: -cursor-at=%S/getcursor-preamble.h:4:6 \
15 // RUN: -cursor-at=%S/getcursor-preamble.h:5:8 \
[all …]
Dpreamble-reparse-import.m8 #import "preamble-reparse-import.m-1.h"
11 #import "preamble-reparse-import.m-2.h"
12 #import "preamble-reparse-import.m-1.h"
Dpreamble-reparse-with-BOM.m8 // CHECK: preamble-reparse-with-BOM.m:2:12: ObjCInterfaceDecl=I2:2:12 Extent=[2:1 - 3:5]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
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')
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(intype, outtype, inpv, outpv, prim='quads')
[all …]
/external/mesa3d/src/gallium/auxiliary/indices/
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')
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(intype, outtype, inpv, outpv, prim='quads')
[all …]
/external/chromium_org/third_party/icu/scripts/
Dsjis_gen.sh13 function preamble { function
120 preamble
Deucjp_gen.sh17 function preamble { function
106 preamble
/external/chromium_org/native_client_sdk/src/build_tools/
Dmake_simple.py35 preamble = """\ variable
291 makefile.write(preamble % params)
/external/mesa3d/src/mapi/glapi/gen/
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/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
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/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/printing/
DPrintingControllerTest.java134 String preamble = new String(b); in testNormalPrintingFlow() local
135 assertEquals(PDF_PREAMBLE, preamble); in testNormalPrintingFlow()
/external/valgrind/main/mpi/
Dlibmpiwrap.c170 static const char* preamble = "valgrind MPI wrappers"; variable
205 preamble, my_pid, my_pid); in before()
231 fprintf(stderr, "%s %5d: exiting now\n", preamble, my_pid ); in before()
237 preamble, my_pid); in before()
241 fprintf(stderr, "%s %5d: enter PMPI_%s\n", preamble, my_pid, fnname ); in before()
248 preamble, my_pid, fnname, err ); in after()
253 fprintf(stderr, "%s %5d: fatal: %s\n", preamble, my_pid, msg); in barf()
254 fprintf(stderr, "%s %5d: exiting now\n", preamble, my_pid ); in barf()
868 preamble, my_pid, (long)ty); in walk_type()
873 preamble, my_pid, (long)tycon); in walk_type()
[all …]
/external/clang/test/Analysis/
Duninit-ps-rdar6145427.m3 // Delta-Debugging reduced preamble.
/external/lldb/utils/test/
Dras.py114 outer.preamble = 'You will not see this in a MIME-aware mail reader.\n'
/external/kernel-headers/original/uapi/linux/
Dsynclink.h160 unsigned char preamble; member
/external/chromium_org/content/browser/tracing/
Dtracing_controller_impl.cc87 const char preamble[] = "{\"traceEvents\": ["; in OpenFileIfNeededOnFileThread() local
88 ignore_result(fwrite(preamble, strlen(preamble), 1, file_)); in OpenFileIfNeededOnFileThread()
/external/valgrind/main/docs/internals/
Dxml-output.txt157 contains a load of preamble, the errors from the run of the
161 * Various preamble lines which give version info for the various
165 <preamble>
167 </preamble>
/external/chromium_org/tools/valgrind/
Dmemcheck_analyze.py537 preamble = parsed_file.getElementsByTagName("preamble")[0];
538 for node in preamble.getElementsByTagName("line"):
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DDbg.stg172 @rule.preamble() ::= <<
177 //@rule.preamble() ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DDbg.stg171 @rule.preamble() ::= <<
176 //@rule.preamble() ::= <<
/external/clang/tools/scan-view/
DReporter.py127 msg.preamble = mainMsg

123