/external/libchrome/base/ |
stl_util.h | 40 void STLDeleteContainerPointers(ForwardIterator begin, ForwardIterator end) { 41 while (begin != end) { 42 ForwardIterator temp = begin; 43 ++begin; 56 void STLDeleteContainerPairPointers(ForwardIterator begin, 58 while (begin != end) { 59 ForwardIterator temp = begin; 60 ++begin; 70 void STLDeleteContainerPairFirstPointers(ForwardIterator begin, 72 while (begin != end) [all...] |
/external/bison/data/ |
location.cc | 97 operator+ (const position& begin, const int width) 99 position res = begin; 112 operator- (const position& begin, const int width) 114 return begin + -width; 175 : begin (b) 182 : begin (p) 191 : begin (f, l, c) 202 begin.initialize (f, l, c); 203 end = begin; 212 begin = end [all...] |
/external/lzma/C/Util/Lzma/ |
LzmaUtil.dsp | 24 # Begin Project
83 # Begin Target
87 # Begin Source File
91 # Begin Source File
95 # Begin Source File
99 # Begin Source File
103 # Begin Source File
107 # Begin Source File
111 # Begin Source File
115 # Begin Source File [all...] |
/external/llvm/unittests/ADT/ |
TinyPtrVectorTest.cpp | 51 std::random_shuffle(TestPtrs.begin(), TestPtrs.end(), test_shuffle_rng_p); 75 EXPECT_EQ(Values[i], *std::next(V.begin(), i)); 77 EXPECT_EQ(V.end(), std::next(V.begin(), Values.size())); 295 this->V.erase(this->V.begin()); 300 this->V.erase(this->V.begin()); 301 this->TestPtrs.erase(this->TestPtrs.begin()); 303 this->V.erase(std::next(this->V.begin(), 1)); 304 this->TestPtrs.erase(std::next(this->TestPtrs.begin(), 1)); 306 this->V.erase(std::next(this->V.begin(), 2)); 307 this->TestPtrs.erase(std::next(this->TestPtrs.begin(), 2)) [all...] |
/art/runtime/gc/collector/ |
immune_spaces_test.cc | 33 DummyOatFile(uint8_t* begin, uint8_t* end) : OatFile("Location", /*is_executable*/ false) { 34 begin_ = begin; 109 std::unique_ptr<DummyOatFile> oat_file(new DummyOatFile(oat_map->Begin(), oat_map->End())); 112 new (map->Begin()) ImageHeader( 113 /*image_begin*/PointerToLowMemUInt32(map->Begin()), 116 /*image_roots*/PointerToLowMemUInt32(map->Begin()) + 1, 153 return map->Begin(); 164 DummySpace(uint8_t* begin, uint8_t* end) 167 begin, 200 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().Begin()), a.Begin()) [all...] |
/external/libcxx/test/std/containers/associative/multimap/multimap.ops/ |
find.pass.cpp | 45 assert(r == m.begin()); 49 assert(r == next(m.begin(), 3)); 53 assert(r == next(m.begin(), 6)); 73 assert(r == m.begin()); 77 assert(r == next(m.begin(), 3)); 81 assert(r == next(m.begin(), 6)); 105 assert(r == m.begin()); 109 assert(r == next(m.begin(), 3)); 113 assert(r == next(m.begin(), 6)); 133 assert(r == m.begin()); [all...] |
/art/test/701-easy-div-rem/ |
expected.txt | 0 Begin
|
/cts/hostsidetests/appsecurity/certs/keysets/ |
cts-keyset-test-ec-a.x509.pem | 1 -----BEGIN CERTIFICATE-----
|
/cts/hostsidetests/appsecurity/certs/pkgsigverify/ |
ec-p256.x509.pem | 1 -----BEGIN CERTIFICATE-----
|
ec-p384.x509.pem | 1 -----BEGIN CERTIFICATE-----
|
ec-p521.x509.pem | 1 -----BEGIN CERTIFICATE-----
|
rsa-1024.x509.pem | 1 -----BEGIN CERTIFICATE-----
|
/cts/tests/tests/security/assets/path_building/ |
b.pem | 1 -----BEGIN CERTIFICATE-----
|
b_to_a.pem | 1 -----BEGIN CERTIFICATE-----
|
/device/generic/goldfish/opengl/system/GLESv1/ |
Android.mk | 4 $(call emugl-begin-shared-library,libGLESv1_CM_emulation)
|
/device/generic/goldfish/opengl/system/GLESv2/ |
Android.mk | 4 $(call emugl-begin-shared-library,libGLESv2_emulation)
|
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
Android.mk | 3 $(call emugl-begin-shared-library,libOpenglSystemCommon)
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
Android.mk | 3 $(call emugl-begin-shared-library,lib_renderControl_enc)
|
/device/generic/goldfish/opengl/tests/ut_rendercontrol_enc/ |
Android.mk | 3 $(call emugl-begin-shared-library,libut_rendercontrol_enc)
|
/external/ImageMagick/config/ |
ImageMagick.rc | 24 BEGIN 26 BEGIN 28 BEGIN 41 BEGIN
|
/external/apache-harmony/security/src/test/resources/ |
hyts_certificate_PEM.txt | 1 -----BEGIN CERTIFICATE-----
|
/external/autotest/client/cros/ |
httpd_unittest_server.pem | 1 -----BEGIN CERTIFICATE-----
|
/external/autotest/client/site_tests/platform_AccurateTime/src/ |
ca.csr | 1 -----BEGIN CERTIFICATE REQUEST-----
|
cert.csr | 1 -----BEGIN CERTIFICATE REQUEST-----
|
/external/autotest/client/site_tests/security_OpenSSLBlacklist/src/ |
ca.csr | 1 -----BEGIN CERTIFICATE REQUEST-----
|