HomeSort by relevance Sort by last modified time
    Searched refs:With (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRMissingTokenException.h 10 // Redistribution and use in source and binary forms, with or without
17 // documentation and/or other materials provided with the distribution.
43 With:(id<ANTLRToken>)insertedToken;
45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedToken;
ANTLRCommonTreeAdaptor.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
56 - (void)setParent:(id<ANTLRTree>)t With:(id<ANTLRTree>)parent;
58 - (void)setChildIndex:(id<ANTLRTree>)t With:(NSInteger)index;
59 - (void)replaceChildren:(id<ANTLRTree>)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id<ANTLRTree>)t;
ANTLRTree.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
40 /** Is there is a node above with token type ttype? */
43 /** Walk upwards and get first ancestor with this token type. */
65 - (void) setChild:(NSInteger)i With:(id<ANTLRTree>) t;
69 /** Delete children from start to stop and replace with t even if t is
74 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id)t;
107 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
ANTLRTreeAdaptor.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
94 * simple node or nil root with a single child node--it must be a root
148 - (void) setParent:(id<ANTLRTree>)t With:(id<ANTLRTree>)parent;
155 - (void) setChildIndex:(id<ANTLRTree>)t With:(NSInteger)index;
157 - (void) replaceChildren:(id<ANTLRTree>)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id<ANTLRTree>)t;
ANTLRBaseTree.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
52 - (void) setChild:(NSInteger) i With:(id<ANTLRTree>)t;
55 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
78 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
126 - (void) setChild:(NSInteger) i With:(id<ANTLRTree>)t;
129 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
152 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
ANTLRMapElement.h 10 // Redistribution and use in source and binary forms, with or without
17 // documentation and/or other materials provided with the distribution.
62 - (void)putNode:(id)aNode With:(NSInteger)uniqueID;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRMissingTokenException.h 10 // Redistribution and use in source and binary forms, with or without
17 // documentation and/or other materials provided with the distribution.
43 With:(id<ANTLRToken>)insertedToken;
45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedToken;
ANTLRCommonTreeAdaptor.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
56 - (void)setParent:(id<ANTLRTree>)t With:(id<ANTLRTree>)parent;
58 - (void)setChildIndex:(id<ANTLRTree>)t With:(NSInteger)index;
59 - (void)replaceChildren:(id<ANTLRTree>)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id<ANTLRTree>)t;
ANTLRTree.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
40 /** Is there is a node above with token type ttype? */
43 /** Walk upwards and get first ancestor with this token type. */
65 - (void) setChild:(NSInteger)i With:(id<ANTLRTree>) t;
69 /** Delete children from start to stop and replace with t even if t is
74 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id)t;
107 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
ANTLRTreeAdaptor.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
94 * simple node or nil root with a single child node--it must be a root
148 - (void) setParent:(id<ANTLRTree>)t With:(id<ANTLRTree>)parent;
155 - (void) setChildIndex:(id<ANTLRTree>)t With:(NSInteger)index;
157 - (void) replaceChildren:(id<ANTLRTree>)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id<ANTLRTree>)t;
ANTLRBaseTree.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
52 - (void) setChild:(NSInteger) i With:(id<ANTLRTree>)t;
55 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
78 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
126 - (void) setChild:(NSInteger) i With:(id<ANTLRTree>)t;
129 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
152 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
ANTLRMapElement.h 10 // Redistribution and use in source and binary forms, with or without
17 // documentation and/or other materials provided with the distribution.
62 - (void)putNode:(id)aNode With:(NSInteger)uniqueID;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRMissingTokenException.h 10 // Redistribution and use in source and binary forms, with or without
17 // documentation and/or other materials provided with the distribution.
43 With:(id<ANTLRToken>)insertedToken;
45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedToken;
ANTLRCommonTreeAdaptor.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
56 - (void)setParent:(id<ANTLRTree>)t With:(id<ANTLRTree>)parent;
58 - (void)setChildIndex:(id<ANTLRTree>)t With:(NSInteger)index;
59 - (void)replaceChildren:(id<ANTLRTree>)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id<ANTLRTree>)t;
ANTLRTree.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
40 /** Is there is a node above with token type ttype? */
43 /** Walk upwards and get first ancestor with this token type. */
65 - (void) setChild:(NSInteger)i With:(id<ANTLRTree>) t;
69 /** Delete children from start to stop and replace with t even if t is
74 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id)t;
107 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
ANTLRTreeAdaptor.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
94 * simple node or nil root with a single child node--it must be a root
148 - (void) setParent:(id<ANTLRTree>)t With:(id<ANTLRTree>)parent;
155 - (void) setChildIndex:(id<ANTLRTree>)t With:(NSInteger)index;
157 - (void) replaceChildren:(id<ANTLRTree>)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id<ANTLRTree>)t;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRMissingTokenException.h 10 // Redistribution and use in source and binary forms, with or without
17 // documentation and/or other materials provided with the distribution.
43 With:(id<ANTLRToken>)insertedToken;
45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedToken;
ANTLRCommonTreeAdaptor.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
59 - (void)setParent:(ANTLRCommonTree *)t With:(ANTLRCommonTree *)parent;
61 - (void)setChildIndex:(ANTLRCommonTree *)t With:(NSInteger)index;
62 - (void)replaceChildren:(ANTLRCommonTree *)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(ANTLRCommonTree *)t;
ANTLRTree.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
46 /** Is there is a node above with token type ttype? */
49 /** Walk upwards and get first ancestor with this token type. */
71 - (void) setChild:(NSInteger)i With:(id<ANTLRTree>) t;
75 /** Delete children from start to stop and replace with t even if t is
80 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id)t;
113 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
ANTLRTreeNodeStream.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
49 - (void) replaceChildren:(id)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
ANTLRTreeAdaptor.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
90 * simple node or nil root with a single child node--it must be a root
145 - (void) setParent:(id)t With:(id)parent;
152 - (void) setChildIndex:(id)t With:(NSInteger)index;
154 - (void) replaceChildren:(id)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id)t;
ANTLRBaseTreeAdaptor.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
46 * with an error.
65 /** This is generic in the sense that it will work with any kind of
75 * make sure that this is consistent with have the user will build
98 * simple node or nil root with a single child node--it must be a root
138 - (void) setParent:(id<ANTLRBaseTree>)t With:(id<ANTLRBaseTree>) parent;
145 - (void) setChildIndex:(id)t With:(NSInteger)index;
147 - (void) replaceChildren:(id)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id)t;
161 /** Tell me how to create a token for use with imaginary token nodes
    [all...]
  /external/chromium/chrome/browser/prefs/
pref_observer_mock.cc 18 .With(PrefValueMatches(prefs, pref_name, value));
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
predicates.rb 14 /* With this true, enum is seen as a keyword. False, it's an identifier */
97 example "rule with syntactic predicate" do
  /external/v8/test/mjsunit/
debug-scopes.js 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
148 // Skip property with empty name.
204 // Local scope with a parameter.
220 // Local scope with a parameter and a local variable.
237 // Local scope with parameters and local variables.
255 // Empty local scope with use of eval.
289 // Local scope with parameters, local variables and local variable introduced
310 // Single empty with block.
311 BeginTest("With 1")
    [all...]

Completed in 893 milliseconds

1 2 3 4