HomeSort by relevance Sort by last modified time
    Searched defs:from (Results 101 - 125 of 2346) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/OpenMP/
target_parallel_for_map_messages.cpp 50 typedef int from; typedef
79 #pragma omp target parallel for map(from: argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
81 #pragma omp target parallel for map(x: y) // expected-error {{incorrect map type, expected one of 'to', 'from', 'tofrom', 'alloc', 'release', or 'delete'}}
87 #pragma omp target parallel for map(T: a) // expected-error {{incorrect map type, expected one of 'to', 'from', 'tofrom', 'alloc', 'release', or 'delete'}} expected-error {{incomplete type 'S1' where a complete type is required}}
133 #pragma omp target parallel for map(k), map(k[:5]) // expected-error 2 {{pointer cannot be mapped along with a section derived from itself}} expected-note 2 {{used here}}
140 #pragma omp target parallel for map(k[:4]) // expected-error 2 {{pointer cannot be mapped along with a section derived from itself}}
148 #pragma omp target parallel for map(k) // expected-error 2 {{pointer cannot be mapped along with a section derived from itself}}
160 #pragma omp target parallel for map(tofrom, always: x) // expected-error {{incorrect map type modifier, expected 'always'}} expected-error {{incorrect map type, expected one of 'to', 'from', 'tofrom', 'alloc', 'release', or 'delete'}}
195 #pragma omp target parallel for map(from: argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
197 #pragma omp target parallel for map(x: y) // expected-error {{incorrect map type, expected one of 'to', 'from', 'tofrom', 'alloc', 'release', or 'delete'}
    [all...]
target_parallel_for_simd_map_messages.cpp 50 typedef int from; typedef
79 #pragma omp target parallel for simd map(from: argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
81 #pragma omp target parallel for simd map(x: y) // expected-error {{incorrect map type, expected one of 'to', 'from', 'tofrom', 'alloc', 'release', or 'delete'}}
87 #pragma omp target parallel for simd map(T: a) // expected-error {{incorrect map type, expected one of 'to', 'from', 'tofrom', 'alloc', 'release', or 'delete'}} expected-error {{incomplete type 'S1' where a complete type is required}}
133 #pragma omp target parallel for simd map(k), map(k[:5]) // expected-error 2 {{pointer cannot be mapped along with a section derived from itself}} expected-note 2 {{used here}}
140 #pragma omp target parallel for simd map(k[:4]) // expected-error 2 {{pointer cannot be mapped along with a section derived from itself}}
148 #pragma omp target parallel for simd map(k) // expected-error 2 {{pointer cannot be mapped along with a section derived from itself}}
160 #pragma omp target parallel for simd map(tofrom, always: x) // expected-error {{incorrect map type modifier, expected 'always'}} expected-error {{incorrect map type, expected one of 'to', 'from', 'tofrom', 'alloc', 'release', or 'delete'}}
195 #pragma omp target parallel for simd map(from: argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
197 #pragma omp target parallel for simd map(x: y) // expected-error {{incorrect map type, expected one of 'to', 'from', 'tofrom', 'alloc', 'release', or 'delete'}
    [all...]
target_parallel_map_messages.cpp 50 typedef int from; typedef
79 #pragma omp target parallel map(from: argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
81 #pragma omp target parallel map(x: y) // expected-error {{incorrect map type, expected one of 'to', 'from', 'tofrom', 'alloc', 'release', or 'delete'}}
87 #pragma omp target parallel map(T: a) // expected-error {{incorrect map type, expected one of 'to', 'from', 'tofrom', 'alloc', 'release', or 'delete'}} expected-error {{incomplete type 'S1' where a complete type is required}}
133 #pragma omp target parallel map(k), map(k[:5]) // expected-error 2 {{pointer cannot be mapped along with a section derived from itself}} expected-note 2 {{used here}}
140 #pragma omp target parallel map(k[:4]) // expected-error 2 {{pointer cannot be mapped along with a section derived from itself}}
148 #pragma omp target parallel map(k) // expected-error 2 {{pointer cannot be mapped along with a section derived from itself}}
160 #pragma omp target parallel map(tofrom, always: x) // expected-error {{incorrect map type modifier, expected 'always'}} expected-error {{incorrect map type, expected one of 'to', 'from', 'tofrom', 'alloc', 'release', or 'delete'}}
194 #pragma omp target parallel map(from: argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
196 #pragma omp target parallel map(x: y) // expected-error {{incorrect map type, expected one of 'to', 'from', 'tofrom', 'alloc', 'release', or 'delete'}
    [all...]
  /external/desugar/java/com/google/devtools/common/options/
