/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)"
|
/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/llvm/lib/Target/Sparc/ |
D | LeonFeatures.td | 39 "AT697E erratum fix: Do not emit SDIV, emit SDIVCC instead">; 43 "AT697E erratum fix: Restrict the size of the immediate " 48 "AT697E erratum fix: Do not rely on the zero bit flag " 53 "LEON2 erratum fix: Insert a NOP before the double " 57 "LEON3 erratum fix: Do not select FSMULD">; 61 "LEON3 erratum fix: Replace FMULS instruction with a " 67 "LEON3 erratum fix: Prevent any rounding mode change " 72 "LEON3 erratum fix: Fix FDIVS/FDIVD/FSQRTS/FSQRTD " 77 "LEON3 erratum fix: Insert a NOP instruction after " 83 "LEON3 erratum fix: Flush cache line containing the " [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/skqp/tests/ |
D | FontMgrAndroidParserTest.cpp | 128 T fix; in test_parse_fixed_r() local 129 bool b = parse_fixed<N>(buffer, &fix); in test_parse_fixed_r() 131 double f2 = fix * SK_FixedEpsilon_double; in test_parse_fixed_r() 153 SkFixed fix; in test_parse_fixed() local 154 REPORTER_ASSERT(reporter, !parse_fixed<27>("-17.1", &fix)); in test_parse_fixed() 155 REPORTER_ASSERT(reporter, !parse_fixed<16>("32768", &fix)); in test_parse_fixed() 156 REPORTER_ASSERT(reporter, !parse_fixed<16>("", &fix)); in test_parse_fixed() 157 REPORTER_ASSERT(reporter, !parse_fixed<16>(".", &fix)); in test_parse_fixed() 158 REPORTER_ASSERT(reporter, !parse_fixed<16>("123.", &fix)); in test_parse_fixed() 159 REPORTER_ASSERT(reporter, !parse_fixed<16>("a", &fix)); in test_parse_fixed() [all …]
|
/external/skia/tests/ |
D | FontMgrAndroidParserTest.cpp | 128 T fix; in test_parse_fixed_r() local 129 bool b = parse_fixed<N>(buffer, &fix); in test_parse_fixed_r() 131 double f2 = fix * SK_FixedEpsilon_double; in test_parse_fixed_r() 153 SkFixed fix; in test_parse_fixed() local 154 REPORTER_ASSERT(reporter, !parse_fixed<27>("-17.1", &fix)); in test_parse_fixed() 155 REPORTER_ASSERT(reporter, !parse_fixed<16>("32768", &fix)); in test_parse_fixed() 156 REPORTER_ASSERT(reporter, !parse_fixed<16>("", &fix)); in test_parse_fixed() 157 REPORTER_ASSERT(reporter, !parse_fixed<16>(".", &fix)); in test_parse_fixed() 158 REPORTER_ASSERT(reporter, !parse_fixed<16>("123.", &fix)); in test_parse_fixed() 159 REPORTER_ASSERT(reporter, !parse_fixed<16>("a", &fix)); in test_parse_fixed() [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_fpformat.py | 8 fix, sci, NotANumber = fpformat.fix, fpformat.sci, fpformat.NotANumber variable 24 result = fix(n, digits) 45 self.assertEqual(fix(100.0/3, 3), '33.333') 57 self.assertEqual(fix(1.0, 1000), '1.'+('0'*1000)) 62 self.assertEqual(fix(yacht, 10), yacht)
|
/external/annotation-tools/asmx/src/org/objectweb/asm/optimizer/ |
D | NameMapping.java | 74 public String fix(final String desc) { in fix() method in NameMapping 79 arguments[i] = fix(arguments[i]); in fix() 81 result = fix(result); in fix() 84 return fix(Type.getType(desc)).getDescriptor(); in fix() 88 private Type fix(final Type t) { in fix() method in NameMapping 92 String s = fix(t.getElementType()).getDescriptor(); in fix()
|
/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" 29 …tr (i32, i32* @g3, i32 1) to i64), i64 ptrtoint(i64** @__ImageBase to i64)) to i32), section ".fix" 40 }, section ".fix"
|
/external/strace/ |
D | strace.spec | 236 - build fix for newer kernel headers (#457291) 237 - fix CLONE_VFORK handling (#455078) 243 - fix biarch stat64 decoding (#222275) 244 - fix spurious "..." in printing of environment strings (#358241) 246 - fix hang wait on exited child with exited child (#354261) 247 - fix biarch fork/vfork (-f) tracing (#447475) 248 - fix biarch printing of negative argument kill (#430585) 249 - fix biarch decoding of error return values (#447587) 250 - fix -f tracing of CLONE_VFORK (#455078) 251 - fix ia64 register clobberation in -f tracing (#453438) [all …]
|
D | strace.spec.in | 236 - build fix for newer kernel headers (#457291) 237 - fix CLONE_VFORK handling (#455078) 243 - fix biarch stat64 decoding (#222275) 244 - fix spurious "..." in printing of environment strings (#358241) 246 - fix hang wait on exited child with exited child (#354261) 247 - fix biarch fork/vfork (-f) tracing (#447475) 248 - fix biarch printing of negative argument kill (#430585) 249 - fix biarch decoding of error return values (#447587) 250 - fix -f tracing of CLONE_VFORK (#455078) 251 - fix ia64 register clobberation in -f tracing (#453438) [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/python/cpython2/Modules/ |
D | nismodule.c | 59 int fix; member 80 *pfix = aliases[i].fix; in nis_mapname() 84 *pfix = aliases[i].fix; in nis_mapname() 100 int fix; member 114 if (indata->fix) { in nis_foreach() 166 int fix; in nis_match() local 175 map = nis_mapname (map, &fix); in nis_match() 176 if (fix) in nis_match() 181 if (fix) in nis_match() 211 map = nis_mapname (map, &data.fix); in nis_cat()
|
/external/deqp/scripts/src_util/ |
D | check_boms.py | 65 def checkBOMs (files, fix): argument 69 if fix: 82 fix = options.fix variable 86 checkBOMs(getFileList(os.path.normpath(dir)), fix)
|
/external/pdfium/third_party/lcms/ |
D | README.pdfium | 13 0001-fix-include.patch: fix include in lcms2_internal.h. 14 0002-old-performance-fix.patch: https://codereview.chromium.org/534363002/ 17 0005-old-fix-e-with-tilde.patch: like https://codereview.chromium.org/2411123003/ but better. 36 0023-upstream-integer-overflow-MPEmatrix_Read.patch: fix some integer overflows. 37 0024-verify-size-before-reading.patch: fix OOM issue when there won't be enough 39 0025-upstream-direct-leak-Type_MPE_Read.patch: fix leak in cmstypes.c.
|
/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/python/cpython3/Modules/ |
D | nismodule.c | 59 int fix; member 80 *pfix = aliases[i].fix; in nis_mapname() 96 int fix; member 110 if (indata->fix) { in nis_foreach() 163 int fix; in nis_match() local 180 map = nis_mapname (map, &fix); in nis_match() 181 if (fix) in nis_match() 187 if (fix) in nis_match() 217 map = nis_mapname (map, &data.fix); in nis_cat()
|
/external/curl/ |
D | RELEASE-NOTES | 16 o http2: fix incorrect trailer buffer size [40] 27 o conncache: fix several lock issues [8] 41 o CURLOPT_PRIVATE.3: fix grammar [20] 56 o conncache: fix a return code 57 o krb5: fix a potential access of uninitialized memory 63 o examples/rtsp: fix error handling macros [30] 72 o openssl: fix memory leak of SSLKEYLOGFILE filename 74 o --mail-rcpt: fix short-text description 78 o easy: fix connection ownership in curl_easy_pause [39] 80 o setopt: fix SSLVERSION to allow CURL_SSLVERSION_MAX_ values [42] [all …]
|
/external/lz4/ |
D | NEWS | 3 lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z) 4 cli : fix minor notification when using -r recursive mode 7 build : Makefile : fix make -jX lib+exe concurrency (#277) 11 fix : Makefile : release build compatible with PIE and customized compilation directives provided t… 15 cli : fix : Large file support in 32-bits mode on Mac OS-X 16 fix : compilation on gcc 4.4 (#272), reported by Antoine Martin 30 cli : fix : crash on some invalid inputs 31 cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell 32 cli : fix : detects and reports fread() errors, thanks to Hiroshi Fujishima report #243 48 Performance fix : big compression speed boost for clang (+30%) [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/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 …]
|