HomeSort by relevance Sort by last modified time
    Searched defs:const (Results 101 - 125 of 132) sorted by null

1 2 3 45 6

  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/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;
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/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;
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/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;
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/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;
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/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;
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/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;
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/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;
  /prebuilts/ndk/android-ndk-r7/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/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 39 APIMisuse(const char* name) : BugType(name, "API Misuse (Apple)") {}
47 static const char* GetReceiverNameType(const ObjCMessage &msg) {
48 if (const ObjCInterfaceDecl *ID = msg.getReceiverInterface())
53 static bool isReceiverClassOrSuperclass(const ObjCInterfaceDecl *ID,
58 if (const ObjCInterfaceDecl *Super = ID->getSuperClass())
77 const ObjCMessage &msg, unsigned Arg) const;
80 void checkPreObjCMessage(ObjCMessage msg, CheckerContext &C) const;
85 const ObjCMessage &msg
    [all...]
  /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)
75 Kind getKind() const {
82 bool isValid() const { return getKind() != Invalid; }
84 operator bool() const { return isValid(); }
86 template<class ElemTy> const ElemTy *getAs() const {
88 return static_cast<const ElemTy*>(this);
92 static bool classof(const CFGElement *E) { return true; }
99 const Stmt *getStmt() const
    [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 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/icu4c/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/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/
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;
  /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;
  /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/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...]

Completed in 1395 milliseconds

1 2 3 45 6