/external/chromium_org/third_party/WebKit/Source/platform/ |
TraceEvent.h | 123 // Notes: The category must always be in a long-lived char* (i.e. static const). 128 // const char* arg_values are only referenced by default: 131 // Use TRACE_STR_COPY to force copying of a const char*: 171 // By default, const char* argument values are assumed to have long-lived scope 172 // and will not be copied. Use this macro to force a const char* to be copied. 529 // const unsigned char* 530 // TRACE_EVENT_API_GET_CATEGORY_ENABLED(const char* category_name) 537 // const unsigned char* category_enabled, 538 // const char* name, 541 // const char** arg_names [all...] |
/external/chromium_org/third_party/angle/src/third_party/trace_event/ |
trace_event.h | 102 // Notes: The category must always be in a long-lived char* (i.e. static const). 107 // const char* arg_values are only referenced by default: 110 // Use TRACE_STR_COPY to force copying of a const char*: 149 // By default, const char* argument values are assumed to have long-lived scope 150 // and will not be copied. Use this macro to force a const char* to be copied. 459 // const unsigned char* 460 // TRACE_EVENT_API_GET_CATEGORY_ENABLED(const char* category_name) 467 // const unsigned char* category_enabled, 468 // const char* name, 471 // const char** arg_names [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-open-type-private.hh | 47 inline const Type& CastR(const TObject &X) 48 { return reinterpret_cast<const Type&> (X); } 55 inline const Type* CastP(const TObject *X) 56 { return reinterpret_cast<const Type*> (X); } 64 inline const Type& StructAtOffset(const void *P, unsigned int offset) 65 { return * reinterpret_cast<const Type*> ((const char *) P + offset); [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
transreg.cpp | 42 static const UChar LOCALE_SEP = 95; // '_' 43 //static const UChar ID_SEP = 0x002D; /*-*/ 44 //static const UChar VARIANT_SEP = 0x002F; // '/' 47 static const UChar NO_VARIANT[] = { 0 }; // empty string 48 static const UChar ANY[] = { 65, 110, 121, 0 }; // Any 53 //static const char RB_RULE[] = "Rule"; 61 TransliteratorAlias::TransliteratorAlias(const UnicodeString& theAliasID, 62 const UnicodeSet* cpdFilter) : 71 TransliteratorAlias::TransliteratorAlias(const UnicodeString& theID, 72 const UnicodeString& idBlocks [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
transrt.cpp | 62 const char* &name, char* /*par*/) { 95 TransliteratorPointer(const TransliteratorPointer& rhs); 96 TransliteratorPointer& operator=(const TransliteratorPointer& rhs); 105 inline operator const Transliterator*() const { return t; } 117 virtual UBool is(const UnicodeString& /*sourceString*/) const {return TRUE;} 127 virtual UBool is(const UnicodeString& sourceString) const; 128 int getType(UChar c) const; [all...] |
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/jsoncpp/overrides/include/json/ |
value.h | 51 // typedef CppTL::AnyEnumerator<const char *> EnumMemberNames; 52 // typedef CppTL::AnyEnumerator<const Value &> EnumValues; 65 * static const StaticString code("code"); 72 explicit StaticString( const char *czstring ) 77 operator const char *() const 82 const char *c_str() const 88 const char *str_; 107 * Non const methods will automatically create the a #nullValue element [all...] |
/external/chromium_org/third_party/zlib/ |
zconf.h | 198 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */ 199 # define const /* note: need a more gentle solution here */ macro 353 typedef void const *voidpc; 357 typedef Byte const *voidpc;
|
/external/clang/include/clang/Analysis/ |
CFG.h | 68 CFGElement(Kind kind, const void *Ptr1, const void *Ptr2 = 0) 78 T castAs() const { 89 Optional<T> getAs() const { 98 Kind getKind() const { 110 const Stmt *getStmt() const { 111 return static_cast<const Stmt *>(Data1.getPointer()); 117 static bool isKind(const CFGElement &E) { 129 CXXCtorInitializer* getInitializer() const { [all...] |
/external/harfbuzz_ng/src/ |
hb-open-type-private.hh | 47 inline const Type& CastR(const TObject &X) 48 { return reinterpret_cast<const Type&> (X); } 55 inline const Type* CastP(const TObject *X) 56 { return reinterpret_cast<const Type*> (X); } 64 inline const Type& StructAtOffset(const void *P, unsigned int offset) 65 { return * reinterpret_cast<const Type*> ((const char *) P + offset); [all...] |
/external/icu4c/i18n/ |
transreg.cpp | 42 static const UChar LOCALE_SEP = 95; // '_' 43 //static const UChar ID_SEP = 0x002D; /*-*/ 44 //static const UChar VARIANT_SEP = 0x002F; // '/' 47 static const UChar ANY[] = { 65, 110, 121, 0 }; // Any 55 //static const char RB_RULE[] = "Rule"; 63 TransliteratorAlias::TransliteratorAlias(const UnicodeString& theAliasID, 64 const UnicodeSet* cpdFilter) : 73 TransliteratorAlias::TransliteratorAlias(const UnicodeString& theID, 74 const UnicodeString& idBlocks, 76 const UnicodeSet* cpdFilter) [all...] |
/external/icu4c/test/intltest/ |
transrt.cpp | 63 const char* &name, char* /*par*/) { 96 TransliteratorPointer(const TransliteratorPointer& rhs); 97 TransliteratorPointer& operator=(const TransliteratorPointer& rhs); 106 inline operator const Transliterator*() const { return t; } 118 virtual UBool is(const UnicodeString& /*sourceString*/) const {return TRUE;} 128 virtual UBool is(const UnicodeString& sourceString) const; 129 int getType(UChar c) const; [all...] |
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/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/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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;
|
/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/base/debug/ |
trace_event.h | 120 // Notes: The category must always be in a long-lived char* (i.e. static const). 125 // const char* arg_values are only referenced by default: 128 // Use TRACE_STR_COPY to force copying of a const char*: 147 // virtual void AppendAsTraceFormat(std::string* out) const OVERRIDE { 200 // By default, const char* argument values are assumed to have long-lived scope 201 // and will not be copied. Use this macro to force a const char* to be copied. [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
UIUtils.js | 172 const animationsLength = animations.length; 173 const propertyUnit = {opacity: ""}; 174 const defaultUnit = "px"; 598 const padding = 30; 849 const userAgent = navigator.userAgent; [all...] |
/external/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); 80 bool allOperandsUndef(const SDNode *N); 102 unsigned getResNo() const { return ResNo; } 105 SDNode *getNode() const { return Node; } 110 inline SDNode *operator->() const { return Node; } 112 bool operator==(const SDValue &O) const [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...] |