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

1234567891011>>

/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.
65 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, argument
77 p=(unsigned char *)to;
91 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, argument
108 if (*p != 0xff) /* should decrypt to 0xff */
138 memcpy(to,p,(unsigned int)j);
143 int RSA_padding_add_PKCS1_type_2(unsigned char *to, in argument
181 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/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcomment.js23 var from = ranges[i].from(), to = ranges[i].to();
25 if (to.line >= minLine) to = Pos(minLine, 0);
28 if (cm.uncomment(from, to)) mode = "un";
29 else { cm.lineComment(from, to); mode = "line"; }
31 cm.uncomment(from, to);
33 cm.lineComment(from, to);
38 CodeMirror.defineExtension("lineComment", function(from, to, options) {
45 self.blockComment(from, to, option
[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/chromium_org/native_client_sdk/src/doc/
H A Dfaq.rst35 languages, in their applications without forcing users to install a
54 model which adapts to novel attacks, without affecting
56 * **Convenience:** Developers only need to ship a single ``.pexe`` file,
58 * **Portability:** Developers and users don't need to worry about
64 .. link to it here. How does one profile PNaCl code? What are common
66 .. to use Pepper's asynchronous APIs? What do I need to know about
70 For more details, refer to the :doc:`history behind and comparison of
100 the following overhead for optimized PNaCl compared to regular optimized
112 cases are likely to achiev
[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.h27 WebPreferences* to);
35 // Returns list of extra font files to be made accessible to the renderer.
/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
259 unsigned to = m_nodes.size() - 1; local
[all...]
/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
/external/chromium_org/third_party/openssl/openssl/
H A DAndroid.mk3 # Enable to be able to use ALOG* with #include "cutils/log.h"
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/
H A Drsa_ssl.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.
65 int RSA_padding_add_SSLv23(unsigned char *to, int tlen, argument
77 p=(unsigned char *)to;
105 int RSA_padding_check_SSLv23(unsigned char *to, int tlen, argument
150 memcpy(to,p,(unsigned int)j);
H A Drsa_x931.c25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
66 int RSA_padding_add_X931(unsigned char *to, int tlen, argument
84 p=(unsigned char *)to;
105 int RSA_padding_check_X931(unsigned char *to, int tlen, argument
151 memcpy(to,p,(unsigned int)j);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dspinlock_internal.h15 * contributors may be used to endorse or promote products derived from
46 // "from" to "to". It returns when it performs a transition where done==true.
49 int32 to; member in struct:base::internal::SpinLockWaitTransition
53 // Wait until *w can transition from trans[i].from to trans[i].to for some i

Completed in 802 milliseconds

1234567891011>>