Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 9434) sorted by relevance

12345678910>>...378

/external/libcxx/test/std/re/re.traits/
Disctype.pass.cpp30 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
31 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
32 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
33 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main()
34 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main()
35 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main()
36 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main()
39 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
40 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
41 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
[all …]
/external/lzma/CPP/Common/
DStringToInt.cpp12 uintType ConvertStringTo ## uintType(const charType *s, const charType **end) throw() { \
13 if (end) *end = s; \
17 if (c < '0' || c > '9') { if (end) *end = s; return res; } \
29 Int32 ConvertStringToInt32(const wchar_t *s, const wchar_t **end) throw() in CONVERT_STRING_TO_UINT_FUNC()
31 if (end) in CONVERT_STRING_TO_UINT_FUNC()
32 *end = s; in CONVERT_STRING_TO_UINT_FUNC()
47 if (end) in CONVERT_STRING_TO_UINT_FUNC()
48 *end = end2; in CONVERT_STRING_TO_UINT_FUNC()
54 UInt32 ConvertOctStringToUInt32(const char *s, const char **end) throw() in ConvertOctStringToUInt32() argument
56 if (end) in ConvertOctStringToUInt32()
[all …]
/external/curl/lib/
Dx509asn1.c109 const char * beg, const char * end) in Curl_getASN1Element() argument
120 if(beg >= end || !*beg) in Curl_getASN1Element()
134 if(beg >= end) in Curl_getASN1Element()
145 while(beg < end && *beg) { in Curl_getASN1Element()
146 beg = Curl_getASN1Element(&lelem, beg, end); in Curl_getASN1Element()
150 if(beg >= end) in Curl_getASN1Element()
152 elem->end = beg; in Curl_getASN1Element()
155 else if(beg + b > end) in Curl_getASN1Element()
166 if((unsigned long) (end - beg) < len) in Curl_getASN1Element()
169 elem->end = beg + len; in Curl_getASN1Element()
[all …]
Dstrtoofft.c57 char *end; in curlx_strtoll() local
65 end = (char *)nptr; in curlx_strtoll()
66 while(ISSPACE(end[0])) { in curlx_strtoll()
67 end++; in curlx_strtoll()
71 if(end[0] == '-') { in curlx_strtoll()
73 end++; in curlx_strtoll()
75 else if(end[0] == '+') { in curlx_strtoll()
76 end++; in curlx_strtoll()
78 else if(end[0] == '\0') { in curlx_strtoll()
81 *endptr = end; in curlx_strtoll()
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h47 @end
90 @end
96 @end
102 @end
108 @end
114 @end
120 @end
126 @end
135 @end
144 @end
[all …]
/external/clang/test/Parser/
Dmissing-end-4.m4 @end
6 @interface Y1 // expected-error {{missing '@end'}}
7 @end
8 @end // expected-error {{'@end' must appear in an Objective-C context}}
11 @end
13 @protocol Y2 // expected-error {{missing '@end'}}
14 @end
15 @end // expected-error {{'@end' must appear in an Objective-C context}}
18 @interface X7 // expected-error {{missing '@end'}}
19 @end
[all …]
/external/clang/test/SemaCXX/
Dgoto.cpp4 double *end; variable
8 int end = 0; in f() local
11 goto end; in f()
14 end = 1; in f()
18 end: in f()
23 float* end; variable
27 int end = 0; in f() local
30 goto end; in f()
33 end = 1; in f()
37 end: in f()
[all …]
/external/clang/test/SemaObjC/
Dcategory-1.m3 @interface MyClass1 @end
9 @end
12 @end
15 @end
17 @interface MyClass1 (Category4) @end // expected-note {{previous definition is here}}
18 @interface MyClass1 (Category5) @end
19 @interface MyClass1 (Category6) @end
20 @interface MyClass1 (Category7) @end // expected-note {{previous definition is here}}
21 @interface MyClass1 (Category8) @end // expected-note {{previous definition is here}}
24 @interface MyClass1 (Category4) @end // expected-warning {{duplicate definition of category 'Catego…
[all …]
Dsuper-class-protocol-conformance.m4 @interface NSObject @end
8 @end
11 @end
14 @end
17 @end
20 @end
22 @implementation SubClass1 @end // Test1 - No Warning
25 @end
28 @end
31 @end
[all …]
Dproperty-category-4.m7 @end
12 @end
17 @end
24 @end
28 @end
32 @end
35 @end
40 @end
43 @end
46 @end
[all …]
Ddefault-synthesize.m3 @interface NSString @end
5 @interface NSObject @end
10 @end
16 @end
22 @end
38 @end
44 @end
61 @end
67 @end
88 @end
[all …]
Dproperty-12.m5 @end
9 @end
13 @end
17 @end
21 @end
25 @end
29 @end
33 @interface I0 <P0> @end
36 @end
38 @interface I1 <P1> @end
[all …]
/external/expat/lib/
Dxmltok_impl.c14 if (end - ptr < n) \
33 #define CHECK_NAME_CASE(n, enc, ptr, end, nextTokPtr) \ argument
35 if (end - ptr < n) \
44 #define CHECK_NAME_CASES(enc, ptr, end, nextTokPtr) \ argument
57 CHECK_NAME_CASE(2, enc, ptr, end, nextTokPtr) \
58 CHECK_NAME_CASE(3, enc, ptr, end, nextTokPtr) \
59 CHECK_NAME_CASE(4, enc, ptr, end, nextTokPtr)
61 #define CHECK_NMSTRT_CASE(n, enc, ptr, end, nextTokPtr) \ argument
63 if (end - ptr < n) \
72 #define CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr) \ argument
[all …]
/external/clang/test/ARCMT/
Dobjcmt-protocol-conformance.m6 @interface NSObject @end
10 @end
13 @end
17 @end
19 @protocol P1 @end
20 @protocol P2 @end
27 @end
31 @end
36 @end
40 @end
[all …]
Dobjcmt-protocol-conformance.m.result6 @interface NSObject @end
10 @end
13 @end
17 @end
19 @protocol P1 @end
20 @protocol P2 @end
27 @end
31 @end
36 @end
40 @end
[all …]
/external/boringssl/src/crypto/bn/
Dsqrt.c77 goto end; in BN_mod_sqrt()
97 goto end; in BN_mod_sqrt()
116 goto end; in BN_mod_sqrt()
123 goto end; in BN_mod_sqrt()
128 goto end; in BN_mod_sqrt()
147 goto end; in BN_mod_sqrt()
152 goto end; in BN_mod_sqrt()
188 goto end; in BN_mod_sqrt()
193 goto end; in BN_mod_sqrt()
197 goto end; in BN_mod_sqrt()
[all …]
/external/icu/icu4c/source/common/
Duchriter.cpp84 && end == realThat.end; in operator ==()
89 return ustr_hashUCharsN(text, textLength) ^ pos ^ begin ^ end; in hashCode()
100 if(pos < end) { in first()
110 if(pos < end) { in firstPostInc()
119 pos = end; in last()
131 } else if(position > end) { in setIndex()
132 pos = end; in setIndex()
136 if(pos < end) { in setIndex()
145 if (pos >= begin && pos < end) { in current()
154 if (pos + 1 < end) { in next()
[all …]
/external/deqp/data/gles2/shaders/
Dkeywords.test22 end
39 end
56 end
73 end
90 end
107 end
124 end
141 end
158 end
175 end
[all …]
Dpreprocessor.test12 end
24 end
42 end
53 end
64 end
80 end
96 end
113 end
129 end
130 end # basic
[all …]
/external/libchrome/crypto/
Drsa_private_key.cc85 output->assign(content.begin(), content.end()); in Export()
110 output->assign(content.begin(), content.end()); in ExportPublicKeyInfo()
126 output->assign(content.begin(), content.end()); in ExportPublicKey()
139 uint8_t* end = src + input.size(); in Import() local
140 if (!ReadSequence(&src, end) || in Import()
141 !ReadVersion(&src, end) || in Import()
142 !ReadAlgorithmIdentifier(&src, end) || in Import()
143 !ReadTypeHeaderAndLength(&src, end, kOctetStringTag, NULL) || in Import()
144 !ReadSequence(&src, end) || in Import()
145 !ReadVersion(&src, end) || in Import()
[all …]
/external/clang/test/ASTMerge/Inputs/
Dinterface2.m5 @end
11 @end
18 @end
23 @end
29 @end
34 @end
40 @end
46 @end
52 @end
58 @end
[all …]
Dinterface1.m5 @end
11 @end
18 @end
23 @end
29 @end
35 @end
41 @end
47 @end
53 @end
59 @end
[all …]
/external/e2fsprogs/e2fsck/
Dregion.c25 region_addr_t end; member
63 region_addr_t end; in region_allocate() local
65 end = start+n; in region_allocate()
66 if ((start < region->min) || (end > region->max)) in region_allocate()
79 if (((start >= r->start) && (start < r->end)) || in region_allocate()
80 ((end > r->start) && (end <= r->end)) || in region_allocate()
81 ((start <= r->start) && (end >= r->end))) in region_allocate()
83 if (end == r->start) { in region_allocate()
87 if (start == r->end) { in region_allocate()
89 if (end > next->start) in region_allocate()
[all …]
/external/ipsec-tools/src/racoon/
Disakmp_ident.c131 goto end;
136 goto end;
146 goto end;
215 goto end;
221 end:
266 goto end;
281 goto end;
290 goto end;
293 goto end;
310 goto end;
[all …]
/external/llvm/test/CodeGen/AArch64/
Dtbz-tbnz.ll10 br i1 %cmp, label %if.then, label %if.end
17 br label %if.end
19 if.end:
28 br i1 %cmp, label %if.then, label %if.end
35 br label %if.end
37 if.end:
46 br i1 %cmp, label %if.then, label %if.end
53 br label %if.end
55 if.end:
64 br i1 %cmp, label %if.then, label %if.end
[all …]

12345678910>>...378