/external/valgrind/main/docs/internals/ |
D | 3_0_BUGSTATUS.txt | 27 FIXED-TRUNK: now done (many many commits) 32 FIXED-TRUNK: TODO ? 37 FIXED-TRUNK: vg:??? 42 FIXED-TRUNK: 4636 47 FIXED-TRUNK: vg:5046 54 FIXED-TRUNK: TODO? 63 FIXED-TRUNK: vex:1320 - vex impl of sysenter 71 FIXED-TRUNK: many commits (vg:5031 ?) 81 FIXED-TRUNK: vg:4425 88 FIXED-TRUNK: TODO [all …]
|
/external/e2fsprogs/tests/f_badorphan/ |
D | expect.1 | 10 Inode 13 was part of the orphaned inode list. FIXED. 11 Inode 17 was part of the orphaned inode list. FIXED. 14 Inode 19 was part of the orphaned inode list. FIXED. 15 Inode 22 was part of the orphaned inode list. FIXED. 16 Inode 23 was part of the orphaned inode list. FIXED. 17 Inode 24 was part of the orphaned inode list. FIXED. 18 Inode 25 was part of the orphaned inode list. FIXED. 19 Inode 26 was part of the orphaned inode list. FIXED. 20 Inode 27 was part of the orphaned inode list. FIXED. 21 Inode 28 was part of the orphaned inode list. FIXED. [all …]
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | math-cordic.js | 30 function FIXED(X) class 46 FIXED(45.0), FIXED(26.565), FIXED(14.0362), FIXED(7.12502), 47 FIXED(3.57633), FIXED(1.78991), FIXED(0.895174), FIXED(0.447614), 48 FIXED(0.223811), FIXED(0.111906), FIXED(0.055953), 49 FIXED(0.027977) 60 X = FIXED(AG_CONST); /* AG_CONST * cos(0) */ 63 TargetAngle = FIXED(28.027);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | math-cordic.js | 30 function FIXED(X) class 46 FIXED(45.0), FIXED(26.565), FIXED(14.0362), FIXED(7.12502), 47 FIXED(3.57633), FIXED(1.78991), FIXED(0.895174), FIXED(0.447614), 48 FIXED(0.223811), FIXED(0.111906), FIXED(0.055953), 49 FIXED(0.027977) 60 X = FIXED(AG_CONST); /* AG_CONST * cos(0) */ 63 TargetAngle = FIXED(28.027);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
D | math-cordic.js | 30 function FIXED(X) class 46 FIXED(45.0), FIXED(26.565), FIXED(14.0362), FIXED(7.12502), 47 FIXED(3.57633), FIXED(1.78991), FIXED(0.895174), FIXED(0.447614), 48 FIXED(0.223811), FIXED(0.111906), FIXED(0.055953), 49 FIXED(0.027977) 61 X = FIXED(AG_CONST); /* AG_CONST * cos(0) */ 64 TargetAngle = FIXED(Target);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
D | proxy_form_controller_test.js | 30 ProxyFormController.ProxyTypes.FIXED]; 119 ProxyFormController.ProxyTypes.FIXED); 204 document.getElementById(ProxyFormController.ProxyTypes.FIXED) 234 mode: ProxyFormController.ProxyTypes.FIXED, 239 document.getElementById(ProxyFormController.ProxyTypes.FIXED) 265 mode: ProxyFormController.ProxyTypes.FIXED, 293 mode: ProxyFormController.ProxyTypes.FIXED, 304 document.querySelector('#' + ProxyFormController.ProxyTypes.FIXED + 315 mode: ProxyFormController.ProxyTypes.FIXED, 341 !document.querySelector('#' + ProxyFormController.ProxyTypes.FIXED [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/audio/paudio/ |
D | SDL_paudio.c | 332 paud_init.flags = TWOS_COMPLEMENT | FIXED; in Paud_OpenAudio() 339 TWOS_COMPLEMENT | FIXED; in Paud_OpenAudio() 346 TWOS_COMPLEMENT | FIXED; in Paud_OpenAudio() 354 TWOS_COMPLEMENT | FIXED; in Paud_OpenAudio() 360 paud_init.flags = TWOS_COMPLEMENT | FIXED; in Paud_OpenAudio() 367 TWOS_COMPLEMENT | FIXED; in Paud_OpenAudio()
|
/external/compiler-rt/test/msan/ |
D | mmap_below_shadow.cc | 22 MAP_PRIVATE | MAP_ANONYMOUS | (FIXED ? MAP_FIXED : 0), -1, 0); in main() 23 if (FIXED) in main()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_parse.py | 33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 60 self.sign = type in (SIGNED, FIXED, FLOAT) 79 if self.type == FIXED: 93 if self.type == FIXED: 216 'h': FIXED,
|
D | u_format_pack.py | 66 elif channel.type in (SIGNED, FIXED): 84 elif channel.type in (SIGNED, FIXED): 122 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED): 167 elif channel.type in (SIGNED, FIXED): 208 if type.type == FIXED: 217 if type.type == FIXED: 359 if src_norm or src_type == FIXED: 383 if dst_channel.norm or dst_channel.type == FIXED:
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_format_parse.py | 33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 60 self.sign = type in (SIGNED, FIXED, FLOAT) 79 if self.type == FIXED: 93 if self.type == FIXED: 216 'h': FIXED,
|
D | u_format_pack.py | 66 elif channel.type in (SIGNED, FIXED): 84 elif channel.type in (SIGNED, FIXED): 122 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED): 167 elif channel.type in (SIGNED, FIXED): 208 if type.type == FIXED: 217 if type.type == FIXED: 359 if src_norm or src_type == FIXED: 383 if dst_channel.norm or dst_channel.type == FIXED:
|
/external/chromium_org/tools/gyp/test/win/linker-flags/ |
D | fixed-base.gyp | 8 # FIXED in certain cases so it complicates the test for FIXED.
|
/external/chromium_org/ash/system/tray/ |
D | tray_notification_view.cc | 55 views::GridLayout::FIXED, in InitView() 63 views::GridLayout::FIXED, in InitView() 72 views::GridLayout::FIXED, in InitView()
|
/external/e2fsprogs/tests/f_unused_itable/ |
D | expect.1 | 12 Group descriptor 0 checksum is 0x289d, should be 0x788a. FIXED. 13 Group descriptor 1 checksum is 0xfaab, should be 0x3a9a. FIXED.
|
/external/chromium_org/chrome/browser/ui/views/profiles/ |
D | profile_reset_bubble_view.cc | 98 GridLayout::FIXED, kFeedbackViewColumnWidth, 0); in SetupLayoutManager() 101 GridLayout::FIXED, kFeedbackViewColumnWidth, 0); in SetupLayoutManager() 304 GridLayout::FIXED, kWidthOfDescriptionText, 0); in SetupLayoutManager() 325 GridLayout::FIXED, kAllColumnsWidth, 0); in SetupLayoutManager() 331 GridLayout::FIXED, kReportingCheckboxColumnWidth, 0); in SetupLayoutManager() 333 GridLayout::FIXED, kHelpButtonColumnWidth, 0); in SetupLayoutManager()
|
/external/fdlibm/ |
D | changes | 56 BUGS FIXED 69 NOT FIXED YET
|
/external/chromium_org/chrome/browser/chromeos/login/ui/ |
D | simple_web_view_dialog.cc | 84 GridLayout::FIXED, kLocationBarHeight, 0); in Init() 211 GridLayout::FIXED, 0, 0); in Init() 216 GridLayout::FIXED, 0, 0); in Init()
|
/external/chromium_org/content/shell/browser/ |
D | shell_views.cc | 235 views::GridLayout::FIXED, in InitShellWindow() 245 views::GridLayout::FIXED, in InitShellWindow() 255 views::GridLayout::FIXED, in InitShellWindow() 264 views::GridLayout::FIXED, in InitShellWindow()
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
D | double-conversion.cc | 221 DoubleToAscii(value, FIXED, requested_digits, in ToFixed() 346 case DoubleToStringConverter::FIXED: return BIGNUM_DTOA_FIXED; in DtoaToBignumDtoaMode() 393 case FIXED: in DoubleToAscii()
|
D | double-conversion.h | 277 FIXED, enumerator
|
/external/e2fsprogs/tests/f_illitable_flexbg/ |
D | expect.1 | 12 Group descriptor 1 checksum is 0x1cee, should be 0xf809. FIXED.
|
/external/chromium_org/chrome/installer/ |
D | mini_installer.gypi | 104 'Profile': 'false', # Conflicts with /FIXED 109 '/FIXED',
|
D | mini_installer.gyp | 116 'Profile': 'false', # Conflicts with /FIXED 121 '/FIXED',
|
/external/chromium_org/chrome/browser/ui/views/ |
D | confirm_bubble_views.cc | 26 views::GridLayout::FIXED, kMaxMessageWidth, false); in ConfirmBubbleViews()
|