/external/ltp/testcases/kernel/syscalls/utils/ |
D | compat_16.mk | 61 MAKE_TARGETS += $(addsuffix _16,$(MAKE_TARGETS)) 80 %_16: CPPFLAGS += -D$(DEF_16)=1 83 %_16.o: %.c $(COMPAT_16_H)
|
/external/autotest/server/cros/tradefed_test_unittest_data/ |
D | CtsAppTestCases-retry.txt | 81 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.21.05 with prefix "… 82 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.21.05/android.app.c… 83 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.21.05/android.app.c… 139 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.21.05 with prefix "… 140 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.21.05/android.app.c… 141 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.21.05/android.app.c… 201 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.21.05 with prefix "… 202 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.21.05/android.app.c… 203 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.21.05/android.app.c… 263 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.21.05 with prefix "… [all …]
|
D | CtsAppTestCases.txt | 187 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.13.24 with prefix "… 188 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.13.24/android.app.c… 189 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.13.24/android.app.c… 249 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.13.24 with prefix "… 250 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.13.24/android.app.c… 251 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.13.24/android.app.c… 862 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.13.24 with prefix "… 863 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.13.24/android.app.c… 864 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.13.24/android.app.c… 1168 …ts-7.1_r3-linux_x86-x86/android-cts/tools/../../android-cts/logs/2017.03.26_16.13.24 with prefix "… [all …]
|
/external/skia/src/opts/ |
D | SkNx_neon.h | 518 uint16x4_t _16 = vqmovn_u32(_32); variable 519 return vqmovn_u16(vcombine_u16(_16, _16)); 523 uint16x8_t _16 = vmovl_u8(src.fVec); variable 524 return vreinterpretq_s32_u32(vmovl_u16(vget_low_u16(_16))); 553 uint16x4_t _16 = vqmovun_s32(src.fVec); variable 554 return vqmovn_u16(vcombine_u16(_16, _16));
|
D | SkNx_sse.h | 547 auto _16 = _mm_packus_epi16(_32, _32); variable 548 return _mm_packus_epi16(_16, _16); 557 auto _16 = _mm_unpacklo_epi8(src.fVec, _mm_setzero_si128()); 558 return _mm_unpacklo_epi16(_16, _mm_setzero_si128());
|
/external/slf4j/integration/src/IBUNDLE-META-INF/ |
D | MANIFEST.MF | 5 Build-Jdk: 1.6.0_16
|
/external/elfutils/tests/ |
D | run-dwarf-getstring.sh | 39 ._16
|
/external/libyuv/files/unit_test/ |
D | scale_test.cc | 296 TEST_F(LibYUVScaleTest, DISABLED_ScaleDownBy##name##_##filter##_16) { \ 338 DISABLED_##name##To##width##x##height##_##filter##_16) { \ 344 DISABLED_##name##From##width##x##height##_##filter##_16) { \
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_formats.c | 426 VF(A, R16G16_FLOAT, FLOAT, 16_16, 0), 427 VF(A, R16G16_UNORM, UNORM, 16_16, 0), 428 VF(A, R16G16_SNORM, SNORM, 16_16, 0), 429 VF(A, R16G16_SINT, SINT, 16_16, 0), 430 VF(A, R16G16_UINT, UINT, 16_16, 0), 475 VF(A, R16G16_SSCALED, SSCALED, 16_16, 0), 476 VF(A, R16G16_USCALED, USCALED, 16_16, 0),
|
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
D | 2007-07-30-PredIDom.ll | 3 %"struct.Block::$_16" = type { i32 } 4 …32, i32, %struct.Exp*, %struct.Exp*, %"struct.Exp::$_10", %"struct.Block::$_16", %"struct.Exp::$_1…
|
/external/llvm/test/Transforms/GVN/ |
D | 2007-07-30-PredIDom.ll | 3 %"struct.Block::$_16" = type { i32 } 4 …32, i32, %struct.Exp*, %struct.Exp*, %"struct.Exp::$_10", %"struct.Block::$_16", %"struct.Exp::$_1…
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | dhcp.h | 421 _9, _10, _11, _12, _13, _14, _15, _16, \ argument
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_csmt_helper.h | 28 _11,_12,_13,_14,_15,_16,_17,_18,_19,_20, \ argument
|
/external/lisa/ipynb/examples/android/benchmarks/ |
D | Android_UiBench.ipynb | 443 …_16-10760\", \"Binder:643_3-1601\", \"Binder:1060_6-1870\", \"FinalizerWatchd-2107\", \"Binder:193…
|
D | Android_Jankbench.ipynb | 618 …_16-10760\", \"Thread-48-31920\", \"peration loader-31642\", \"rild-31914\", \"Binder:2097_10-2484…
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 736 return Enum##_16; \ in getSYNC()
|
/external/pcre/dist2/ |
D | HACKING | 66 given in generic form, without the _8, _16, or _32 suffix.
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSelectionDAG.td | 836 def _16 : PatFrag<(ops node:$ptr, node:$val),
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 1039 def _16 : PatFrag<(ops node:$ptr, node:$val),
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 5203 Operand *_16 = shAmtImm(16); in lowerIntrinsicCall() local 5204 _lsr(T, T, _16); in lowerIntrinsicCall()
|
/external/icu/icu4c/source/data/mappings/ |
D | convrtrs.txt | 1304 iso-8859_16-2001 { UTR22* } ISO-8859-16 { IANA* } iso-ir-226 { IANA } ISO_8859-16:2001 { IANA }…
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 836 (!cast<PatFrag>(frag # "_16") addr:$ptr, GR16:$val))],
|
D | X86InstrInfo.td | 1827 (!cast<PatFrag>(frag # "_16") addr:$ptr, GR16:$val))],
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 54 actual names used in the libraries have a suffix _8, _16, or _32, as
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 2716 Builtin::BI##x##_8, Builtin::BI##x##_16 } in SemaBuiltinAtomicOverloaded()
|