/external/deqp/scripts/opengl/ |
D | gen_call_log_wrapper.py | 35 def pointer (size): function 90 "glDeleteBuffers": LogSpec({1: pointer(size = "n")}), 91 "glDeleteFramebuffers": LogSpec({1: pointer(size = "n")}), 92 "glDeleteQueries": LogSpec({1: pointer(size = "n")}), 93 "glDeleteRenderbuffers": LogSpec({1: pointer(size = "n")}), 94 "glDeleteBuffers": LogSpec({1: pointer(size = "n")}), 95 "glDeleteTextures": LogSpec({1: pointer(size = "n")}), 96 "glDeleteVertexArrays": LogSpec({1: pointer(size = "n")}), 97 "glDeleteProgramPipelines": LogSpec({1: pointer(size = "n")}), 124 "glGenBuffers": LogSpec({}, argOutPrints = {1: pointer(size = "n")}), [all …]
|
/external/curl/tests/data/ |
D | test1309 | 130 remove pointer 7, payload 718 181 remove pointer 8, payload 236 231 remove pointer 9, payload 777 280 remove pointer 10, payload 295 328 remove pointer 11, payload 836 375 remove pointer 12, payload 354 421 remove pointer 13, payload 895 466 remove pointer 14, payload 413 510 remove pointer 15, payload 954 553 remove pointer 16, payload 472 [all …]
|
/external/clang/test/SemaObjC/ |
D | comptypes-7.m | 27 …obj = i; // expected-warning {{incompatible integer to pointer conversion assigning to 'id' from '… 28 obj = j; // expected-warning {{incompatible pointer types assigning to 'id' from 'int *'}} 30 …obj_p = i; // expected-warning {{incompatible integer to pointer conversion assigning to 'id<MyPro… 31 …obj_p = j; // expected-warning {{incompatible pointer types assigning to 'id<MyProtocol>' from 'in… 33 …obj_c = i; // expected-warning {{incompatible integer to pointer conversion assigning to 'MyClass … 34 …obj_c = j; // expected-warning {{incompatible pointer types assigning to 'MyClass *' from 'int *'}} 36 …obj_C = i; // expected-warning {{incompatible integer to pointer conversion assigning to 'Class' f… 37 obj_C = j; // expected-warning {{incompatible pointer types assigning to 'Class' from 'int *'}} 39 …i = obj; // expected-warning {{incompatible pointer to integer conversion assigning to 'int' fro… 40 …i = obj_p; // expected-warning {{incompatible pointer to integer conversion assigning to 'int' fro… [all …]
|
D | arc-non-pod-memaccess.m | 24 …memcpy(sip, ptr, 17); // expected-warning{{destination for this 'memcpy' call is a pointer to owne… 25 // expected-note{{explicitly cast the pointer to silence this warning}} 26 …memcpy(wip, ptr, 17); // expected-warning{{destination for this 'memcpy' call is a pointer to owne… 27 // expected-note{{explicitly cast the pointer to silence this warning}} 28 …memcpy(aip, ptr, 17); // expected-warning{{destination for this 'memcpy' call is a pointer to owne… 29 // expected-note{{explicitly cast the pointer to silence this warning}} 32 …memcpy(ptr, sip, 17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-… 33 // expected-note{{explicitly cast the pointer to silence this warning}} 34 …memcpy(ptr, wip, 17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-… 35 // expected-note{{explicitly cast the pointer to silence this warning}} [all …]
|
D | attr-cf_returns.m | 18 …expected-warning{{'cf_returns_retained' attribute only applies to functions that return a pointer}} 19 …expected-warning{{'cf_returns_retained' attribute only applies to functions that return a pointer}} 25 …/ expected-warning{{'cf_returns_retained' attribute only applies to methods that return a pointer}} 26 …/ expected-warning{{'cf_returns_retained' attribute only applies to methods that return a pointer}} 31 …xpected-warning{{'cf_returns_retained' attribute only applies to properties that return a pointer}} 32 …xpected-warning{{'cf_returns_retained' attribute only applies to properties that return a pointer}} 38 …expected-warning{{'cf_returns_retained' attribute only applies to pointer-to-CF-pointer parameters… 39 …expected-warning{{'cf_returns_retained' attribute only applies to pointer-to-CF-pointer parameters… 40 …expected-warning{{'cf_returns_retained' attribute only applies to pointer-to-CF-pointer parameters… 41 …expected-warning{{'cf_returns_retained' attribute only applies to pointer-to-CF-pointer parameters… [all …]
|
D | objcbridge-attribute-arc.m | 46 …// expected-error {{cast of C pointer type 'CFTestingRef' (aka 'struct __CFError *') to Objective-… 72 …// expected-error {{cast of C pointer type 'CFErrorRef2' (aka 'struct __CFErrorRef *') to Objectiv… 75 … *)cf; // expected-error {{cast of C pointer type 'CFErrorRef2' (aka 'struct __CFErrorRef *') to O… 78 …r*)cf; // expected-error {{cast of C pointer type 'CFErrorRef2' (aka 'struct __CFErrorRef *') to O… 82 …cf2; // expected-error {{cast of C pointer type 'CFUColor2Ref' (aka 'union __CFUPrimeColor *') to … 85 …d)(CFErrorRef)ns; // expected-error {{cast of Objective-C pointer type 'NSError *' to C pointer ty… 89 …// expected-error {{cast of Objective-C pointer type 'NSString *' to C pointer type 'CFErrorRef' (… 93 …// expected-error {{cast of C pointer type 'CFErrorRef2' (aka 'struct __CFErrorRef *') to Objectiv… 97 …// expected-error {{cast of Objective-C pointer type 'Class' to C pointer type 'CFErrorRef' (aka '… 104 …id)cf; // expected-error {{cast of C pointer type 'CFErrorRef' (aka 'struct __CFErrorRef *') to Ob… [all …]
|
D | arc-type-conversion.m | 10 …(void)(int*)arg; // expected-error {{cast of an Objective-C pointer to 'int *' is disallowed with … 12 …(void)(__autoreleasing id*)arg; // expected-error {{cast of an Objective-C pointer to '__autorelea… 13 …(void)(id*)arg; // expected-error {{cast of an Objective-C pointer to '__strong id *' is disallowe… 17 …(void)(void**)arg; // expected-error {{cast of an Objective-C pointer to 'void **' is disallowed w… 18 …cvt((void*)arg); // expected-error {{cast of Objective-C pointer type 'id' to C pointer type 'void… 19 …// expected-error {{implicit conversion of C pointer type 'void *' to Objective-C pointer type 'id… 25 …return arg; // expected-error {{implicit conversion of Objective-C pointer type 'id' to C pointer … 58 …sip = vp; // expected-error{{implicit conversion of a non-Objective-C pointer type 'void *' to '__… 59 …wip = vp; // expected-error{{implicit conversion of a non-Objective-C pointer type 'void *' to '__… 60 …aip = vp; // expected-error{{implicit conversion of a non-Objective-C pointer type 'void *' to '__… [all …]
|
/external/skia/include/private/ |
D | SkUniquePtr.h | 40 template <typename U> static typename U::pointer detector(typename U::pointer*); 46 using pointer = typename pointer_type_detector::type; 76 pointer fPtr; 78 /*constexpr*/ compressed_data(const pointer& ptr, const deleter_type& d) 81 is_convertible<U1, pointer>::value && is_convertible<U2, deleter_type>::value 84 /*constexpr*/ pointer& getPointer() /*noexcept*/ { return fPtr; } 85 /*constexpr*/ pointer const& getPointer() const /*noexcept*/ { return fPtr; } 106 explicit unique_ptr(pointer ptr) /*noexcept*/ : data(ptr, deleter_type()) { 110 unique_ptr(pointer ptr, 116 unique_ptr(pointer ptr, remove_reference_t<deleter_type>&& d) /*noexcept*/ [all …]
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/reader/ |
D | StreamReader.java | 36 private int pointer = 0; field in StreamReader 66 int position = this.index + this.buffer.length() - this.pointer + em.start(); in checkPrintable() 92 int position = this.index + this.buffer.length() - this.pointer + i; in checkPrintable() 104 return new Mark(name, this.index, this.line, this.column, this.buffer, this.pointer); in getMark() 117 if (this.pointer + length + 1 >= this.buffer.length()) { in forward() 122 ch = this.buffer.charAt(this.pointer); in forward() 123 this.pointer++; in forward() 125 if (Constant.LINEBR.has(ch) || (ch == '\r' && buffer.charAt(pointer) != '\n')) { in forward() 135 return this.buffer.charAt(this.pointer); in peek() 145 if (this.pointer + index + 1 > this.buffer.length()) { in peek() [all …]
|
/external/clang/test/Sema/ |
D | nonnull.c | 90 int evil_nonnull_func(int* pointer, void * pv) in evil_nonnull_func() argument 92 …if (pointer == NULL) { // expected-warning {{comparison of nonnull parameter 'pointer' equal to a… in evil_nonnull_func() 95 return *pointer; in evil_nonnull_func() 98 pointer = pv; in evil_nonnull_func() 99 if (!pointer) in evil_nonnull_func() 102 return *pointer; in evil_nonnull_func() 108 int another_evil_nonnull_func(int* pointer, char ch, void * pv) __attribute__((nonnull(1, 3))); 109 int another_evil_nonnull_func(int* pointer, char ch, void * pv) { in another_evil_nonnull_func() argument 110 …if (pointer == NULL) { // expected-warning {{comparison of nonnull parameter 'pointer' equal to a … in another_evil_nonnull_func() 113 return *pointer; in another_evil_nonnull_func() [all …]
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | thread_info_base.hpp | 43 void* const pointer = this_thread->reusable_memory_; in allocate() local 46 unsigned char* const mem = static_cast<unsigned char*>(pointer); in allocate() 50 return pointer; in allocate() 53 ::operator delete(pointer); in allocate() 56 void* const pointer = ::operator new(size + 1); in allocate() local 57 unsigned char* const mem = static_cast<unsigned char*>(pointer); in allocate() 59 return pointer; in allocate() 63 void* pointer, std::size_t size) in deallocate() argument 69 unsigned char* const mem = static_cast<unsigned char*>(pointer); in deallocate() 71 this_thread->reusable_memory_ = pointer; in deallocate() [all …]
|
/external/mesa3d/src/glx/ |
D | vertarr.c | 50 GLsizei count, const GLvoid * pointer) in __indirect_glColorPointerEXT() argument 53 __indirect_glColorPointer(size, type, stride, pointer); in __indirect_glColorPointerEXT() 58 GLsizei count, const GLboolean * pointer) in __indirect_glEdgeFlagPointerEXT() argument 61 __indirect_glEdgeFlagPointer(stride, pointer); in __indirect_glEdgeFlagPointerEXT() 66 GLsizei count, const GLvoid * pointer) in __indirect_glIndexPointerEXT() argument 69 __indirect_glIndexPointer(type, stride, pointer); in __indirect_glIndexPointerEXT() 74 const GLvoid * pointer) in __indirect_glNormalPointerEXT() argument 77 __indirect_glNormalPointer(type, stride, pointer); in __indirect_glNormalPointerEXT() 82 GLsizei count, const GLvoid * pointer) in __indirect_glTexCoordPointerEXT() argument 85 __indirect_glTexCoordPointer(size, type, stride, pointer); in __indirect_glTexCoordPointerEXT() [all …]
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/ |
D | DragListener.java | 34 public boolean touchDown (InputEvent event, float x, float y, int pointer, int button) { in touchDown() argument 36 if (pointer == 0 && this.button != -1 && button != this.button) return false; in touchDown() 37 pressedPointer = pointer; in touchDown() 45 public void touchDragged (InputEvent event, float x, float y, int pointer) { in touchDragged() argument 46 if (pointer != pressedPointer) return; in touchDragged() 49 dragStart(event, x, y, pointer); in touchDragged() 56 drag(event, x, y, pointer); in touchDragged() 62 public void touchUp (InputEvent event, float x, float y, int pointer, int button) { in touchUp() argument 63 if (pointer == pressedPointer) { in touchUp() 64 if (dragging) dragStop(event, x, y, pointer); in touchUp() [all …]
|
D | ClickListener.java | 56 public boolean touchDown (InputEvent event, float x, float y, int pointer, int button) { in touchDown() argument 58 if (pointer == 0 && this.button != -1 && button != this.button) return false; in touchDown() 60 pressedPointer = pointer; in touchDown() 68 public void touchDragged (InputEvent event, float x, float y, int pointer) { in touchDragged() argument 69 if (pointer != pressedPointer || cancelled) return; in touchDragged() 71 …if (pressed && pointer == 0 && button != -1 && !Gdx.input.isButtonPressed(button)) pressed = false; in touchDragged() 78 public void touchUp (InputEvent event, float x, float y, int pointer, int button) { in touchUp() argument 79 if (pointer == pressedPointer) { in touchUp() 83 …if (touchUpOver && pointer == 0 && this.button != -1 && button != this.button) touchUpOver = false; in touchUp() 99 public void enter (InputEvent event, float x, float y, int pointer, Actor fromActor) { in enter() argument [all …]
|
/external/llvm/test/tools/llvm-objdump/ |
D | macho-rebase.test | 6 # CHECK: __DATA __data 0x00001010 pointer 7 # CHECK: __DATA __data 0x00001028 pointer 8 # CHECK: __DATA __data 0x00001030 pointer 9 # CHECK: __DATA __data 0x00001038 pointer 10 # CHECK: __DATA __data 0x00001040 pointer 11 # CHECK: __DATA __data 0x00001258 pointer 12 # CHECK: __DATA __mystuff 0x00001278 pointer 13 # CHECK: __DATA __mystuff 0x00001288 pointer 14 # CHECK: __DATA __mystuff 0x00001298 pointer 15 # CHECK: __DATA __mystuff 0x000012A8 pointer
|
/external/clang/test/SemaObjCXX/ |
D | objcbridge-attribute.mm | 31 …// expected-error {{cast of C pointer type 'CFTestingRef' (aka '__CFError *') to Objective-C point… 57 …// expected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C poi… 60 …ror *)cf; // expected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objec… 63 …rror*)cf; // expected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objec… 67 … *)cf2; // expected-error {{cast of C pointer type 'CFUColor2Ref' (aka '__CFUPrimeColor *') to Obj… 70 …d)(CFErrorRef)ns; // expected-error {{cast of Objective-C pointer type 'NSError *' to C pointer ty… 74 …// expected-error {{cast of Objective-C pointer type 'NSString *' to C pointer type 'CFErrorRef' (… 78 …// expected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C poi… 82 …// expected-error {{cast of Objective-C pointer type 'Class' to C pointer type 'CFErrorRef' (aka '… 89 …id)(id)cf; // expected-error {{cast of C pointer type 'CFErrorRef' (aka '__CFErrorRef *') to Objec… [all …]
|
D | objcbridge-attribute-arc.mm | 31 …// expected-error {{cast of C pointer type 'CFTestingRef' (aka '__CFError *') to Objective-C point… 57 …// expected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C poi… 60 …ror *)cf; // expected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objec… 63 …rror*)cf; // expected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objec… 67 … *)cf2; // expected-error {{cast of C pointer type 'CFUColor2Ref' (aka '__CFUPrimeColor *') to Obj… 70 …d)(CFErrorRef)ns; // expected-error {{cast of Objective-C pointer type 'NSError *' to C pointer ty… 74 …// expected-error {{cast of Objective-C pointer type 'NSString *' to C pointer type 'CFErrorRef' (… 78 …// expected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C poi… 82 …// expected-error {{cast of Objective-C pointer type 'Class' to C pointer type 'CFErrorRef' (aka '… 89 …id)(id)cf; // expected-error {{cast of C pointer type 'CFErrorRef' (aka '__CFErrorRef *') to Objec… [all …]
|
/external/clang/test/SemaOpenCL/ |
D | address-spaces.cl | 10 …= gip; // expected-error {{assigning '__global int *' to 'int *' changes address space of pointer}} 11 … = &li; // expected-error {{assigning '__local int *' to 'int *' changes address space of pointer}} 12 …&ci; // expected-error {{assigning '__constant int *' to 'int *' changes address space of pointer}} 17 …xpected-error {{casting '__local int *' to type '__global int *' changes address space of pointer}} 18 …cted-error {{casting '__constant int *' to type '__global int *' changes address space of pointer}} 19 …rror {{casting 'const __constant int *' to type '__global int *' changes address space of pointer}} 20 … // expected-error {{casting 'int *' to type '__global int *' changes address space of pointer}} 22 …xpected-error {{casting '__global int *' to type '__local int *' changes address space of pointer}} 23 …ected-error {{casting '__constant int *' to type '__local int *' changes address space of pointer}} 24 …error {{casting 'const __constant int *' to type '__local int *' changes address space of pointer}} [all …]
|
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/ |
D | IOSInput.java | 277 public int getX (int pointer) { in getX() argument 278 return touchX[pointer]; in getX() 287 public int getDeltaX (int pointer) { in getDeltaX() argument 288 return deltaX[pointer]; in getDeltaX() 297 public int getY (int pointer) { in getY() argument 298 return touchY[pointer]; in getY() 307 public int getDeltaY (int pointer) { in getDeltaY() argument 308 return deltaY[pointer]; in getDeltaY() 313 for (int pointer = 0; pointer < MAX_TOUCHES; pointer++) { in isTouched() 314 if (touchDown[pointer] != 0) { in isTouched() [all …]
|
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/ |
D | IOSInput.java | 222 public int getX (int pointer) { in getX() argument 223 return touchX[pointer]; in getX() 232 public int getDeltaX (int pointer) { in getDeltaX() argument 233 return deltaX[pointer]; in getDeltaX() 242 public int getY (int pointer) { in getY() argument 243 return touchY[pointer]; in getY() 252 public int getDeltaY (int pointer) { in getDeltaY() argument 253 return deltaY[pointer]; in getDeltaY() 258 for (int pointer = 0; pointer < MAX_TOUCHES; pointer++) { in isTouched() 259 if (touchDown[pointer] != null) { in isTouched() [all …]
|
/external/icu/icu4c/source/common/ |
D | uhash.c | 146 if (hash->keyDeleter != NULL && e->key.pointer != NULL && in _uhash_setElement() 147 e->key.pointer != key.pointer) { /* Avoid double deletion */ in _uhash_setElement() 148 (*hash->keyDeleter)(e->key.pointer); in _uhash_setElement() 151 if (oldValue.pointer != NULL && in _uhash_setElement() 152 oldValue.pointer != value.pointer) { /* Avoid double deletion */ in _uhash_setElement() 153 (*hash->valueDeleter)(oldValue.pointer); in _uhash_setElement() 155 oldValue.pointer = NULL; in _uhash_setElement() 164 e->key.pointer = key.pointer; in _uhash_setElement() 169 e->value.pointer = value.pointer; in _uhash_setElement() 185 empty.pointer = NULL; empty.integer = 0; in _uhash_internalRemoveElement() [all …]
|
/external/pcre/dist/ |
D | pcregexp.pas | 259 DefaultLocaleTable : pointer = nil; 269 study_data : pointer; { Opaque data from pcre_study() } 271 callout_data : pointer; { Data passed back in callouts } 272 tables : pointer; { Pointer to character tables } 281 offset_vector : pointer; 285 callout_data : pointer; 295 function pcre_malloc( size : integer ) : pointer; in pcre_malloc() 296 procedure pcre_free( {var} p : pointer ); argument 298 const pcre_stack_malloc: function ( size : integer ): pointer = pcre_malloc; in size() 299 pcre_stack_free: procedure ( {var} p : pointer ) = pcre_free; [all …]
|
/external/libdrm/intel/tests/ |
D | gen7-3d.batch-ref.txt | 22 0x12300054: 0x00007fe0: pointer to CC viewport 24 0x1230005c: 0x00007f80: pointer to SF_CLIP viewport 34 0x12300084: 0x00007f41: pointer to BLEND_STATE at 0x00007f40 (changed) 36 0x1230008c: 0x00007f01: pointer to COLOR_CALC_STATE at 0x00007f00 (changed) 38 0x12300094: 0x00007ec1: pointer to DEPTH_STENCIL_STATE at 0x00007ec0 (changed) 42 0x123000a4: 0x00000000: pointer to constbuf 0 43 0x123000a8: 0x00000000: pointer to constbuf 1 44 0x123000ac: 0x00000000: pointer to constbuf 2 45 0x123000b0: 0x00000000: pointer to constbuf 3 47 0x123000b8: 0x00000000: kernel pointer [all …]
|
/external/libgdx/gdx/src/com/badlogic/gdx/input/ |
D | GestureDetector.java | 85 public boolean touchDown (int x, int y, int pointer, int button) { in touchDown() argument 86 return touchDown((float)x, (float)y, pointer, button); in touchDown() 89 public boolean touchDown (float x, float y, int pointer, int button) { in touchDown() argument 90 if (pointer > 1) return false; in touchDown() 92 if (pointer == 0) { in touchDown() 121 return listener.touchDown(x, y, pointer, button); in touchDown() 125 public boolean touchDragged (int x, int y, int pointer) { in touchDragged() argument 126 return touchDragged((float)x, (float)y, pointer); in touchDragged() 129 public boolean touchDragged (float x, float y, int pointer) { in touchDragged() argument 130 if (pointer > 1) return false; in touchDragged() [all …]
|
/external/opencv/cv/src/ |
D | cvconvhull.cpp | 199 icvCalcAndWritePtIndices( CvPoint** pointer, int* stack, int start, int end, in CV_IMPLEMENT_QSORT() 211 CvPoint* ptr = (CvPoint*)pointer[stack[i]]; in CV_IMPLEMENT_QSORT() 232 CvPoint** pointer = 0; in cvConvexHull2() local 332 CV_CALL( pointer = (CvPoint**)cvAlloc( ptseq->total*sizeof(pointer[0]) )); in cvConvexHull2() 334 pointerf = (CvPoint2D32f**)pointer; in cvConvexHull2() 340 pointer[i] = (CvPoint*)reader.ptr; in cvConvexHull2() 347 icvSortPointsByPointers_32s( pointer, total, 0 ); in cvConvexHull2() 350 int y = pointer[i]->y; in cvConvexHull2() 351 if( pointer[miny_ind]->y > y ) in cvConvexHull2() 353 if( pointer[maxy_ind]->y < y ) in cvConvexHull2() [all …]
|