Searched refs:bar (Results 1 - 25 of 1179) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas165 Value := 'bar';
167 CheckEquals(FIANTLRString.Value,'bar');
H A DAntlr.Runtime.Tree.Tests.pas1649 T := Wiz.CreateTreeOrNode('(A B C (A[foo] B[bar]) (D (A[big] B[dog])))') as ICommonTree;
1824 T := Wiz.CreateTreeOrNode('(A B[foo] C[bar])') as ICommonTree;
1825 // C pattern has no text arg so despite [bar] in t, no need
2046 T := Wiz.CreateTreeOrNode('(A B C (A[foo] B[bar]) (D (A[big] B[dog])))') as ICommonTree;
2050 CheckEquals('[foo@A[2]foo&bar, big@D[0]big&dog]', TCollectionUtils.ListToString(Elements));
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt036multipleReturnValues.py37 assert ret.bar == 'bar', ret.bar
H A Dt048rewrite.py328 tokens.replace(0, 3, "bar") # wipes prior nested replace
330 expecting = "bar"
336 tokens.replace(0, 3, "bar")
346 "with previous <ReplaceOp@0..3:\"bar\">")
352 tokens.replace(0, 2, "bar") # wipes prior nested replace
361 tokens.replace(1, 3, "bar") # wipes prior nested replace
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A Dprofile-mode.rb115 void bar(int x);
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dll-star.rb124 void bar(int x);
138 bar is a declaration
H A Drule-methods.rb48 r = parser.a( 'foo', 'bar' )
49 r.should == %w(foo bar)
78 a returns [foo, bar]: A
81 $bar = "bar";
105 ret.bar.should == 'bar'
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
H A Dvia-parser.rb70 method bar() {
84 public void bar() {
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
H A Dbasic.rb671 void bar(int x);
688 (FUNC_DECL (FUNC_HDR void bar (ARG_DEF int x)))
/external/apache-harmony/support/src/test/resources/tests/resources/
H A Dhyts_Bar.serBar.java package foo.bar.execjartest foo.bar.execjartest.Bar extends java.lang. ...
H A Dhyts_Foo.ser ... Foo.java package foo.bar.execjartest public foo.bar.execjartest.Foo extends java.lang ...
H A Dhyts_mainClass.ser ... MainClass.java package foo.bar.execjartest public foo.bar.execjartest.MainClass extends java.lang ...
H A Dhyts_patch.jar ... -INF/MANIFEST.MF Blah.txt foo/ foo/bar/ foo/bar/A.class A.java package foo ...
H A Dhyts_patch2.jar ... Blah.txt foo/ foo/bar/ foo/bar/A.class A.java package foo.bar ...
/external/apache-harmony/support/src/test/resources/tests/resources/morestuff/
H A Dhyts_patch.jar ... -INF/MANIFEST.MF Blah.txt foo/ foo/bar/ foo/bar/A.class A.java package foo ...
H A Dhyts_patch2.jar ... Blah.txt foo/ foo/bar/ foo/bar/A.class A.java package foo.bar ...
/external/bison/build-aux/
H A Dtexinfo.tex835 % For a thicker or thinner bar, change the `1pt'.
838 % This is the space between the bar and the text.
2826 \let\==\bar
2872 % example, @inlineraw{html, foo{bar} gets a parse error instead of being
4320 % @synindex foo bar makes index foo feed into index bar.
4323 % @syncodeindex foo bar similar, but put all entries made for index foo
4330 % #3 the target index (bar).
7801 % @node foo , bar , ...
/external/bison/
H A Dconfigure13571 static char bar[] = "bar";
13572 char *argv[] = { program, a, foo, bar, NULL };
13619 static char bar[] = "bar";
13620 char *argv[] = { program, donald, p, billy, duck, a, bar, NULL };
13638 if (!(strcmp (argv[6], "bar") == 0))
13882 static char bar[] = "bar";
13883 char *argv[] = { program, p, foo, bar, NUL
[all...]
/external/bison/doc/
H A Drefcard.tex434 foo : gnu bar gnu \%prec bar
/external/bison/tests/
H A Dtestsuite648 56;output.at:61;Output files: -dv -b bar ;;
653 61;output.at:76;Output files: %file-prefix \"bar\" %defines %verbose ;;
654 62;output.at:78;Output files: %output=\"bar.c\" %defines %verbose %yacc ;;
655 63;output.at:80;Output files: %file-prefix=\"baz\" %output \"bar.c\" %defines %verbose %yacc ;;
2614 %union { int bar; }
2616 %type <bar> exp
2635 input.y:5.6-32: warning: type clash on default action: <bar> != <>
2636 input.y:6.6-8: warning: type clash on default action: <bar> != <>
5146 %type <bar> foo
5147 %printer {bar} fo
[all...]
/external/blktrace/btt/doc/
H A Dbtt.tex952 time values are separated from the Q time values with a vertical bar.
/external/chromium-trace/
H A Dscript.js357 this.onMousedown_.bind(this))},toggleToolbar:function(a){a?this.contentHost.firstChild?this.contentHost.insertBefore(this.contentHost.firstChild,this.toolbar_):this.contentHost.appendChild(this.toolbar_):this.toolbar_.parentElement&&this.contentHost.removeChild(this.toolbar_)},createToolBar_:function(){this.toolbar_=this.ownerDocument.createElement("div");this.toolbar_.className="tool-bar";this.exitButton_=this.ownerDocument.createElement("span");this.exitButton_.className="exit-button";this.exitButton_.textContent=
362 get toolbar(){return this.ownerDocument.querySelector(".overlay-root .tool-bar")},onVisibleChange_:function(){var a=this.ownerDocument.querySelector(".overlay-root");this.visible?(a.setAttribute("visible","visible"),a.showOverlay(this),document.addEventListener("keydown",this.onKeyDown,!0),document.addEventListener("keypress",this.onKeyPress,!0),document.addEventListener("click",this.onDocumentClick,!0)):(a.removeAttribute("visible"),document.removeEventListener("keydown",this.onKeyDown,!0),document.removeEventListener("keypress",
/external/chromium-trace/trace-viewer/src/ui/
H A Dinfo_bar.css5 info-bar {
18 .info-bar-hidden {
22 info-bar > .message {
26 info-bar > .buttons {
H A Doverlay.css45 .overlay-root > .content-host .tool-bar {
52 .overlay-root > .content-host .tool-bar .exit-button {
H A Dvalue_bar.css6 /* Base class rules, internal to value-bar */
8 .value-bar {
16 .value-bar .value-control {
25 .value-bar .lowest-value-control {
30 .value-bar .highest-value-control {
35 .value-bar .value-range-control {
40 .value-bar .value-slider {
46 .value-bar[orient='vertical'] .lowest-value-control {
50 .value-bar[orient='vertical'] .value-slider {
55 .value-bar[orien
[all...]

Completed in 3039 milliseconds

1234567891011>>