HomeSort by relevance Sort by last modified time
    Searched full:pointers (Results 1 - 25 of 6207) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_messy_inode/
name 1 bad file and directory acl pointers
  /frameworks/compile/slang/tests/F_int_ptr_ptr/
stderr.txt.expect 1 int_ptr_ptr.rs:4:7: error: multiple levels of pointers cannot be exported: 'myPtr'
  /frameworks/compile/slang/tests/F_ptr_in_struct/
stderr.txt.expect 1 ptr_in_struct.rs:4:8: error: structures containing pointers cannot be exported: 's'
  /frameworks/compile/slang/tests/F_fs_oldkernel/
stderr.txt.expect 1 fs_oldkernel.fs:4:17: error: Pointers are forbidden in Filterscript: 'ain'
2 fs_oldkernel.fs:7:1: error: Pointers are forbidden in Filterscript: 'bad_kernel'
3 fs_oldkernel.fs:7:22: error: Pointers are forbidden in Filterscript: 'ain'
  /frameworks/compile/slang/tests/F_fs_ptr/
stderr.txt.expect 1 fs_ptr.fs:4:6: error: Pointers are forbidden in Filterscript: 'i'
2 fs_ptr.fs:16:9: error: Pointers are forbidden in Filterscript: 'c'
3 fs_ptr.fs:33:17: error: Pointers are forbidden in Filterscript: 'ain'
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
macho-reloc64-err.errwarn 1 -:20: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers.
2 -:21: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers.
3 -:23: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers.
4 -:24: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers.
5 -:25: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers.
6 -:26: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers.
7 -:27: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers.
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_none.cpp 11 versions. On input, these will already have valid function pointers,
22 // empty implementation just uses default supplied function pointers
25 // empty implementation just uses default supplied function pointers
  /external/skia/src/opts/
SkBitmapProcState_opts_none.cpp 11 versions. On input, these will already have valid function pointers,
22 // empty implementation just uses default supplied function pointers
25 // empty implementation just uses default supplied function pointers
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILDeviceInfo.cpp 34 assert(!is64bit && "This device does not support 64bit pointers!");
36 " on 32bit pointers!");
41 assert(!is64bit && "This device does not support 64bit pointers!");
43 " on 32bit pointers!");
48 assert(!is64bit && "This device does not support 64bit pointers!");
50 " on 32bit pointers!");
55 assert(!is64bit && "This device does not support 64bit pointers!");
57 " on 32bit pointers!");
63 assert(!is64bit && "This device does not support 64bit pointers!");
65 " on 32bit pointers!");
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILDeviceInfo.cpp 34 assert(!is64bit && "This device does not support 64bit pointers!");
36 " on 32bit pointers!");
41 assert(!is64bit && "This device does not support 64bit pointers!");
43 " on 32bit pointers!");
48 assert(!is64bit && "This device does not support 64bit pointers!");
50 " on 32bit pointers!");
55 assert(!is64bit && "This device does not support 64bit pointers!");
57 " on 32bit pointers!");
63 assert(!is64bit && "This device does not support 64bit pointers!");
65 " on 32bit pointers!");
    [all...]
  /external/clang/test/Sema/
typecheck-binop.c 6 return a - b; /* expected-error{{not pointers to compatible types}} */
18 return P-Q; /* expected-warning{{arithmetic on pointers to void is a GNU extension}} */
22 return P-Q; /* expected-error{{not pointers to compatible types}} */
MicrosoftCompatibility.cpp 10 char * cls::* __uptr wrong2 = &cls::m; // expected-error {{'__uptr' attribute cannot be used with pointers to members}}
incompatible-sign.c 4 int b(unsigned* y) { return a(y); } // expected-warning {{passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign}}
pointer-subtract-compat.c 10 int x = fp - fp; // expected-warning{{arithmetic on pointers to the function type 'void (void)' is a GNU extension}}
  /external/clang/test/CodeGenCXX/
