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

123

/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DActionScript.stg325 <@preamble()>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg1626 <@preamble()>
H A DDbg.stg131 @rule.preamble() ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
H A DCPP.stg422 <@preamble()>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DCSharp2.stg530 <@preamble()>
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 DCSharp3.stg508 <@preamble()>
H A DDbg.stg171 @rule.preamble() ::= <<
176 //@rule.preamble() ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DDelphi.stg674 <@preamble()>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DDbg.stg158 @rule.preamble() ::= <<
H A DJava.stg377 <@preamble()>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DDbg.stg116 @rule.preamble() ::= <<
H A DObjC.stg849 <@preamble()>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
H A DPerl5.stg349 <@preamble()>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DPython.stg416 <@preamble()>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
H A DScala.stg355 <@preamble()>
/external/bison/build-aux/
H A Dtexinfo.tex3780 % Contents of each column will wrap at width given in preamble. Width
3786 % To make preamble:
3844 % Macros used to set up halign preamble:
3952 % This preamble sets up a generic column definition, which will
3970 % If the user has set preamble in terms of percent of \hsize we will
3982 % If user has not set preamble in terms of percent of \hsize
/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/chrome/common/extensions/docs/examples/howto/sandbox/
H A Dhandlebars-1.0.0.beta.6.js1042 this.preamble();
1094 preamble: function() {
/external/chromium_org/content/browser/tracing/
H A Dtracing_controller_impl.cc87 const char preamble[] = "{\"traceEvents\": ["; local
88 ignore_result(fwrite(preamble, strlen(preamble), 1, file_));
/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/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js2757 // 1) call two types of the preamble
2758 if(ctorSpecial && (a0 && a0.preamble || this.preamble)){
2764 // process the preamble of the 1st argument
2767 f = a0.preamble;
2772 // process the preamble of this class
2774 f = f.hasOwnProperty("preamble") && f.preamble;
2778 // one peculiarity of the preamble:
2819 // 1) call two types of the preamble
[all...]
/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 Deucjp_gen.sh17 function preamble { function
106 preamble

Completed in 1215 milliseconds

123