/external/spirv-llvm/tools/spirv-tool/ |
D | gen_spirv.bash | 14 prefix=$1 16 SPIRVMap<$prefix, std::string>::init() {" 18 cat $spirvHeader | sed -n -e "/^ *${prefix}[^a-z]/s:^ *${prefix}\([^= ][^= ]*\)[= ][= ]*\([0x]*[0-9… 19 printf " add(${prefix}%s, \"%s\");\n" $a $a 23 SPIRV_DEF_NAMEMAP($prefix, SPIRV${prefix}NameMap) 34 prefix=$1 36 isValid(spv::$prefix V) { 39 …cat $spirvHeader | sed -n -e "/^ *${prefix}[^a-z]/s:^ *${prefix}\([^= ][^= ]*\)[= ][= ]*\(.*\).*:\… 43 printf " case ${prefix}%s:\n" $a 54 prefix=$1 [all …]
|
/external/compiler-rt/lib/interception/tests/ |
D | interception_win_test.cc | 327 FunctionPrefixKind prefix = FunctionPrefixDetour; in TEST() local 328 TestIdentityFunctionPatching(kIdentityCodeWithPrologue, override, prefix); in TEST() 329 TestIdentityFunctionPatching(kIdentityCodeWithPushPop, override, prefix); in TEST() 330 TestIdentityFunctionPatching(kIdentityCodeWithMov, override, prefix); in TEST() 331 TestIdentityFunctionPatching(kIdentityCodeWithJump, override, prefix); in TEST() 342 FunctionPrefixKind prefix = FunctionPrefixHotPatch; in TEST() local 343 TestIdentityFunctionPatching(kIdentityCodeWithMov, override, prefix); in TEST() 348 FunctionPrefixKind prefix = FunctionPrefixNone; in TEST() local 349 TestIdentityFunctionPatching(kIdentityCodeWithPrologue, override, prefix); in TEST() 350 TestIdentityFunctionPatching(kIdentityCodeWithPushPop, override, prefix); in TEST() [all …]
|
/external/eigen/bench/btl/data/ |
D | go_mean | 15 prefix=$3 34 source mk_mean_script.sh axpy $1 11 2500 100000 250000 $mode $prefix 35 source mk_mean_script.sh axpby $1 11 2500 100000 250000 $mode $prefix 36 source mk_mean_script.sh matrix_vector $1 11 50 300 1000 $mode $prefix 37 source mk_mean_script.sh atv $1 11 50 300 1000 $mode $prefix 38 source mk_mean_script.sh matrix_matrix $1 11 100 300 1000 $mode $prefix 39 source mk_mean_script.sh aat $1 11 100 300 1000 $mode $prefix 41 source mk_mean_script.sh trmm $1 11 100 300 1000 $mode $prefix 42 source mk_mean_script.sh trisolve_vector $1 11 100 300 1000 $mode $prefix 43 source mk_mean_script.sh trisolve_matrix $1 11 100 300 1000 $mode $prefix [all …]
|
/external/llvm/test/FileCheck/ |
D | no-multi-suffixes.txt | 1 ; RUN: not FileCheck -check-prefix=DAGNOT -input-file %s %s 2>&1 | FileCheck -check-prefix=ERROR -c… 2 ; RUN: not FileCheck -check-prefix=NOTDAG -input-file %s %s 2>&1 | FileCheck -check-prefix=ERROR -c… 3 ; RUN: not FileCheck -check-prefix=NEXTNOT -input-file %s %s 2>&1 | FileCheck -check-prefix=ERROR -… 4 ; RUN: not FileCheck -check-prefix=NOTNEXT -input-file %s %s 2>&1 | FileCheck -check-prefix=ERROR -… 5 ; RUN: not FileCheck -check-prefix=SAMENOT -input-file %s %s 2>&1 | FileCheck -check-prefix=ERROR -… 6 ; RUN: not FileCheck -check-prefix=NOTSAME -input-file %s %s 2>&1 | FileCheck -check-prefix=ERROR -… 22 ; ERROR: error: unsupported -NOT combo on prefix
|
D | validate-check-prefix.txt | 1 // RUN: not FileCheck -check-prefix=A! -input-file %s %s 2>&1 | FileCheck -check-prefix=BAD_PREFIX … 2 // RUN: FileCheck -check-prefix=A1a-B_c -input-file %s %s 3 // RUN: not FileCheck -check-prefix=REPEAT -check-prefix=REPEAT -input-file %s %s 2>&1 | FileCheck … 4 // RUN: not FileCheck -check-prefix=VALID -check-prefix=A! -input-file %s %s 2>&1 | FileCheck -chec… 5 // RUN: not FileCheck -check-prefix= -input-file %s %s 2>&1 | FileCheck -check-prefix=BAD_PREFIX %s 9 ; BAD_PREFIX: Supplied check-prefix is invalid! Prefixes must be
|
/external/opencv/cv/src/ |
D | _cvlist.h | 84 #define DECLARE_LIST(type, prefix)\ argument 86 struct prefix##element_##type\ 88 struct prefix##element_##type* m_prev;\ 89 struct prefix##element_##type* m_next;\ 92 typedef struct prefix##element_##type ELEMENT_##type;\ 94 _LIST_INLINE _CVLIST* prefix##create_list_##type(long);\ 95 _LIST_INLINE void prefix##destroy_list_##type(_CVLIST*);\ 97 _LIST_INLINE CVPOS prefix##get_head_pos_##type(_CVLIST*);\ 98 _LIST_INLINE CVPOS prefix##get_tail_pos_##type(_CVLIST*);\ 99 _LIST_INLINE type* prefix##get_next_##type(CVPOS*);\ [all …]
|
/external/libcxx/test/std/re/re.alg/re.alg.search/ |
D | ecma.pass.cpp | 39 assert(!m.prefix().matched); in main() 40 assert(m.prefix().first == s); in main() 41 assert(m.prefix().second == m[0].first); in main() 54 assert(!m.prefix().matched); in main() 55 assert(m.prefix().first == s); in main() 56 assert(m.prefix().second == m[0].first); in main() 76 assert(m.prefix().matched); in main() 77 assert(m.prefix().first == s); in main() 78 assert(m.prefix().second == m[0].first); in main() 98 assert(m.prefix().matched); in main() [all …]
|
D | awk.pass.cpp | 39 assert(!m.prefix().matched); in main() 40 assert(m.prefix().first == s); in main() 41 assert(m.prefix().second == m[0].first); in main() 54 assert(!m.prefix().matched); in main() 55 assert(m.prefix().first == s); in main() 56 assert(m.prefix().second == m[0].first); in main() 76 assert(m.prefix().matched); in main() 77 assert(m.prefix().first == s); in main() 78 assert(m.prefix().second == m[0].first); in main() 98 assert(m.prefix().matched); in main() [all …]
|
D | extended.pass.cpp | 39 assert(!m.prefix().matched); in main() 40 assert(m.prefix().first == s); in main() 41 assert(m.prefix().second == m[0].first); in main() 54 assert(!m.prefix().matched); in main() 55 assert(m.prefix().first == s); in main() 56 assert(m.prefix().second == m[0].first); in main() 76 assert(m.prefix().matched); in main() 77 assert(m.prefix().first == s); in main() 78 assert(m.prefix().second == m[0].first); in main() 98 assert(m.prefix().matched); in main() [all …]
|
D | basic.pass.cpp | 45 assert(!m.prefix().matched); in main() 46 assert(m.prefix().first == s); in main() 47 assert(m.prefix().second == m[0].first); in main() 60 assert(!m.prefix().matched); in main() 61 assert(m.prefix().first == s); in main() 62 assert(m.prefix().second == m[0].first); in main() 82 assert(m.prefix().matched); in main() 83 assert(m.prefix().first == s); in main() 84 assert(m.prefix().second == m[0].first); in main() 104 assert(m.prefix().matched); in main() [all …]
|
/external/llvm/test/tools/dsymutil/ |
D | arch-option.test | 4 …s/fat-test.arm.dylib | FileCheck %s -check-prefix=ARM64 -check-prefix=ARMV7S -check-prefix=ARMV7 -… 5 ….arm.dylib -arch all | FileCheck %s -check-prefix=ARM64 -check-prefix=ARMV7S -check-prefix=ARMV7 -… 6 ….arm.dylib -arch='*' | FileCheck %s -check-prefix=ARM64 -check-prefix=ARMV7S -check-prefix=ARMV7 -… 7 …map %p/Inputs/fat-test.arm.dylib -arch arm64 | FileCheck %s -check-prefix=ARM64 -check-prefix=CHECK 8 …s/fat-test.arm.dylib -arch arm | FileCheck %s -check-prefix=ARMV7S -check-prefix=ARMV7 -check-pref… 9 …map %p/Inputs/fat-test.arm.dylib -arch armv7 | FileCheck %s -check-prefix=ARMV7 -check-prefix=CHECK 10 …dylib -arch arm64 -arch armv7s | FileCheck %s -check-prefix=ARM64 -check-prefix=ARMV7S -check-pref… 11 … -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm42 2>&1 | FileCheck %s -check-prefix=BADARCH 12 … %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch i386 2>&1 | FileCheck %s -check-prefix=EMPTY
|
/external/libxml2/ |
D | xml2-config.in | 3 prefix=@prefix@ 15 --prefix=DIR change libxml prefix [default $prefix] 16 --exec-prefix=DIR change libxml exec prefix [default $exec_prefix] 41 --prefix=*) 42 prefix=$optarg 43 includedir=$prefix/include 44 libdir=$prefix/lib 47 --prefix) 48 echo $prefix 51 --exec-prefix=*) [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | slow-unaligned-mem.ll | 3 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium3 2>&1 | FileCheck %s --check-prefix=SLOW 4 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium3m 2>&1 | FileCheck %s --check-prefix=SLOW 5 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium-m 2>&1 | FileCheck %s --check-prefix=SLOW 6 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium4 2>&1 | FileCheck %s --check-prefix=SLOW 7 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium4m 2>&1 | FileCheck %s --check-prefix=SLOW 8 … llc < %s -mtriple=i386-unknown-unknown -mcpu=yonah 2>&1 | FileCheck %s --check-prefix=SLOW 9 … llc < %s -mtriple=i386-unknown-unknown -mcpu=prescott 2>&1 | FileCheck %s --check-prefix=SLOW 10 … llc < %s -mtriple=i386-unknown-unknown -mcpu=nocona 2>&1 | FileCheck %s --check-prefix=SLOW 11 … llc < %s -mtriple=i386-unknown-unknown -mcpu=core2 2>&1 | FileCheck %s --check-prefix=SLOW 12 … llc < %s -mtriple=i386-unknown-unknown -mcpu=penryn 2>&1 | FileCheck %s --check-prefix=SLOW [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | NamespaceMappings.java | 138 public String lookupNamespace(String prefix) in lookupNamespace() argument 141 final Stack stack = getPrefixStack(prefix); in lookupNamespace() 151 MappingRecord getMappingFromPrefix(String prefix) { in getMappingFromPrefix() argument 152 final Stack stack = (Stack) m_namespaces.get(prefix); in getMappingFromPrefix() 171 String prefix = (String) prefixes.nextElement(); in lookupPrefix() local 172 String uri2 = lookupNamespace(prefix); in lookupPrefix() 175 foundPrefix = prefix; in lookupPrefix() 188 String prefix = (String) prefixes.nextElement(); in getMappingFromURI() local 189 MappingRecord map2 = getMappingFromPrefix(prefix); in getMappingFromURI() 202 boolean popNamespace(String prefix) in popNamespace() argument [all …]
|
/external/elfutils/backends/ |
D | ia64_regs.c | 42 const char **prefix, const char **setname, in ia64_register_info() argument 51 *prefix = "ar."; in ia64_register_info() 62 *prefix = ""; in ia64_register_info() 71 *prefix = ""; in ia64_register_info() 81 *prefix = ""; in ia64_register_info() 91 *prefix = ""; in ia64_register_info() 100 *prefix = ""; in ia64_register_info() 112 *prefix = ""; in ia64_register_info() 121 *prefix = ""; in ia64_register_info() 131 *prefix = ""; in ia64_register_info() [all …]
|
/external/libcxx/test/std/re/re.alg/re.alg.match/ |
D | ecma.pass.cpp | 39 assert(!m.prefix().matched); in main() 40 assert(m.prefix().first == s); in main() 41 assert(m.prefix().second == m[0].first); in main() 54 assert(!m.prefix().matched); in main() 55 assert(m.prefix().first == s); in main() 56 assert(m.prefix().second == m[0].first); in main() 95 assert(!m.prefix().matched); in main() 96 assert(m.prefix().first == s); in main() 97 assert(m.prefix().second == m[0].first); in main() 110 assert(!m.prefix().matched); in main() [all …]
|
D | extended.pass.cpp | 39 assert(!m.prefix().matched); in main() 40 assert(m.prefix().first == s); in main() 41 assert(m.prefix().second == m[0].first); in main() 54 assert(!m.prefix().matched); in main() 55 assert(m.prefix().first == s); in main() 56 assert(m.prefix().second == m[0].first); in main() 95 assert(!m.prefix().matched); in main() 96 assert(m.prefix().first == s); in main() 97 assert(m.prefix().second == m[0].first); in main() 110 assert(!m.prefix().matched); in main() [all …]
|
D | basic.pass.cpp | 45 assert(!m.prefix().matched); in main() 46 assert(m.prefix().first == s); in main() 47 assert(m.prefix().second == m[0].first); in main() 60 assert(!m.prefix().matched); in main() 61 assert(m.prefix().first == s); in main() 62 assert(m.prefix().second == m[0].first); in main() 101 assert(!m.prefix().matched); in main() 102 assert(m.prefix().first == s); in main() 103 assert(m.prefix().second == m[0].first); in main() 116 assert(!m.prefix().matched); in main() [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemElement.java | 173 String prefix, String nodeNamespace) in resolvePrefix() argument 185 return prefix; in resolvePrefix() 212 String prefix = null; in execute() local 227 prefix = QName.getPrefixPart(nodeName); in execute() 233 (prefix != null && prefix.length()>0 && nodeNamespace.length()== 0) ) in execute() 240 prefix = resolvePrefix(rhandler, prefix, nodeNamespace); in execute() 241 if (null == prefix) in execute() 242 prefix = ""; in execute() 244 if (prefix.length() > 0) in execute() 245 nodeName = (prefix + ":" + QName.getLocalPart(nodeName)); in execute() [all …]
|
/external/libvncserver/ |
D | libvncserver-config.in | 3 prefix=@prefix@ 12 prefix="`cd "$dir"; pwd`" 13 includedir="$prefix" 14 libdir="$prefix/libvncserver/.libs $prefix/libvncclient/.libs" 32 --prefix=*) 33 prefix=$optarg 38 --prefix) 39 echo $prefix 41 --exec-prefix=*) 45 --exec-prefix)
|
/external/proguard/src/proguard/gui/ |
D | FilterBuilder.java | 72 private void buildFilter(String prefix, in buildFilter() argument 85 if (name.startsWith(prefix)) in buildFilter() 106 positive.append('!').append(prefix); in buildFilter() 107 if (prefix.length() == 0 || in buildFilter() 108 prefix.charAt(prefix.length()-1) == separator) in buildFilter() 124 negative.append(prefix); in buildFilter() 125 if (prefix.length() == 0 || in buildFilter() 126 prefix.charAt(prefix.length()-1) == separator) in buildFilter() 145 if (name.startsWith(prefix)) in buildFilter() 151 name.indexOf(separator, prefix.length()+1); in buildFilter() [all …]
|
/external/llvm/test/tools/llvm-profdata/ |
D | weight-instr.test | 6 RUN: FileCheck %s -check-prefix=1X_1X_WEIGHT --check-prefix=1X_1X_WEIGHT-1 < %t.out1 7 RUN: FileCheck %s -check-prefix=1X_1X_WEIGHT --check-prefix=1X_1X_WEIGHT-2 < %t.out1 8 RUN: FileCheck %s -check-prefix=1X_1X_WEIGHT --check-prefix=1X_1X_WEIGHT-3 < %t.out1 9 RUN: FileCheck %s -check-prefix=1X_1X_WEIGHT --check-prefix=1X_1X_WEIGHT-4 < %t.out1 12 RUN: FileCheck %s -check-prefix=1X_1X_WEIGHT --check-prefix=1X_1X_WEIGHT-1 < %t.out2 13 RUN: FileCheck %s -check-prefix=1X_1X_WEIGHT --check-prefix=1X_1X_WEIGHT-2 < %t.out2 14 RUN: FileCheck %s -check-prefix=1X_1X_WEIGHT --check-prefix=1X_1X_WEIGHT-3 < %t.out2 15 RUN: FileCheck %s -check-prefix=1X_1X_WEIGHT --check-prefix=1X_1X_WEIGHT-4 < %t.out2 41 RUN: FileCheck %s -check-prefix=3X_5X_WEIGHT --check-prefix=3X_5X_WEIGHT-1 < %t.out3 42 RUN: FileCheck %s -check-prefix=3X_5X_WEIGHT --check-prefix=3X_5X_WEIGHT-2 < %t.out3 [all …]
|
/external/clang/test/Driver/ |
D | r600-mcpu.cl | 3 …# -target r600 -x cl -S -emit-llvm -mcpu=r600 %s -o - 2>&1 | FileCheck --check-prefix=R600-CHECK %s 4 … -target r600 -x cl -S -emit-llvm -mcpu=rv630 %s -o - 2>&1 | FileCheck --check-prefix=R600-CHECK %s 5 … -target r600 -x cl -S -emit-llvm -mcpu=rv635 %s -o - 2>&1 | FileCheck --check-prefix=R600-CHECK %s 6 …-target r600 -x cl -S -emit-llvm -mcpu=rv610 %s -o - 2>&1 | FileCheck --check-prefix=RS880-CHECK %s 7 …-target r600 -x cl -S -emit-llvm -mcpu=rv620 %s -o - 2>&1 | FileCheck --check-prefix=RS880-CHECK %s 8 …-target r600 -x cl -S -emit-llvm -mcpu=rs780 %s -o - 2>&1 | FileCheck --check-prefix=RS880-CHECK %s 9 …-target r600 -x cl -S -emit-llvm -mcpu=rs880 %s -o - 2>&1 | FileCheck --check-prefix=RS880-CHECK %s 10 …-target r600 -x cl -S -emit-llvm -mcpu=rv670 %s -o - 2>&1 | FileCheck --check-prefix=RV670-CHECK %s 11 …-target r600 -x cl -S -emit-llvm -mcpu=rv710 %s -o - 2>&1 | FileCheck --check-prefix=RV710-CHECK %s 12 …-target r600 -x cl -S -emit-llvm -mcpu=rv730 %s -o - 2>&1 | FileCheck --check-prefix=RV730-CHECK %s [all …]
|
/external/llvm/test/DebugInfo/X86/ |
D | tls.ll | 2 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=SINGLE --check-prefix=SINGLE-64 --check-pr… 5 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=SINGLE --check-prefix=SINGLE-32 --check-pr… 8 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=FISSION --check-prefix=GNUOP %s 11 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=SINGLE --check-prefix=SINGLE-64 --check-pr… 14 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=DARWIN --check-prefix=STDOP %s 17 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=SINGLE --check-prefix=SINGLE-64 --check-pr… 20 ; RUN: | FileCheck --check-prefix=SINGLE --check-prefix=EMUSINGLE-64 \ 21 ; RUN: --check-prefix=EMUGNUOP --check-prefix=EMU %s 24 ; RUN: | FileCheck --check-prefix=SINGLE --check-prefix=EMUSINGLE-32 \ 25 ; RUN: --check-prefix=EMUGNUOP --check-prefix=EMU %s
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | load-weird-sizes.ll | 1 …amdgcn -verify-machineinstrs < %s | FileCheck -check-prefix=SI-NOHSA -check-prefix=SI -check-prefi… 2 …kaveri -verify-machineinstrs < %s | FileCheck -check-prefix=FUNC -check-prefix=CI-HSA -check-prefi… 3 …=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=SI-NOHSA -check-prefix=SI -check-prefi… 4 … llc -march=r600 -mcpu=redwood < %s | FileCheck -check-prefix=R600 -check-prefix=EG -check-prefix=… 5 …: llc -march=r600 -mcpu=cayman < %s | FileCheck -check-prefix=R600 -check-prefix=CM -check-prefix=…
|