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

1 2 3 4 5 67 8 91011>>

  /external/clang/test/OpenMP/
target_update_to_messages.cpp 64 typedef int from; typedef
82 #pragma omp target update to // expected-error {{expected '(' after 'to'}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}}
83 #pragma omp target update to( // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expected expression}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}}
84 #pragma omp target update to() // expected-error {{expected expression}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}}
85 #pragma omp target update() // expected-warning {{extra tokens at the end of '#pragma omp target update' are ignored}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}}
86 #pragma omp target update to(alloc) // expected-error {{use of undeclared identifier 'alloc'}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}}
89 #pragma omp target update to(T) // expected-error {{'T' does not refer to a value}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}}
96 #pragma omp target update to(S1) // expected-error {{'S1' does not refer to a value}}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}}
98 #pragma omp target update to(ba) // expected-error 2 {{type 'S2' is not mappable to target}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}}
99 #pragma omp target update to(h) // expected-error {{threadprivate variables are not allowed in 'to' clause}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc 135 uptr from = path[i]; local
137 DDMutex *m0 = (DDMutex*)dd.getData(from);
142 dd.findEdge(from, to, &stk_from, &stk_to, &unique_tid);
143 // Printf("Edge: %zd=>%zd: %u/%u T%d\n", from, to, stk_from, stk_to,
  /external/guava/guava/src/com/google/common/collect/
Iterables.java 57 * @since 2.0 (imported from Google Collections Library)
126 * Removes, from an iterable, every element that belongs to the provided
132 * @param removeFrom the iterable to (potentially) remove elements from
134 * @return {@code true} if any element was removed from {@code iterable}
144 * Removes, from an iterable, every element that does not belong to the
150 * @param removeFrom the iterable to (potentially) remove elements from
152 * @return {@code true} if any element was removed from {@code iterable}
162 * Removes, from an iterable, every element that satisfies the provided
165 * @param removeFrom the iterable to (potentially) remove elements from
168 * @return {@code true} if any elements were removed from the iterabl
187 int from = 0; local
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterables.java 55 * @since 2.0 (imported from Google Collections Library)
124 * Removes, from an iterable, every element that belongs to the provided
130 * @param removeFrom the iterable to (potentially) remove elements from
132 * @return {@code true} if any element was removed from {@code iterable}
142 * Removes, from an iterable, every element that does not belong to the
148 * @param removeFrom the iterable to (potentially) remove elements from
150 * @return {@code true} if any element was removed from {@code iterable}
160 * Removes, from an iterable, every element that satisfies the provided
163 * @param removeFrom the iterable to (potentially) remove elements from
166 * @return {@code true} if any elements were removed from the iterabl
185 int from = 0; local
    [all...]
  /external/honggfuzz/linux/
