Searched defs:to (Results 276 - 300 of 758) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/v8/src/
H A Dheap-profiler.cc147 void HeapProfiler::ObjectMoveEvent(Address from, Address to, int size) { argument
148 bool known_object = ids_->MoveObject(from, to, size);
150 allocation_tracker_->address_to_trace()->MoveObject(from, to, size);
H A Dinterpreter-irregexp.cc54 // Convert both characters to lower case.
167 // is returned to the system or cached if there is no stack being cached at
423 uint32_t to = Load16Aligned(pc + 6); local
424 if (from <= current_char && current_char <= to) {
433 uint32_t to = Load16Aligned(pc + 6); local
434 if (from > current_char || current_char > to) {
H A Dlog.h24 // execution. The result is dumped to a file.
32 // Log all events to the file, default is off. This is the same as combining
36 // Log API events to the logfile, default is off. --log-api implies --log.
39 // Log code (create, move, and delete) events to the logfile, default is off.
143 // original tags when writing to the log.
255 void CodeMoveEvent(Address from, Address to);
266 // Emits a code line info start to record event
269 // It's the callee's responsibility to dispose the parameter jit_handler_data.
272 void SharedFunctionInfoMoveEvent(Address from, Address to);
332 // Converts tag to
523 SharedFunctionInfoMoveEvent(Address from, Address to) argument
[all...]
H A Dv8threads.cc18 // API code to verify that the lock is always held when V8 is being entered.
22 // Once the Locker is initialized, the current thread will be guaranteed to have
45 // This may be a locker within an unlocker in which case we have to
125 // If there is another thread that was lazily archived then we have to really
294 char* to = state->data(); local
297 to = isolate_->handle_scope_implementer()->ArchiveThread(to);
298 to = isolate_->ArchiveThread(to);
299 to
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cc23 // Input to a test is a zero-terminated string str with given length
24 // Accesses to the bytes to the left and to the right of str
25 // are presumed to produce OOB errors
35 // We don't insert RedZones to the left of global variables
42 // String is not zero-terminated, strlen will lead to OOB access
61 // TODO(samsonov): Fix expected messages in StrLenOOBTestTemplate to
62 // make test for stack_string work. Or move it to output tests.
90 // Argument points to no
122 char *to = Ident((char*)malloc(to_size)); local
145 char *to = Ident((char*)malloc(to_size)); local
358 char *to = MallocAndMemsetString(to_size); local
396 char *to = MallocAndMemsetString(to_size); local
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc123 CHECK_GT(len, 0U); // Hm.. cycle of 10 locks? I'd like to see that.
130 uptr to = path[(i + 1) % len]; local
132 DDMutex *m1 = (DDMutex*)dd.getData(to);
136 dd.findEdge(from, to, &stk_from, &stk_to, &unique_tid);
137 // Printf("Edge: %zd=>%zd: %u/%u T%d\n", from, to, stk_from, stk_to,
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc46 bool addEdge(uptr from, uptr to) { argument
47 return s_.insert(idx(from, to)).second;
49 bool removeEdge(uptr from, uptr to) { argument
50 return s_.erase(idx(from, to));
56 uptr to = *it & ((1 << 16) - 1); local
57 EXPECT_TRUE(g->removeEdge(from, to));
62 uptr idx(uptr from, uptr to) { argument
63 CHECK_LE(from|to, 1 << 16);
64 return (from << 16) + to;
86 uptr to local
131 uptr to = my_rand() % g.size(); local
[all...]
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLSocketImplWrapper.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
109 public void setSoTimeout(int to) throws SocketException { argument
110 socket.setSoTimeout(to);
111 super.setSoTimeout(to);
/external/eigen/Eigen/src/Core/arch/SSE/
H A DComplex.h6 // This Source Code Form is subject to the terms of the Mozilla
107 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore(&numext::real_ref(*to), from.v); } argument
108 template<> EIGEN_STRONG_INLINE void pstoreu<std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu(&numext::real_ref(*to), from.v); } argument
309 { /* here we really have to use unaligned loads :( */ return ploadu<Packet1cd>(&from); }
314 template<> EIGEN_STRONG_INLINE void pstore <std::complex<double> >(std::complex<double> * to, const Packet1cd& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((double*)to, from.v); } argument
315 template<> EIGEN_STRONG_INLINE void pstoreu<std::complex<double> >(std::complex<double> * to, const Packet1cd& from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu((double*)to, fro argument
[all...]
/external/eigen/test/
H A Dpacketmath.cpp7 // This Source Code Form is subject to the terms of the Mozilla
74 inline void store(T* to, const Packet& x) const { internal::pstore(to,x); } argument
84 inline void store(T* to, const T& x) const { *to = x; } argument
/external/eigen/unsupported/Eigen/src/BVH/
H A DKdBVH.h6 // This Source Code Form is subject to the terms of the Mozilla
60 * be defined and return an AlignedBox<_Scalar, _Dim> or bounding boxes must be provided to the tree initializer.
62 * This class provides a simple (as opposed to optimized) implementation of a bounding volume hierarchy analogous to a Kd-tree.
64 * and builds a BVH with the structure of that Kd-tree. When the elements of the tree are too expensive to be copied around,
65 * it is useful for _Object to be a pointer.
134 { //inlining this function should open lots of optimization opportunities to the compiler
180 //Build the part of the tree between objects[from] and objects[to] (not including objects[to]).
181 //This routine partitions the objCenters in [from, to) alon
183 build(VIPairList &objCenters, int from, int to, const VolumeList &objBoxes, int dim) argument
[all...]
/external/elfutils/0.153/src/
H A Dstrings.c16 with Red Hat elfutils; if not, write to the Free Software Foundation,
23 included package. Should you wish to participate in the Open Invention
97 /* Data structure to communicate with argp functions. */
326 process_chunk_mb (const char *fname, const unsigned char *buf, off64_t to, argument
367 printf (locfmt, (int64_t) to - len - (buf - start));
400 process_chunk (const char *fname, const unsigned char *buf, off64_t to, argument
403 /* We are not going to slow the check down for the 2- and 4-byte
407 process_chunk_mb (fname, buf, to, len, unprinted);
432 printf (locfmt, (int64_t) to - len - (buf - start));
470 /* Maximum size we mmap. We use an #ifdef to avoi
579 read_block(int fd, const char *fname, off64_t fdlen, off64_t from, off64_t to) argument
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/
H A DListPreloader.java21 * corresponding methods called from another {@link android.widget.AbsListView.OnScrollListener} to function.
40 * @param maxPreload The maximum number of items in the list to load ahead (corresponds to adapter positions).
72 * Returns a list of all models that need to be loaded for the list to display adapter items start - end. A list of
82 * Returns a glide request for a given item. Must exactly match the request used to load the image in the list. The
85 * @param item The model to load.
98 private void preload(int from, int to) { argument
101 if (from < to) {
103 end = to;
[all...]
/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/guava/guava/src/com/google/common/net/
H A DInetAddresses.java10 * Unless required by applicable law or agreed to in writing, software
35 * Static utility methods pertaining to {@link InetAddress} instances.
38 * methods of this class never cause DNS services to be accessed. For
40 * their JDK equivalents whenever you are expecting to handle only
45 * to make use of the {@code textToNumericFormatV4} and
46 * {@code textToNumericFormatV6} methods directly as a means to avoid
48 * to avoid, say, blocking on DNS at times).
82 * these "mapped" addresses were never supposed to be seen on the
84 * RFCs with the apparent aim of making IPv4-to-IPv6 transition simpler.
89 * appear to adher
1114 copyOfRange(byte[] original, int from, int to) argument
[all...]
/external/harfbuzz_ng/src/hb-ucdn/
H A Ducdn.c4 * Permission to use, copy, modify, and/or distribute this software for any
32 unsigned short from, to; member in struct:__anon21675
217 return res->to;
/external/icu/icu4c/source/test/intltest/
H A Ddadrcal.cpp106 // build to calendar
107 // Headers { "locale","from","operation","params","to" }
113 errln(caseString+": Unable to get param '"+param+"' "
120 errln(caseString+": Unable to instantiate calendar for "
130 errln(caseString+": Unable to get parameter '"+param+"' "
140 errln(caseString+": Failed to parse '"+param+"' parameter: "
150 errln(caseString+": Unable to get parameter '"+param+"' "
155 errln(caseString+": Failed to parse '"+param+"' parameter: "
166 errln(caseString+": Unable to get parameter '"+param+"' "
172 errln(caseString+": Failed to pars
180 UnicodeString to = testSetting=currentCase->getString(param, status); local
421 UnicodeString to = currentCase->getString("to", status); local
[all...]
H A Dtfsmalls.cpp43 int32_t to = 5; local
44 ParsePosition pp2( to );
248 UnicodeString* ucs_ptr = new UnicodeString("pointed-to-unicode-string");
383 default: name = ""; break; //needed to end loop
/external/iproute2/ip/
H A Diprule.c36 fprintf(stderr, "SELECTOR := [ not ] [ from PREFIX ] [ to PREFIX ] [ tos TOS ] [ fwmark FWMARK[/MASK] ]\n");
109 fprintf(fp, "to %s/%u ", rt_addr_n2a(r->rtm_family,
116 fprintf(fp, "to %s ", format_host(r->rtm_family,
122 fprintf(fp, "to 0/%d ", r->rtm_dst_len);
173 __u32 to = rta_getattr_u32(tb[FRA_FLOW]); local
174 __u32 from = to>>16;
175 to &= 0xFFFF;
181 rtnl_rtrealm_n2a(to, b1, sizeof(b1)));
186 fprintf(fp, "map-to %s ",
272 } else if (strcmp(*argv, "to")
[all...]
/external/iptables/extensions/
H A Dlibxt_iprange.c44 iprange_parse_spec(const char *from, const char *to, union nf_inet_addr *range, argument
47 const char *spec[2] = {from, to};
H A Dlibxt_owner.c227 unsigned int *to, const char *opt)
234 *to = *from;
236 if (!xtables_strtoui(end + 1, &end, to, 0, UINT32_MAX - 1))
247 unsigned int from, to; local
253 from = to = pwd->pw_uid;
255 owner_parse_range(cb->arg, &from, &to, "--uid-owner");
260 info->uid_max = to;
264 from = to = grp->gr_gid;
266 owner_parse_range(cb->arg, &from, &to, "--gid-owner");
271 info->gid_max = to;
226 owner_parse_range(const char *s, unsigned int *from, unsigned int *to, const char *opt) argument
[all...]
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DJavascriptParserImpl.java10 * Unless required by applicable law or agreed to in writing, software
92 * @param aJavascriptParserImpl the {@code JavascriptParserImpl} to copy
122 // Nothing to do - no handlers for exit states
141 * <p>Implements the logic to figure out if this slash character is a
147 * to figure out if it's the ending of a punctuator that can precede a
150 * but that part is dealt with in the state machine). The exceptions to
151 * this are unary operators, so we look back a second character to rule
154 * <p> Although it is not straightforward to figure out if the binary
158 * <p>If we ruled out the previous token to be a valid regexp preceding
160 * against a list of keywords that are known to preced
294 registerTransition(String expression, InternalState source, InternalState to) argument
[all...]
/external/libexif/libexif/canon/
H A Dexif-mnote-data-canon.c17 * License along with this library; if not, write to the
67 unsigned int from = 0, to; local
71 to = from + mnote_canon_entry_count_values (&dc->entries[*m]);
72 if (to > n) {
76 from = to;
152 /* Corrupt data: EXIF data size is limited to the
160 /* Ensure even offsets. Set padding bytes to 0. */
188 * semantics to express that.
194 * all, so it isn't trivial to find out what is a normal
195 * return, and what is a reaction to a
[all...]
/external/liblzf/
H A Dlzf.c28 * the above. If you wish to allow the use of your version of this file
29 * only under the terms of the GPL and not to allow others to use your
177 compress_fd (int from, int to) argument
211 if (wwrite (to, header, len) == -1)
219 uncompress_fd (int from, int to) argument
291 if (wwrite (to, buf1, us))
302 if (wwrite (to, buf2, us))
514 fprintf (stderr, "%s: compressed data not read from a terminal. Use -f to force decompression.\n", imagename);
519 fprintf (stderr, "%s: compressed data not written to
[all...]
/external/libpcap/
H A Ddlpisubs.c28 * Size of a bufmod chunk to pass upstream; that appears to be the
29 * biggest value to which you can set it, and setting it to that value
30 * (which is bigger than what appears to be the Solaris default of 8192)
36 * Size of the buffer to allocate for packet data we read; it must be
37 * large enough to hold a chunk.
44 * Size of the buffer to allocate for packet data we read; this is
45 * what the value used to be - there's no particular reason why it
46 * should be tied to MAXDLBU
278 struct timeval to; local
[all...]

Completed in 701 milliseconds

<<11121314151617181920>>