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

12 3 4 5 6

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
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;
ANTLRCommonTreeNodeStream.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
96 * Switch back with pop().
109 - (void) replaceChildren:(id)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
ANTLRBufferedTokenStream.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
48 * to initialize with first token. The ctor doesn't get a token.
91 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *)types;
ANTLRBaseTreeAdaptor.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
55 * with an error.
73 /** This is generic in the sense that it will work with any kind of
83 * make sure that this is consistent with have the user will build
106 * simple node or nil root with a single child node--it must be a root
121 - (id<ANTLRTree>)createTree:(NSInteger)aTType With:(id<ANTLRToken>)aFromToken;
145 /** Tell me how to create a token for use with imaginary token nodes.
146 * For example, there is probably no input symbol associated with imaginary
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
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;
ANTLRCommonTreeNodeStream.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
96 * Switch back with pop().
109 - (void) replaceChildren:(id)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
ANTLRBufferedTokenStream.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
48 * to initialize with first token. The ctor doesn't get a token.
91 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *)types;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTree.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
54 - (void) setChild:(NSInteger) i With:(id<ANTLRBaseTree>)t;
57 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
80 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
130 - (void) setChild:(NSUInteger) i With:(id<ANTLRBaseTree>)t;
133 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
156 - (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;
ANTLRBufferedTokenStream.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
50 * to initialize with first token. The ctor doesn't get a token.
94 - (AMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *)types;
ANTLRCommonTreeNodeStream.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
97 * Switch back with pop().
110 - (void) replaceChildren:(id)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
  /external/chromium_org/chrome/common/extensions/docs/server2/
timer.py 23 def With(self, other):
24 '''Returns a new stopped Timer with this Timer's elapsed time + |other|'s.
  /ndk/tests/build/topological-sort/jni/
Android.mk 6 # 1/ First, define a static library module named 'foo' with two source
19 # With NDK r8b and earlier, the final link command for the executable
29 # With a NDK that implements correct topological dependency ordering,
  /external/llvm/test/MC/ARM/
multi-section-mapping.s 10 @ A section should be able to start with a $t
15 @ A setion should be able to start with a $d
24 @ With all those constraints, we want:
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonTreeNodeStream.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
96 * Switch back with pop().
109 - (void) replaceChildren:(id)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
ANTLRBufferedTokenStream.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
48 * to initialize with first token. The ctor doesn't get a token.
91 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *)types;
ANTLRBaseTreeAdaptor.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
55 * with an error.
73 /** This is generic in the sense that it will work with any kind of
83 * make sure that this is consistent with have the user will build
106 * simple node or nil root with a single child node--it must be a root
121 - (id<ANTLRTree>)createTree:(NSInteger)aTType With:(id<ANTLRToken>)aFromToken;
145 /** Tell me how to create a token for use with imaginary token nodes.
146 * For example, there is probably no input symbol associated with imaginary
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-debug-scopes.js 135 // Skip property with empty name.
185 // Local scope with a parameter.
195 // Local scope with a parameter and a local variable.
205 // Local scope with parameters and local variables.
215 // Empty local scope with use of eval.
235 // Local scope with parameters, local variables and local variable introduced
249 // Nested empty with blocks.
250 RunTest("With",
251 ["with ({}) { with ({}) { debugger; } }"]
    [all...]
  /external/chromium_org/net/tools/quic/
quic_time_wait_list_manager_test.cc 246 .With(Args<0, 1>(PublicResetPacketEq(connection_id_,
261 // Send public reset with exponential back off.
325 .With(Args<0, 1>(PublicResetPacketEq(connection_id,
334 .With(Args<0, 1>(PublicResetPacketEq(connection_id,
362 .With(Args<0, 1>(PublicResetPacketEq(connection_id,
368 .With(Args<0, 1>(PublicResetPacketEq(other_connection_id,
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer.py 98 help=('With this mode, email is sent out '
110 help=('With this mode, email includes issue details '
211 result compared with the latest past result.
274 Annotate the graph with revision information.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-3135.js 22 // With a replacer array the value of the property is retrieved using [[Get]]
66 // Make sure that property names that clash with the names of Object.prototype
  /external/valgrind/main/gdbserver_tests/
mssnapshot.stderrB.exp 4 help [debug] : monitor command help. With debug: + debugging commands
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
video_coding_robustness_unittest.cc 90 .With(Args<0, 1>(ElementsAre(6, 7)))
167 .With(Args<0, 1>(ElementsAre(4)))
263 .With(Args<0, 1>(ElementsAre(4)))

Completed in 3612 milliseconds

12 3 4 5 6