Searched refs:to (Results 201 - 225 of 7771) sorted by relevance

1234567891011>>

/external/guava/guava/src/com/google/common/io/
H A DFiles.java10 * Unless required by applicable law or agreed to in writing, software
68 * @param file the file to read from
79 * Returns a buffered writer that writes to a file using the given
82 * @param file the file to write to
96 * @param file the file to read from
112 * that write to a file.
114 * @param file the file to write to
124 * that write to o
234 copy(InputSupplier<? extends InputStream> from, File to) argument
246 write(byte[] from, File to) argument
258 copy(File from, OutputSupplier<? extends OutputStream> to) argument
270 copy(File from, OutputStream to) argument
282 copy(File from, File to) argument
298 copy( InputSupplier<R> from, File to, Charset charset) argument
312 write(CharSequence from, File to, Charset charset) argument
326 append(CharSequence from, File to, Charset charset) argument
341 write(CharSequence from, File to, Charset charset, boolean append) argument
356 copy(File from, Charset charset, OutputSupplier<W> to) argument
370 copy(File from, Charset charset, Appendable to) argument
484 move(File from, File to) argument
[all...]
/external/icu/icu4c/source/common/
H A Ddtintrv.cpp23 DateInterval::DateInterval(UDate from, UDate to) argument
25 toDate(to)
/external/libedit/
H A DREADME.android3 * cannot push upstream to the llvm.org repository:
4 * - Changes due to Android's build system.
5 * - Changes due to Android's toolchain.
8 * Initial downstream on 2013/10/30: Synched to libedit-20130712-3.1.tar.gz
11 * We add Android's *.mk files that are specific to Android's build system.
/external/llvm/autoconf/m4/
H A Drand48.m410 AC_DEFINE([HAVE_RAND48],1,[Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h>])
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dbreakpoint.c17 * along with this program; if not, write to the Free Software
36 int to = from + len; local
38 int to_byte = to / 8;
46 c = ((unsigned char)(c << (8 - to % 8))) >> (8 - to % 8);
55 if (from_byte < to_byte && (to % 8 != 0)) {
57 c = ((unsigned char)(c << (8 - to % 8))) >> (8 - to % 8);
67 int to = from + len; local
69 int to_byte = to /
[all...]
/external/openssl/crypto/rsa/
H A Drsa_pk1.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
67 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, argument
79 p=(unsigned char *)to;
93 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, argument
110 if (*p != 0xff) /* should decrypt to 0xff */
140 memcpy(to,p,(unsigned int)j);
145 int RSA_padding_add_PKCS1_type_2(unsigned char *to, in argument
183 RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
[all...]
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.h16 // contributors may be used to endorse or promote products derived from
48 // These can be used as a cheap way to implement the corresponding
49 // methods of the Message interface, though they are likely to be
52 // This class should stay limited to operations needed to implement
58 static void Copy(const Message& from, Message* to);
59 static void Merge(const Message& from, Message* to);
65 // paths (e.g. "foo.bar[5].baz") to *names. "prefix" will be attached to
72 // All methods are static. No need to construc
[all...]
/external/scrypt/
H A Dbuild-config.mk3 # ./import_scrypt.sh import /path/to/scrypt-1.1.6.tar.gz
/external/strace/
H A Dstrace-log-merge8 Finds all STRACE_LOG.PID files, adds PID prefix to every line,
9 then combines and sorts them, and prints result to standard output.
33 # so add extra newline to every file.
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dmillion.S7 xor %rcx,%rcx # not needed, pads total to 1M
8 xor %rax,%rax # not needed, pads total to 1M
/external/valgrind/main/memcheck/tests/
H A Dexecve2.stderr.exp1 Syscall param execve(filename) points to unaddressable byte(s)
/external/valgrind/main/none/tests/s390x/
H A Dsrnmb.stderr.exp4 Continuing using 'round to nearest'. Results may differ!
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DPubSubManager.java8 * Unless required by applicable law or agreed to in writing, software
36 * This is the starting point for access to the pubsub service. It
37 * will provide access to general information about the service, as
47 private String to; field in class:PubSubManager
51 * Create a pubsub manager associated to the specified connection. Defaults the service
52 * name to <i>pubsub</i>
59 to = "pubsub." + connection.getServiceName();
63 * Create a pubsub manager associated to the specified connection where
64 * the pubsub requests require a specific to address for packets.
67 * @param toAddress The pubsub specific to addres
285 createPubsubPacket(String to, Type type, PacketExtension ext) argument
290 createPubsubPacket(String to, Type type, PacketExtension ext, PubSubNamespace ns) argument
305 sendPubsubPacket(Connection con, String to, Type type, PacketExtension ext) argument
311 sendPubsubPacket(Connection con, String to, Type type, PacketExtension ext, PubSubNamespace ns) argument
317 sendPubsubPacket(Connection con, String to, Type type, PubSub packet) argument
323 sendPubsubPacket(Connection con, String to, Type type, PubSub packet, PubSubNamespace ns) argument
[all...]
/external/markdown/MarkdownTest/
H A DMarkdownTest.pl70 # Escape the strings, pass them through to CLI tidy tool for tag-level equivalency
114 Use "--" to end switch parsing. For example, to open a file named "-z", use:
122 Specify the path to the Markdown script to test. Defaults to
129 Specify the path to a directory containing test data. Defaults to "Tests".
133 Flag to turn on using the command line 'tidy' tool to normaliz
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
H A Dmessages.properties16 RSSFeedCommon.FeedURLError=Error: no feedURL specified, eg., http://server/path/to/feed.xml\!
18 RSSFeedCommon.ToBePublishedAt=to be published at:
20 RSSFeedCommon.XpathError=Error: no xpath string to search for, eg., /*/*[name() = 'entry'][1]/*[name() = 'updated']/text()
25 RSSFeedCreateFeedTask.UnableToWriteToFile=Unable to write to file
29 RSSFeedAddEntryTask.BuildURLError=Warning: no buildURL specified, eg., http://server/path/to/project/downloads/drops/branch/buildID/\!
30 RSSFeedAddEntryTask.AddingEntryTo=Adding entry to
46 RSSFeedUpdateEntryTask.DoesNotExist=does not exist. Nothing to do\!
63 RSSFeedPublisherTask.PublishToSCPTarget=Publish to SCP Target:
64 RSSFeedPublisherTask.ErrorNothingToDo=Error\! Must specify SCP and/or CVS options to publis
[all...]
/external/llvm/lib/Support/Windows/
H A DProgram.inc31 // This function just uses the PATH environment variable to find the program.
106 /// ArgNeedsQuotes - Check whether argument needs to be quoted when calling
125 /// EscapePrecedingEscapes - Append a backslash to Dst for every backslash
137 /// ArgLenWithQuotes - Check whether argument needs to be quoted when calling
146 // We need to add a backslash, but ensure that it isn't escaped.
150 // Note that we *don't* need to escape runs of backslashes that don't
178 // Windows wants a command line, not an array of args, to pass to the new
179 // process. We have to concatenate them all, while quoting the args that
220 // The pointer to th
[all...]
/external/libunwind/doc/
H A Dunw_create_addr_space.tex23 \Var{byteorder} can be set to 0 to request the default byte-order of
25 \Var{byteorder} can be set to any constant defined by
33 \Prog{Libunwind} uses a set of call-back routines to access the
34 information it needs to unwind a chain of stack-frames. These
35 routines are specified via the \Var{ap} argument, which points to a
38 variable must remain valid only for the duration of the call to
41 The first argument to every call-back routine is an address-space
44 call-back routine, \Prog{libunwind} sets the \Var{as} argument to the
46 argument to th
[all...]
/external/chromium_org/content/shell/common/
H A Dwebkit_test_helpers.h24 WebPreferences* to);
32 // Returns list of extra font files to be made accessible to the renderer.
/external/chromium_org/dbus/
H A Ddbus_export.h9 // library can be exported to consumers.
14 #error dbus support is not currently expected to work on windows
/external/chromium_org/printing/
H A Dpage_range_unittest.cc12 range.to = 3;
15 range.to = 12;
18 range.to = 5;
42 range.to = 2000000000;
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathNodeSet.cpp59 static void sortBlock(unsigned from, unsigned to, WillBeHeapVector<NodeSetVector>& parentMatrix, bool mayContainAttributeNodes) argument
61 // Should not call this function with less that two nodes to sort.
62 ASSERT(from + 1 < to);
64 for (unsigned i = from; i < to; ++i) {
79 for (unsigned i = from + 1; i < to; ++i) {
93 // document order. Find it and move it to the beginning.
94 for (unsigned i = from; i < to; ++i) {
97 if (from + 2 < to)
98 sortBlock(from + 1, to, parentMatrix, mayContainAttributeNodes);
106 // the children of the element. The namespace nodes are defined to occu
256 unsigned to = m_nodes.size() - 1; local
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dtime_support.h26 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
77 /* OPENSSL_gmtime_diff calculates the difference between |from| and |to| and
81 const struct tm *to);
/external/chromium_org/third_party/icu/source/extra/uconv/
H A Dresfiles.mk3 # to include in uconv.
5 # The variable FILESEPCHAR is defined by the caller to be
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dmucinvitesendtask.h13 * 3. The name of the author may not be used to endorse or promote products
43 XmppReturnStatus Send(const Jid& to, const Jid& invitee);
/external/chromium_org/third_party/mesa/src/
H A DAndroid.common.mk6 # Permission is hereby granted, free of charge, to any person obtaining a
8 # to deal in the Software without restriction, including without limitation
9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10 # and/or sell copies of the Software, and to permit persons to whom the
11 # Software is furnished to do so, subject to the following conditions:
60 # uncomment to keep the debug symbols

Completed in 457 milliseconds

1234567891011>>