HomeSort by relevance Sort by last modified time
    Searched defs:std (Results 501 - 525 of 811) sorted by null

<<21222324252627282930>>

  /external/libopus/src/
analysis.h 66 float std[9]; member in struct:__anon25623
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-tuple.h 41 #include <utility> // For ::std::pair.
56 // Visual Studio 2010, 2012, and 2013 define symbols in std::tr1 that conflict
109 // In theory, defining stuff in the ::std namespace is undefined
112 namespace std { namespace
132 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
142 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
259 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
268 tuple& operator=(const ::std::pair<U0, U1>& p) {
672 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
967 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2)
    [all...]
  /external/llvm/include/llvm/Support/
Errc.h 10 // While std::error_code works OK on all platforms we use, there are some
11 // some problems with std::errc that can be avoided by using our own
14 // * std::errc is a namespace in some implementations. That meas that ADL
15 // doesn't work and it is sometimes necessary to write std::make_error_code
17 // using std::make_error_code;
25 // * std::errc is just marked with is_error_condition_enum. This means that
37 argument_list_too_long = int(std::errc::argument_list_too_long),
38 argument_out_of_domain = int(std::errc::argument_out_of_domain),
39 bad_address = int(std::errc::bad_address),
40 bad_file_descriptor = int(std::errc::bad_file_descriptor)
83 namespace std { namespace in namespace:llvm
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-tuple.h 39 #include <utility> // For ::std::pair.
99 // In theory, defining stuff in the ::std namespace is undefined
102 namespace std { namespace
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
132 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
229 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
238 tuple& operator=(const ::std::pair<U0, U1>& p) {
642 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
915 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c 299 double avg, std; local
308 std = sqrtf((sum2 - n*avg*avg)/n);
313 if(fabs(cycles[i] - avg) <= 4.0*std) {
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-tuple.h 41 #include <utility> // For ::std::pair.
101 // In theory, defining stuff in the ::std namespace is undefined
104 namespace std { namespace
124 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
134 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
251 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
260 tuple& operator=(const ::std::pair<U0, U1>& p) {
664 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
959 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2)
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-tuple.h 39 #include <utility> // For ::std::pair.
99 // In theory, defining stuff in the ::std namespace is undefined
102 namespace std { namespace
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
132 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
229 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
238 tuple& operator=(const ::std::pair<U0, U1>& p) {
642 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
915 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2)
    [all...]
  /external/protobuf/php/ext/google/protobuf/
protobuf.h 65 zend_object std; member in struct:DescriptorPool
71 zend_object std; member in struct:Descriptor
86 zend_object std; member in struct:FieldDescriptor
91 zend_object std; member in struct:OneofDescriptor
96 zend_object std; member in struct:EnumDescriptor
157 zend_object std; member in struct:MessageHeader
163 zend_object std; member in struct:MessageBuilderContext
169 zend_object std; member in struct:OneofBuilderContext
175 zend_object std; member in struct:EnumBuilderContext
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallBitVector.h 366 resize(std::max(size(), RHS.size()));
380 resize(std::max(size(), RHS.size()));
394 resize(std::max(size(), RHS.size()));
426 std::swap(X, RHS.X);
453 namespace std { namespace
454 /// Implement std::swap in terms of BitVector swap.
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-tuple.h 39 #include <utility> // For ::std::pair.
99 // In theory, defining stuff in the ::std namespace is undefined
102 namespace std { namespace
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
132 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
229 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
238 tuple& operator=(const ::std::pair<U0, U1>& p) {
642 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
915 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallPtrSet.h 131 std::pair<const void *const *, bool> insert_imp(const void *Ptr) {
139 return std::make_pair(APtr, false);
148 return std::make_pair(LastTombstone, true);
154 return std::make_pair(SmallArray + (NumNonEmpty - 1), true);
184 std::pair<const void *const *, bool> insert_imp_big(const void *Ptr);
266 typedef std::ptrdiff_t difference_type;
267 typedef std::forward_iterator_tag iterator_category;
344 : SmallPtrSetImplBase(SmallStorage, SmallSize, std::move(that)) {}
358 std::pair<iterator, bool> insert(PtrType Ptr) {
360 return std::make_pair(iterator(p.first, EndPointer()), p.second)
469 namespace std { namespace
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Errc.h 10 // While std::error_code works OK on all platforms we use, there are some
11 // some problems with std::errc that can be avoided by using our own
14 // * std::errc is a namespace in some implementations. That meas that ADL
15 // doesn't work and it is sometimes necessary to write std::make_error_code
17 // using std::make_error_code;
25 // * std::errc is just marked with is_error_condition_enum. This means that
37 argument_list_too_long = int(std::errc::argument_list_too_long),
38 argument_out_of_domain = int(std::errc::argument_out_of_domain),
39 bad_address = int(std::errc::bad_address),
40 bad_file_descriptor = int(std::errc::bad_file_descriptor)
83 namespace std { namespace in namespace:llvm
    [all...]
  /external/syslinux/com32/gpllib/
memory.c 37 struct e820entry std; member in struct:e820_ext_entry
  /external/tensorflow/tensorflow/core/lib/gtl/
optional.h 33 // is based on the upcoming std::optional<T>, and gtl::optional<T> is
34 // designed to be cheaply drop-in replaceable by std::optional<T>, once it is
40 // Differences between gtl::optional<T> and std::optional<T> include:
45 // - CHECK instead of throwing std::bad_optional_access.
46 // - optional::swap() and swap() relies on std::is_(nothrow_)swappable
48 // and is_nothrow_swappable is same as std::is_trivial.
106 // define forward locally because std::forward is not constexpr until C++14
108 constexpr T&& forward(typename std::remove_reference<T>::type&
117 template <typename T, bool = std::is_trivially_destructible<T>::value>
180 new (pointer()) T(std::forward<Args>(args)...)
859 namespace std { namespace in namespace:tensorflow
    [all...]
  /external/v4l2_codec2/vda/
video_decode_accelerator.h 42 using SupportedProfiles = std::vector<SupportedProfile>;
49 std::string AsHumanReadableString() const;
130 std::string AsHumanReadableString() const;
145 std::vector<VideoPixelFormat> supported_output_formats;
150 std::vector<uint8_t> sps;
151 std::vector<uint8_t> pps;
247 const std::vector<PictureBuffer>& buffers) = 0;
336 namespace std { namespace
338 // Specialize std::default_delete so that
339 // std::unique_ptr<VideoDecodeAccelerator> uses "Destroy()" instead of trying t
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-tuple.h 41 #include <utility> // For ::std::pair.
56 // Visual Studio 2010, 2012, and 2013 define symbols in std::tr1 that conflict
109 // In theory, defining stuff in the ::std namespace is undefined
112 namespace std { namespace
132 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
142 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
259 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
268 tuple& operator=(const ::std::pair<U0, U1>& p) {
672 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
967 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2)
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.h 88 std::pair<VkQueue, uint64_t> signaler;
98 std::pair<VkQueue, uint64_t> signaler;
114 std::unordered_map<VkEvent, VkPipelineStageFlags> eventToStageMap;
115 std::unordered_map<QueryObject, bool> queryToStateMap; // 0 is unavailable, 1 is available
118 std::deque<CB_SUBMISSION> submissions;
139 std::vector<VkQueueFamilyProperties> queue_family_properties;
141 std::vector<VkPresentModeKHR> present_modes;
142 std::vector<VkSurfaceFormatKHR> surface_formats;
155 namespace std { namespace
162 } // namespace std
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-tuple.h 41 #include <utility> // For ::std::pair.
101 // In theory, defining stuff in the ::std namespace is undefined
104 namespace std { namespace
124 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
134 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
251 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
260 tuple& operator=(const ::std::pair<U0, U1>& p) {
664 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
959 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2)
    [all...]
  /external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.cc 895 int std = 0; local
899 &median, &std, &poor_fraction)) {
908 delay_std = std;
    [all...]
  /external/xmlrpcpp/src/
XmlRpcValue.h 40 typedef std::vector<char> BinaryData;
41 typedef std::vector<XmlRpcValue> ValueArray;
42 typedef std::map<std::string, XmlRpcValue> ValueStruct;
51 XmlRpcValue(std::string const& value) : _type(TypeString)
52 { _value.asString = new std::string(value); }
55 { _value.asString = new std::string(value); }
67 XmlRpcValue(std::string const& xml, int* offset) : _type(TypeInvalid)
83 XmlRpcValue& operator=(const char* rhs) { return operator=(XmlRpcValue(std::string(rhs))); }
91 operator std::string&() { assertTypeOrInvalid(TypeString); return *_value.asString;
    [all...]
  /hardware/libhardware/modules/camera/3_4/arc/
exif_utils.cpp 16 namespace std { namespace
23 } // namespace std
90 bool ExifUtils::SetMaker(const std::string& maker) {
92 std::unique_ptr<ExifEntry> entry = AddVariableLengthEntry(
102 bool ExifUtils::SetModel(const std::string& model) {
104 std::unique_ptr<ExifEntry> entry = AddVariableLengthEntry(
124 std::unique_ptr<ExifEntry> entry =
136 std::unique_ptr<ExifEntry> entry =
149 std::unique_ptr<ExifEntry> refEntry =
163 std::unique_ptr<ExifEntry> entry = AddVariableLengthEntry
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 262 // We also need device-side std::malloc and std::free.
263 namespace std { namespace
268 } // namespace std
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_runtime_wrapper.h 278 // We also need device-side std::malloc and std::free.
279 namespace std { namespace
284 } // namespace std
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_runtime_wrapper.h 129 return std::signbit(x);
292 // We also need device-side std::malloc and std::free.
293 namespace std { namespace
298 } // namespace std
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h 132 std::pair<const void *const *, bool> insert_imp(const void *Ptr) {
140 return std::make_pair(APtr, false);
149 return std::make_pair(LastTombstone, true);
155 return std::make_pair(SmallArray + (NumNonEmpty - 1), true);
201 std::pair<const void *const *, bool> insert_imp_big(const void *Ptr);
282 typedef std::ptrdiff_t difference_type;
283 typedef std::forward_iterator_tag iterator_category;
363 : SmallPtrSetImplBase(SmallStorage, SmallSize, std::move(that)) {}
377 std::pair<iterator, bool> insert(PtrType Ptr) {
379 return std::make_pair(makeIterator(p.first), p.second)
486 namespace std { namespace
    [all...]

Completed in 1049 milliseconds

<<21222324252627282930>>