m64-ptr.cpp 3 // Make sure pointers are passed as pointers, not converted to int.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyarena.h 15 to allocate memory via PyArena_Malloc(). Pointers to PyObject can
20 PyObject*, and none of its pointers are valid.
21 XXX (tim) What does "none of its pointers are valid" mean? Does it
22 XXX mean that pointers previously obtained via PyArena_Malloc() are
42 * returned may equal one or more other pointers obtained from
44 * Note that pointers obtained via PyArena_Malloc() must never be passed to
46 * management functions. PyArena_Malloc()-obtained pointers remain valid
47 * until PyArena_Free(ar) is called, at which point all pointers obtained
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyarena.h 15 to allocate memory via PyArena_Malloc(). Pointers to PyObject can
20 PyObject*, and none of its pointers are valid.
21 XXX (tim) What does "none of its pointers are valid" mean? Does it
22 XXX mean that pointers previously obtained via PyArena_Malloc() are
42 * returned may equal one or more other pointers obtained from
44 * Note that pointers obtained via PyArena_Malloc() must never be passed to
46 * management functions. PyArena_Malloc()-obtained pointers remain valid
47 * until PyArena_Free(ar) is called, at which point all pointers obtained
  /external/chromium_org/mojo/public/bindings/lib/
TODO 7 - Investigate making arrays of objects not be arrays of pointers.
  /external/llvm/test/Other/
2009-09-14-function-elements.ll 3 ; Arrays and structures with function types (not function pointers) are illegal.
  /ndk/tests/device/test-stlport_shared-exception/jni/
spec7_1.cpp 2 // Test that we allow simple throw specs on pointers.
  /ndk/tests/device/test-stlport_static-exception/jni/
spec7_1.cpp 2 // Test that we allow simple throw specs on pointers.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
environments.h 30 _POSIX_V6_ILP32_OFF32 32bit int, long, pointers, and off_t type
31 _POSIX_V6_ILP32_OFFBIG 32bit int, long, and pointers and larger off_t type
33 _POSIX_V6_LP64_OFF32 64bit long and pointers and 32bit off_t type
34 _POSIX_V6_LPBIG_OFFBIG 64bit long and pointers and large off_t type
43 /* Environments with 32-bit wide pointers are optionally provided.
51 /* We also have no use (for now) for an environment with bigger pointers
56 /* By default we have 64-bit wide `long int', pointers and `off_t'. */
62 /* By default we have 32-bit wide `int', `long int', pointers and `off_t'
72 /* Environments with 64-bit wide pointers can be provided,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
environments.h 30 _POSIX_V6_ILP32_OFF32 32bit int, long, pointers, and off_t type
31 _POSIX_V6_ILP32_OFFBIG 32bit int, long, and pointers and larger off_t type
33 _POSIX_V6_LP64_OFF32 64bit long and pointers and 32bit off_t type
34 _POSIX_V6_LPBIG_OFFBIG 64bit long and pointers and large off_t type
43 /* Environments with 32-bit wide pointers are optionally provided.
51 /* We also have no use (for now) for an environment with bigger pointers
56 /* By default we have 64-bit wide `long int', pointers and `off_t'. */
62 /* By default we have 32-bit wide `int', `long int', pointers and `off_t'
72 /* Environments with 64-bit wide pointers can be provided,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
environments.h 30 _POSIX_V6_ILP32_OFF32 32bit int, long, pointers, and off_t type
31 _POSIX_V6_ILP32_OFFBIG 32bit int, long, and pointers and larger off_t type
33 _POSIX_V6_LP64_OFF32 64bit long and pointers and 32bit off_t type
34 _POSIX_V6_LPBIG_OFFBIG 64bit long and pointers and large off_t type
43 /* Environments with 32-bit wide pointers are optionally provided.
51 /* We also have no use (for now) for an environment with bigger pointers
56 /* By default we have 64-bit wide `long int', pointers and `off_t'. */
62 /* By default we have 32-bit wide `int', `long int', pointers and `off_t'
72 /* Environments with 64-bit wide pointers can be provided,
  /external/chromium/chrome/common/
native_window_notification_source.h 13 // HWNDs rather than pointers, and since the Source class expects a pointer
14 // type, this is necessary. On Mac/Linux, these are pointers, so this is

Completed in 234 milliseconds

1 2 3 4 5 6 7 8 91011>>