HomeSort by relevance Sort by last modified time
    Searched full:__size_type__ (Results 26 - 50 of 190) sorted by null

12 3 4 5 6 7 8

  /development/ide/eclipse/
android-symbols.xml 39 <name>__SIZE_TYPE__</name><value>unsigned int</value>
78 <name>__SIZE_TYPE__</name><value>unsigned int</value>
117 <name>__SIZE_TYPE__</name><value>unsigned int</value>
  /external/clang/test/Sema/
implicit-builtin-decl.c 10 void *alloca(__SIZE_TYPE__); // redeclaration okay
12 int *calloc(__SIZE_TYPE__, __SIZE_TYPE__); // expected-warning{{incompatible redeclaration of library function 'calloc'}} \
  /external/clang/test/Analysis/
cstring-syntax.c 3 typedef __SIZE_TYPE__ size_t;
  /external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
p2.cpp 19 typedef __SIZE_TYPE__ size_t;
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p19.cpp 2 typedef __SIZE_TYPE__ size_t;
  /external/clang/test/Modules/Inputs/
cxx-decls-imported.h 22 void *operator new[](__SIZE_TYPE__);
  /external/clang/test/PCH/
va_arg.cpp 8 typedef __SIZE_TYPE__ size_t;
  /ndk/tests/device/test-stlport_shared-exception/jni/
new16.cpp 8 typedef __SIZE_TYPE__ size_t;
delete2.cpp 6 typedef __SIZE_TYPE__ size_t;
  /ndk/tests/device/test-stlport_static-exception/jni/
new16.cpp 8 typedef __SIZE_TYPE__ size_t;
delete2.cpp 6 typedef __SIZE_TYPE__ size_t;
  /external/clang/test/CXX/drs/
dr1748.cpp 8 // FIXME: __SIZE_TYPE__ expands to 'long long' on some targets.
9 __extension__ typedef __SIZE_TYPE__ size_t;
dr10xx.cpp 9 __extension__ typedef __SIZE_TYPE__ size_t;
dr9xx.cpp 11 __extension__ typedef __SIZE_TYPE__ size_t;
  /external/clang/test/Layout/
ms-x86-empty-virtual-base.cpp 8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
9 struct __declspec(align(8)) B1 { B1() {printf("B1 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
10 struct __declspec(align(8)) B2 { B2() {printf("B2 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
11 struct __declspec(align(8)) B3 { B3() {printf("B3 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
12 struct __declspec(align(8)) B4 { B4() {printf("B4 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
14 struct C0 { int a; C0() : a(0xf00000C0) {printf("C0 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
15 struct C1 { int a; C1() : a(0xf00000C1) {printf("C1 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
16 struct C2 { int a; C2() : a(0xf00000C2) {printf("C2 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
17 struct C3 { int a; C3() : a(0xf00000C3) {printf("C3 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
18 struct C4 { int a; C4() : a(0xf00000C4) {printf("C4 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }
    [all...]
  /external/clang/test/SemaObjC/
arc-non-pod-memaccess.m 8 void *memset(void *, int, __SIZE_TYPE__);
9 void *memmove(void *s1, const void *s2, __SIZE_TYPE__ n);
10 void *memcpy(void *s1, const void *s2, __SIZE_TYPE__ n);
  /external/clang/test/CodeGen/
stack-protector.c 10 typedef __SIZE_TYPE__ size_t;
  /external/clang/test/Headers/
ms-intrin.cpp 23 typedef __SIZE_TYPE__ size_t;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.c 46 # define __size_type__ size_t macro
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type macro
420 __size_type__ basic_string<_CharT,_Traits,_Alloc>::find( const _CharT* __s, size_type __pos,
438 __size_type__ basic_string<_CharT,_Traits,_Alloc>::find(_CharT __c, size_type __pos) const
451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos,
468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const
481 template <class _CharT, class _Traits, class _Alloc> __size_type__
495 __size_type__
512 template <class _CharT, class _Traits, class _Alloc> __size_type__
527 template <class _CharT, class _Traits, class _Alloc> __size_type__
663 #undef __size_type__ macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string.c 46 # define __size_type__ size_t macro
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type macro
420 __size_type__ basic_string<_CharT,_Traits,_Alloc>::find( const _CharT* __s, size_type __pos,
438 __size_type__ basic_string<_CharT,_Traits,_Alloc>::find(_CharT __c, size_type __pos) const
451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos,
468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const
481 template <class _CharT, class _Traits, class _Alloc> __size_type__
495 __size_type__
512 template <class _CharT, class _Traits, class _Alloc> __size_type__
527 template <class _CharT, class _Traits, class _Alloc> __size_type__
663 #undef __size_type__ macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string.c 46 # define __size_type__ size_t macro
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type macro
420 __size_type__ basic_string<_CharT,_Traits,_Alloc>::find( const _CharT* __s, size_type __pos,
438 __size_type__ basic_string<_CharT,_Traits,_Alloc>::find(_CharT __c, size_type __pos) const
451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos,
468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const
481 template <class _CharT, class _Traits, class _Alloc> __size_type__
495 __size_type__
512 template <class _CharT, class _Traits, class _Alloc> __size_type__
527 template <class _CharT, class _Traits, class _Alloc> __size_type__
663 #undef __size_type__ macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string.c 46 # define __size_type__ size_t macro
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type macro
420 __size_type__ basic_string<_CharT,_Traits,_Alloc>::find( const _CharT* __s, size_type __pos,
438 __size_type__ basic_string<_CharT,_Traits,_Alloc>::find(_CharT __c, size_type __pos) const
451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos,
468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const
481 template <class _CharT, class _Traits, class _Alloc> __size_type__
495 __size_type__
512 template <class _CharT, class _Traits, class _Alloc> __size_type__
527 template <class _CharT, class _Traits, class _Alloc> __size_type__
663 #undef __size_type__ macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string.c 46 # define __size_type__ size_t macro
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type macro
420 __size_type__ basic_string<_CharT,_Traits,_Alloc>::find( const _CharT* __s, size_type __pos,
438 __size_type__ basic_string<_CharT,_Traits,_Alloc>::find(_CharT __c, size_type __pos) const
451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos,
468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const
481 template <class _CharT, class _Traits, class _Alloc> __size_type__
495 __size_type__
512 template <class _CharT, class _Traits, class _Alloc> __size_type__
527 template <class _CharT, class _Traits, class _Alloc> __size_type__
663 #undef __size_type__ macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string.c 46 # define __size_type__ size_t macro
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type macro
420 __size_type__ basic_string<_CharT,_Traits,_Alloc>::find( const _CharT* __s, size_type __pos,
438 __size_type__ basic_string<_CharT,_Traits,_Alloc>::find(_CharT __c, size_type __pos) const
451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos,
468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const
481 template <class _CharT, class _Traits, class _Alloc> __size_type__
495 __size_type__
512 template <class _CharT, class _Traits, class _Alloc> __size_type__
527 template <class _CharT, class _Traits, class _Alloc> __size_type__
663 #undef __size_type__ macro
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stddef.h 42 typedef __SIZE_TYPE__ size_t;
53 typedef __SIZE_TYPE__ rsize_t;

Completed in 1463 milliseconds

12 3 4 5 6 7 8