/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors_ioctl.inc | 20 READ, 46 _(FIOASYNC, READ, sizeof(int)); 49 _(FIONBIO, READ, sizeof(int)); 51 _(FIOSETOWN, READ, sizeof(int)); 52 _(SIOCADDMULTI, READ, struct_ifreq_sz); 54 _(SIOCDELMULTI, READ, struct_ifreq_sz); 64 _(SIOCSIFADDR, READ, struct_ifreq_sz); 65 _(SIOCSIFBRDADDR, READ, struct_ifreq_sz); 66 _(SIOCSIFDSTADDR, READ, struct_ifreq_sz); 67 _(SIOCSIFFLAGS, READ, struct_ifreq_sz); [all …]
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_texture.c | 452 READ(8, rbug_texture_t, texture); /* texture */ in rbug_demarshal_texture_info() 479 READ(8, rbug_texture_t, texture); /* texture */ in rbug_demarshal_texture_write() 480 READ(4, uint32_t, face); /* face */ in rbug_demarshal_texture_write() 481 READ(4, uint32_t, level); /* level */ in rbug_demarshal_texture_write() 482 READ(4, uint32_t, zslice); /* zslice */ in rbug_demarshal_texture_write() 483 READ(4, uint32_t, x); /* x */ in rbug_demarshal_texture_write() 484 READ(4, uint32_t, y); /* y */ in rbug_demarshal_texture_write() 485 READ(4, uint32_t, w); /* w */ in rbug_demarshal_texture_write() 486 READ(4, uint32_t, h); /* h */ in rbug_demarshal_texture_write() 488 READ(4, uint32_t, stride); /* stride */ in rbug_demarshal_texture_write() [all …]
|
D | rbug_context.c | 512 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_context_info() 539 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_context_draw_block() 540 READ(4, rbug_block_t, block); /* block */ in rbug_demarshal_context_draw_block() 567 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_context_draw_step() 568 READ(4, rbug_block_t, step); /* step */ in rbug_demarshal_context_draw_step() 595 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_context_draw_unblock() 596 READ(4, rbug_block_t, unblock); /* unblock */ in rbug_demarshal_context_draw_unblock() 623 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_context_draw_rule() 624 READ(8, rbug_shader_t, vertex); /* vertex */ in rbug_demarshal_context_draw_rule() 625 READ(8, rbug_shader_t, fragment); /* fragment */ in rbug_demarshal_context_draw_rule() [all …]
|
D | rbug_shader.c | 321 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_shader_list() 348 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_shader_info() 349 READ(8, rbug_shader_t, shader); /* shader */ in rbug_demarshal_shader_info() 376 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_shader_disable() 377 READ(8, rbug_shader_t, shader); /* shader */ in rbug_demarshal_shader_disable() 378 READ(1, uint8_t, disable); /* disable */ in rbug_demarshal_shader_disable() 405 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_shader_replace() 406 READ(8, rbug_shader_t, shader); /* shader */ in rbug_demarshal_shader_replace() 434 READ(4, uint32_t, serial); /* serial */ in rbug_demarshal_shader_list_reply() 462 READ(4, uint32_t, serial); /* serial */ in rbug_demarshal_shader_info_reply() [all …]
|
D | rbug_internal.h | 79 #define READ(size, type, name) \ macro 90 READ(4, uint32_t, name##_len); \
|
D | rbug_core.c | 287 READ(4, uint32_t, error); /* error */ in rbug_demarshal_error() 314 READ(4, uint32_t, serial); /* serial */ in rbug_demarshal_ping_reply() 341 READ(4, uint32_t, serial); /* serial */ in rbug_demarshal_error_reply() 342 READ(4, uint32_t, error); /* error */ in rbug_demarshal_error_reply()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/ |
D | rbug_texture.c | 452 READ(8, rbug_texture_t, texture); /* texture */ in rbug_demarshal_texture_info() 479 READ(8, rbug_texture_t, texture); /* texture */ in rbug_demarshal_texture_write() 480 READ(4, uint32_t, face); /* face */ in rbug_demarshal_texture_write() 481 READ(4, uint32_t, level); /* level */ in rbug_demarshal_texture_write() 482 READ(4, uint32_t, zslice); /* zslice */ in rbug_demarshal_texture_write() 483 READ(4, uint32_t, x); /* x */ in rbug_demarshal_texture_write() 484 READ(4, uint32_t, y); /* y */ in rbug_demarshal_texture_write() 485 READ(4, uint32_t, w); /* w */ in rbug_demarshal_texture_write() 486 READ(4, uint32_t, h); /* h */ in rbug_demarshal_texture_write() 488 READ(4, uint32_t, stride); /* stride */ in rbug_demarshal_texture_write() [all …]
|
D | rbug_context.c | 512 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_context_info() 539 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_context_draw_block() 540 READ(4, rbug_block_t, block); /* block */ in rbug_demarshal_context_draw_block() 567 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_context_draw_step() 568 READ(4, rbug_block_t, step); /* step */ in rbug_demarshal_context_draw_step() 595 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_context_draw_unblock() 596 READ(4, rbug_block_t, unblock); /* unblock */ in rbug_demarshal_context_draw_unblock() 623 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_context_draw_rule() 624 READ(8, rbug_shader_t, vertex); /* vertex */ in rbug_demarshal_context_draw_rule() 625 READ(8, rbug_shader_t, fragment); /* fragment */ in rbug_demarshal_context_draw_rule() [all …]
|
D | rbug_shader.c | 321 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_shader_list() 348 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_shader_info() 349 READ(8, rbug_shader_t, shader); /* shader */ in rbug_demarshal_shader_info() 376 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_shader_disable() 377 READ(8, rbug_shader_t, shader); /* shader */ in rbug_demarshal_shader_disable() 378 READ(1, uint8_t, disable); /* disable */ in rbug_demarshal_shader_disable() 405 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_shader_replace() 406 READ(8, rbug_shader_t, shader); /* shader */ in rbug_demarshal_shader_replace() 434 READ(4, uint32_t, serial); /* serial */ in rbug_demarshal_shader_list_reply() 462 READ(4, uint32_t, serial); /* serial */ in rbug_demarshal_shader_info_reply() [all …]
|
D | rbug_internal.h | 79 #define READ(size, type, name) \ macro 90 READ(4, uint32_t, name##_len); \
|
D | rbug_core.c | 287 READ(4, uint32_t, error); /* error */ in rbug_demarshal_error() 314 READ(4, uint32_t, serial); /* serial */ in rbug_demarshal_ping_reply() 341 READ(4, uint32_t, serial); /* serial */ in rbug_demarshal_error_reply() 342 READ(4, uint32_t, error); /* error */ in rbug_demarshal_error_reply()
|
/external/chromium_org/tools/valgrind/drmemory/ |
D | suppressions_full.txt | 11 UNINITIALIZED READ 32 UNINITIALIZED READ 68 UNINITIALIZED READ 79 UNINITIALIZED READ 85 UNINITIALIZED READ 90 UNINITIALIZED READ 100 UNINITIALIZED READ 105 UNINITIALIZED READ 110 UNINITIALIZED READ 120 UNINITIALIZED READ [all …]
|
/external/chromium_org/third_party/sqlite/src/doc/ |
D | vfs-shm.txt | 17 READ 25 that SHARED is split out into 2 states: READ and READ_FULL and 32 READ - Some prefix of the wal-index is being read. Additional 35 the READ lock. 45 PENDING - Waiting on all READ locks to clear so that a 64 time. Or, an implementation might combine READ and READ_FULL into 65 a single state equivalent to READ, meaning that a writer could 71 (1) A READ cannot coexist with CHECKPOINT. 101 The SQLite core will only ever send requests for UNLOCK, READ, WRITE, 104 those locking states in response to READ and CHECKPOINT requests, [all …]
|
/external/pixman/pixman/ |
D | pixman-access.c | 53 (((READ ((img), ((uint32_t *)(l)) + ((o) >> 5))) >> (0x1f - ((o) & 0x1f))) & 0x1) 56 ((((READ ((img), ((uint32_t *)(l)) + ((o) >> 5))) >> ((o) & 0x1f))) & 0x1) 59 #define FETCH_8(img,l,o) (READ (img, (((uint8_t *)(l)) + ((o) >> 3)))) 71 ((READ (img, (((uint8_t *)(l)) + ((o) * 3) + 0)) << 16) | \ 72 (READ (img, (((uint8_t *)(l)) + ((o) * 3) + 1)) << 8) | \ 73 (READ (img, (((uint8_t *)(l)) + ((o) * 3) + 2)) << 0)) 76 ((READ (img, (((uint8_t *)(l)) + ((o) * 3) + 0)) << 0) | \ 77 (READ (img, (((uint8_t *)(l)) + ((o) * 3) + 1)) << 8) | \ 78 (READ (img, (((uint8_t *)(l)) + ((o) * 3) + 2)) << 16)) 93 WRITE((img), __d, (READ((img), __d) & ~__m) | __v); \ [all …]
|
D | pixman-edge.c | 91 uint8_t __o = READ (image, __ap); \ 139 WRITE (image, (buf__), clip255 (READ (image, (buf__)) + (val__))); \ 211 clip255 (READ (image, ap + lxi) + rxs - lxs)); in rasterize_edges_8() 216 clip255 (READ (image, ap + lxi) + N_X_FRAC (8) - lxs)); in rasterize_edges_8() 282 WRITE (image, ap + rxi, clip255 (READ (image, ap + rxi) + rxs)); in rasterize_edges_8()
|
D | pixman-accessor.h | 3 #define READ(img, ptr) \ macro 19 #define READ(img, ptr) (*(ptr)) macro
|
D | pixman-edge-imp.h | 121 WRITE(image, a, READ(image, a) | startmask); in RASTERIZE_EDGES() 127 WRITE(image, a, READ(image, a) | endmask); in RASTERIZE_EDGES()
|
/external/libvorbis/examples/ |
D | encoder_example.c | 39 #define READ 1024 macro 40 signed char readbuffer[READ*4+44]; /* out of the data segment, not the stack */ 182 long bytes=fread(readbuffer,1,READ*4,stdin); /* stereo hardwired here */ in main() 195 float **buffer=vorbis_analysis_buffer(&vd,READ); in main()
|
/external/giflib/ |
D | dgif_lib.c | 30 #define READ(_gif,_buf,_len) \ macro 117 if (READ(GifFile, (unsigned char *)Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) { in DGifOpenFileHandle() 192 if (READ(GifFile, (unsigned char *)Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) { in DGifOpen() 247 if (READ(GifFile, Buf, 3) != 3) { in DGifGetScreenDesc() 270 if (READ(GifFile, Buf, 3) != 3) { in DGifGetScreenDesc() 302 if (READ(GifFile, &Buf, 1) != 1) { in DGifGetRecordType() 349 if (READ(GifFile, Buf, 1) != 1) { in DGifGetImageDesc() 375 if (READ(GifFile, Buf, 3) != 3) { in DGifGetImageDesc() 524 if (READ(GifFile, &Buf, 1) != 1) { in DGifGetExtension() 544 if (READ(GifFile, &Buf, 1) != 1) { in DGifGetExtensionNext() [all …]
|
/external/chromium_org/base/debug/ |
D | proc_maps_linux_unittest.cc | 149 MappedMemoryRegion::READ}, in TEST() 155 MappedMemoryRegion::READ | MappedMemoryRegion::WRITE | in TEST() 160 MappedMemoryRegion::READ | MappedMemoryRegion::PRIVATE}, in TEST() 166 MappedMemoryRegion::READ | MappedMemoryRegion::WRITE | in TEST() 215 EXPECT_TRUE(regions[i].permissions & MappedMemoryRegion::READ); in TEST()
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | Liveness.java | 22 protected static final byte READ = 1; field in Liveness 52 usage[i] = READ; in useAllArgs() 76 in[i] = usage[i] == READ; in computeLiveness1() 119 in[i] = usage[i] == READ; in computeLiveness1u() 223 localsUsage[reg] = READ; in readLocal()
|
/external/chromium_org/content/shell/android/linker_test_apk/ |
D | content_linker_test_linker_tests.cc | 92 const uint8 expected_flags = MappedMemoryRegion::READ; in RunChecks() 93 const uint8 expected_mask = MappedMemoryRegion::READ | in RunChecks()
|
/external/smack/src/org/apache/harmony/javax/security/auth/ |
D | PrivateCredentialPermission.java | 57 private static final String READ = "read"; //$NON-NLS-1$ field in PrivateCredentialPermission 79 if (READ.equalsIgnoreCase(action)) { in PrivateCredentialPermission() 222 return READ; in getActions()
|
/external/mesa3d/docs/ |
D | RELNOTES-3.2 | 4 PLEASE READ!!!!
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | RELNOTES-3.2 | 4 PLEASE READ!!!!
|