OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:std
(Results
101 - 125
of
547
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/
MoveOnly.h
28
namespace
std
{
namespace
32
: public
std
::unary_function<MoveOnly,
std
::size_t>
34
std
::size_t operator()(const MoveOnly& x) const {return x.get();}
/ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h
34
* once in native
std
namespace and the other in STLport namespace...
45
namespace
std
{
namespace
111
//In this config bcc define everything in
std
namespace and not in
msl_string.h
26
namespace
std
namespace
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
timer.hpp
25
namespace
std
{ using ::clock_t; using ::clock; }
namespace
47
timer() { _start_time =
std
::clock(); } // postcondition: elapsed()==0
51
void restart() { _start_time =
std
::clock(); } // post: elapsed()==0
53
{ return double(
std
::clock() - _start_time) / CLOCKS_PER_SEC; }
57
// where
std
::clock_t overflows or resets at surprising values.
59
return (double((
std
::numeric_limits<
std
::clock_t>::max)())
67
std
::clock_t _start_time;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
exception_ptr.h
45
namespace
std
namespace
98
friend exception_ptr
std
::current_exception() throw();
99
friend void
std
::rethrow_exception(exception_ptr);
165
} // namespace
std
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h
45
namespace
std
namespace
98
friend exception_ptr
std
::current_exception() throw();
99
friend void
std
::rethrow_exception(exception_ptr);
165
} // namespace
std
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h
34
* once in native
std
namespace and the other in STLport namespace...
45
namespace
std
{
namespace
111
//In this config bcc define everything in
std
namespace and not in
msl_string.h
26
namespace
std
namespace
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h
45
namespace
std
namespace
98
friend exception_ptr
std
::current_exception() throw();
99
friend void
std
::rethrow_exception(exception_ptr);
165
} // namespace
std
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h
34
* once in native
std
namespace and the other in STLport namespace...
45
namespace
std
{
namespace
111
//In this config bcc define everything in
std
namespace and not in
msl_string.h
26
namespace
std
namespace
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h
45
namespace
std
namespace
98
friend exception_ptr
std
::current_exception() throw();
99
friend void
std
::rethrow_exception(exception_ptr);
165
} // namespace
std
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h
34
* once in native
std
namespace and the other in STLport namespace...
45
namespace
std
{
namespace
111
//In this config bcc define everything in
std
namespace and not in
msl_string.h
26
namespace
std
namespace
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
exception_ptr.h
45
namespace
std
namespace
98
friend exception_ptr
std
::current_exception() throw();
99
friend void
std
::rethrow_exception(exception_ptr);
165
} // namespace
std
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h
34
* once in native
std
namespace and the other in STLport namespace...
45
namespace
std
{
namespace
111
//In this config bcc define everything in
std
namespace and not in
msl_string.h
26
namespace
std
namespace
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdlib.h
34
* once in native
std
namespace and the other in STLport namespace...
45
namespace
std
{
namespace
111
//In this config bcc define everything in
std
namespace and not in
msl_string.h
26
namespace
std
namespace
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DefaultSignedAttributeTableGenerator.java
62
Hashtable
std
= (Hashtable)table.clone();
local
64
if (!
std
.containsKey(CMSAttributes.contentType))
74
std
.put(attr.getAttrType(), attr);
78
if (!
std
.containsKey(CMSAttributes.signingTime))
83
std
.put(attr.getAttrType(), attr);
86
if (!
std
.containsKey(CMSAttributes.messageDigest))
92
std
.put(attr.getAttrType(), attr);
95
return
std
;
/external/chromium_org/third_party/WebKit/public/platform/
WebCString.h
99
WebCString(const
std
::string& s)
104
WebCString& operator=(const
std
::string& s)
111
operator
std
::string() const
114
return len ?
std
::string(data(), len) :
std
::string();
WebThreadSafeData.h
64
operator
std
::string() const
67
return len ?
std
::string(data(), len) :
std
::string();
/external/clang/lib/Headers/
stddef.h
82
namespace
std
{ typedef decltype(nullptr) nullptr_t; }
namespace
83
using ::
std
::nullptr_t;
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/
p3-0x.cpp
1
// RUN: %clang_cc1 -
std
=c++11 -fsyntax-only -verify %s -fcxx-exceptions
42
namespace
std
{ struct type_info; }
namespace
43
const
std
::type_info &ti = typeid(struct Ti {}); // expected-error {{'Ti' can not be defined in a type specifier}}
/external/clang/test/CXX/except/except.spec/
canonical.cpp
1
// RUN: %clang_cc1 -fsyntax-only -verify -
std
=c++11 %s
6
namespace
std
namespace
54
} //
std
Completed in 1351 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>