/external/blktrace/btt/ |
D | devmap.c | 33 struct devmap *dmp; in dev_map_add() local 38 dmp = malloc(sizeof(struct devmap)); in dev_map_add() 39 if (sscanf(line, "%s %s", dmp->device, dmp->devno) != 2) { in dev_map_add() 40 free(dmp); in dev_map_add() 44 list_add_tail(&dmp->head, &all_devmaps); in dev_map_add() 55 struct devmap *dmp = list_entry(p, struct devmap, head); in dev_map_find() local 57 if (!strcmp(this, dmp->devno)) in dev_map_find() 58 return dmp->device; in dev_map_find() 87 struct devmap *dmp = list_entry(p, struct devmap, head); in dev_map_exit() local 89 list_del(&dmp->head); in dev_map_exit() [all …]
|
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/ |
D | MapModel3D.java | 177 double dmp = NavCalculator.computeDMPClarkeSpheroid(centre.getLatitude(), in toWorldUnit() local 193 z = zCentre - (int) ((dmp) / minutesPerWorldUnit); in toWorldUnit() 196 z = zCentre + (int) ((dmp) / minutesPerWorldUnit); in toWorldUnit() 199 z = zCentre - (int) ((dmp) / minutesPerWorldUnit); in toWorldUnit() 202 z = zCentre + (int) ((dmp) / minutesPerWorldUnit); in toWorldUnit() 205 z = zCentre - (int) ((dmp) / minutesPerWorldUnit); in toWorldUnit() 208 z = zCentre + (int) ((dmp) / minutesPerWorldUnit); in toWorldUnit()
|
D | MapModel2D.java | 148 double dmp = NavCalculator.computeDMPClarkeSpheroid(centre.getLatitude(), in toPixel() local 164 y = yCentre + (int) ((dmp) / minutesPerPixel); in toPixel() 167 y = yCentre - (int) ((dmp) / minutesPerPixel); in toPixel() 170 y = yCentre + (int) ((dmp) / minutesPerPixel); in toPixel() 173 y = yCentre - (int) ((dmp) / minutesPerPixel); in toPixel() 176 y = yCentre + (int) ((dmp) / minutesPerPixel); in toPixel() 179 y = yCentre - (int) ((dmp) / minutesPerPixel); in toPixel()
|
D | NavCalculator.java | 96 double dmp = (float) computeDMPClarkeSpheroid(p1.getLatitude(), p2.getLatitude()); in mercatorSailing() local 98 trueCourse = (float) Math.toDegrees(Math.atan(dLong / dmp)); in mercatorSailing()
|
/external/google-breakpad/src/processor/ |
D | minidump_dump_test | 33 ./src/processor/minidump_dump $testdata_dir/minidump2.dmp | \
|
D | minidump_stackwalk_test | 33 ./src/processor/minidump_stackwalk $testdata_dir/minidump2.dmp \
|
D | minidump_stackwalk_machine_readable_test | 33 ./src/processor/minidump_stackwalk -m $testdata_dir/minidump2.dmp \
|
D | microdump_stackwalk_test | 38 ./src/processor/microdump_stackwalk $testdata_dir/microdump-${ARCH}.dmp \
|
D | microdump_stackwalk_machine_readable_test | 38 ./src/processor/microdump_stackwalk -m $testdata_dir/microdump-${ARCH}.dmp \
|
/external/skia/tools/ |
D | skdiff_utils.h | 48 DiffMetricProc dmp,
|
D | skdiff_utils.cpp | 121 DiffMetricProc dmp, in create_and_write_diff_image() argument 136 compute_diff(drp, dmp, colorThreshold); in create_and_write_diff_image()
|
D | skdiff_image.cpp | 21 static void create_diff_images (DiffMetricProc dmp, in create_diff_images() argument 72 create_and_write_diff_image(drp, dmp, colorThreshold, outputDir, outputFilename); in create_diff_images()
|
D | skdiff_main.cpp | 377 static void create_diff_images (DiffMetricProc dmp, in create_diff_images() argument 501 create_and_write_diff_image(drp, dmp, colorThreshold, in create_diff_images()
|
/external/google-breakpad/src/client/solaris/handler/ |
D | Makefile | 77 rm -f $(BIN) *.o *.out *.dmp core ../../minidump_file_writer.o\
|
/external/google-breakpad/src/client/mac/sender/ |
D | uploader.mm | 374 path = [path stringByAppendingPathExtension:@"dmp"]; 514 NSString *srcString = [NSString stringWithFormat:@"%@/%@.dmp", 516 NSString *destString = [NSString stringWithFormat:@"%@/%s.dmp",
|
/external/google-breakpad/src/common/mac/ |
D | HTTPMultipartUpload.m | 70 "filename=\"minidump.dmp\"\r\nContent-Type: application/octet-stream\r\n\r\n";
|
/external/google-breakpad/src/client/mac/crash_generation/ |
D | Inspector.mm | 315 stringByAppendingPathExtension:@"dmp"];
|
/external/google-breakpad/src/tools/mac/crash_report/ |
D | crash_report.mm | 323 if ([[current_file pathExtension] isEqualTo:@"dmp"]) {
|
/external/google-breakpad/ |
D | Makefile.am | 1314 src/processor/testdata/minidump2.dmp \
|
D | Makefile.in | 3050 src/processor/testdata/minidump2.dmp \
|