Searched refs:pre (Results 1 - 25 of 283) sorted by path

1234567891011>>

/external/ant-glob/
H A DNOTICE221 2. Any pre-existing intellectual property disclaimers, notices, or terms
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DDFA.as185 /* Don't pre-allocate
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeFilter.cs77 visit method. That method executes either a @m pre or @m post method
121 Func<object, object> pre = delegate(object o)
131 v.Visit( t, pre, post );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeFilter.cs76 Func<object, object> pre = ( o ) =>
86 v.Visit( t, pre, post );
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeFilter.java73 visit method. That method executes either a @m pre or @m post method
112 public Object pre(Object t) { applyOnce(t, topdown_fptr); return t; }
H A DTreeRewriter.java92 public Object pre(Object t) { return applyOnce(t, topdown_fptr); }
H A DTreeVisitor.java31 /** Do a depth first walk of a tree, applying pre() and post() actions
56 t = action.pre(t); // if rewritten, walk children of new t
H A DTreeVisitorAction.java32 * pre() before visiting children and execute post() after visiting children.
40 public Object pre(Object t); method in interface:TreeVisitorAction
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTreeRewriter.h63 - (ANTLRTreeRewriter *) pre:(id<ANTLRTree>)t;
H A DANTLRTreeVisitorAction.h48 - (ANTLRTreeVisitorAction *)pre:(ANTLRTreeVisitorAction *) t;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTreeRewriter.h63 - (ANTLRTreeRewriter *) pre:(id<ANTLRTree>)t;
H A DANTLRTreeVisitorAction.h48 - (ANTLRTreeVisitorAction *)pre:(ANTLRTreeVisitorAction *) t;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTreeRewriter.h63 - (ANTLRTreeRewriter *) pre:(id<ANTLRTree>)t;
H A DANTLRTreeVisitorAction.h48 - (ANTLRTreeVisitorAction *)pre:(ANTLRTreeVisitorAction *) t;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreeRewriter.h65 - (id) pre:(ANTLRCommonTree *)t;
H A DANTLRTreeVisitorAction.h48 - (ANTLRTreeVisitorAction *)pre:(ANTLRTreeVisitorAction *) t;
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttree.py1244 def pre(t): function in function:TestTreeVisitor.testTreeVisitor
1245 found.append("pre(%s)" % t)
1252 visitor.visit(t, pre, post)
1254 expecting = [ "pre(PRINT)", "pre(MULT)", "pre(x)", "post(x)",
1255 "pre(VEC)", "pre(MULT)", "pre(9)", "post(9)", "pre(
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_PlatformFile.java24 public static String getNewPlatformFile(String pre, String post) { argument
33 return pre + platformId + post;
/external/autotest/client/bin/
H A Dharness_simple.py35 pre = 'AUTOTEST_STATUS:%s:' % (tag,)
36 self.status.write(pre + line + '\n')
/external/autotest/frontend/client/src/autotest/public/
H A Dtkoclient.css28 white-space: pre;
51 white-space: pre;
57 white-space: pre;
/external/autotest/server/site_tests/power_DarkResumeDisplay/
H A Dpower_DarkResumeDisplay.py107 pre = pre_err_count[k]['errors']
109 if pre != post:
111 % (k, pre_err_count[k]['pipe'], pre,
114 pre_err_count[k]['pipe'], pre)
/external/autotest/tko/parsers/test/
H A Dscenario_base.py423 pre = ''
425 pre = 'p'
426 return pre + package_dirname
/external/avahi/
H A Dautogen.sh45 if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then
46 cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit && \
47 chmod +x .git/hooks/pre-commit && \
48 echo "Activated pre-commit hook."
/external/bison/build-aux/
H A Ddo-release-commit-and-tag36 Run this script from top_srcdir to perform the final pre-release NEWS

Completed in 1101 milliseconds

1234567891011>>