/third_party/ltp/testcases/misc/math/float/ |
D | thread_code.c | 154 static void compute_normal(TH_DATA * th_data, double *din, double *dex, in compute_normal() argument 160 e = dex[index]; in compute_normal() 168 static void compute_atan2_hypot(TH_DATA * th_data, double *din, double *dex, in compute_atan2_hypot() argument 174 e = dex[index]; in compute_atan2_hypot() 181 static void compute_modf(TH_DATA * th_data, double *din, double *dex, in compute_modf() argument 190 e = dex[index]; in compute_modf() 210 static void compute_fmod_pow(TH_DATA * th_data, double *din, double *dex, in compute_fmod_pow() argument 216 e = dex[index]; in compute_fmod_pow() 224 static void compute_frexp_lgamma(TH_DATA * th_data, double *din, double *dex, in compute_frexp_lgamma() argument 234 e = dex[index]; in compute_frexp_lgamma() [all …]
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_text.py | 25 for dex in (-1.0, 0.3, '1.-1', '1.0', '1.0 lineend', '1.end', '1.33', 27 self.assertEqual(index(dex), '1.0') 29 for dex in 'end', 2.0, '2.1', '33.44': 30 self.assertEqual(index(dex), '2.0') 36 for dex in -1.0, 0.3, '1.-1', '1.0': 37 self.assertEqual(index(dex), '1.0') 39 for dex in '1.0 lineend', '1.end', '1.33': 40 self.assertEqual(index(dex), '1.5') 42 for dex in 'end', '33.44': 43 self.assertEqual(index(dex), '3.0')
|
D | test_configdialog.py | 1348 dex = 'end' 1349 helplist.insert(dex, 'source') 1350 helplist.activate(dex) 1353 helplist.see(dex) 1355 x, y, dx, dy = helplist.bbox(dex)
|
/third_party/toybox/lib/ |
D | args.c | 102 unsigned long long dex[3]; // bits to disable/enable/exclude in toys.optflags member 144 if (toys.optflags & opt->dex[0]) { in gotflag() 150 if (clr->arg && (i & toys.optflags & opt->dex[0])) *clr->arg = 0; in gotflag() 151 toys.optflags &= ~opt->dex[0]; in gotflag() 155 toys.optflags |= opt->dex[1]; in gotflag() 156 gof->excludes |= opt->dex[2]; in gotflag() 165 if (toys.optflags & bad->dex[2]) break; in gotflag() 333 new->dex[1] = u; in parse_optflaglist() 362 if (bits&(1<<i)) opt->dex[idx] |= bits&~(1<<i); in parse_optflaglist()
|
/third_party/toybox/tests/ |
D | file.test | 12 echo "6465780a3033350038ca8f6ce910f94e" | xxd -r -p > android.dex 60 rm empty bash.script bash.script2 env.python.script ascii android.dex
|
/third_party/python/Lib/idlelib/ |
D | help.py | 232 for lbl, dex in text.parser.toc: 233 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
|
/third_party/skia/third_party/externals/angle2/third_party/r8/playground/ |
D | .gitignore | 2 *.dex
|
D | build.sh | 18 $DEXDUMP -d classes.dex > dexdump.txt
|
/third_party/skia/third_party/externals/angle2/third_party/r8/ |
D | README.chromium | 20 R8 is a proguard-like optimizer that also has the ability to dex. 27 * Used in "build/android/gyp/dex.py" to enable desugar dependencies. 85 * This also works for dex.py, it produces d8inputs.zip
|
/third_party/libsnd/src/G72x/ |
D | g72x.c | 384 short dex ; /* Integer part of log */ in reconstruct() local 393 { dex = (dql >> 7) & 15 ; in reconstruct() 395 dq = (dqt << 7) >> (14 - dex) ; in reconstruct()
|
/third_party/ffmpeg/libavcodec/ |
D | g726.c | 185 int dql, dex, dqt; in inverse_quant() local 188 dex = (dql>>7) & 0xf; /* 4-bit exponent */ in inverse_quant() 190 return (dql < 0) ? 0 : ((dqt<<dex) >> 7); in inverse_quant()
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
D | build-amber-sample.sh | 115 $AAPT_ADD $APK_NAME classes.dex
|
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/ |
D | hdr-rgb-arboretum.hdr | 694 …�����h]uU�sl��}[�Th���fbpV\R^how_^lQ�Zya�{�s\�]�Z��RVcVqk_hmP��̮���VNe{��dex��vVa�uN�kc�s�^P��h…
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 46034 - ShareGeneratedFileData(".dex", "text/plain")); 46035 + ShareGeneratedFileData(FILE_PATH_LITERAL(".dex"), "text/plain"));
|