/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
D | isacfix.gypi | 20 'fix/include', 25 'fix/include', 30 'fix/include/audio_decoder_isacfix.h', 31 'fix/include/audio_encoder_isacfix.h', 32 'fix/include/isacfix.h', 33 'fix/source/arith_routines.c', 34 'fix/source/arith_routines_hist.c', 35 'fix/source/arith_routines_logist.c', 36 'fix/source/audio_decoder_isacfix.cc', 37 'fix/source/audio_encoder_isacfix.cc', [all …]
|
D | isacfix_test.gypi | 20 './fix/test', 21 './fix/include', 25 './fix/test/kenny.cc', 35 # TODO(kma): Add bit-exact test for iSAC-fix.
|
/external/clang/test/FixIt/ |
D | format.m | 12 // CHECK: fix-it:"{{.*}}":{10:11-10:13}:"%d" 13 // CHECK: fix-it:"{{.*}}":{11:11-11:14}:"%d" 19 // CHECK: fix-it:"{{.*}}":{16:11-16:13}:"%d" 20 // CHECK: fix-it:"{{.*}}":{17:11-17:14}:"%d" 21 // CHECK: fix-it:"{{.*}}":{18:11-18:13}:"%d" 28 // CHECK: fix-it:"{{.*}}":{25:11-25:13}:"%s" 29 // CHECK: fix-it:"{{.*}}":{27:11-27:14}:"%s" 35 // CHECK: fix-it:"{{.*}}":{31:11-31:13}:"%s" 36 // CHECK: fix-it:"{{.*}}":{33:11-33:14}:"%s" 37 // CHECK: fix-it:"{{.*}}":{34:11-34:13}:"%s" [all …]
|
D | format-darwin.m | 42 // CHECK: fix-it:"{{.*}}":{[[@LINE-5]]:11-[[@LINE-5]]:13}:"%ld" 43 // CHECK: fix-it:"{{.*}}":{[[@LINE-6]]:16-[[@LINE-6]]:16}:"(long)" 45 // CHECK: fix-it:"{{.*}}":{[[@LINE-7]]:11-[[@LINE-7]]:13}:"%lu" 46 // CHECK: fix-it:"{{.*}}":{[[@LINE-8]]:16-[[@LINE-8]]:16}:"(unsigned long)" 48 // CHECK: fix-it:"{{.*}}":{[[@LINE-9]]:11-[[@LINE-9]]:13}:"%d" 49 // CHECK: fix-it:"{{.*}}":{[[@LINE-10]]:16-[[@LINE-10]]:16}:"(int)" 51 // CHECK: fix-it:"{{.*}}":{[[@LINE-11]]:11-[[@LINE-11]]:13}:"%u" 52 // CHECK: fix-it:"{{.*}}":{[[@LINE-12]]:16-[[@LINE-12]]:16}:"(unsigned int)" 56 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:11-[[@LINE-2]]:13}:"%ld" 57 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:16-[[@LINE-3]]:16}:"(long)" [all …]
|
D | format.mm | 12 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:16-[[@LINE-1]]:16}:"(unsigned short)" 15 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:13}:"%d" 16 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unsigned short)" 21 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:16-[[@LINE-1]]:16}:"(unichar)" 24 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:13}:"%d" 25 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unichar)" 28 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:13}:"%f" 29 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unichar)"
|
D | fixit-class-method-messaging.m | 20 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:5-[[@LINE-2]]:13}:"I 23 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:4-[[@LINE-2]]:21}:"I 26 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:11-[[@LINE-2]]:13}:"I
|
/external/v8/test/mjsunit/harmony/ |
D | proxies-hash.js | 44 function TestSet(construct, fix) { argument 45 TestWithProxies(TestSet2, construct, fix) 48 function TestSet2(construct, fix, create) { argument 49 var handler = {fix: function() { return {} }} method 53 fix(p3) 62 fix(p1) 63 fix(p2) 81 function TestMap(construct, fix) { argument 82 TestWithProxies(TestMap2, construct, fix) 85 function TestMap2(construct, fix, create) { argument [all …]
|
/external/webrtc/webrtc/modules/audio_coding/ |
D | BUILD.gn | 83 # TODO(kjellander): Bug 261: fix this warning. 540 "codecs/isac/fix/include", 546 "codecs/isac/fix/include/audio_decoder_isacfix.h", 547 "codecs/isac/fix/include/audio_encoder_isacfix.h", 548 "codecs/isac/fix/include/isacfix.h", 549 "codecs/isac/fix/source/arith_routines.c", 550 "codecs/isac/fix/source/arith_routines_hist.c", 551 "codecs/isac/fix/source/arith_routines_logist.c", 552 "codecs/isac/fix/source/arith_routins.h", 553 "codecs/isac/fix/source/audio_decoder_isacfix.cc", [all …]
|
/external/autotest/client/bin/self-test/ |
D | test | 7 fix=`/bin/pwd` 8 fix=`dirname $fix` 9 fix=`dirname $fix` 35 sed -e "s@$fix@SRC@" -e "s@, line [0-9]*@, line N@" \
|
/external/skia/tests/ |
D | FontMgrAndroidParserTest.cpp | 118 T fix; in test_parse_fixed_r() local 119 bool b = parse_fixed<N>(buffer, &fix); in test_parse_fixed_r() 121 double f2 = fix * SK_FixedEpsilon_double; in test_parse_fixed_r() 143 SkFixed fix; in test_parse_fixed() local 144 REPORTER_ASSERT(reporter, !parse_fixed<27>("-17.1", &fix)); in test_parse_fixed() 145 REPORTER_ASSERT(reporter, !parse_fixed<16>("32768", &fix)); in test_parse_fixed() 146 REPORTER_ASSERT(reporter, !parse_fixed<16>("", &fix)); in test_parse_fixed() 147 REPORTER_ASSERT(reporter, !parse_fixed<16>(".", &fix)); in test_parse_fixed() 148 REPORTER_ASSERT(reporter, !parse_fixed<16>("123.", &fix)); in test_parse_fixed() 149 REPORTER_ASSERT(reporter, !parse_fixed<16>("a", &fix)); in test_parse_fixed() [all …]
|
/external/clang/test/SemaObjC/ |
D | arc-bridged-cast.m | 36 // CHECK: fix-it:"{{.*}}":{35:20-35:35}:"__bridge_retained" 42 // CHECK: fix-it:"{{.*}}":{40:17-40:17}:"CFBridgingRelease(" 43 // CHECK: fix-it:"{{.*}}":{40:36-40:36}:")" 48 // CHECK: fix-it:"{{.*}}":{45:30-45:30}:"CFBridgingRetain(" 49 // CHECK: fix-it:"{{.*}}":{45:47-45:47}:")" 54 // CHECK: fix-it:"{{.*}}":{51:10-51:10}:"(__bridge CFTypeRef)" 55 // CHECK: fix-it:"{{.*}}":{51:10-51:10}:"CFBridgingRetain" 62 // CHECK: fix-it:"{{.*}}":{59:9-59:9}:"(__bridge CFTypeRef)" 63 // CHECK: fix-it:"{{.*}}":{59:9-59:9}:" CFBridgingRetain"
|
/external/llvm/test/MC/COFF/ |
D | cross-section-relative.ll | 15 …4 add(i64 sub(i64 ptrtoint(i32* @g3 to i64), i64 ptrtoint(i64* @t1 to i64)), i64 4), section ".fix" 17 @t2 = global i64 sub(i64 ptrtoint(i32* @g3 to i64), i64 ptrtoint(i64* @t2 to i64)), section ".fix" 19 …4 sub(i64 sub(i64 ptrtoint(i32* @g3 to i64), i64 ptrtoint(i64* @t3 to i64)), i64 4), section ".fix" 21 …trunc(i64 sub(i64 ptrtoint(i32* @g3 to i64), i64 ptrtoint(i32* @t4 to i64)) to i32), section ".fix" 26 …sub(i64 ptrtoint(i32* @g3 to i64), i64 ptrtoint(i64** @__ImageBase to i64)) to i32), section ".fix" 37 }, section ".fix"
|
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/ |
D | README.rst | 132 - fix some SSL bugs(ISSUE#35, #36) 133 - fix "Timing out leaves websocket library in bad state"(ISSUE#37) 134 - fix "WebSocketApp.run_with_no_err() silently eats all exceptions"(ISSUE#38) 138 - fix some bugs 149 - fix typo in pydoc(ISSUE#28) 161 - many bug fix 167 - fix buffer size boundary violation 176 - fix Echo App Demo Throw Error: 'NoneType' object has no attribute 'opcode (ISSUE#10) 188 - fix incorrect custom header order(ISSUE#1)
|
/external/strace/ |
D | strace.spec | 248 - Note 4.5.12 fix for crash handling bad signal numbers (#162739). 271 - fix x86_64 syscall argument extraction for 32-bit processes (#146093) 272 - fix -e signal=NAME parsing (#143362) 273 - fix x86_64 exit_group syscall handling 278 - fix potential crash in getxattr printing 281 - fix multithreaded exit handling (#132150, #135254) 282 - fix ioctl name matching (#129808) 287 - fix clock_* and timer_* argument output (#131420) 323 - revert bogus s390 fix 388 - fix strace -f (Roland McGrath, #68994) [all …]
|
/external/valgrind/docs/internals/ |
D | 3_2_BUGSTATUS.txt | 4 wontfix = will not fix on this branch 5 many = fix composed of many commits 9 PRI: 32 = fix this for 3.2.2 10 Vfd = fix has been verified on 3.2.X branch 34 119404 r7175 problems running setuid executables (partial fix) 38 124478 glibc-fix memcheck reports uninitialized bytes on 44 128359 glibc-fix Please suppress the uninitialized bytes report 125 //// possibly fix these for a 3.2.4 ? 148 r6593 r6711 32 139363 callgrind: fix --collect-systime=yes 169 to uninitialised byte(s)" (partial fix) [all …]
|
/external/selinux/checkpolicy/ |
D | ChangeLog | 3 * fix double free on name-based type transitions, from Stephen Smalley. 5 * policy_define.c: fix compiler warnings, from Nick Kralevich. 16 * dispol/dismod fgets function warnings fix, from Emre Can Kucukoglu. 34 * handle-unknown / -U required argument fix from Laurent Bigonville. 60 * dismod: fix unused parameter errors 72 * checkpolicy: fix spacing in output message 107 * Remove unused variables to fix compliation under GCC 4.6 by Justin Mattock 173 * Merged fix for segfault on duplicate require of sensitivity from Caleb Case. 174 * Merged fix for dead URLs in checkpolicy man pages from Dan Walsh. 177 * Merged checkmodule man page fix from Dan Walsh. [all …]
|
/external/deqp/scripts/src_util/ |
D | check_include_guards.py | 114 fix = options.fix variable 134 if not fix: 139 if fix:
|
/external/selinux/policycoreutils/ |
D | ChangeLog | 6 * semanage: fix 'semanage permissions -l' subcommand, from Petr Lautrbach. 16 * semanage: fix moduleRecords deleteall method, from Stephen Smalley. 22 * setfiles/restorecon: fix -r/-R option, from Petr Lautrbach. 26 * run_init: fix open_init_pty availability check, from Nicolas Iooss. 214 * resorecond: user: fix fd leak 216 * semanage: fix man page range and level defaults 235 * fix ftbfs with hardening flags 277 * fix sandbox Makefile to support DESTDIR 282 * setfiles: fix use before initialized 286 * semanage: fix indentation error in seobject [all …]
|
/external/squashfs-tools/ |
D | CHANGES | 15 - unsquashfs: fix open file limit 19 - pseudo: fix handling of modify pseudo files 20 - pseudo: fix handling of directory pseudo files 25 - mksquashfs: fix stack overflow in write_fragment_table() 27 - unsquashfs: fix oversight in directory permission setting 31 - unsquashfs: fix CVE-2012-4024 32 - unsquashfs: fix CVE-2012-4025 33 - mksquashfs: fix potential stack overflow in get_component() 40 - mksquashfs: fix dir_scan() exit if lstat of source directory fails 41 - pseudo: fix memory leak in read_pseudo_def() if exec_file() fails [all …]
|
/external/libxml2/ |
D | NEWS | 19 fix memory leak xml header encoding field with XML_PARSE_IGNORE_ENC (Bart De Schuymer), 114 fix some tabs mixing incompatible with python3 (Roumen Petrov), 145 Portability fix (Patrick Monnerat), 146 Portability fix (Patrick Monnerat), 147 Generic portability fix (Patrick Monnerat), 151 fix some tabs mixing incompatible with python3 (Daniel Veillard), 154 python: fix drv_libxml2.py for python3 compatibility (Alexandre Rostovtsev), 225 fix schema validation in combination with xsi:nil (Daniel Veillard), 272 Spec cleanups and a fix for multiarch support (Daniel Veillard), 289 libxml(3) manpage typo fix (John Bradshaw), [all …]
|
/external/opencv/cv/src/ |
D | cvcolor.cpp | 471 #define fix(x,n) (int)((x)*(1 << (n)) + 0.5) macro 480 #define cscGr fix(cscGr_32f,csc_shift) 481 #define cscGg fix(cscGg_32f,csc_shift) 682 #define yuvYr fix(yuvYr_32f,yuv_shift) 683 #define yuvYg fix(yuvYg_32f,yuv_shift) 684 #define yuvYb fix(yuvYb_32f,yuv_shift) 685 #define yuvCr fix(yuvCr_32f,yuv_shift) 686 #define yuvCb fix(yuvCb_32f,yuv_shift) 696 #define yuvRCr fix(yuvRCr_32f,yuv_shift) 697 #define yuvGCr (-fix(-yuvGCr_32f,yuv_shift)) [all …]
|
/external/libvorbis/ |
D | CHANGES | 3 * tweak + minor arithmetic fix in floor1 fit 32 * fix regression from CVE-2008-1420; 1.0b1 files work again 59 * fix a minor encoder bug 66 * fix a serious encoder bug with gcc 4 optimized builds 73 * bug fix to the bitrate management encoder interface 74 * bug fix to properly set packetno field in the encoder
|
/external/selinux/libsepol/ |
D | ChangeLog | 11 * fix CIL blockinherit copying segfault and add macro restrictions, from Steve Lawrence 12 * fix CIL NULL pointer dereference when copying classpermission/set, from Steve Lawrence 33 * fix building Xen policy with devicetreecon, and add devicetreecon 78 * fix neverallow checking on attributes 119 * Minor fix to reading policy with filename transition rules 268 * Merged fix from Karl to remap booleans at expand time to 272 * Merged libsepol segfault fix from Stephen Smalley for when 287 * Merged fix from Karl MacMillan for a segfault when linking 291 * Merged fix for version comparison that was preventing range 339 * Merged cleaner fix for bool_ids overflow from Karl MacMillan, [all …]
|
/external/javassist/src/main/javassist/ |
D | ClassMap.java | 143 public void fix(CtClass clazz) { in fix() method in ClassMap 144 fix(clazz.getName()); in fix() 150 public void fix(String name) { in fix() method in ClassMap
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg.cpp | 621 #define fix(x, n) (int)((x)*(1 << (n)) + .5) macro 625 #define C0_707 fix( 0.707106781f, fixb ) 626 #define C0_924 fix( 0.923879533f, fixb ) 627 #define C0_541 fix( 0.541196100f, fixb ) 628 #define C0_382 fix( 0.382683432f, fixb ) 629 #define C1_306 fix( 1.306562965f, fixb ) 631 #define C1_082 fix( 1.082392200f, fixb ) 632 #define C1_414 fix( 1.414213562f, fixb ) 633 #define C1_847 fix( 1.847759065f, fixb ) 634 #define C2_613 fix( 2.613125930f, fixb ) [all …]
|