Home
last modified time | relevance | path

Searched refs:READ (Results 1 – 25 of 123) sorted by relevance

12345

/external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/
DFieldUsageTypeTest.java73 3, UsageType.READ, in testFieldUsageTypes()
74 4, UsageType.READ, in testFieldUsageTypes()
75 5, UsageType.READ, in testFieldUsageTypes()
76 6, UsageType.READ, in testFieldUsageTypes()
77 7, UsageType.READ, in testFieldUsageTypes()
78 8, UsageType.READ, in testFieldUsageTypes()
79 9, UsageType.READ, in testFieldUsageTypes()
80 10, UsageType.READ, in testFieldUsageTypes()
81 11, UsageType.READ, in testFieldUsageTypes()
82 12, UsageType.READ, in testFieldUsageTypes()
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_ioctl.inc23 READ,
50 _(FIOASYNC, READ, sizeof(int));
53 _(FIONBIO, READ, sizeof(int));
55 _(FIOSETOWN, READ, sizeof(int));
56 _(SIOCADDMULTI, READ, struct_ifreq_sz);
58 _(SIOCDELMULTI, READ, struct_ifreq_sz);
68 _(SIOCSIFADDR, READ, struct_ifreq_sz);
69 _(SIOCSIFBRDADDR, READ, struct_ifreq_sz);
70 _(SIOCSIFDSTADDR, READ, struct_ifreq_sz);
71 _(SIOCSIFFLAGS, READ, struct_ifreq_sz);
[all …]
/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_texture.c452 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 …]
Drbug_context.c512 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 …]
Drbug_shader.c321 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 …]
/external/webrtc/tools/valgrind-webrtc/drmemory/
Dsuppressions.txt14 UNINITIALIZED READ
24 UNINITIALIZED READ
34 UNINITIALIZED READ
44 UNINITIALIZED READ
54 UNINITIALIZED READ
77 UNINITIALIZED READ
87 UNINITIALIZED READ
104 UNINITIALIZED READ
129 UNINITIALIZED READ
270 UNINITIALIZED READ
[all …]
/external/libbrillo/brillo/streams/
Dfake_stream_unittest.cc69 CreateStream(Stream::AccessMode::READ); in TEST_F()
105 CreateStream(Stream::AccessMode::READ); in TEST_F()
114 CreateStream(Stream::AccessMode::READ); in TEST_F()
128 CreateStream(Stream::AccessMode::READ); in TEST_F()
146 CreateStream(Stream::AccessMode::READ); in TEST_F()
179 CreateStream(Stream::AccessMode::READ); in TEST_F()
204 CreateStream(Stream::AccessMode::READ); in TEST_F()
234 CreateStream(Stream::AccessMode::READ); in TEST_F()
241 EXPECT_EQ(Stream::AccessMode::READ, mode); in TEST_F()
244 EXPECT_TRUE(stream_->WaitForData(Stream::AccessMode::READ, in TEST_F()
[all …]
Dstream_unittest.cc118 EXPECT_CALL(stream_mock, WaitForData(AccessMode::READ, _, _)) in TEST()
144 data_callback.Run(AccessMode::READ); in TEST()
204 EXPECT_CALL(stream_mock, WaitForData(AccessMode::READ, _, _)) in TEST()
223 EXPECT_CALL(stream_mock, WaitForData(AccessMode::READ, _, _)) in TEST()
225 data_callback.Run(AccessMode::READ); in TEST()
234 data_callback.Run(AccessMode::READ); in TEST()
256 EXPECT_CALL(stream_mock, WaitForData(AccessMode::READ, _, _)) in TEST()
269 data_callback.Run(AccessMode::READ); in TEST()
299 EXPECT_CALL(stream_mock, WaitForDataBlocking(AccessMode::READ, _, _, _)) in TEST()
305 EXPECT_CALL(stream_mock, WaitForDataBlocking(AccessMode::READ, _, _, _)) in TEST()
[all …]
/external/libvorbis/examples/
Dencoder_example.c39 #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/curl/src/
Dmkhelp.pl92 open(READ, "<$README") ||
95 while(<READ>) {
103 close(READ);
/external/giflib/
Ddgif_lib.c30 #define READ(_gif,_buf,_len) \ macro
120 if (READ(GifFile, (unsigned char *)Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) { in DGifOpenFileHandle()
197 if (READ(GifFile, (unsigned char *)Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) { in DGifOpen()
254 if (READ(GifFile, Buf, 3) != 3) { in DGifGetScreenDesc()
278 if (READ(GifFile, Buf, 3) != 3) { in DGifGetScreenDesc()
311 if (READ(GifFile, &Buf, 1) != 1) { in DGifGetRecordType()
358 if (READ(GifFile, Buf, 1) != 1) { in DGifGetImageDesc()
385 if (READ(GifFile, Buf, 3) != 3) { in DGifGetImageDesc()
535 if (READ(GifFile, &Buf, 1) != 1) { in DGifGetExtension()
555 if (READ(GifFile, &Buf, 1) != 1) { in DGifGetExtensionNext()
[all …]
/external/f2fs-tools/tools/
Df2fs_io_parse.c47 READ, enumerator
257 entry->total_io[READ], in __print_pid()
261 entry->io[i][READ], in __print_pid()
279 total_io[i][READ], in __print_ftype()
/external/jemalloc/src/
Dctl.c1059 #define READ(v, t) do { \ macro
1100 READ(oldval, t); \
1122 READ(oldval, t); \
1141 READ(oldval, t); \
1165 READ(oldval, t); \
1182 READ(oldval, t); \
1203 READ(oldval, t); \
1220 READ(oldval, t); \
1242 READ(ctl_epoch, uint64_t); in CTL_RO_NL_GEN()
1317 READ(oldind, unsigned); in CTL_RO_CONFIG_GEN()
[all …]
/external/javassist/src/main/javassist/bytecode/stackmap/
DLiveness.java22 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/mockftpserver/tags/2.1/src/site/apt/
Dfakeftpserver-filesystems.apt86 …the form "rwxrwxrwx", consisting of three "rwx" triples. Each triple indicates the READ ("r"), WRI…
88 indicate no READ/WRITE/EXECUTE access, depending on its position.
90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file…
94 …For example, the permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/…
95 the group has only EXECUTE, and the world has only READ and WRITE.
111 *** When Are READ, WRITE or EXECUTE Access Required?
123 | Read a file | EXECUTE access to the directory and READ access to the file |
129 | Rename a file | READ access to the FROM file and WRITE access to the directory |
133 | List a directory | READ acccess to the directory/file |
/external/mockftpserver/tags/2.2/src/site/apt/
Dfakeftpserver-filesystems.apt86 …the form "rwxrwxrwx", consisting of three "rwx" triples. Each triple indicates the READ ("r"), WRI…
88 indicate no READ/WRITE/EXECUTE access, depending on its position.
90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file…
94 …For example, the permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/…
95 the group has only EXECUTE, and the world has only READ and WRITE.
111 *** When Are READ, WRITE or EXECUTE Access Required?
123 | Read a file | EXECUTE access to the directory and READ access to the file |
129 | Rename a file | READ access to the FROM file and WRITE access to the directory |
133 | List a directory | READ acccess to the directory/file |
/external/mockftpserver/tags/2.0.2/src/site/apt/
Dfakeftpserver-filesystems.apt86 …the form "rwxrwxrwx", consisting of three "rwx" triples. Each triple indicates the READ ("r"), WRI…
88 indicate no READ/WRITE/EXECUTE access, depending on its position.
90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file…
94 …For example, the permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/…
95 the group has only EXECUTE, and the world has only READ and WRITE.
111 *** When Are READ, WRITE or EXECUTE Access Required?
123 | Read a file | EXECUTE access to the directory and READ access to the file |
129 | Rename a file | READ access to the FROM file and WRITE access to the directory |
133 | List a directory | READ acccess to the directory/file |
/external/mockftpserver/MockFtpServer/src/site/apt/
Dfakeftpserver-filesystems.apt86 …the form "rwxrwxrwx", consisting of three "rwx" triples. Each triple indicates the READ ("r"), WRI…
88 indicate no READ/WRITE/EXECUTE access, depending on its position.
90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file…
94 …For example, the permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/…
95 the group has only EXECUTE, and the world has only READ and WRITE.
111 *** When Are READ, WRITE or EXECUTE Access Required?
123 | Read a file | EXECUTE access to the directory and READ access to the file |
129 | Rename a file | READ access to the FROM file and WRITE access to the directory |
133 | List a directory | READ acccess to the directory/file |
/external/mockftpserver/tags/2.0.1/src/site/apt/
Dfakeftpserver-filesystems.apt86 …the form "rwxrwxrwx", consisting of three "rwx" triples. Each triple indicates the READ ("r"), WRI…
88 indicate no READ/WRITE/EXECUTE access, depending on its position.
90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file…
94 …For example, the permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/…
95 the group has only EXECUTE, and the world has only READ and WRITE.
111 *** When Are READ, WRITE or EXECUTE Access Required?
123 | Read a file | EXECUTE access to the directory and READ access to the file |
129 | Rename a file | READ access to the FROM file and WRITE access to the directory |
133 | List a directory | READ acccess to the directory/file |
/external/mockftpserver/tags/2.3/src/site/apt/
Dfakeftpserver-filesystems.apt86 …the form "rwxrwxrwx", consisting of three "rwx" triples. Each triple indicates the READ ("r"), WRI…
88 indicate no READ/WRITE/EXECUTE access, depending on its position.
90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file…
94 …For example, the permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/…
95 the group has only EXECUTE, and the world has only READ and WRITE.
111 *** When Are READ, WRITE or EXECUTE Access Required?
123 | Read a file | EXECUTE access to the directory and READ access to the file |
129 | Rename a file | READ access to the FROM file and WRITE access to the directory |
133 | List a directory | READ acccess to the directory/file |
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/site/apt/
Dfakeftpserver-filesystems.apt86 …the form "rwxrwxrwx", consisting of three "rwx" triples. Each triple indicates the READ ("r"), WRI…
88 indicate no READ/WRITE/EXECUTE access, depending on its position.
90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file…
94 …For example, the permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/…
95 the group has only EXECUTE, and the world has only READ and WRITE.
111 *** When Are READ, WRITE or EXECUTE Access Required?
123 | Read a file | EXECUTE access to the directory and READ access to the file |
129 | Rename a file | READ access to the FROM file and WRITE access to the directory |
133 | List a directory | READ acccess to the directory/file |
/external/mockftpserver/tags/2.5/src/site/apt/
Dfakeftpserver-filesystems.apt86 …the form "rwxrwxrwx", consisting of three "rwx" triples. Each triple indicates the READ ("r"), WRI…
88 indicate no READ/WRITE/EXECUTE access, depending on its position.
90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file…
94 …For example, the permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/…
95 the group has only EXECUTE, and the world has only READ and WRITE.
111 *** When Are READ, WRITE or EXECUTE Access Required?
123 | Read a file | EXECUTE access to the directory and READ access to the file |
129 | Rename a file | READ access to the FROM file and WRITE access to the directory |
133 | List a directory | READ acccess to the directory/file |
/external/mockftpserver/tags/2.0-rc1/src/site/apt/
Dfakeftpserver-filesystems.apt86 …the form "rwxrwxrwx", consisting of three "rwx" triples. Each triple indicates the READ ("r"), WRI…
88 indicate no READ/WRITE/EXECUTE access, depending on its position.
90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file…
94 …For example, the permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/…
95 the group has only EXECUTE, and the world has only READ and WRITE.
111 *** When Are READ, WRITE or EXECUTE Access Required?
123 | Read a file | EXECUTE access to the directory and READ access to the file |
129 | Rename a file | READ access to the FROM file and WRITE access to the directory |
133 | List a directory | READ acccess to the directory/file |
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/
Dfakeftpserver-filesystems.apt86 …the form "rwxrwxrwx", consisting of three "rwx" triples. Each triple indicates the READ ("r"), WRI…
88 indicate no READ/WRITE/EXECUTE access, depending on its position.
90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file…
94 …For example, the permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/…
95 the group has only EXECUTE, and the world has only READ and WRITE.
111 *** When Are READ, WRITE or EXECUTE Access Required?
123 | Read a file | EXECUTE access to the directory and READ access to the file |
129 | Rename a file | READ access to the FROM file and WRITE access to the directory |
133 | List a directory | READ acccess to the directory/file |
/external/mockftpserver/tags/2.0/src/site/apt/
Dfakeftpserver-filesystems.apt86 …the form "rwxrwxrwx", consisting of three "rwx" triples. Each triple indicates the READ ("r"), WRI…
88 indicate no READ/WRITE/EXECUTE access, depending on its position.
90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file…
94 …For example, the permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/…
95 the group has only EXECUTE, and the world has only READ and WRITE.
111 *** When Are READ, WRITE or EXECUTE Access Required?
123 | Read a file | EXECUTE access to the directory and READ access to the file |
129 | Rename a file | READ access to the FROM file and WRITE access to the directory |
133 | List a directory | READ acccess to the directory/file |

12345