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

<<11121314151617

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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;
  /system/core/logd/
LogStatistics.h 51 size_t bucket_size() const {
63 static const size_t unordered_map_per_entry_overhead = sizeof(void*);
64 static const size_t unordered_map_bucket_overhead = sizeof(void*);
67 size_t size() const {
72 size_t sizeOf() const {
82 std::unique_ptr<const TEntry* []> sort(uid_t uid, pid_t pid,
83 size_t len) const {
85 std::unique_ptr<const TEntry* []> sorted(nullptr);
89 const TEntry** retval = new const TEntry*[len]
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
cris.h 27 #if !defined(__STDC__) && !defined(const)
28 #define const macro
88 const char *const name;
100 const char *const warning;
102 extern const struct cris_spec_reg cris_spec_regs[];
108 const char *const name;
111 extern const struct cris_support_reg cris_support_regs[]
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 80 * const char * helloStr = "__kernel void "
214 const char * errStr_;
219 Error(cl_int err, const char * errStr = NULL) : err_(err), errStr_(errStr)
228 virtual const char * what() const throw ()
242 const cl_int err(void) const { return err_; }
368 string& operator=(const string& rhs)
392 string(const string& rhs)
404 ::size_t size(void) const { return size_;
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h 77 // bool InterestedInWhy(bool result) const;
91 MatchResultListener& operator<<(const T& x) {
104 bool IsInterested() const { return stream_ != NULL; }
107 ::std::ostream* const stream_;
126 virtual void DescribeTo(::std::ostream* os) const = 0;
134 virtual void DescribeNegationTo(::std::ostream* os) const {
176 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
179 // virtual void DescribeTo(::std::ostream* os) const = 0;
180 // virtual void DescribeNegationTo(::std::ostream* os) const;
189 std::string str() const { return ss_.str();
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h 77 // bool InterestedInWhy(bool result) const;
91 MatchResultListener& operator<<(const T& x) {
104 bool IsInterested() const { return stream_ != NULL; }
107 ::std::ostream* const stream_;
126 virtual void DescribeTo(::std::ostream* os) const = 0;
134 virtual void DescribeNegationTo(::std::ostream* os) const {
176 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
179 // virtual void DescribeTo(::std::ostream* os) const = 0;
180 // virtual void DescribeNegationTo(::std::ostream* os) const;
189 internal::string str() const { return ss_.str();
    [all...]
  /external/c-ares/
ares_config.h 30 #define GETNAMEINFO_QUAL_ARG1 const
383 #define RECVFROM_QUAL_ARG5 const
434 #define SEND_QUAL_ARG2 const
507 /* Define to empty if `const' does not conform to ANSI C. */
508 #undef const macro
  /external/clang/include/clang/Analysis/
CFG.h 75 CFGElement(Kind kind, const void *Ptr1, const void *Ptr2 = nullptr)
87 T castAs() const {
98 Optional<T> getAs() const {
107 Kind getKind() const {
119 const Stmt *getStmt() const {
120 return static_cast<const Stmt *>(Data1.getPointer());
126 static bool isKind(const CFGElement &E) {
138 CXXCtorInitializer* getInitializer() const {
    [all...]
  /external/curl/lib/
config-os400.h 53 * const). However, getaddrinfo() is supported (ASCII version defined as
431 /* Define to empty if `const' does not conform to ANSI C. */
432 #undef const macro
463 #define GETNAMEINFO_QUAL_ARG1 const
  /external/libpng/
pngstruct.h 27 /* We must ensure that zlib uses 'const' in declarations. */
31 #ifdef const
32 /* zlib.h sometimes #defines const to nothing, undo this. */
33 # undef const macro
128 typedef const png_colorspace * PNG_RESTRICT png_const_colorspacerp;
  /external/pdfium/third_party/libpng16/
pngstruct.h 27 /* We must ensure that zlib uses 'const' in declarations. */
31 #ifdef const
32 /* zlib.h sometimes #defines const to nothing, undo this. */
33 # undef const macro
128 typedef const png_colorspace * PNG_RESTRICT png_const_colorspacerp;
  /external/ppp/pppd/
pppd.h 66 #define const macro
109 const char *source;
476 const char *ue_source; /* source name */
515 const char *protocol_name __P((int));
531 size_t strlcpy __P((char *, const char *, size_t)); /* safe strcpy */
532 size_t strlcat __P((char *, const char *, size_t)); /* safe strncpy */
540 void init_pr_log __P((const char *, int)); /* initialize for using pr_log */
543 void dump_packet __P((const char *, u_char *, int));
682 void logwtmp __P((const char *, const char *, const char *))
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 427 Exception(std::string const& msg);
429 char const* what() const throw() override;
442 RuntimeError(std::string const& msg);
453 LogicError(std::string const& msg);
457 void throwRuntimeError(std::string const& msg);
459 void throwLogicError(std::string const& msg);
483 // typedef CppTL::AnyEnumerator<const char *> EnumMemberNames;
484 // typedef CppTL::AnyEnumerator<const Value &> EnumValues;
497 * static const StaticString code("code")
    [all...]
  /external/python/cpython2/RISCOS/
pyconfig.h 19 #undef const macro
  /external/skia/third_party/libpng/
pngstruct.h 27 /* We must ensure that zlib uses 'const' in declarations. */
31 #ifdef const
32 /* zlib.h sometimes #defines const to nothing, undo this. */
33 # undef const macro
128 typedef const png_colorspace * PNG_RESTRICT png_const_colorspacerp;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h 51 void checkForCycles(const SDNode *N);
58 const EVT *VTs;
67 bool isBuildVectorAllOnes(const SDNode *N);
71 bool isBuildVectorAllZeros(const SDNode *N);
76 bool isScalarToVector(const SDNode *N);
98 unsigned getResNo() const { return ResNo; }
101 SDNode *getNode() const { return Node; }
106 inline SDNode *operator->() const { return Node; }
108 bool operator==(const SDValue &O) const {
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 94 \tparam Const Is this a constant iterator?
111 template <bool Const, typename Encoding, typename Allocator>
114 , typename internal::MaybeAddConst<Const,GenericMember<Encoding,Allocator> >::Type> {
120 typedef typename internal::MaybeAddConst<Const,PlainType>::Type ValueType;
131 //! Pointer to (const) GenericMember
133 //! Reference to (const) GenericMember
144 //! Iterator conversions to more const
146 \param it (Non-const) iterator to copy from
149 that is "less const". Especially, creating a non-constant iterator
151 \li const -> non-const (not ok)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
CFG.h 76 CFGElement(Kind kind, const void *Ptr1, const void *Ptr2 = nullptr)
88 T castAs() const {
99 Optional<T> getAs() const {
108 Kind getKind() const {
120 const Stmt *getStmt() const {
121 return static_cast<const Stmt *>(Data1.getPointer());
127 static bool isKind(const CFGElement &E) {
139 CXXCtorInitializer* getInitializer() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
CFG.h 76 CFGElement(Kind kind, const void *Ptr1, const void *Ptr2 = nullptr)
88 T castAs() const {
99 Optional<T> getAs() const {
108 Kind getKind() const {
120 const Stmt *getStmt() const {
121 return static_cast<const Stmt *>(Data1.getPointer());
127 static bool isKind(const CFGElement &E) {
139 CXXCtorInitializer* getInitializer() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
CFG.h 76 CFGElement(Kind kind, const void *Ptr1, const void *Ptr2 = nullptr)
88 T castAs() const {
99 Optional<T> getAs() const {
108 Kind getKind() const {
120 const Stmt *getStmt() const {
121 return static_cast<const Stmt *>(Data1.getPointer());
127 static bool isKind(const CFGElement &E) {
139 CXXCtorInitializer* getInitializer() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
CFG.h 76 CFGElement(Kind kind, const void *Ptr1, const void *Ptr2 = nullptr)
88 T castAs() const {
99 Optional<T> getAs() const {
108 Kind getKind() const {
120 const Stmt *getStmt() const {
121 return static_cast<const Stmt *>(Data1.getPointer());
127 static bool isKind(const CFGElement &E) {
139 CXXCtorInitializer* getInitializer() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
CFG.h 76 CFGElement(Kind kind, const void *Ptr1, const void *Ptr2 = nullptr)
88 T castAs() const {
99 Optional<T> getAs() const {
108 Kind getKind() const {
120 const Stmt *getStmt() const {
121 return static_cast<const Stmt *>(Data1.getPointer());
127 static bool isKind(const CFGElement &E) {
139 CXXCtorInitializer* getInitializer() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
CFG.h 76 CFGElement(Kind kind, const void *Ptr1, const void *Ptr2 = nullptr)
88 T castAs() const {
99 Optional<T> getAs() const {
108 Kind getKind() const {
120 const Stmt *getStmt() const {
121 return static_cast<const Stmt *>(Data1.getPointer());
127 static bool isKind(const CFGElement &E) {
139 CXXCtorInitializer* getInitializer() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
CFG.h 76 CFGElement(Kind kind, const void *Ptr1, const void *Ptr2 = nullptr)
88 T castAs() const {
99 Optional<T> getAs() const {
108 Kind getKind() const {
120 const Stmt *getStmt() const {
121 return static_cast<const Stmt *>(Data1.getPointer());
127 static bool isKind(const CFGElement &E) {
139 CXXCtorInitializer* getInitializer() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
CFG.h 76 CFGElement(Kind kind, const void *Ptr1, const void *Ptr2 = nullptr)
88 T castAs() const {
99 Optional<T> getAs() const {
108 Kind getKind() const {
120 const Stmt *getStmt() const {
121 return static_cast<const Stmt *>(Data1.getPointer());
127 static bool isKind(const CFGElement &E) {
139 CXXCtorInitializer* getInitializer() const {
    [all...]

Completed in 2271 milliseconds

<<11121314151617