HomeSort by relevance Sort by last modified time
    Searched defs:const (Results 351 - 375 of 416) sorted by null

<<11121314151617

  /external/google-benchmark/include/benchmark/
benchmark_api.h 210 void UseCharPointer(char const volatile*);
233 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
249 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
250 internal::UseCharPointer(&reinterpret_cast<char const volatile&>(value));
259 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
260 internal::UseCharPointer(&reinterpret_cast<char const volatile&>(value));
289 BENCHMARK_ALWAYS_INLINE operator double const& () const { return value; }
338 bool const res = total_iterations_++ < max_iterations;
386 void SkipWithError(const char* msg)
    [all...]
  /external/libmojo/third_party/jinja2/
nodes.py 430 class Const(Literal):
443 """Return a const object if the value is representable as
679 def const(obj): function in function:Slice.as_const
683 return slice(const(self.start), const(self.stop), const(self.step))
898 EvalContextModifier(options=[Keyword('autoescape', Const(True))])
  /external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.h 59 operator const Byte *() const { return _items; }
60 size_t Size() const { return _size; }
134 bool IsStreamInMem() const
143 size_t GetMemStreamWrittenSize() const { return _pos; }
156 HRESULT CloseFile(const FString &path);
158 size_t GetPos() const { return _pos; }
161 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
180 HRESULT MessageError(const char *message, const FString &path);
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVEntry.cpp 71 operator std::pair<const Op, SPIRVFactoryTy>() {
83 static const OpToFactoryMapTy OpToFactoryMap(std::begin(Table),
107 SPIRVEntry::getErrorLog()const {
112 SPIRVEntry::exist(SPIRVId TheId)const {
117 SPIRVEntry::getOrCreate(SPIRVId TheId)const {
126 SPIRVEntry::getValue(SPIRVId TheId)const {
131 SPIRVEntry::getValueType(SPIRVId TheId)const {
136 SPIRVEntry::getEncoder(spv_ostream &O)const{
151 SPIRVEntry::setName(const std::string& TheName) {
167 SPIRVEntry::encode(spv_ostream &O) const {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Config/
config.h 686 /* Define to empty if `const' does not conform to ANSI C. */
687 #undef const macro
  /external/v8/src/tracing/
trace-event.h 35 // By default, const char* asrgument values are assumed to have long-lived scope
36 // and will not be copied. Use this macro to force a const char* to be copied.
73 // const uint8_t*
74 // TRACE_EVENT_API_GET_CATEGORY_GROUP_ENABLED(const char* category_group)
87 // const uint8_t* category_group_enabled,
88 // const char* name,
89 // const char* scope,
93 // const char** arg_names,
94 // const uint8_t* arg_types,
95 // const uint64_t* arg_values
    [all...]
  /frameworks/av/media/libnbaio/include/media/nbaio/
NBLog.h 84 const uint8_t type;
85 const uint8_t length;
86 const uint8_t data[0];
99 explicit EntryIterator(const uint8_t *entry);
100 EntryIterator(const EntryIterator &other);
103 const entry& operator*() const;
104 const entry* operator->() const;
109 EntryIterator next() const;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11.h 547 extern const DECLSPEC_SELECTANY CD3D11_DEFAULT D3D11_DEFAULT;
902 explicit CD3D11_RASTERIZER_DESC(const D3D11_RASTERIZER_DESC &o) : D3D11_RASTERIZER_DESC(o) {}
930 operator const D3D11_RASTERIZER_DESC&() const { return *this; }
977 const void *pSysMem;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zconf.h 216 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
217 # define const /* note: need a more gentle solution here */ macro
222 # define z_const const
385 typedef void const *voidpc;
389 typedef Byte const *voidpc;
  /external/curl/lib/
config-riscos.h 411 /* Define to empty if `const' does not conform to ANSI C. */
412 #undef const macro
433 #define GETNAMEINFO_QUAL_ARG1 const
499 #define SEND_QUAL_ARG2 const
  /external/eigen/Eigen/src/Core/util/
Memory.h 435 * There is also the variant first_aligned(const MatrixBase&) defined in DenseCoeffsBase.h.
439 EIGEN_DEVICE_FUNC inline Index first_aligned(const Scalar* array, Index size)
441 const Index ScalarSize = sizeof(Scalar);
442 const Index AlignmentSize = Alignment / ScalarSize;
443 const Index AlignmentMask = AlignmentSize-1;
467 EIGEN_DEVICE_FUNC inline Index first_default_aligned(const Scalar* array, Index size)
485 template<typename T> EIGEN_DEVICE_FUNC void smart_copy(const T* start, const T* end, T* target)
491 EIGEN_DEVICE_FUNC static inline void run(const T* start, const T* end, T* target
    [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 46 static inline const Type& CastR(const TObject &X)
47 { return reinterpret_cast<const Type&> (X); }
54 static inline const Type* CastP(const TObject *X)
55 { return reinterpret_cast<const Type*> (X); }
63 static inline const Type& StructAtOffset(const void *P, unsigned int offset)
64 { return * reinterpret_cast<const Type*> ((const char *) P + offset);
    [all...]
  /external/icu/icu4c/source/i18n/
transreg.cpp 44 static const UChar LOCALE_SEP = 95; // '_'
45 //static const UChar ID_SEP = 0x002D; /*-*/
46 //static const UChar VARIANT_SEP = 0x002F; // '/'
49 static const UChar ANY[] = { 65, 110, 121, 0 }; // Any
57 //static const char RB_RULE[] = "Rule";
65 TransliteratorAlias::TransliteratorAlias(const UnicodeString& theAliasID,
66 const UnicodeSet* cpdFilter) :
75 TransliteratorAlias::TransliteratorAlias(const UnicodeString& theID,
76 const UnicodeString& idBlocks,
78 const UnicodeSet* cpdFilter)
    [all...]
  /external/icu/icu4c/source/test/intltest/
transrt.cpp 65 const char* &name, char* /*par*/) {
98 TransliteratorPointer(const TransliteratorPointer& rhs);
99 TransliteratorPointer& operator=(const TransliteratorPointer& rhs);
108 inline operator const Transliterator*() const { return t; }
120 virtual UBool is(const UnicodeString& /*sourceString*/) const {return TRUE;}
130 virtual UBool is(const UnicodeString& sourceString) const;
131 int getType(UChar c) const;
    [all...]
  /external/jsoncpp/include/json/
value.h 57 // typedef CppTL::AnyEnumerator<const char *> EnumMemberNames;
58 // typedef CppTL::AnyEnumerator<const Value &> EnumValues;
71 * static const StaticString code("code");
77 explicit StaticString(const char* czstring) : str_(czstring) {}
79 operator const char*() const { return str_; }
81 const char* c_str() const { return str_; }
84 const char* str_;
104 * Non const methods will automatically create the a #nullValue elemen
    [all...]
  /external/pdfium/third_party/zlib_v128/
zconf.h 216 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
217 # define const /* note: need a more gentle solution here */ macro
222 # define z_const const
385 typedef void const *voidpc;
389 typedef Byte const *voidpc;
  /external/python/cpython2/Modules/zlib/
zconf.h 216 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
217 # define const /* note: need a more gentle solution here */ macro
222 # define z_const const
385 typedef void const *voidpc;
389 typedef Byte const *voidpc;
  /external/swiftshader/third_party/LLVM/include-android/llvm/Config/
config.h 688 /* Define to empty if `const' does not conform to ANSI C. */
689 #undef const macro
  /external/swiftshader/third_party/LLVM/include-linux/llvm/Config/
config.h 686 /* Define to empty if `const' does not conform to ANSI C. */
687 #undef const macro
  /external/swiftshader/third_party/LLVM/include-osx/llvm/Config/
config.h 686 /* Define to empty if `const' does not conform to ANSI C. */
687 #undef const macro
  /external/syslinux/com32/include/
zconf.h 195 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
196 # define const /* note: need a more gentle solution here */ macro
350 typedef void const *voidpc;
354 typedef Byte const *voidpc;
  /external/webrtc/webrtc/base/
trace_event.h 124 // Notes: The category must always be in a long-lived char* (i.e. static const).
129 // const char* arg_values are only referenced by default:
132 // Use TRACE_STR_COPY to force copying of a const char*:
145 // By default, const char* argument values are assumed to have long-lived scope
146 // and will not be copied. Use this macro to force a const char* to be copied.
548 // const unsigned char*
549 // TRACE_EVENT_API_GET_CATEGORY_ENABLED(const char* category_name)
556 // const unsigned char* category_enabled,
557 // const char* name,
560 // const char** arg_names
    [all...]
  /external/zlib/src/
zconf.h 216 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
217 # define const /* note: need a more gentle solution here */ macro
222 # define z_const const
385 typedef void const *voidpc;
389 typedef Byte const *voidpc;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
ComposerHal.cpp 38 BufferHandle(const native_handle_t* buffer)
44 operator const hidl_handle&() const
78 operator const hidl_handle&() const
93 T unwrapRet(Return<T>& ret, const U& default_val)
126 const IVrComposerClient::BufferMetadata& metadata)
138 const IVrComposerClient::BufferMetadata& metadata)
150 const IVrComposerClient::BufferMetadata& metadata)
175 [&](const auto& tmpError, const auto& tmpClient
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zconf.h 186 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
187 # define const /* note: need a more gentle solution here */ macro
345 typedef void const *voidpc;
349 typedef Byte const *voidpc;

Completed in 1659 milliseconds

<<11121314151617