perf.c 59 uint64_t from; member in struct:bts_branch
68 * Kernel sometimes reports branches from the kernel (iret), we are not interested in that
72 (__builtin_expect(br->from > 0xFFFFFFFF00000000, false) ||
74 LOG_D("Adding branch %#018" PRIx64 " - %#018" PRIx64, br->from, br->to);
77 if (br->from >= run->global->linux.dynamicCutOffAddr ||
82 register size_t pos = ((br->from << 12) ^ (br->to & 0xFFF));
  /external/icu/icu4c/source/test/intltest/
dadrcal.cpp 12 * 07/09/2007 srl Copied from dadrcoll.cpp
88 // Get 'from' time
109 // Headers { "locale","from","operation","params","to" }
128 // #2 'from' info
129 param = "from";
130 UnicodeString from = testSetting=currentCase->getString(param, status); local
137 if(from.startsWith(kMILLIS)){
138 UnicodeString millis = UnicodeString(from, kMILLIS.length());
198 UnicodeString caseContentsString = locale+": from "+from+":
413 UnicodeString from = currentCase->getString("from", status); local
    [all...]
  /external/ipsec-tools/src/racoon/
admin.c 18 * may be used to endorse or promote products derived from this software
102 struct sockaddr_storage from; local
103 socklen_t fromlen = sizeof(from);
108 so2 = accept(lcconf->sock_admin, (struct sockaddr *)&from, &fromlen);
  /external/kernel-headers/original/uapi/linux/
nbd.h 10 * Removed unneeded blksize_bits field from nbd_device struct.
73 __be64 from; member in struct:nbd_request
84 char handle[8]; /* handle you got from request */
  /external/libexif/libexif/canon/
exif-mnote-data-canon.c 67 unsigned int from = 0, to; local
71 to = from + mnote_canon_entry_count_values (&dc->entries[*m]);
73 if (s) *s = n - from;
76 from = to;
  /external/libpcap/bpf/net/
bpf_filter.c 5 * This code is derived from the Stanford/CMU enet packet filter,
23 * may be used to endorse or promote products derived from this software
628 u_int i, from; local
717 * an 8-bit offset, and the from address is <=
726 * For userland, we don't know that the from
728 * from <= len, and, except on a 64-bit system,
736 from = i + 1;
740 if (from + p->k < from || from + p->k >= len
    [all...]
  /external/linux-kselftest/tools/testing/selftests/capabilities/
test_execve.c 156 int from = openat(fromfd, fromname, O_RDONLY); local
157 if (from == -1)
164 ssize_t sz = read(from, buf, sizeof(buf));
175 close(from);
  /external/mesa3d/src/gallium/state_trackers/va/
postproc.c 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
132 struct pipe_surface *from = src_surfaces[i]; local
139 from = src_surfaces[i & ~1];
142 from = src_surfaces[(i & ~1) + 1];
149 if (!from || !dst_surfaces[i])
153 blit.src.resource = from->texture;
154 blit.src.format = from->format;
156 blit.src.box.z = from->u.tex.first_layer;
  /external/mesa3d/src/mesa/math/
m_norm_tmp.h 22 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
50 const GLfloat *from = in->start; local
63 const GLfloat ux = from[0], uy = from[1], uz = from[2];
92 const GLfloat ux = from[0], uy = from[1], uz = from[2];
117 const GLfloat *from = in->start; local
130 const GLfloat ux = from[0], uy = from[1], uz = from[2]
182 const GLfloat *from = in->start; local
211 const GLfloat *from = in->start; local
243 const GLfloat *from = in->start; local
273 const GLfloat *from = in->start; local
303 const GLfloat *from = in->start; local
349 const GLfloat *from = in->start; local
    [all...]
  /external/mockito/src/test/java/org/mockito/internal/util/reflection/
LenientCopyToolTest.java 30 // required because static fields needs to be excluded from copying
47 private SomeObject from = new SomeObject(100); field in class:LenientCopyToolTest
53 assertEquals(100, from.finalField);
57 tool.copyToMock(from, to);
66 from.privateTransientField = 1000;
70 tool.copyToMock(from, to);
91 from.defaultField = "foo";
92 from.instancePublicField = new SomeOtherObject();
93 from.privateField = 1;
94 from.privateTransientField = 2
    [all...]
  /external/perf_data_converter/src/
perf_data_handler.h 66 Location from; member in struct:perftools::PerfDataHandler::BranchStackPair
  /external/python/cpython2/Modules/zlib/
infback.c 7 This code is largely copied from inflate.c. Normally either infback.o or
74 fixed code decoding. Normally this returns fixed tables from inffixed.h.
127 /* Load returned state from inflate_fast() */
138 /* Set state from registers for inflate_fast() */
157 then return a Z_BUF_ERROR from inflateBack(). */
170 /* Get a byte of input into the bit accumulator, or return from inflateBack()
181 not enough available input to do that, then return from inflateBack() with
193 /* Remove n bits from the bit accumulator */
208 if it's full. If the write fails, return from inflateBack() with a
264 unsigned char FAR *from; /* where to copy match bytes from * local
    [all...]
  /external/python/cpython3/Modules/_decimal/libmpdec/
transpose.c 179 mpd_uint_t *to, *from; local
190 from = matrix + r*size + c;
193 memcpy(to, from, b*(sizeof *to));
194 from += size;
201 from = buf1;
203 memcpy(to, from, b*(sizeof *to));
204 from += b;
210 from = matrix + c*size + r;
213 memcpy(to, from, b*(sizeof *to));
214 from += size
    [all...]
  /external/python/cpython3/Modules/zlib/
infback.c 7 This code is largely copied from inflate.c. Normally either infback.o or
74 fixed code decoding. Normally this returns fixed tables from inffixed.h.
127 /* Load returned state from inflate_fast() */
138 /* Set state from registers for inflate_fast() */
157 then return a Z_BUF_ERROR from inflateBack(). */
170 /* Get a byte of input into the bit accumulator, or return from inflateBack()
181 not enough available input to do that, then return from inflateBack() with
193 /* Remove n bits from the bit accumulator */
208 if it's full. If the write fails, return from inflateBack() with a
264 unsigned char FAR *from; /* where to copy match bytes from * local
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/
ResBundleTest.java 35 TypedResource v = resMap.pick(resName, from("v18"));
46 TypedResource v = resMap.pick(resName, from("en-v18"));
57 TypedResource v = resMap.pick(resName, from("v26"));
68 TypedResource v = resMap.pick(resName, from("land-v18"));
79 TypedResource v = resMap.pick(resName, from("v18"));
90 TypedResource v = resMap.pick(resName, from("v18"));
103 TypedResource v = resMap.pick(resName, from("v18"));
114 TypedResource v = resMap.pick(resName, from("v18"));
124 resMap.pick(resName, from("nosuchqualifier"));
141 from("en-rGB-port-hdpi-notouch-12key-v25")).asString())
203 private static ResTable_config from(String qualifiers) { method in class:ResBundleTest
    [all...]
  /external/skia/src/shaders/gradients/
SkTwoPointConicalGradient.cpp 30 const SkPoint from[2] = { {fFocalX, 0}, {1, 0} }; local
33 if (!focalMatrix.setPolyToPoly(from, to, 2)) {
  /external/skqp/src/shaders/gradients/
SkTwoPointConicalGradient.cpp 30 const SkPoint from[2] = { {fFocalX, 0}, {1, 0} }; local
33 if (!focalMatrix.setPolyToPoly(from, to, 2)) {
  /external/syslinux/com32/lib/zlib/
infback.c 7 This code is largely copied from inflate.c. Normally either infback.o or
65 fixed code decoding. Normally this returns fixed tables from inffixed.h.
118 /* Load returned state from inflate_fast() */
129 /* Set state from registers for inflate_fast() */
148 then return a Z_BUF_ERROR from inflateBack(). */
161 /* Get a byte of input into the bit accumulator, or return from inflateBack()
172 not enough available input to do that, then return from inflateBack() with
184 /* Remove n bits from the bit accumulator */
199 if it's full. If the write fails, return from inflateBack() with a
255 unsigned char FAR *from; /* where to copy match bytes from * local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
matrix_ops_simple_test.cc 57 float from = -128.0, to = 256.0; local
59 MakeLinspaceArray2D(from, to, rows, cols);
  /external/toybox/toys/pending/
arping.c 131 static void recv_from(struct sockaddr_ll *from, int *recv_len)
140 if (from->sll_pkttype != PACKET_HOST && from->sll_pkttype != PACKET_BROADCAST
141 && from->sll_pkttype != PACKET_MULTICAST) return;
158 printf("%scast re%s from %s [%s]",
159 from->sll_pkttype == PACKET_HOST ? "Uni" : "Broad",
173 if (from->sll_pkttype != PACKET_HOST) TT.brd_rcv++;
204 struct sockaddr_ll from; local
275 xprintf(" from %s via %s\n", inet_ntoa(src_addr), TT.iface);
286 len = sizeof(from);
    [all...]
  /external/tpm2/
MathFunctions.c 1 // This file was extracted from the TCG Published
33 UINT16 from; local
36 for(from = 0; b->buffer[from] == 0 && from < size; from++);
37 b->size -= from;
38 for(to = 0; from < size; to++, from++ )
39 b->buffer[to] = b->buffer[from];
62 UINT32 from; local
    [all...]

Completed in 729 milliseconds

1 2 3 4 5 67 8 91011>>