HomeSort by relevance Sort by last modified time
    Searched refs:end (Results 251 - 275 of 28003) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
cfi-n64-1.s 9 .end foo
elf-rel25.s 8 .end foo
mips16-stabs.s 8 .end foo
mips16-vis-1.s 7 .end foo
mips32-sync.s 10 .end foo
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
vxworks2.s 5 .end _start
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
got-page-7a.s 6 .end f1
mips16-call-global-2.s 9 .end x
pic-and-nonpic-2a.s 7 .end __start
pic-and-nonpic-2b.s 6 .end foo2
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-visium/
imm_x_seg.s 8 .end
  /external/conscrypt/common/src/main/java/org/conscrypt/
Preconditions.java 70 * 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) {
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) {
92 if (end < 0 || end > size)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
SliceFunction.java 28 * 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(); local
48 if (end == 0) {
49 end = length;
53 if (end < 0) {
54 end += length;
57 end = min(end, length);
59 if (end < start)
    [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestAPICommon.h 59 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/
GPBArray_PackagePrivate.h 52 //%@end
64 @end
72 @end
80 @end
88 @end
96 @end
104 @end
112 @end
120 @end
122 //%PDDM-EXPAND-END DECLARE_ARRAY_EXTRAS(
    [all...]
  /external/skia/tools/lua/
gradients.lua 5 end
9 end
15 end
22 end
46 end
58 end
59 end
66 end
67 end
75 end
    [all...]
  /external/skqp/tools/lua/
gradients.lua 5 end
9 end
15 end
22 end
46 end
58 end
59 end
66 end
67 end
75 end
    [all...]
  /hardware/libhardware/tests/input/evdev/
BitUtils_test.cpp 68 for (int end = start + 1; end <= 24; ++end) {
69 if (start > 16 || end <= 11 || (start > 11 && end <= 16)) {
70 EXPECT_FALSE(testBitInRange(arr, start, end))
71 << "range = (" << start << ", " << end << ")"; local
73 EXPECT_TRUE(testBitInRange(arr, start, end))
74 << "range = (" << start << ", " << end << ")"; local
  /external/libcxx/benchmarks/
ContainerBenchmarks.hpp 15 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 = in.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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/benchmarks/
ContainerBenchmarks.hpp 15 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 = in.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/
x509asn1.c 112 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)
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 90 goto end;
95 goto end;
102 goto end;
108 goto end;
114 goto end;
122 goto end;
130 goto end;
138 goto end;
144 goto end;
151 goto end;
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 90 goto end;
95 goto end;
102 goto end;
108 goto end;
114 goto end;
122 goto end;
130 goto end;
138 goto end;
144 goto end;
151 goto end;
    [all...]
  /hardware/interfaces/broadcastradio/common/tests/
IdentifierIterator_test.cpp 37 auto end = V2_0::end(sel); local
39 ASSERT_NE(end, it);
41 ASSERT_NE(end, ++it);
43 ASSERT_EQ(end, ++it);
50 auto end = V2_0::end(sel); local
52 ASSERT_NE(end, it++); // primary id is always present
53 ASSERT_EQ(end, it);
70 auto end = V2_0::end(sel) local
105 auto end = V2_0::end(sel); local
    [all...]
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/
find_first_of.pass.cpp 32 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(ic))
    [all...]

Completed in 398 milliseconds

<<11121314151617181920>>