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

1 2 3 4 5 6

  /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;
  /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/llvm/include/llvm/Transforms/Utils/
SimplifyLibCalls.h 27 /// that replace well formed calls to library functions with a more optimal
28 /// form. For example, replacing 'printf("Hello!")' with 'puts("Hello!")'.
40 /// optimal value to replace the instruction with or 0 if a more
50 virtual void replaceAllUsesWith(Instruction *I, Value *With) const;
  /external/chromium_org/base/prefs/
mock_pref_change_callback.cc 23 .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/jemalloc/include/jemalloc/
jemalloc_rename.sh 7 * Name mangling for public symbols is controlled by --with-mangling and
8 * --with-jemalloc-prefix. With default settings the je_ prefix is stripped by
  /external/chromium_org/v8/test/mjsunit/
debug-scopes.js 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
169 // Skip property with empty name.
225 // Local scope with a parameter.
241 // Local scope with a parameter and a local variable.
258 // Local scope with parameters and local variables.
276 // Empty local scope with use of eval.
310 // Local scope with parameters, local variables and local variable introduced
331 // Single empty with block.
332 BeginTest("With 1")
    [all...]

Completed in 322 milliseconds

1 2 3 4 5 6