HomeSort by relevance Sort by last modified time
    Searched defs:const (Results 151 - 175 of 177) sorted by null

1 2 3 4 5 67 8

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 29 #define const macro
114 const
  /external/clang/test/SemaCXX/
conversion-function.cpp 5 operator int() const;
25 void operator bool(int, ...) const; // expected-error{{conversion function cannot have a return type}} \
28 operator float(...) const; // expected-error{{conversion function cannot be variadic}}
52 operator A&() const; // expected-warning{{conversion function converting 'B' to its base class 'A' will never be used}}
53 operator const void() const; // expected-warning{{conversion function converting 'B' to 'const void' will never be used}}
54 operator const B(); // expected-warning{{conversion function converting 'B' to itself will never be used}}
61 Flop(const Flip&); // expected-note{{candidate constructor}}
64 operator Flop() const; // expected-note{{candidate function}
    [all...]
  /external/oprofile/libpopt/
config.h 246 /* Define as const if the declaration of iconv() needs const. */
306 /* Define to empty if `const' does not conform to ANSI C. */
307 #undef const macro
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js 99 "const": _vardefs,
399 "const": function(defs) {
510 "const": _vardefs,
691 (cur[0] == "const" && prev[0] == "const"))) {
704 if (member(st[0], [ "function", "defun" , "var", "const" ])) {
    [all...]
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.js 28 const kTestSuiteVersion = '20101001';
29 const kTestSuiteHome = '../' + kTestSuiteVersion + '/';
30 const kTestInfoDataFile = 'testinfo.data';
32 const kChapterData = [
140 const kHTML4Data = {
145 const kXHTML1Data = {
151 const kResultsSelector = [
    [all...]
  /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/webkit/Source/WebCore/inspector/front-end/
inspector.js 74 const userAgent = navigator.userAgent;
623 const profileMatch = WebInspector.ProfileType.URLRegExp.exec(anchor.href);
690 const helpKey = WebInspector.isMac() ? "U+003F" : "U+00BF"; // "?" for both platforms
822 const intervalDuration = (1000 / 30); // 30 frames per second.
823 const animationsLength = animations.length;
824 const propertyUnit = {opacity: ""};
825 const defaultUnit = "px";
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 44 /* the "const" storage-class-modifier is valid */
56 #define const macro
338 static const short int yy_accept[341] =
379 static const YY_CHAR yy_ec[256] =
411 static const short int yy_base[404] =
460 static const short int yy_def[404] =
509 static const short int yy_nxt[3287] =
    [all...]
  /external/zlib/src/
zconf.h 213 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
214 # define const /* note: need a more gentle solution here */ macro
219 # define z_const const
382 typedef void const *voidpc;
386 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;
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/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...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 71 // bool InterestedInWhy(bool result) const;
84 MatchResultListener& operator<<(const T& x) {
97 bool IsInterested() const { return stream_ != NULL; }
100 ::std::ostream* const stream_;
128 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
135 virtual void DescribeTo(::std::ostream* os) const = 0;
143 virtual void DescribeNegationTo(::std::ostream* os) const {
179 internal::string str() const { return ss_.str(); }
195 bool MatchAndExplain(T x, MatchResultListener* listener) const {
200 bool Matches(T x) const {
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 74 EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);
79 const String16 sHardwareTest("android.permission.HARDWARE_TEST");
80 const String16 sAccessSurfaceFlinger("android.permission.ACCESS_SURFACE_FLINGER");
81 const String16 sReadFramebuffer("android.permission.READ_FRAME_BUFFER");
82 const String16 sDump("android.permission.DUMP");
148 void SurfaceFlinger::binderDied(const wp<IBinder>& who)
170 sp<IBinder> SurfaceFlinger::createDisplay(const String8& displayName,
182 DisplayToken(const sp<SurfaceFlinger>& flinger)
224 const nsecs_t now = systemTime();
225 const nsecs_t duration = now - mBootTime
    [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 3779 milliseconds

1 2 3 4 5 67 8