HomeSort by relevance Sort by last modified time
    Searched full:begin (Results 76 - 100 of 8072) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/openssl/apps/
dsa512.pem 1 -----BEGIN DSA PARAMETERS-----
testCA.pem 1 -----BEGIN CERTIFICATE REQUEST-----
  /external/openssl/crypto/dh/
dh1024.pem 1 -----BEGIN DH PARAMETERS-----
dh192.pem 1 -----BEGIN DH PARAMETERS-----
dh512.pem 1 -----BEGIN DH PARAMETERS-----
  /external/stlport/test/unit/
complete_digits.h 15 digits.insert(digits.begin(), '0');
  /external/zlib/contrib/vstudio/vc10/
zlib.rc 12 BEGIN
14 BEGIN
18 BEGIN
29 BEGIN
  /external/zlib/contrib/vstudio/vc7/
zlib.rc 12 BEGIN
14 BEGIN
18 BEGIN
29 BEGIN
  /external/zlib/contrib/vstudio/vc8/
zlib.rc 12 BEGIN
14 BEGIN
18 BEGIN
29 BEGIN
  /external/zlib/contrib/vstudio/vc9/
zlib.rc 12 BEGIN
14 BEGIN
18 BEGIN
29 BEGIN
  /external/zlib/win32/
zlib1.rc 20 BEGIN
22 BEGIN
25 BEGIN
37 BEGIN
  /frameworks/opt/vcard/tests/res/raw/
v21_im.vcf 0 BEGIN:VCARD
v21_japanese_1.vcf 0 BEGIN:VCARD
v30_comma_separated.vcf 0 BEGIN:VCARD
v40_sip.vcf 0 BEGIN:VCARD
  /ndk/tests/device/test-gnustl-full/unit/
complete_digits.h 15 digits.insert(digits.begin(), '0');
  /ndk/tests/device/test-stlport/unit/
complete_digits.h 15 digits.insert(digits.begin(), '0');
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERNull.java 13 // BEGIN android-changed
17 // BEGIN android-changed
  /external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 5 auto begin(T &&t) -> decltype(t.begin()) { return t.begin(); } // expected-note 4{{ignored: substitution failure}}
10 auto begin(T &&t) -> decltype(t.alt_begin()) { return t.alt_begin(); } // expected-note {{selected 'begin' template [with T = }} \
17 int begin(int);
26 int *begin(); // expected-note 3{{selected 'begin' function with iterator type 'int *'}} expected-note {{'begin' declared here}}
63 __range.begin(); // expected-error {{use of undeclared identifier '__range'}
    [all...]
  /external/llvm/test/Bindings/Ocaml/
bitreader.ml 23 begin
25 begin try
35 test begin try
44 begin
46 let m = begin try
57 begin let oc = open_out fn in
63 test begin
66 let m = begin try
  /external/quake/quake/src/QW/client/
winquake.rc 31 BEGIN
36 BEGIN
42 BEGIN
69 BEGIN
79 BEGIN
103 BEGIN
105 BEGIN
119 BEGIN
  /external/quake/quake/src/WinQuake/
winquake.rc 31 BEGIN
36 BEGIN
42 BEGIN
68 BEGIN
77 BEGIN
93 BEGIN
95 BEGIN
113 BEGIN
  /external/clang/test/SemaCXX/
for-range-no-std.cpp 5 int *begin();
13 int begin(Range); // expected-note {{not viable}}
23 iter begin(ADL); // expected-note {{not viable}}
28 NS::iter begin(NS::NoADL); // expected-note {{not viable}}
34 for (auto b : T()) {} // expected-error {{no matching function for call to 'begin'}} expected-note {{range has type}}
37 for (int b : NS::NoADL()) {} // expected-error {{no matching function for call to 'begin'}} expected-note {{range has type}}
  /frameworks/compile/linkloader/utils/
flush_cpu_cache.h 32 #define FLUSH_CPU_CACHE(BEGIN, END) \
33 cacheflush(((long)(BEGIN)), ((long)(END)), 0)
38 #define FLUSH_CPU_CACHE(BEGIN, END) \
39 _flush_cache(reinterpret_cast<char*>(BEGIN), END-BEGIN+1, BCACHE);
43 #define FLUSH_CPU_CACHE(BEGIN, END) do { } while (0)
  /external/chromium/net/proxy/
proxy_server.cc 22 std::string::const_iterator begin,
24 if (LowerCaseEqualsASCII(begin, end, "proxy"))
26 if (LowerCaseEqualsASCII(begin, end, "socks")) {
32 if (LowerCaseEqualsASCII(begin, end, "socks4"))
34 if (LowerCaseEqualsASCII(begin, end, "socks5"))
36 if (LowerCaseEqualsASCII(begin, end, "direct"))
38 if (LowerCaseEqualsASCII(begin, end, "https"))
47 ProxyServer::Scheme GetSchemeFromURIInternal(std::string::const_iterator begin,
49 if (LowerCaseEqualsASCII(begin, end, "http"))
51 if (LowerCaseEqualsASCII(begin, end, "socks4")
    [all...]

Completed in 482 milliseconds

1 2 34 5 6 7 8 91011>>