Searched defs:to (Results 1 - 25 of 758) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... .io.File aFile String a String b int to java.io.IOException e org.apache. ...
/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/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs6 * Conversion to C#:
18 * 3. The name of the author may not be used to endorse or promote products
46 * operations are done lazily--only if you convert the buffer to a
48 * all the time. As the buffer of tokens is converted to strings, the
49 * toString() method(s) check to see if there is an operation at the
73 * input.insertAfter(t, "text to put after t");}
77 * Actually, you have to cast the 'input' to a TokenRewriteStream. :(
85 * tokens.insertAfter("pass1", t, "text to put after t");}
117 * Execute the rewrite operation by possibly adding to th
152 ReplaceOp(TokenRewriteStream stream, int from, int to, object text) argument
168 DeleteOp(TokenRewriteStream stream, int from, int to) argument
279 Replace(int from, int to, object text) argument
287 Replace(IToken from, IToken to, object text) argument
291 Replace(string programName, int from, int to, object text) argument
301 Replace(string programName, IToken from, IToken to, object text) argument
312 Delete(int from, int to) argument
320 Delete(IToken from, IToken to) argument
324 Delete(string programName, int from, int to) argument
328 Delete(string programName, IToken from, IToken to) argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs6 * Conversion to C#:
18 * 3. The name of the author may not be used to endorse or promote products
49 * operations are done lazily--only if you convert the buffer to a
51 * all the time. As the buffer of tokens is converted to strings, the
52 * toString() method(s) check to see if there is an operation at the
76 * input.insertAfter(t, "text to put after t");}
80 * Actually, you have to cast the 'input' to a TokenRewriteStream. :(
88 * tokens.insertAfter("pass1", t, "text to put after t");}
130 * Execute the rewrite operation by possibly adding to th
172 ReplaceOp( TokenRewriteStream stream, int from, int to, object text ) argument
317 Replace( int from, int to, object text ) argument
327 Replace( IToken from, IToken to, object text ) argument
332 Replace( string programName, int from, int to, object text ) argument
344 Replace( string programName, IToken from, IToken to, object text ) argument
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java14 3. The name of the author may not be used to endorse or promote products
36 * operations are done lazily--only if you convert the buffer to a
38 * all the time. As the buffer of tokens is converted to strings, the
39 * toString() method(s) check to see if there is an operation at the
63 * input.insertAfter(t, "text to put after t");}
67 * Actually, you have to cast the 'input' to a TokenRewriteStream. :(
75 * tokens.insertAfter("pass1", t, "text to put after t");}
105 /** Execute the rewrite operation by possibly adding to the buffer.
106 * Return the index of the next token to operat
138 ReplaceOp(int from, int to, Object text) argument
251 replace(int from, int to, Object text) argument
259 replace(Token from, Token to, Object text) argument
263 replace(String programName, int from, int to, Object text) argument
273 replace(String programName, Token from, Token to, Object text) argument
284 delete(int from, int to) argument
292 delete(Token from, Token to) argument
296 delete(String programName, int from, int to) argument
300 delete(String programName, Token from, Token to) argument
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DPacket.java2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
11 * Unless required by applicable law or agreed to in writing, software
1115 // no bytes to read.
1218 * index to start reading bytes.
1220 * number of bytes to read
1251 * Writes value - val to the array of bytes ar[], beginning from index - to,
1259 * @param to
1264 protected void writeAtByteArray(long val, byte ar[], int to, in argument
[all...]
/external/bison/
H A Dcfg.mk18 # up-to-date, then compile our parser again with our up-to-date bison.
29 # It's useful to run maintainer-*check* targets during development, but we
30 # don't want to wait on a recompile because of an update to $(VERSION). Thus,
39 # Tests not to run as part of "make distcheck".
41 # files -- otherwise, you'd need to have the upcoming version number
43 local-checks-to-skip = \
51 # this release. Used solely to get a date for the "announcement" target.
/external/bison/src/
H A Dgetargs.c30 /* Hack to get <getopt.h> to declare getopt with a prototype. */
92 * \param flags the flags to update
93 * \param args comma separated list of effective subarguments to decode.
135 * \param FlagName the flag familly to update.
136 * \param Args the effective sub arguments to decode.
141 * \arg FlagName_flag the flag to update.
196 "muscles - m4 definitions passed to the skeleton",
296 /* For ../build-aux/cross-options.pl to work, use the format:
299 Otherwise, add exceptions to
758 tr(char *s, char from, char to) argument
[all...]
H A Dtables.c41 Of course vector_number_t ought to be wide enough to contain
67 If VECTOR is a state, TOS[VECTOR] is the array of actions to do on
95 If N > 0, stands for `shift SYMBOL and go to n'.
102 /* FROMS and TOS are reordered to be compressed. ORDER[VECTOR] is the
110 computation equals to BASE_MINIMUM, later mapped to BASE_NINF to
127 /* The value used in TABLE to denote explicit syntax errors
128 (%nonassoc), a negative infinite. First defaults to ACTION_NUMBER_MINIMU
683 base_number *to = tos[i]; local
[all...]
/external/blktrace/btt/
H A Dinlines.h17 * along with this program; if not, write to the Free Software
315 static inline __u64 tdelta(__u64 from, __u64 to) argument
317 return (from < to) ? (to - from) : 1;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DArrays.java651 * @param data the array from which the data is to be copied.
653 * @param to the final index of the range (exclusive).
657 public static byte[] copyOfRange(byte[] data, int from, int to) argument
659 int newLength = getLength(from, to);
675 public static int[] copyOfRange(int[] data, int from, int to) argument
677 int newLength = getLength(from, to);
693 public static long[] copyOfRange(long[] data, int from, int to) argument
695 int newLength = getLength(from, to);
711 public static BigInteger[] copyOfRange(BigInteger[] data, int from, int to) argument
713 int newLength = getLength(from, to);
729 getLength(int from, int to) argument
[all...]
/external/bzip2/
H A Dbzip2.c174 Only here to avoid probs with 64-bit platforms.
665 "You can use the -tvv option to test integrity of such files.\n\n"
666 "You can use the `bzip2recover' program to attempt to recover\n"
697 only if input exists to avoid loss of data. Joerg Prante, 5
699 this is less likely to happen. But to be ultra-paranoid, we
751 "\tThis is a BUG. Please report it to me at:\n"
826 " (2) A bug in the compiler used to create this executable\n"
832 " or (2), feel free to repor
919 copyFileName( Char* to, Char* from ) argument
[all...]
/external/ceres-solver/internal/ceres/
H A Dcasts.h14 // used to endorse or promote products derived from this software without
48 // - Performing arithmetic conversions (int32 to int64, int to double, etc.).
51 // In general, implicit_cast can be used to convert this code
52 // To to = from;
53 // DoSomething(to);
54 // to this
57 // base::identity_ is used to make a non-deduced context, which
58 // forces all callers to explicitly specify the template argument.
60 inline To implicit_cast(typename identity_<To>::type to) { argument
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_dispatch.py17 # contributors may be used to endorse or promote products derived from
39 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
69 # the path including a drive name to verify the prefix.
H A Dtest_endtoend.py17 # contributors may be used to endorse or promote products derived from
33 """Test for end-to-end."""
45 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
51 # Special message that tells the echo server to start closing handshake
54 # If you want to use external server to run end to end tests, set following
157 """An end-to-end test that launches pywebsocket standalone server as a
158 separate process, connects to it using the client_for_testing module, and
200 # Inherit the level set to th
[all...]
H A Dtest_extensions.py17 # contributors may be used to endorse or promote products derived from
38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
H A Dtest_handshake.py17 # contributors may be used to endorse or promote products derived from
38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
H A Dtest_handshake_draft75.py17 # contributors may be used to endorse or promote products derived from
38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
308 ( # Host continued to the next line
H A Dtest_handshake_hybi.py17 # contributors may be used to endorse or promote products derived from
38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
86 of requested ones to ws_protocol where i is given on construction as index
87 argument. If index is negative, default_value will be set to ws_protocol.
111 do_extra_handshake to reject the request.
115 raise HandshakeAbortedException('An exception to reject the request')
123 AbortedByUserException in do_extra_handshake to reject the request.
127 raise AbortedByUserException('An AbortedByUserException to reject the '
H A Dtest_handshake_hybi00.py17 # contributors may be used to endorse or promote products derived from
38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
H A Dtest_handshake_hybi08.py17 # contributors may be used to endorse or promote products derived from
38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
86 of requested ones to ws_protocol where i is given on construction as index
87 argument. If index is negative, default_value will be set to ws_protocol.
111 do_extra_handshake to reject the request.
115 raise HandshakeAbortedException('An exception to reject the request')
123 AbortedByUserException in do_extra_handshake to reject the request.
127 raise AbortedByUserException('An AbortedByUserException to reject the '
H A Dtest_memorizingfile.py17 # contributors may be used to endorse or promote products derived from
39 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
H A Dtest_mock.py17 # contributors may be used to endorse or promote products derived from
40 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
80 """Tests that data put to MockBlockingConn by put_bytes method can be
86 specified conn repeatedly and puts the read data to the specified
H A Dtest_msgutil.py17 # contributors may be used to endorse or promote products derived from
42 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
121 Data written to a MockRequest can be read out by calling
756 # Stream automatically respond to ping with pong without any action
928 # Use a queue to check the bytes written by MessageSender.
958 # Use a queue to check the bytes written by MessageSender.
H A Dtest_mux.py17 # contributors may be used to endorse or promote products derived from
42 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
84 'Failed to receive %d bytes from encapsulated '

Completed in 1376 milliseconds

1234567891011>>