Home
last modified time | relevance | path

Searched refs:partial (Results 1 – 25 of 222) sorted by relevance

123456789

/external/v8/test/webkit/resources/
Djson2-es5-compat.js231 partial,
289 partial = [];
300 partial[i] = str(i, value) || 'null';
306 v = partial.length === 0 ? '[]' :
308 partial.join(',\n' + gap) + '\n' +
310 '[' + partial.join(',') + ']';
324 partial.push(quote(k) + (gap ? ': ' : ':') + v);
336 partial.push(quote(k) + (gap ? ': ' : ':') + v);
345 v = partial.length === 0 ? '{}' :
346 gap ? '{\n' + gap + partial.join(',\n' + gap) + '\n' +
[all …]
/external/clang/test/SemaObjC/
Dproperty-deprecated-warning.m12 …erty 'partialPtarget' is declared partial here}} expected-note@+2 {{'partialPtarget' has been expl…
27 …rty 'partialTarget' is declared partial here}} expected-note@+2 {{'setPartialTarget:' has been exp…
43partial here}} expected-note@+2 2 {{'partial_dep_target' has been explicitly marked partial here}}…
60 …g@+2 {{'partial_dep_target' is partial: introduced in iOS 5.0}} expected-warning@+2 {{'setPartial_…
85 …// expected-warning@+2 {{'setPartialTarget:' is partial: introduced in iOS 5.0}} expected-note@+2 …
89 …g@+2 {{'partial_dep_target' is partial: introduced in iOS 5.0}} expected-warning@+2 {{'setPartial_…
103 …rty 'partialEnabled' is declared partial here}} expected-note@+2 {{'partialIsEnabled' has been exp…
108 …'partialDelegate' is declared partial here}} expected-note@+2 {{'partialSetNewDelegate:' has been …
118 …ing@+2 {{'partialIsEnabled' is partial: introduced in iOS 5.0}} expected-warning@+3 {{'partialSetN…
141 // expected-warning@+2 {{'partialPtarget' is partial: introduced in iOS 5.0}} expected-note@+2 {{ex…
Dattr-availability.m8 // expected-note@+2 2 {{'partial_proto_method' has been explicitly marked partial here}}
16 // expected-note@+2 {{'partialMethod' has been explicitly marked partial here}}
47 …// expected-warning@+2 {{'partialMethod' is partial: introduced in OS X 10.8}} expected-note@+2 {{…
52 …// expected-warning@+2 {{'partial_proto_method' is partial: introduced in OS X 10.8}} expected-not…
56 …// expected-warning@+2 {{'partial_proto_method' is partial: introduced in OS X 10.8}} expected-not…
141 // expected-note@+2 {{'ipartialMethod2' has been explicitly marked partial here}}
146 // expected-note@+2 {{'ipartialMethod2' has been explicitly marked partial here}}
164 …// expected-warning@+2 {{'ipartialMethod2' is partial: introduced in OS X 10.8}} expected-note@+2 …
171 …// expected-warning@+2 {{'ipartialMethod2' is partial: introduced in OS X 10.8}} expected-note@+2 …
178 // expected-note@+2 {{'PartialI2' has been explicitly marked partial here}}
[all …]
/external/v8/src/
Djson.js56 var partial = new InternalArray();
64 partial.push(strP);
68 final = "[" + partial.join(",") + "]";
69 } else if (partial.length > 0) {
71 final = "[\n" + indent + partial.join(separator) + "\n" +
86 var partial = new InternalArray();
97 partial.push(member);
109 partial.push(member);
116 final = "{" + partial.join(",") + "}";
117 } else if (partial.length > 0) {
[all …]
/external/llvm/test/Transforms/LoopVectorize/X86/
Dmetadata-enable.ll1 ; RUN: opt < %s -mcpu=corei7 -O1 -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O1
2 ; RUN: opt < %s -mcpu=corei7 -O2 -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O2
3 ; RUN: opt < %s -mcpu=corei7 -O3 -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O3
4 ; RUN: opt < %s -mcpu=corei7 -Os -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=Os
5 ; RUN: opt < %s -mcpu=corei7 -Oz -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=Oz
6 ; RUN: opt < %s -mcpu=corei7 -O1 -vectorize-loops -S -unroll-allow-partial=0 | FileCheck %s --check…
7 ; RUN: opt < %s -mcpu=corei7 -Oz -vectorize-loops -S -unroll-allow-partial=0 | FileCheck %s --check…
8 ; RUN: opt < %s -mcpu=corei7 -O1 -loop-vectorize -S -unroll-allow-partial=0 | FileCheck %s --check-…
9 ; RUN: opt < %s -mcpu=corei7 -Oz -loop-vectorize -S -unroll-allow-partial=0 | FileCheck %s --check-…
10 ; RUN: opt < %s -mcpu=corei7 -O3 -disable-loop-vectorization -S -unroll-allow-partial=0 | FileCheck…
/external/pdfium/testing/resources/
Dbug_113.in12 % partial object
18 % duplicate definition of partial object
/external/jetty/src/java/org/eclipse/jetty/webapp/
DClasspathPattern.java45 public boolean partial = false; field in ClasspathPattern.Entry
123 entry.partial = item.endsWith("."); in createEntry()
207 if (entry.partial) in match()
/external/libcxx/include/
D__std_stream143 case codecvt_base::partial:
161 } while (__r == _VSTD::codecvt_base::partial);
205 case codecvt_base::partial:
294 else if (__r == codecvt_base::ok || __r == codecvt_base::partial)
299 if (__r == codecvt_base::partial)
306 } while (__r == codecvt_base::partial);
340 } while (__r == codecvt_base::partial);
/external/openssh/
Dauth2.c296 int partial = 0; in userauth_finish() local
316 partial = 1; in userauth_finish()
321 auth_log(authctxt, authenticated, partial, method, submethod); in userauth_finish()
359 if (!partial && !authctxt->server_caused_failure && in userauth_finish()
370 partial, methods); in userauth_finish()
373 packet_put_char(partial); in userauth_finish()
/external/libcxx/src/
Dlocale.cpp1571 return partial; in do_out()
1587 return partial; in do_out()
1597 return frm_nxt == frm_end ? ok : partial; in do_out()
1643 return partial; in do_in()
1650 return frm_nxt == frm_end ? ok : partial; in do_in()
1675 return frm_nxt == frm_end ? ok : partial; in do_in()
1693 return partial; in do_unshift()
1791 return codecvt_base::partial; in utf16_to_utf8()
1804 return codecvt_base::partial; in utf16_to_utf8()
1810 return codecvt_base::partial; in utf16_to_utf8()
[all …]
/external/llvm/test/CodeGen/ARM/
D2010-06-29-PartialRedefFastAlloc.ll5 ; This tests the fast register allocator's handling of partial redefines:
10 ; %reg1028 gets allocated %Q0, and if %reg1030 is reloaded for the partial
/external/libvpx/libvpx/vp8/encoder/arm/armv6/
Dvp8_mse16x16_armv6.asm51 ; calculate partial sums
72 ; calculate partial sums
91 ; calculate partial sums
114 ; calculate partial sums
/external/elfutils/src/libdwfl/
Drelocate.c284 Elf_Scn *tscn, bool debugscn, bool partial) in relocate_section() argument
521 if (partial) in relocate_section()
550 if (partial) in relocate_section()
571 if (!partial || complete == nrels) in relocate_section()
666 Elf_Scn *relocscn, Elf_Scn *tscn, bool partial) in __libdwfl_relocate_section() argument
682 tscn, false, partial)); in __libdwfl_relocate_section()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_client.c193 struct wpabuf *partial; in tlsv1_client_handshake() local
195 partial = wpabuf_alloc_copy(pos, end - pos); in tlsv1_client_handshake()
197 conn->partial_input = partial; in tlsv1_client_handshake()
350 struct wpabuf *partial; in tlsv1_client_decrypt() local
352 partial = wpabuf_alloc_copy(pos, in_end - pos); in tlsv1_client_decrypt()
354 conn->partial_input = partial; in tlsv1_client_decrypt()
/external/eigen/doc/
DTutorialReductionsVisitorsBroadcasting.dox128 \subsection TutorialReductionsVisitorsBroadcastingPartialReductionsCombined Combining partial reduc…
129 It is also possible to use the result of a partial reduction to do further processing.
131 within a matrix. With column-wise partial reductions this can be coded as:
164 The concept behind broadcasting is similar to partial reductions, with the difference that broadcas…
213 reductions and partial reductions.
215 Now that broadcasting, reductions and partial reductions have been introduced, we can dive into a m…
217 computing the squared Euclidean distance with the partial reduction named \link MatrixBase::squared…
244 …- <tt>(m.colwise() - v).colwise().squaredNorm()</tt> is a partial reduction, computing the squared…
/external/fio/crc/
Dsha256.c246 unsigned int partial, done; in fio_sha256_update() local
249 partial = sctx->count & 0x3f; in fio_sha256_update()
254 if ((partial + len) > 63) { in fio_sha256_update()
255 if (partial) { in fio_sha256_update()
256 done = -partial; in fio_sha256_update()
257 memcpy(sctx->buf + partial, data, done + 64); in fio_sha256_update()
267 partial = 0; in fio_sha256_update()
269 memcpy(sctx->buf + partial, src, len - done); in fio_sha256_update()
/external/libvpx/libvpx/vp8/common/arm/armv6/
Dvp8_variance16x16_armv6.asm50 ; calculate partial sums
73 ; calculate partial sums
97 ; calculate partial sums
123 ; calculate partial sums
/external/e2fsprogs/lib/ext2fs/
Dtdb.c1342 tdb_len_t partial; in transaction_read() local
1354 partial = el->offset - off; in transaction_read()
1355 if (transaction_read(tdb, off, buf, partial, cv) != 0) { in transaction_read()
1358 len -= partial; in transaction_read()
1359 off += partial; in transaction_read()
1360 buf = (void *)(partial + (char *)buf); in transaction_read()
1363 partial = len; in transaction_read()
1365 partial = el->offset + el->length - off; in transaction_read()
1367 memcpy(buf, el->data + (off - el->offset), partial); in transaction_read()
1371 len -= partial; in transaction_read()
[all …]
/external/valgrind/memcheck/tests/amd64/
Dsh-mem-vec128-plo-no.vgtest3 vgopts: --partial-loads-ok=no
Dsh-mem-vec128-plo-yes.vgtest3 vgopts: --partial-loads-ok=yes
Dsh-mem-vec256-plo-yes.vgtest4 vgopts: --partial-loads-ok=yes
Dsh-mem-vec256-plo-no.vgtest4 vgopts: --partial-loads-ok=no
/external/valgrind/memcheck/tests/
Dpartial_load_ok.vgtest2 vgopts: --partial-loads-ok=yes
/external/mesa3d/src/glsl/
Ds_expression.cpp197 s_match(s_expression *top, unsigned n, s_pattern *pattern, bool partial) in s_match() argument
206 return partial; /* More actual items than the pattern expected */ in s_match()
/external/valgrind/memcheck/tests/x86/
Dsh-mem-vec128-plo-yes.vgtest4 vgopts: --partial-loads-ok=yes

123456789