Home
last modified time | relevance | path

Searched refs:multiple (Results 1 – 25 of 1056) sorted by relevance

12345678910>>...43

/external/libxml2/result/XPath/xptr/
Dstrpoint3 Expression: xpointer(start-point(string-range(//p,'multiple')))
6 content=multiple tests
10 Expression: xpointer(end-point(string-range(//p,'multiple')))
13 content=multiple tests
23 content=multiple tests
36 content=multiple tests
43 Expression: xpointer(start-point(string-range(//*,'multiple',1,0)))
46 content=multiple tests
50 Expression: xpointer(end-point(string-range(//*,'multiple',1,0)))
53 content=multiple tests
[all …]
Dstrrange312 content=multiple tests
28 content=multiple tests
40 content=multiple tests
48 content=multiple tests
Dstrrange216 content=multiple tests
19 content=multiple tests
44 content=multiple tests
47 content=multiple tests
/external/libxml2/test/XPath/xptr/
Dstrpoint1 xpointer(start-point(string-range(//p,'multiple')))
2 xpointer(end-point(string-range(//p,'multiple')))
5 xpointer(start-point(string-range(//*,'multiple',1,0)))
6 xpointer(end-point(string-range(//*,'multiple',1,0)))
7 xpointer(start-point(string-range(//*,'multiple',1,1)))
8 xpointer(end-point(string-range(//*,'multiple',1,1)))
/external/clang/test/SemaObjC/
Darc-repeated-weak.mm22 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this …
57 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
66 …eakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times in this fun…
71 …trongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times}}
76 …licitProp); // expected-warning{{weak implicit property 'implicitProp' is accessed multiple times}}
81 …use(Test.weakProp); // expected-warning{{weak implicit property 'weakProp' is accessed multiple ti…
92 …use(a->weakIvar); // expected-warning{{weak instance variable 'weakIvar' is accessed multiple time…
98 use(a); // expected-warning{{weak variable 'a' is accessed multiple times}}
103 use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
114 use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
[all …]
Dwarn-strict-selector-match.m11 int main() { [(id)0 method]; } // expected-warning {{multiple methods named 'method' found}}
27 // expected-warning {{multiple methods named 'setWindow:' found}}
28 [obj2 setWindow:0]; // expected-warning {{multiple methods named 'setWindow:' found}}
57 …NTGridDataObject *result = [(id)0 initWithData:data]; // expected-warning {{multiple methods named…
93 …return [[[self class] alloc] initWithType:3]; // expected-warning {{multiple methods named 'initWi…
Dmethod-lookup-3.m31 Abstract *l = [a0 x]; // expected-warning {{multiple methods named 'x' found}}
35 Abstract *l = [a0 y]; // expected-warning {{multiple methods named 'y' found}}
39 Abstract *l = [a0 z]; // expected-warning {{multiple methods named 'z' found}}
72 (void) [x test4]; //expected-warning {{multiple methods named 'test4' found}}
76 #pragma clang diagnostic ignored "-Wobjc-multiple-method-names"
/external/e2fsprogs/lib/ext2fs/
Dicount.c52 ext2fs_inode_bitmap multiple; member
82 if (icount->multiple) in ext2fs_free_icount()
83 ext2fs_free_inode_bitmap(icount->multiple); in ext2fs_free_icount()
112 &icount->multiple); in alloc_icount()
116 icount->multiple = 0; in alloc_icount()
492 if (icount->multiple && in ext2fs_icount_fetch()
493 !ext2fs_test_inode_bitmap2(icount->multiple, ino)) { in ext2fs_icount_fetch()
521 } else if (icount->multiple) { in ext2fs_icount_increment()
527 if (ext2fs_test_inode_bitmap2(icount->multiple, ino)) { in ext2fs_icount_increment()
552 if (icount->multiple) in ext2fs_icount_increment()
[all …]
/external/llvm/test/JitListener/
Dmultiple.ll30 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[5,6,7,9]}}
31 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[5,6,7,9]}}
32 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[5,6,7,9]}}
33 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[5,6,7,9]}}
36 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[1,2]}}
37 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[1,2]}}
40 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[12,13,15,17,19]}}
41 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[12,13,15,17,19]}}
42 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[12,13,15,17,19]}}
43 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[12,13,15,17,19]}}
[all …]
/external/tcpdump/tests/
Dsflow_multiple_counter_30_pdus.out12 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
24 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
36 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
48 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
60 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
72 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
84 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
98 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
110 align errors 0, fcs errors 2, single collision 0, multiple collision 0, test error 0
122 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
[all …]
/external/llvm/docs/CommandGuide/
Dllvm-extract.rst37 specified multiple times to extract multiple functions at once.
43 specified multiple times.
48 specified multiple times to extract multiple global variables at once.
54 extracted. May be specified multiple times.
/external/fio/
DSERVER-TODO1 - Collate ETA output from multiple connections into 1
2 - If group_reporting is set, collate final output from multiple connections
/external/openssh/
DPROTOCOL.krl76 This section may appear multiple times.
89 This section may appear multiple times.
102 This section may appear multiple times.
114 multiple times.
128 This section may appear multiple times.
143 This section may appear multiple times.
162 This section must appear last in the KRL. If multiple signature sections
/external/v8/test/webkit/
Dobject-literal-syntax-expected.txt33 PASS ({get a(){}, get a(){}}) threw exception SyntaxError: Object literal may not have multiple get…
34 PASS ({set a(v){}, set a(v){}}) threw exception SyntaxError: Object literal may not have multiple g…
35 …, set a(v){}}) threw exception SyntaxError: Object literal may not have multiple get/set accessors…
40 … get a(){}})}) threw exception SyntaxError: Object literal may not have multiple get/set accessors…
41 …set a(v){}})}) threw exception SyntaxError: Object literal may not have multiple get/set accessors…
42 …set a(v){}})}) threw exception SyntaxError: Object literal may not have multiple get/set accessors…
/external/boringssl/src/crypto/rsa/
Drsa.c612 BIGNUM *totient, *rem, *multiple, *p_plus_q, *p_minus_q; in RSA_recover_crt_params() local
638 multiple = BN_CTX_get(ctx); in RSA_recover_crt_params()
642 if (totient == NULL || rem == NULL || multiple == NULL || p_plus_q == NULL || in RSA_recover_crt_params()
669 !BN_div(multiple, NULL, totient, rsa->n, ctx) || in RSA_recover_crt_params()
670 !BN_add_word(multiple, 1) || in RSA_recover_crt_params()
671 !BN_div(totient, rem, totient, multiple, ctx)) { in RSA_recover_crt_params()
698 !BN_lshift(multiple, rsa->n, 2) || in RSA_recover_crt_params()
699 !BN_sub(rem, rem, multiple) || in RSA_recover_crt_params()
705 !BN_mul(multiple, rsa->p, rsa->q, ctx)) { in RSA_recover_crt_params()
710 if (BN_cmp(multiple, rsa->n) != 0) { in RSA_recover_crt_params()
/external/mesa3d/docs/
DMESA_multithread_makecurrent.spec40 using the same context across multiple threads and protecting its
72 current to multiple threads, with synchronization of access to
106 (1) What happens if the app binds a context/drawable in multiple
113 (2) What happens if the app binds a context/drawable in multiple
134 from multiple threads?
/external/libvpx/libvpx/third_party/libyuv/
DREADME.libvpx11 The optimized scaler in libyuv is used in multiple resolution encoder example,
13 in order to encode multiple resolution bit streams.
/external/clang/test/SemaObjCXX/
Dwarn-strict-selector-match.mm16 [r meth1:r]; // expected-warning {{multiple methods named 'meth1:' found}}
17 [r window]; // expected-warning {{multiple methods named 'window' found}}
/external/v8/tools/blink_tests/
DTestExpectations2 [ Linux Release x86 ] fast/text/atsui-multiple-renderers.html [ Pass Failure Slow ]
8 [ Linux Release x86_64 ] fast/text/atsui-multiple-renderers.html [ Pass Failure Slow ]
14 [ Linux Debug ] fast/text/atsui-multiple-renderers.html [ Pass Failure Slow ]
/external/doclava/
Dandroid-changes.txt7 specify multiple annotations to override @hide, use multiple
/external/llvm/test/Transforms/AddDiscriminators/
Dmultiple.ll3 ; Discriminator support for multiple CFG paths on the same line.
55 !1 = !MDFile(filename: "multiple.c", directory: ".")
59 !5 = !MDFile(filename: "multiple.c", directory: ".")
/external/llvm/test/CodeGen/XCore/
Dmemcpy.ll13 ; Can't optimize - size is not a multiple of 4.
22 ; Can't optimize - alignment is not a multiple of 4.
/external/clang/test/Modules/
Dmethod_pool.m37 [object method2:1]; // expected-warning{{multiple methods named 'method2:' found}}
57 [object method3]; // expected-warning{{multiple methods named 'method3' found}}
/external/mesa3d/src/gallium/docs/source/
Dglossary.rst9 multiple samples of the depth buffer, and uses this information to
28 have array members (other resources do not have multiple layers).
/external/clang/test/Rewriter/
Drewrite-modern-block.mm28 // rewriting multiple __block decls on wintin same decl stmt.
38 // rewriting multiple __block decls on wintin same decl stmt

12345678910>>...43