HomeSort by relevance Sort by last modified time
    Searched defs:const (Results 251 - 269 of 269) sorted by null

<<11

  /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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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;
libio.h 80 # ifndef const
81 # define const macro
222 const wchar_t *,
223 const wchar_t *,
224 const wchar_t **, char *,
231 const char *, const char *,
232 const char **, wchar_t *,
237 const char *, const char *, _IO_size_t)
    [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;
libio.h 80 # ifndef const
81 # define const macro
222 const wchar_t *,
223 const wchar_t *,
224 const wchar_t **, char *,
231 const char *, const char *,
232 const char **, wchar_t *,
237 const char *, const char *, _IO_size_t)
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/WebKit/Source/devtools/front_end/
Tests.js 669 const dumpPageMetrics = function()
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 24 static const char DIGIT_CHAR[] = "0123456789";
25 static const char WHITE_SPACE[] = {'\t', ' ', '\r', '\n', 0};
26 static const char ALPHABET[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
27 static const char SPECIAL[] = "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~";
29 static inline UBool isInList(const char c /*in*/, const char list[] /*in*/){
30 const char * p = list;
74 Buffer_byte(const Buffer_byte &);
75 Buffer_byte & operator = (const Buffer_byte &);
90 inline void append(const void * c, int size){ // size unit is byt
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkTraceEvent.h 121 // Notes: The category must always be in a long-lived char* (i.e. static const).
126 // const char* arg_values are only referenced by default:
129 // Use TRACE_STR_COPY to force copying of a const char*:
166 // By default, const char* argument values are assumed to have long-lived scope
167 // and will not be copied. Use this macro to force a const char* to be copied.
    [all...]
  /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/libpng/
pngstruct.h 28 /* We must ensure that zlib uses 'const' in declarations. */
32 #ifdef const
33 /* zlib.h sometimes #defines const to nothing, undo this. */
34 # undef const macro
129 typedef const png_colorspace * PNG_RESTRICT png_const_colorspacerp;
  /external/pdfium/core/include/fxcrt/
fx_basic.h 35 void AppendBlock(const void* pBuf, FX_STRSIZE size);
52 void InsertBlock(FX_STRSIZE pos, const void* pBuf, FX_STRSIZE size);
56 void CopyData(const void* pBuf, FX_STRSIZE size);
62 FX_LPBYTE GetBuffer() const
67 FX_STRSIZE GetSize() const
72 CFX_ByteStringC GetByteString() const;
73 void GetByteStringL(CFX_ByteStringL &str) const;
111 CFX_ByteTextBuf& operator << (const CFX_ByteTextBuf& buf);
113 FX_STRSIZE GetLength() const
137 CFX_WideTextBuf& operator << (const CFX_WideString &str);
    [all...]
  /external/ppp/pppd/
pppd.h 66 #define const macro
109 const char *source;
510 size_t strlcpy __P((char *, const char *, size_t)); /* safe strcpy */
511 size_t strlcat __P((char *, const char *, size_t)); /* safe strncpy */
522 void dump_packet __P((const char *, u_char *, int));
657 void logwtmp __P((const char *, const char *, const char *));
691 int override_value __P((const char *, int, const char *))
    [all...]
  /external/skia/src/core/
SkTraceEvent.h 121 // Notes: The category must always be in a long-lived char* (i.e. static const).
126 // const char* arg_values are only referenced by default:
129 // Use TRACE_STR_COPY to force copying of a const char*:
166 // By default, const char* argument values are assumed to have long-lived scope
167 // and will not be copied. Use this macro to force a const char* to be copied.
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 58 /* We must ensure that zlib uses 'const' in declarations. */
62 #ifdef const
63 /* zlib.h sometimes #defines const to nothing, undo this. */
64 # undef const macro
91 static_cast<type>(static_cast<const void*>(value))
96 # define png_aligncastconst(type, value) ((const void*)(value))
751 skip_chunk_type(const struct global *global, png_uint_32 type)
833 const char * file_name;
834 const char * out_name; /* Name of output file (if required) */
910 emit_string(const char *str, FILE *out
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 71 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
79 const EVT *VTs;
88 bool isBuildVectorAllOnes(const SDNode *N);
92 bool isBuildVectorAllZeros(const SDNode *N);
96 bool isBuildVectorOfConstantSDNodes(const SDNode *N);
101 bool isScalarToVector(const SDNode *N);
105 bool allOperandsUndef(const SDNode *N);
127 unsigned getResNo() const { return ResNo; }
130 SDNode *getNode() const { return Node;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.h 806 explicit CD3D10_BUFFER_DESC(const D3D10_BUFFER_DESC &o) : D3D10_BUFFER_DESC(o) {}
815 operator const D3D10_BUFFER_DESC&() const {
840 explicit CD3D10_TEXTURE1D_DESC(const D3D10_TEXTURE1D_DESC &o) : D3D10_TEXTURE1D_DESC(o) {}
854 operator const D3D10_TEXTURE1D_DESC&() const {
874 explicit CD3D10_TEXTURE2D_DESC(const D3D10_TEXTURE2D_DESC &o) : D3D10_TEXTURE2D_DESC(o) {}
897 operator const D3D10_TEXTURE2D_DESC&() const {
1078 const void *pSysMem
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 49 typedef bool (ResultBuilder::*LookupFilter)(const NamedDecl *) const;
60 llvm::SmallPtrSet<const Decl*, 16> AllDeclsFound;
62 typedef std::pair<const NamedDecl *, unsigned> DeclIndexPair;
72 llvm::PointerUnion<const NamedDecl *, DeclIndexPairVector*> DeclOrVector;
81 void Add(const NamedDecl *ND, unsigned Index) {
89 if (const NamedDecl *PrevND =
90 DeclOrVector.dyn_cast<const NamedDecl *>()) {
113 iterator begin() const;
114 iterator end() const;
    [all...]

Completed in 8787 milliseconds

<<11