HomeSort by relevance Sort by last modified time
    Searched full:begin (Results 676 - 700 of 17279) sorted by null

<<21222324252627282930>>

  /external/e2fsprogs/lib/ext2fs/
native.c 6 * %Begin-Header%
  /external/icu4c/config/
icu-config-top 4 # BEGIN of icu-config-top
  /external/libpng/scripts/
pngw32.rc 80 BEGIN
82 BEGIN BLOCK "040904E4" /* Language type = U.S English(0x0409) and Character Set = Windows, Multilingual(0x04E4) */
83 BEGIN
109 BEGIN
  /external/openssl/apps/
ca-key.pem 1 -----BEGIN RSA PRIVATE KEY-----
dh2048.pem 1 -----BEGIN DH PARAMETERS-----
dh512.pem 1 -----BEGIN DH PARAMETERS-----
pca-key.pem 1 -----BEGIN RSA PRIVATE KEY-----
s1024key.pem 1 -----BEGIN RSA PRIVATE KEY-----
  /external/openssl/crypto/dh/
dh4096.pem 1 -----BEGIN DH PARAMETERS-----
  /external/openssl/crypto/pem/
message 1 -----BEGIN PRIVACY-ENHANCED MESSAGE-----
  /external/openssl/crypto/pkcs7/t/
3dess.pem 1 -----BEGIN PKCS7-----
ff 1 -----BEGIN PKCS7-----
msie-e.pem 1 -----BEGIN PKCS7-----
  /external/oprofile/libutil++/
path_filter.cpp 29 cit = find_if(exclude.begin(), exclude.end(),
43 cit = find_if(exclude.begin(), exclude.end(), fnmatcher(base));
48 cit = find_if(include.begin(), include.end(), fnmatcher(base));
56 cit = find_if(include.begin(), include.end(),
  /external/skia/src/animator/
SkOpArray.cpp 21 *operand = begin()[index];
  /external/skia/src/core/
SkPtrRecorder.cpp 12 Pair* p = fList.begin();
34 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
50 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
66 const Pair* p = fList.begin();
  /external/stlport/src/
stlport.rc 70 BEGIN
72 BEGIN
74 BEGIN
93 BEGIN
  /external/stlport/test/unit/
setinter_test.cpp 54 __iota(v1.begin(), v1.end(), 0);
56 __iota(v2.begin(), v2.end(), 7);
59 set_intersection(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(inter));
setunion_test.cpp 57 __iota(v1.begin(), v1.end(), 0);
59 __iota(v2.begin(), v2.end(), 7);
62 set_union(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
  /external/tcpdump/tests/
isakmp-delete-segfault.puu 0 begin 644 isakmp-delete-segfault.pcap
  /external/valgrind/main/none/tests/
pth_mutexspeed.c 11 printf("begin %d lock--unlocks\n", n);
  /frameworks/opt/photoviewer/sample/res/values-af/
strings.xml 7 <string name="launch" msgid="2345080120370773520">"Begin fotokyker"</string>
  /frameworks/opt/vcard/java/com/android/vcard/
VCardInterpreter.java 29 * The term "entry" is one vCard representation in the input, which should start with "BEGIN:VCARD"
53 * More specifically, this method is called when "BEGIN:VCARD" is read.
59 * BEGIN:VCARD
60 * BEGIN:VCARD
  /frameworks/opt/vcard/tests/res/raw/
v21_android_custom_prop.vcf 0 BEGIN:VCARD
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
iter_iter_comp.pass.cpp 43 assert(distance(m.begin(), m.end()) == 3);
44 assert(*m.begin() == 1);
45 assert(*next(m.begin()) == 2);
46 assert(*next(m.begin(), 2) == 3);

Completed in 1555 milliseconds

<<21222324252627282930>>