Searched refs:insert (Results 1 - 25 of 3957) sorted by path

1234567891011>>

/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 DBaseRecognizer.as108 // "insert" the missing token
539 * ttype then it is ok to "insert" the missing token, else throw
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3string.h115 pANTLR3_UINT8 (*insert) (struct ANTLR3_STRING_struct * string, ANTLR3_UINT32 point, const char * newbit); member in struct:ANTLR3_STRING_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3string.c273 string->insert = insert8;
310 string->insert = insertUTF16_UTF16;
1162 return string->insert(string, point, (const char *)(newbit->chars));
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1216 /// You can insert stuff, Replace, and delete chunks. Note that the
1226 /// screw up the token index values. That is, an insert operation at token
2040 /// ttype then it is ok to "insert" the missing token, else throw
2764 /// I.i.u = insert u before op @ index i
2778 /// insert with replace and delete this replace.
4569 // "insert" the missing token
5932 // to insert after, just insert before next index (even if past end)
6030 // delete insert as it's a no-op.
6064 // combine current insert wit
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRLinkBase.h42 - (id<ANTLRLinkList>) insert:(id<ANTLRLinkList>)node;
68 - (id<ANTLRLinkList>)insert:(id<ANTLRLinkList>)node;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRLinkBase.h42 - (id<ANTLRLinkList>) insert:(id<ANTLRLinkList>)node;
68 - (id<ANTLRLinkList>)insert:(id<ANTLRLinkList>)node;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRLinkBase.h42 - (id<ANTLRLinkList>) insert:(id<ANTLRLinkList>)node;
68 - (id<ANTLRLinkList>)insert:(id<ANTLRLinkList>)node;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DACBTree.h83 - (ACBTree *) insert:(ACBKey *)key value:(id)value index:(NSInteger)hi split:(NSInteger *)h;
H A DANTLRLinkBase.h46 - (id<ANTLRLinkList>) insert:(id<ANTLRLinkList>)node;
74 - (id<ANTLRLinkList>)insert:(id<ANTLRLinkList>)node;
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py832 # ...insert new segment...
915 ancestors.insert(0, t) # insert at start
/external/antlr/antlr-3.4/runtime/Python/
H A Dez_setup.py84 sys.path.insert(0, egg)
156 sys.path.insert(0,egg)
H A Dsetup.py192 sys.path.insert(0, testDir)
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt052import.py11 sys.path.insert(0, self.baseDir)
H A Dt054main.py14 sys.path.insert(0, self.baseDir)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb640 @position - before_chars > 0 and before.insert( 0, '... ' )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb58 edit-inducing methods like +delete+ and +insert+ as RewriteOperation objects in
105 @operation_name = 'insert-before'.freeze
298 # catch edge 'insert-after' operations
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
H A Dbasic.rb26 example 'insert before' do
32 example 'insert after last index' do
38 example 'insert before after middle index' do
76 example 'replace middle index 1 insert before' do
91 example 'insert then replace same index' do
98 example 'insert middle index' do
105 example 'insert then replace index0' do
113 example 'replace then insert before last index' do
120 example 'insert then replace last index' do
127 example 'replace then insert afte
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DObjCTarget.java77 buf.insert(0,'@');
H A DPerl5Target.java71 buf.insert(0, '\'');
75 buf.insert(0, '\"');
/external/apache-http/src/org/apache/http/impl/conn/
H A DWire.java67 buffer.insert(0, "\"");
68 buffer.insert(0, header);
81 buffer.insert(0, '\"');
82 buffer.insert(0, header);
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DSystemIDResolver.java202 buf.insert(i+1, "20");
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DSystemIDResolver.java195 buf.insert(i+1, "20");
/external/bison/build-aux/
H A Dtexinfo.tex89 \let\ptexinsert=\insert
241 % we did was a \nobreak, we don't want to insert more space.
521 % It's the responsibility of \envdef to insert \begingroup before the
827 % We want to insert a rule with the height and depth of the current
979 % after a section heading. If WORD is `insert', then do indent at such
988 \def\insertword{insert}
3544 % bizarre value of 10001 as a signal to \aboveenvbreak to insert
3912 \newtoks\everytab % insert after every tab.
4147 % empty), we can't just use \parsearg; we have to insert a space of our
4749 \insert\margi
[all...]
/external/bison/data/
H A Dglr.cc98 # Hijack the post prologue to insert early definition of YYLLOC_DEFAULT

Completed in 9579 milliseconds

1234567891011>>