/external/mesa3d/src/mesa/ |
D | Makefile.sources | 5 main/es1_conversion.c \ 6 main/es1_conversion.h 9 main/accum.c \ 10 main/accum.h \ 11 main/api_arrayelt.c \ 12 main/api_arrayelt.h \ 13 main/api_exec.c \ 14 main/api_exec.h \ 15 main/api_loopback.c \ 16 main/api_loopback.h \ [all …]
|
D | Android.gen.mk | 35 main/enums.c \ 36 main/api_exec.c \ 37 main/dispatch.h \ 38 main/format_pack.c \ 39 main/format_unpack.c \ 40 main/format_info.h \ 41 main/remap_helper.h \ 42 main/get_hash.h 46 LOCAL_C_INCLUDES += $(intermediates)/main 55 sources += main/git_sha1.h [all …]
|
D | Makefile.am | 22 SUBDIRS = . main/tests 40 main/format_info.py \ 41 main/format_pack.py \ 42 main/format_parser.py \ 43 main/format_unpack.py \ 44 main/formats.csv \ 45 main/get_hash_generator.py \ 46 main/get_hash_params.py \ 56 main/get_hash.h \ 57 main/format_info.h \ [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
D | isac.gypi | 21 'main/include', 26 'main/include', 31 'main/include/audio_decoder_isac.h', 32 'main/include/audio_encoder_isac.h', 33 'main/include/isac.h', 34 'main/source/arith_routines.c', 35 'main/source/arith_routines_hist.c', 36 'main/source/arith_routines_logist.c', 37 'main/source/audio_decoder_isac.cc', 38 'main/source/audio_encoder_isac.cc', [all …]
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_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 | fpdfapi_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/mesa3d/src/egl/ |
D | Makefile.sources | 2 main/eglapi.c \ 3 main/eglapi.h \ 4 main/eglarray.c \ 5 main/eglarray.h \ 6 main/eglcompiler.h \ 7 main/eglconfig.c \ 8 main/eglconfig.h \ 9 main/eglcontext.c \ 10 main/eglcontext.h \ 11 main/eglcurrent.c \ [all …]
|
/external/jemalloc/bin/ |
D | jeprof.in | 301 $main::tmpfile_sym = "/tmp/jeprof$$.sym"; 302 $main::tmpfile_ps = "/tmp/jeprof$$"; 303 $main::next_tmpfile = 0; 307 $main::source_cache = (); 309 $main::opt_help = 0; 310 $main::opt_version = 0; 312 $main::opt_cum = 0; 313 $main::opt_base = ''; 314 $main::opt_addresses = 0; 315 $main::opt_lines = 0; [all …]
|
/external/valgrind/memcheck/tests/arm64-linux/ |
D | scalar.stderr.exp | 12 by 0x........: main (scalar.c:51) 16 by 0x........: main (scalar.c:51) 20 by 0x........: main (scalar.c:51) 24 by 0x........: main (scalar.c:51) 28 by 0x........: main (scalar.c:51) 36 by 0x........: main (scalar.c:55) 40 by 0x........: main (scalar.c:55) 44 by 0x........: main (scalar.c:55) 48 by 0x........: main (scalar.c:55) 56 by 0x........: main (scalar.c:69) [all …]
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 15 by 0x........: main (scalar.c:52) 19 by 0x........: main (scalar.c:52) 23 by 0x........: main (scalar.c:52) 27 by 0x........: main (scalar.c:52) 31 by 0x........: main (scalar.c:52) 39 by 0x........: main (scalar.c:56) 43 by 0x........: main (scalar.c:56) 47 by 0x........: main (scalar.c:56) 51 by 0x........: main (scalar.c:56) 59 by 0x........: main (scalar.c:60) [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 …]
|
D | p3.cpp | 13 int main; // expected-error{{main cannot be declared as global variable}} variable 18 int main; in f() local 19 return main; in f() 24 void x(int main) {}; in x() argument 25 int y(int main); 30 static int main; member in A 35 template<class T> constexpr T main; variable 38 extern template<class T> constexpr T main; //expected-error{{expected unqualified-id}} 43 int main; variable 49 extern int main; // expected-error{{main cannot be declared as global variable}} in z() [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/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/valgrind/memcheck/tests/darwin/ |
D | scalar.stderr.exp | 12 by 0x........: main (scalar.c:31) 16 by 0x........: main (scalar.c:31) 20 by 0x........: main (scalar.c:31) 24 by 0x........: main (scalar.c:31) 28 by 0x........: main (scalar.c:31) 36 by 0x........: main (scalar.c:34) 40 by 0x........: main (scalar.c:34) 44 by 0x........: main (scalar.c:34) 48 by 0x........: main (scalar.c:34) 56 by 0x........: main (scalar.c:38) [all …]
|
/external/valgrind/memcheck/tests/x86-solaris/ |
D | context_fpu.stderr.exp | 2 at 0x........: main (context_fpu.c:104) 5 by 0x........: main (context_fpu.c:50) 8 at 0x........: main (context_fpu.c:104) 11 by 0x........: main (context_fpu.c:50) 14 at 0x........: main (context_fpu.c:104) 17 by 0x........: main (context_fpu.c:50) 20 at 0x........: main (context_fpu.c:104) 23 by 0x........: main (context_fpu.c:50) 26 at 0x........: main (context_fpu.c:104) 29 by 0x........: main (context_fpu.c:50) [all …]
|
D | context_sse.stderr.exp | 2 at 0x........: main (context_sse.c:103) 5 by 0x........: main (context_sse.c:49) 8 at 0x........: main (context_sse.c:103) 11 by 0x........: main (context_sse.c:49) 14 at 0x........: main (context_sse.c:103) 17 by 0x........: main (context_sse.c:49) 20 at 0x........: main (context_sse.c:103) 23 by 0x........: main (context_sse.c:49) 26 at 0x........: main (context_sse.c:103) 29 by 0x........: main (context_sse.c:49) [all …]
|
/external/valgrind/memcheck/tests/amd64-solaris/ |
D | context_sse.stderr.exp | 2 at 0x........: main (context_sse.c:97) 5 by 0x........: main (context_sse.c:51) 8 at 0x........: main (context_sse.c:97) 11 by 0x........: main (context_sse.c:51) 14 at 0x........: main (context_sse.c:97) 17 by 0x........: main (context_sse.c:51) 20 at 0x........: main (context_sse.c:97) 23 by 0x........: main (context_sse.c:51) 26 at 0x........: main (context_sse.c:97) 29 by 0x........: main (context_sse.c:51) [all …]
|
D | context_fpu.stderr.exp | 2 at 0x........: main (context_fpu.c:97) 5 by 0x........: main (context_fpu.c:51) 8 at 0x........: main (context_fpu.c:97) 11 by 0x........: main (context_fpu.c:51) 14 at 0x........: main (context_fpu.c:97) 17 by 0x........: main (context_fpu.c:51) 20 at 0x........: main (context_fpu.c:97) 23 by 0x........: main (context_fpu.c:51) 26 at 0x........: main (context_fpu.c:97) 29 by 0x........: main (context_fpu.c:51) [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 …]
|
/external/protobuf/ |
D | Android.mk | 20 java/core/src/main/java/com/google/protobuf/AbstractMessageLite.java \ 21 java/core/src/main/java/com/google/protobuf/AbstractParser.java \ 22 java/core/src/main/java/com/google/protobuf/AbstractProtobufList.java \ 23 java/core/src/main/java/com/google/protobuf/ByteOutput.java \ 24 java/core/src/main/java/com/google/protobuf/ByteString.java \ 25 java/core/src/main/java/com/google/protobuf/BooleanArrayList.java \ 26 java/core/src/main/java/com/google/protobuf/CodedInputStream.java \ 27 java/core/src/main/java/com/google/protobuf/CodedOutputStream.java \ 28 java/core/src/main/java/com/google/protobuf/DoubleArrayList.java \ 29 java/core/src/main/java/com/google/protobuf/ExperimentalApi.java \ [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 …]
|
/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 …]
|