HomeSort by relevance Sort by last modified time
    Searched full:begin (Results 276 - 300 of 10864) sorted by null

<<11121314151617181920>>

  /external/linux-tools-perf/util/include/linux/
list.h 18 * @begin: first element in the range to delete from the list.
23 static inline void list_del_range(struct list_head *begin,
26 begin->prev->next = end->next;
27 end->next->prev = begin->prev;
  /external/llvm/unittests/ADT/
SparseSetTest.cpp 23 EXPECT_TRUE(Set.begin() == Set.end());
35 EXPECT_TRUE(CSet.begin() == CSet.end());
48 EXPECT_TRUE(IP.first == Set.begin());
51 EXPECT_FALSE(Set.begin() == Set.end());
52 EXPECT_TRUE(Set.begin() + 1 == Set.end());
64 EXPECT_TRUE(IP.first == Set.begin());
69 EXPECT_EQ(5u, *Set.begin());
73 EXPECT_TRUE(I == Set.begin());
92 USet::const_iterator I = Set.begin();
108 EXPECT_TRUE(IP.first == Set.begin() + 1)
    [all...]
  /external/openssl/apps/
ca-req.pem 1 -----BEGIN CERTIFICATE REQUEST-----
cert.pem 1 -----BEGIN CERTIFICATE-----
dsa1024.pem 1 -----BEGIN DSA PARAMETERS-----
dsap.pem 1 -----BEGIN DSA PARAMETERS-----
pca-req.pem 1 -----BEGIN CERTIFICATE REQUEST-----
req.pem 1 -----BEGIN CERTIFICATE REQUEST-----
s1024req.pem 1 -----BEGIN CERTIFICATE REQUEST-----
s512-key.pem 1 -----BEGIN RSA PRIVATE KEY-----
s512-req.pem 1 -----BEGIN CERTIFICATE REQUEST-----
  /external/openssl/crypto/pkcs7/
infokey.pem 1 -----BEGIN RSA PRIVATE KEY-----
  /external/openssl/crypto/pkcs7/t/
3des.pem 1 -----BEGIN PKCS7-----
  /external/stlport/test/unit/
count_test.cpp 49 int elements = count(numbers.begin(), numbers.end(), 2);
53 count(numbers.begin(), numbers.end(), 2, elements);
62 int elements = count_if(numbers.begin(), numbers.end(), odd);
66 count_if(numbers.begin(), numbers.end(), odd, elements);
innerprod_test.cpp 58 size_t result = inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)0);
69 size_t result=inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)1, mult, add);
  /external/tcpdump/tests/
isakmp-identification-segfault.puu 0 begin 644 isakmp-identification-segfault.pcap
isakmp-pointer-loop.puu 0 begin 644 isakmp-pointer-loop.pcap
mpls-ldp-hello.puu 0 begin 644 mpls-ldp-hello.pcap
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.stdout.exp 1 Ready to begin John Walker's floating point accuracy
  /frameworks/opt/vcard/tests/res/raw/
v21_adr_multiple_line.vcf 0 BEGIN:VCARD
v21_invalid_comment_line.vcf 0 BEGIN:vCard
v21_pref_handling.vcf 0 BEGIN:VCARD
v21_winmo_65.vcf 0 BEGIN:VCARD
v21_x_param.vcf 0 BEGIN:VCARD
v30_simple.vcf 0 BEGIN:VCARD

Completed in 560 milliseconds

<<11121314151617181920>>