/external/jpeg/ |
D | jcmainct.c | 71 my_main_ptr main = (my_main_ptr) cinfo->main; in start_pass_main() local 77 main->cur_iMCU_row = 0; /* initialize counters */ in start_pass_main() 78 main->rowgroup_ctr = 0; in start_pass_main() 79 main->suspended = FALSE; in start_pass_main() 80 main->pass_mode = pass_mode; /* save mode for use by process_data */ in start_pass_main() 85 if (main->whole_image[0] != NULL) in start_pass_main() 88 main->pub.process_data = process_data_simple_main; in start_pass_main() 94 if (main->whole_image[0] == NULL) in start_pass_main() 96 main->pub.process_data = process_data_buffer_main; in start_pass_main() 117 my_main_ptr main = (my_main_ptr) cinfo->main; in process_data_simple_main() local [all …]
|
D | jdmainct.c | 162 my_main_ptr main = (my_main_ptr) cinfo->main; in alloc_funny_pointers() local 171 main->xbuffer[0] = (JSAMPIMAGE) in alloc_funny_pointers() 174 main->xbuffer[1] = main->xbuffer[0] + cinfo->num_components; in alloc_funny_pointers() 187 main->xbuffer[0][ci] = xbuf; in alloc_funny_pointers() 189 main->xbuffer[1][ci] = xbuf; in alloc_funny_pointers() 203 my_main_ptr main = (my_main_ptr) cinfo->main; in make_funny_pointers() local 213 xbuf0 = main->xbuffer[0][ci]; in make_funny_pointers() 214 xbuf1 = main->xbuffer[1][ci]; in make_funny_pointers() 216 buf = main->buffer[ci]; in make_funny_pointers() 243 my_main_ptr main = (my_main_ptr) cinfo->main; in set_wraparound_pointers() local [all …]
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jcmainct.c | 72 my_main_ptr main = (my_main_ptr) cinfo->main; in start_pass_main() local 78 main->cur_iMCU_row = 0; /* initialize counters */ in start_pass_main() 79 main->rowgroup_ctr = 0; in start_pass_main() 80 main->suspended = FALSE; in start_pass_main() 81 main->pass_mode = pass_mode; /* save mode for use by process_data */ in start_pass_main() 86 if (main->whole_image[0] != NULL) in start_pass_main() 89 main->pub.process_data = process_data_simple_main; in start_pass_main() 95 if (main->whole_image[0] == NULL) in start_pass_main() 97 main->pub.process_data = process_data_buffer_main; in start_pass_main() 118 my_main_ptr main = (my_main_ptr) cinfo->main; in process_data_simple_main() local [all …]
|
D | fpdfapi_jdmainct.c | 163 my_main_ptr main = (my_main_ptr) cinfo->main; in alloc_funny_pointers() local 172 main->xbuffer[0] = (JSAMPIMAGE) in alloc_funny_pointers() 175 main->xbuffer[1] = main->xbuffer[0] + cinfo->num_components; in alloc_funny_pointers() 188 main->xbuffer[0][ci] = xbuf; in alloc_funny_pointers() 190 main->xbuffer[1][ci] = xbuf; in alloc_funny_pointers() 204 my_main_ptr main = (my_main_ptr) cinfo->main; in make_funny_pointers() local 214 xbuf0 = main->xbuffer[0][ci]; in make_funny_pointers() 215 xbuf1 = main->xbuffer[1][ci]; in make_funny_pointers() 217 buf = main->buffer[ci]; in make_funny_pointers() 244 my_main_ptr main = (my_main_ptr) cinfo->main; in set_wraparound_pointers() local [all …]
|
/external/mesa3d/src/mesa/ |
D | sources.mak | 8 $(BUILDDIR)main/api_exec_es1.c \ 9 $(SRCDIR)main/es1_conversion.c 12 $(SRCDIR)main/api_arrayelt.c \ 13 $(SRCDIR)main/api_exec.c \ 14 $(SRCDIR)main/api_loopback.c \ 15 $(SRCDIR)main/api_validate.c \ 16 $(SRCDIR)main/accum.c \ 17 $(SRCDIR)main/arbprogram.c \ 18 $(SRCDIR)main/atifragshader.c \ 19 $(SRCDIR)main/attrib.c \ [all …]
|
D | SConscript | 42 'main/api_arrayelt.c', 43 'main/api_exec.c', 44 'main/api_loopback.c', 45 'main/api_validate.c', 46 'main/accum.c', 47 'main/arbprogram.c', 48 'main/atifragshader.c', 49 'main/attrib.c', 50 'main/arrayobj.c', 51 'main/blend.c', [all …]
|
D | Android.gen.mk | 34 main/enums.c \ 35 main/api_exec_es1.c \ 36 main/api_exec_es1_dispatch.h \ 37 main/api_exec_es1_remap_helper.h \ 40 main/dispatch.h \ 41 main/remap_helper.h 45 LOCAL_C_INCLUDES += $(intermediates)/main 54 sources += main/git_sha1.h 63 $(LOCAL_PATH)/main/APIspec.xml \ 64 $(LOCAL_PATH)/main/es_generator.py \ [all …]
|
D | Makefile.am | 31 .PHONY: main/git_sha1.h.tmp 32 main/git_sha1.h.tmp: 33 @touch main/git_sha1.h.tmp 38 > main/git_sha1.h.tmp ; \ 42 main/git_sha1.h: main/git_sha1.h.tmp 44 @if ! cmp -s main/git_sha1.h.tmp main/git_sha1.h; then \ 45 mv main/git_sha1.h.tmp main/git_sha1.h ;\ 47 rm main/git_sha1.h.tmp ;\ 55 main/git_sha1.h \ 56 main/api_exec_es1_dispatch.h \ [all …]
|
/external/jemalloc/bin/ |
D | jeprof.in | 299 $main::tmpfile_sym = "/tmp/jeprof$$.sym"; 300 $main::tmpfile_ps = "/tmp/jeprof$$"; 301 $main::next_tmpfile = 0; 305 $main::source_cache = (); 307 $main::opt_help = 0; 308 $main::opt_version = 0; 310 $main::opt_cum = 0; 311 $main::opt_base = ''; 312 $main::opt_addresses = 0; 313 $main::opt_lines = 0; [all …]
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 15 by 0x........: main (scalar.c:51) 19 by 0x........: main (scalar.c:51) 23 by 0x........: main (scalar.c:51) 27 by 0x........: main (scalar.c:51) 31 by 0x........: main (scalar.c:51) 39 by 0x........: main (scalar.c:55) 43 by 0x........: main (scalar.c:55) 47 by 0x........: main (scalar.c:55) 51 by 0x........: main (scalar.c:55) 59 by 0x........: main (scalar.c:59) [all …]
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/ |
D | MANIFEST | 32 bench/main.py 59 tests/main/atgroup_00.css 60 tests/main/atgroup_01.css 61 tests/main/atgroup_02.css 62 tests/main/atgroup_03.css 63 tests/main/atgroup_04.css 64 tests/main/atgroup_05.css 65 tests/main/atgroup_06.css 66 tests/main/atgroup_07.css 67 tests/main/atgroup_08.css [all …]
|
/external/clang/test/CXX/basic/basic.start/basic.start.main/ |
D | p2.cpp | 28 Int main(Int argc, Carp argv[]) { in main() function 38 Int main(Int argc, Carp argv[], Char *env[]) { in main() function 44 int main() { in main() function 49 static int main() { // expected-error {{'main' is not allowed to be declared static}} in main() function 54 inline int main() { // expected-error {{'main' is not allowed to be declared inline}} in main() function 60 main( // expected-error {{first parameter of 'main' (argument count) must be of type 'int'}} in main() function 65 const int main(); // expected-error {{'main' must return 'int'}} 70 int main(int argc, const char* const* argv) { in main() function 76 int main() { } // expected-error{{'main' cannot be a template}} in main() function 80 constexpr int main() { } // expected-error{{'main' is not allowed to be declared constexpr}} in main() function [all …]
|
/external/deqp/data/gles2/shaders/ |
D | keywords.test | 15 void main() 32 void main() 49 void main() 66 void main() 83 void main() 100 void main() 117 void main() 134 void main() 151 void main() 168 void main() [all …]
|
D | preprocessor.test | 7 void main() 19 void main() 36 void main() 49 void main() 60 void main() 74 void main() 90 void main() 107 void main() 122 void main() 143 void main() [all …]
|
/external/lldb/examples/test/tmp/ |
D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt | 1 com.apple.main-thread /Volumes/data/lldb/svn/ToT/build/Debug/LLDB.framework/Versions/A/Resources/de… 9 com.apple.main-thread Host::LaunchProcess (launch_info) => pid=55237, path='/Volumes/data/lldb/svn/… 10 com.apple.main-thread ProcessGDBRemote::StartAsyncThread () 13 com.apple.main-thread < 1> send packet: + 14 com.apple.main-thread history[1] tid=0x1307 < 1> send packet: + 15 com.apple.main-thread < 19> send packet: $QStartNoAckMode#b0 16 com.apple.main-thread < 1> read packet: + 17 com.apple.main-thread < 6> read packet: $OK#9a 18 com.apple.main-thread < 1> send packet: + 19 com.apple.main-thread < 26> send packet: $QThreadSuffixSupported#00 [all …]
|
D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt | 1 com.apple.main-thread /Volumes/data/lldb/svn/ToT/build/Debug/LLDB.framework/Versions/A/Resources/de… 9 com.apple.main-thread Host::LaunchProcess (launch_info) => pid=55287, path='/Volumes/data/lldb/svn/… 10 com.apple.main-thread ProcessGDBRemote::StartAsyncThread () 13 com.apple.main-thread < 1> send packet: + 14 com.apple.main-thread history[1] tid=0x1307 < 1> send packet: + 15 com.apple.main-thread < 19> send packet: $QStartNoAckMode#b0 16 com.apple.main-thread < 1> read packet: + 17 com.apple.main-thread < 6> read packet: $OK#9a 18 com.apple.main-thread < 1> send packet: + 19 com.apple.main-thread < 26> send packet: $QThreadSuffixSupported#00 [all …]
|
/external/compiler-rt/test/tsan/ |
D | unaligned_race.cc | 49 static NOINLINE void access3(bool main, int sz1, bool rw, volatile char *p) { in access3() argument 51 if (main) { in access3() 66 access2(bool main, int sz1, int off2, bool rw, volatile char *obj) { in access2() argument 68 access3<off, 0>(main, sz1, rw, obj); in access2() 70 access3<off, 1>(main, sz1, rw, obj); in access2() 72 access3<off, 2>(main, sz1, rw, obj); in access2() 74 access3<off, 3>(main, sz1, rw, obj); in access2() 76 access3<off, 4>(main, sz1, rw, obj); in access2() 78 access3<off, 5>(main, sz1, rw, obj); in access2() 80 access3<off, 6>(main, sz1, rw, obj); in access2() [all …]
|
/external/deqp/data/gles3/shaders/ |
D | uniform_block.test | 21 void main() 33 void main() 49 void main() 66 void main() 87 void main() 99 void main() 115 void main() 132 void main() 153 void main() 165 void main() [all …]
|
D | keywords.test | 16 void main() 34 void main() 52 void main() 70 void main() 88 void main() 106 void main() 124 void main() 142 void main() 160 void main() 178 void main() [all …]
|
D | declarations.test | 8 void main() 17 void main() 30 void main() 40 void main() 54 void main() 62 void main() 76 void main() 84 void main() 98 void main() 107 void main() [all …]
|
/external/valgrind/drd/tests/ |
D | annotate_trace_memory.stderr.exp-mips32 | 4 at 0x........: main (annotate_trace_memory.c:?) 6 at 0x........: main (annotate_trace_memory.c:?) 8 at 0x........: main (annotate_trace_memory.c:?) 11 at 0x........: main (annotate_trace_memory.c:?) 13 at 0x........: main (annotate_trace_memory.c:?) 15 at 0x........: main (annotate_trace_memory.c:?) 17 at 0x........: main (annotate_trace_memory.c:?) 19 at 0x........: main (annotate_trace_memory.c:?) 21 at 0x........: main (annotate_trace_memory.c:?) 24 at 0x........: main (annotate_trace_memory.c:?) [all …]
|
D | annotate_trace_memory.stderr.exp-32bit | 4 at 0x........: main (annotate_trace_memory.c:?) 6 at 0x........: main (annotate_trace_memory.c:?) 8 at 0x........: main (annotate_trace_memory.c:?) 11 at 0x........: main (annotate_trace_memory.c:?) 13 at 0x........: main (annotate_trace_memory.c:?) 15 at 0x........: main (annotate_trace_memory.c:?) 18 at 0x........: main (annotate_trace_memory.c:?) 20 at 0x........: main (annotate_trace_memory.c:?) 22 at 0x........: main (annotate_trace_memory.c:?) 25 at 0x........: main (annotate_trace_memory.c:?) [all …]
|
/external/valgrind/memcheck/tests/ |
D | custom_alloc.stderr.exp | 2 at 0x........: main (custom_alloc.c:117) 5 by 0x........: main (custom_alloc.c:114) 8 at 0x........: main (custom_alloc.c:121) 11 by 0x........: main (custom_alloc.c:114) 14 at 0x........: main (custom_alloc.c:128) 17 at 0x........: main (custom_alloc.c:131) 20 by 0x........: main (custom_alloc.c:114) 23 at 0x........: main (custom_alloc.c:134) 26 by 0x........: main (custom_alloc.c:114) 30 by 0x........: main (custom_alloc.c:138) [all …]
|
/external/deqp/data/gles31/shaders/ |
D | uniform_block.test | 21 void main() 33 void main() 49 void main() 66 void main() 87 void main() 99 void main() 115 void main() 132 void main() 153 void main() 165 void main() [all …]
|
D | linkage_tessellation_uniform_types.test | 16 void main() 25 void main() 36 void main() 47 void main() 68 void main() 77 void main() 88 void main() 99 void main() 120 void main() 129 void main() [all …]
|