OptionsData.java 33 /** Mapping from each option to the (unparsed) options it expands to, if any. */
62 static OptionsData from(Collection<Class<? extends OptionsBase>> classes) { method in class:OptionsData
63 IsolatedOptionsData isolatedData = IsolatedOptionsData.from(classes);
  /external/guava/guava/src/com/google/common/base/
SmallCharMatcher.java 50 * This method was rewritten in Java from an intermediate step of the Murmur hash function in
65 // This is all essentially copied from ImmutableSet, but we have to duplicate because
90 static CharMatcher from(BitSet chars, String description) { method in class:SmallCharMatcher
  /external/icu/icu4c/source/config/
dist.mk 8 # This is to be called from ../Makefile.in
72 rsync -a --exclude-from="$(EXCLUDES_FILE)" "$(SVNTOP)" "$(DISTY_TMP)/icu"
  /external/libxcam/modules/isp/
hybrid_analyzer.cpp 125 XCam3AStats *from = stats->get_stats (); local
126 translate_3a_stats (from, to);
  /external/ltp/testcases/kernel/syscalls/ioperm/
ioperm02.c 100 long from; /* starting port address */ member in struct:test_cases_t
101 long num; /* no. of bytes from starting address */
134 TEST(ioperm(test_cases[i].from,
200 * from kernel 2.6.8 to permit 16-bits (65536) ioperm
215 test_cases[0].from = (IO_BITMAP_BITS - NUM_BYTES) + 1;
218 test_cases[1].from = IO_BITMAP_BITS - NUM_BYTES;
221 test_cases[0].from = (IO_BITMAP_BITS_16 - NUM_BYTES) + 1;
224 test_cases[1].from = IO_BITMAP_BITS_16 - NUM_BYTES;
  /external/ltp/testcases/network/tcp_cmds/sendfile/
testsf_s.c 33 sa_t from; local
55 signal(SIGCHLD, SIG_IGN); /* ignore signals from children */
89 socklen_t fromlen = sizeof(from);
94 /* accept a connection from a client */
95 if ((as = accept(s, &from, &fromlen)) < 0) {
103 ap = (sai_t *) & from;
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
BoundedByteStringTest.java 16 // contributors may be used to endorse or promote products derived from
42 * by inheriting the tests from {@link LiteralByteStringTest}. The only method which
53 int from = 100; local
55 stringUnderTest = ByteString.copyFrom(sourceBytes).substring(from, to);
56 referenceBytes = new byte[to - from];
57 System.arraycopy(sourceBytes, from, referenceBytes, 0, to - from);
RopeByteStringSubstringTest.java 16 // contributors may be used to endorse or promote products derived from
37 * This class tests {@link RopeByteString#substring(int, int)} by inheriting the tests from
54 int from = 1130; local
56 stringUnderTest = sourceString.substring(from, to);
57 referenceBytes = new byte[to - from];
58 System.arraycopy(sourceBytes, from, referenceBytes, 0, to - from);
87 assertEquals(classUnderTest + " from string must have the expected type",
117 assertEquals(classUnderTest + " from string must have the expected type",
  /external/protobuf/python/google/protobuf/pyext/
repeated_scalar_container.cc 16 // contributors may be used to endorse or promote products derived from
283 "Getting value from a repeated field of unknown type %d",
291 Py_ssize_t from; local
299 from = to = PyInt_AsLong(slice);
303 from = to = PyLong_AsLong(slice);
311 length, &from, &to, &step, &slicelength) == -1) {
321 return Item(self, from);
328 if (from <= to) {
332 for (Py_ssize_t index = from; index < to; index += step) {
343 for (Py_ssize_t index = from; index > to; index += step)
    [all...]
  /external/python/cpython2/Modules/zlib/
inffast.c 78 unsigned dmax; /* maximum distance from zlib header */
95 unsigned char FAR *from; /* where to copy match from */ local
187 if (dist > op) { /* see if copy from window */
208 from = out - dist;
210 PUP(out) = PUP(from);
216 from = window - OFF;
218 from += wsize - op;
219 if (op < len) { /* some from window */
222 PUP(out) = PUP(from);
    [all...]
  /external/python/cpython3/Modules/zlib/
inffast.c 61 unsigned dmax; /* maximum distance from zlib header */
78 unsigned char FAR *from; /* where to copy match from */ local
170 if (dist > op) { /* see if copy from window */
191 from = out - dist;
193 *out++ = *from++;
199 from = window;
201 from += wsize - op;
202 if (op < len) { /* some from window */
205 *out++ = *from++
    [all...]
  /external/syslinux/com32/lib/zlib/
inffast.c 78 unsigned dmax; /* maximum distance from zlib header */
95 unsigned char FAR *from; /* where to copy match from */ local
187 if (dist > op) { /* see if copy from window */
208 from = out - dist;
210 PUP(out) = PUP(from);
216 from = window - OFF;
218 from += wsize - op;
219 if (op < len) { /* some from window */
222 PUP(out) = PUP(from);
    [all...]
  /external/toybox/toys/lsb/
dmesg.c 138 // SYSLOG_ACTION_CLEAR(5) doesn't actually remove anything from /dev/kmsg,
146 // read() from kmsg always fails on a pre-3.5 kernel.
155 char *data, *to, *from, *end; local
161 data = from = xmalloc(size+1);
166 while (from < to) {
167 if (!(end = memchr(from, '\n', to-from))) break;
169 format_message(from, 0);
170 from = end + 1;
  /external/toybox/toys/posix/
cut.c 1 /* cut.c - print selected ranges from a file
7 * Deviations from posix: added -DF. We can only accept 512 selections, and
21 Print selected parts of lines from each FILE to standard output.
23 Each selection LIST is comma separated, either numbers (counting from 1)
25 from start). By default selection ranges are sorted and collated, use -D
227 sprintf(buf, "bad -%c", "CFfcb"[i]); // reverse order from newtoy optstr
234 int from, to; local
238 for (to = 0, from = 2; from/2 < TT.pairs; from += 2)
    [all...]
  /external/valgrind/coregrind/
vg_preloaded.c 42 originates from Valgrind.
110 from this function.
136 running under Valgrind can be distinguished from other crashes. */
143 /* Scrubbing DYLD_INSERT_LIBRARIES from envp during exec is insufficient,
146 Instead, scrub DYLD_INSERT_LIBRARIES from the parent process once
152 // GrP fixme copied from m_libcproc
155 HChar **from; local
159 for (from = to = env; from && *from; from++)
    [all...]
  /external/vixl/src/aarch32/
location-aarch32.cc 13 // used to endorse or promote products derived from this software without
49 int32_t from = reference.GetLocation(); local
50 EncodeLocationFor(assembler, from, reference.op());
60 int32_t from,
64 assembler->GetBuffer()->GetOffsetAddress<uint16_t*>(from);
69 instr = encoder->Encode(instr, from, this);
76 instr = encoder->Encode(instr, from, this);
82 assembler->GetBuffer()->GetOffsetAddress<uint32_t*>(from);
83 instr_ptr[0] = encoder->Encode(instr_ptr[0], from, this);
91 int32_t from = instr_location + (op.IsUsingT32() ? kT32PcDelta : kA32PcDelta) local
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl_iq.cc 194 // copy attrs, copy 'from' to 'to' and strip 'from'
199 continue; // no need to put a from attr. Server will stamp stanza
244 std::string from = element->Attr(QN_FROM); local
249 if (iq_entry->id_ == id && iq_entry->to_ == from) {
  /external/webrtc/webrtc/modules/desktop_capture/win/
cursor.cc 83 RGBQUAD* from = reinterpret_cast<RGBQUAD*>(data); local
86 (static_cast<uint16_t>(from->rgbBlue) * from->rgbReserved) / 0xff;
88 (static_cast<uint16_t>(from->rgbGreen) * from->rgbReserved) / 0xff;
90 (static_cast<uint16_t>(from->rgbRed) * from->rgbReserved) / 0xff;
140 // Get pixel data from |scoped_mask| converting it to 32bpp along the way.
171 // Get the pixels from the color bitmap.
201 // Reconstruct transparency from the mask if the color image does not ha
    [all...]
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_posix.cc 186 // where 2048 comes from
189 SocketAddress from; local
192 memset(&from, 0, sizeof(from));
196 memset(&from, 0, sizeof(from));
197 socklen_t fromlen = sizeof(from);
203 memcpy(&from, &sockaddrfrom, fromlen);
204 from._sockaddr_storage.sin_family = sockaddrfrom.sa_family;
207 reinterpret_cast<sockaddr*>(&from), &fromlen)
    [all...]
  /external/wpa_supplicant_8/src/drivers/
netlink.c 41 struct sockaddr_nl from; local
47 fromlen = sizeof(from);
49 (struct sockaddr *) &from, &fromlen);
  /external/zlib/src/
inffast.c 61 unsigned dmax; /* maximum distance from zlib header */
78 unsigned char FAR *from; /* where to copy match from */ local
170 if (dist > op) { /* see if copy from window */
191 from = out - dist;
193 *out++ = *from++;
199 from = window;
201 from += wsize - op;
202 if (op < len) { /* some from window */
205 *out++ = *from++
    [all...]
  /frameworks/base/cmds/statsd/src/
HashableDimensionKey.h 91 MetricDimensionKey& operator=(const MetricDimensionKey& from) = default; member in class:android::os::statsd::MetricDimensionKey
123 * Creating HashableDimensionKeys from FieldValues using matcher.
126 * in it. This is because: for example, when we create dimension from last uid in attribution chain,
130 * from the dimension key for the uid field (by applying 0x80 bit mask).
136 * Filter the values from FieldValues using the matchers.

Completed in 479 milliseconds

1 2 3 45 6 7 8 91011>>