Searched refs:end (Results 176 - 200 of 11073) sorted by relevance

1234567891011>>

/external/webrtc/talk/app/webrtc/objc/
H A DRTCAudioTrack.mm37 @end
45 @end
H A DRTCICEServer+Internal.h38 @end
H A DRTCMediaConstraints+Internal.h40 @end
H A DRTCPeerConnectionFactory+Internal.h38 @end
H A DRTCPeerConnectionInterface+Internal.h37 @end
H A DRTCVideoSource+Internal.h37 @end
H A DRTCVideoSource.mm36 @end
44 @end
/external/webrtc/webrtc/api/objc/
H A DRTCIceServer+Private.h26 @end
H A DRTCVideoFrame+Private.h22 @end
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
H A DARDSignalingMessage.h30 @end
38 @end
46 @end
49 @end
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DPreconditions.java70 * Ensures that {@code start} and {@code end} specify a valid <i>positions</i> in an array, list
75 * @param end a user-supplied index identifying a ending position in an array, list or string
78 * or if {@code end} is less than {@code start}
81 static void checkPositionIndexes(int start, int end, int size) { argument
83 if (start < 0 || end < start || end > size) {
84 throw new IndexOutOfBoundsException(badPositionIndexes(start, end, size));
88 private static String badPositionIndexes(int start, int end, int size) { argument
92 if (end < 0 || end > siz
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
H A DSliceFunction.java28 * Returns the string slice starting at start and ending at end, similar to the Python slice
34 * @param args 1 string values then 2 numeric values (start and end).
43 int end = endValue.asNumber();
48 if (end == 0) {
49 end = length;
53 if (end < 0) {
54 end += length;
57 end = min(end, length);
59 if (end < star
[all...]
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestAPICommon.h59 if (std::find(SupportedArchs.begin(), SupportedArchs.end(), Host.getArch())
60 == SupportedArchs.end())
64 if (std::find(HasSubArchs.begin(), HasSubArchs.end(), Host.getArch())
65 == HasSubArchs.end())
70 for(; I != SupportedSubArchs.end(); ++I)
81 if (std::find(UnsupportedEnvironments.begin(), UnsupportedEnvironments.end(),
82 Host.getEnvironment()) != UnsupportedEnvironments.end())
85 if (std::find(UnsupportedOSs.begin(), UnsupportedOSs.end(), Host.getOS())
86 == UnsupportedOSs.end())
/external/protobuf/objectivec/
H A DGPBArray_PackagePrivate.h52 //%@end
64 @end
72 @end
80 @end
88 @end
96 @end
104 @end
112 @end
120 @end
130 @end
[all...]
/external/skia/tools/lua/
H A Dgradients.lua5 end
9 end
15 end
22 end
46 end
58 end
59 end
66 end
67 end
75 end
[all...]
H A Dpaths.lua35 end
43 end
44 end
45 end
49 end
54 end
58 end
62 end
65 end
70 end
[all...]
/external/skqp/tools/lua/
H A Dgradients.lua5 end
9 end
15 end
22 end
46 end
58 end
59 end
66 end
67 end
75 end
[all...]
H A Dpaths.lua35 end
43 end
44 end
45 end
49 end
54 end
58 end
62 end
65 end
70 end
[all...]
/external/libcxx/benchmarks/
H A DContainerBenchmarks.hpp15 const auto end = in.end(); local
18 Container c(begin, end);
26 const auto end = in.end(); local
29 for (auto it = in.begin(); it != end; ++it) {
39 const auto end = in.end(); local
43 for (auto it = in.begin(); it != end; ++it) {
54 const auto end local
70 const auto end = in.end(); local
87 const auto end = in.data() + in.size(); local
102 const auto end = in.data() + in.size(); local
[all...]
/external/curl/lib/
H A Dx509asn1.c112 const char *beg, const char *end)
119 ending at `end'.
122 if(!beg || !end || beg >= end || !*beg ||
123 (size_t)(end - beg) > CURL_ASN1_MAX)
137 if(beg >= end)
144 effective length by skipping element until an end element is found. */
148 while(beg < end && *beg) {
149 beg = Curl_getASN1Element(&lelem, beg, end);
153 if(beg >= end)
111 Curl_getASN1Element(curl_asn1Element *elem, const char *beg, const char *end) argument
190 bool2str(const char *beg, const char *end) argument
201 octet2str(const char *beg, const char *end) argument
218 bit2str(const char *beg, const char *end) argument
228 int2str(const char *beg, const char *end) argument
254 utf8asn1str(char **to, int type, const char *from, const char *end) argument
345 string2str(int type, const char *beg, const char *end) argument
377 encodeOID(char *buf, int n, const char *beg, const char *end) argument
416 OID2str(const char *beg, const char *end, bool symbolic) argument
446 GTime2str(const char *beg, const char *end) argument
510 UTime2str(const char *beg, const char *end) argument
680 Curl_parseX509(curl_X509certificate *cert, const char *beg, const char *end) argument
781 dumpAlgo(curl_asn1Element *param, const char *beg, const char *end) argument
878 Curl_extract_certinfo(struct connectdata *conn, int certnum, const char *beg, const char *end) argument
1043 checkOID(const char *beg, const char *end, const char *oid) argument
1067 Curl_verifyhost(struct connectdata *conn, const char *beg, const char *end) argument
[all...]
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/
H A Dfind_first_of.pass.cpp32 return (std::find_first_of(FI(std::begin(ic)), FI(std::end(ic)), FI(std::begin(ia)), FI(std::end(ia))) == FI(ic+1))
33 && (std::find_first_of(FI(std::begin(ic)), FI(std::end(ic)), FI(std::begin(ib)), FI(std::end(ib))) == FI(std::end(ic)))
34 && (std::find_first_of(BI(std::begin(ic)), BI(std::end(ic)), BI(std::begin(ia)), BI(std::end(ia))) == BI(ic+1))
35 && (std::find_first_of(BI(std::begin(ic)), BI(std::end(ic)), BI(std::begin(ib)), BI(std::end(ib))) == BI(std::end(i
[all...]
/external/libcxx/test/std/experimental/filesystem/class.path/path.itr/
H A Diterator.pass.cpp61 ASSERT_SAME_TYPE(It, decltype(p.end()));
62 assert(p.begin() == p.end());
72 ASSERT_SAME_TYPE(It, decltype(p.end()));
73 assert(p.begin() == p.end());
80 assert(default_constructed != p.end());
81 default_constructed = p.end();
82 assert(default_constructed == p.end());
88 assert(checkCollectionsEqual(p.begin(), p.end(), std::begin(expect), std::end(expect)));
89 assert(checkCollectionsEqualBackwards(p.begin(), p.end(), st
[all...]
/external/compiler-rt/test/asan/TestCases/
H A Dcontiguous_container.cc13 char *end = beg + capacity; local
22 __sanitizer_annotate_contiguous_container(beg, end, old_mid, mid);
28 assert(__sanitizer_verify_contiguous_container(beg, mid, end));
30 __sanitizer_contiguous_container_find_bad_address(beg, mid, end));
32 assert(!__sanitizer_verify_contiguous_container(beg, mid - 1, end));
34 beg, mid - 1, end));
36 if (mid != end) {
37 assert(!__sanitizer_verify_contiguous_container(beg, mid + 1, end));
39 beg, mid + 1, end));
44 __sanitizer_annotate_contiguous_container(beg, end, mi
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRToken+DebuggerSupport.h41 @end
H A DANTLRTokenSource.h38 @end

Completed in 490 milliseconds

1234567891011>>