Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 5006) sorted by relevance

12345678910>>...201

/external/mesa3d/src/intel/common/
Dgen_sample_positions.h26 #define GEN_SAMPLE_POS_1X(prefix) \ argument
27 prefix##0XOffset = 0.5; \
28 prefix##0YOffset = 0.5;
30 #define GEN_SAMPLE_POS_2X(prefix) \ argument
31 prefix##0XOffset = 0.25; \
32 prefix##0YOffset = 0.25; \
33 prefix##1XOffset = 0.75; \
34 prefix##1YOffset = 0.75;
36 #define GEN_SAMPLE_POS_4X(prefix) \ argument
37 prefix##0XOffset = 0.375; \
[all …]
/external/spirv-llvm/tools/spirv-tool/
Dgen_spirv.bash14 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/
Dinterception_win_test.cc327 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/
Dgo_mean15 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/python/cpython2/Tools/bgen/bgen/
DbgenObjectDefinition.py12 def __init__(self, name, prefix, itselftype): argument
22 GeneratorGroup.__init__(self, prefix or name)
89 self.prefix, self.typename, self.typename)
94 self.static, self.prefix, self.prefix, self.basechain)
101 Output("%sPyObject *%s_New(%s%s %sitself)", self.static, self.prefix,
122 Output("%sint %s_Convert(PyObject *v, %s *p_itself)", self.static, self.prefix,
126 Output("if (!%s_Check(v))", self.prefix)
140 Output("static void %s_dealloc(%s *self)", self.prefix, self.objecttype)
160 Output("static PyObject *%s_getattr(%s *self, char *name)", self.prefix, self.objecttype)
168 self.prefix)
[all …]
/external/llvm/test/FileCheck/
Dno-multi-suffixes.txt1 ; 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
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_idlehistory.py28 self.assertIsNone(self.history.prefix)
48 self.history.prefix = line1
51 self.assertIsNone(self.history.prefix)
86 def fetch_test(self, reverse, line, prefix, index, bell=False): argument
98 Equal(History.prefix, prefix)
103 prefix = ''
105 test(True, line2, prefix, 1)
106 test(True, line1, prefix, 0)
107 test(True, prefix, None, None, bell=True)
110 prefix = ''
[all …]
/external/libcxx/test/std/re/re.alg/re.alg.search/
Decma.pass.cpp39 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 …]
Dawk.pass.cpp39 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 …]
Dextended.pass.cpp39 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 …]
Dbasic.pass.cpp45 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/libxml2/
Dxml2-config.in3 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/tools/dsymutil/
Darch-option.test4 …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/python/cpython2/Demo/comparisons/
Dsystemtest.py31 prefix = sys.argv[1]
33 prefix = ''
34 if prefix:
35 os.chdir(prefix)
36 if prefix[-1:] != '/': prefix = prefix + '/'
37 reportboguslinks(prefix)
41 def reportboguslinks(prefix): argument
45 print "%s%s: can't list: %s" % (prefix, '.', msg)
54 print "%s%s: can't stat: %s" % (prefix, name, msg)
61 (prefix, name, os.readlink(name))
[all …]
/external/python/cpython2/Modules/
Dgetpath.c107 static char prefix[MAXPATHLEN+1]; variable
249 strncpy(prefix, home, MAXPATHLEN); in search_for_prefix()
250 delim = strchr(prefix, DELIM); in search_for_prefix()
253 joinpath(prefix, lib_python); in search_for_prefix()
254 joinpath(prefix, LANDMARK); in search_for_prefix()
259 strcpy(prefix, argv0_path); in search_for_prefix()
260 joinpath(prefix, "Modules/Setup"); in search_for_prefix()
261 if (isfile(prefix)) { in search_for_prefix()
264 strcpy(prefix, argv0_path); in search_for_prefix()
265 joinpath(prefix, vpath); in search_for_prefix()
[all …]
/external/llvm/test/CodeGen/X86/
Dslow-unaligned-mem.ll3 … 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/elfutils/backends/
Dia64_regs.c42 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/apache-xml/src/main/java/org/apache/xml/serializer/
DNamespaceMappings.java138 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/apache-xml/src/main/java/org/apache/xalan/templates/
DElemElement.java173 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/
Dlibvncserver-config.in3 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/libcxx/test/std/re/re.alg/re.alg.match/
Decma.pass.cpp39 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 …]
Dextended.pass.cpp39 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 …]
/external/python/cpython2/Lib/lib-tk/
DFixTk.py49 prefix = os.path.join(sys.prefix,"tcl") variable
50 if not os.path.exists(prefix):
55 prefix = os.path.join(sys.prefix, "externals", tcltk, "lib") variable
56 prefix = os.path.abspath(prefix) variable
58 if os.path.exists(prefix):
59 prefix = convert_path(prefix) variable
61 for name in os.listdir(prefix):
63 tcldir = os.path.join(prefix,name)
71 v = os.path.join(prefix, 'tk'+ver)
77 for name in os.listdir(prefix):
[all …]
/external/proguard/src/proguard/gui/
DFilterBuilder.java72 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/python/cpython2/Lib/lib2to3/fixes/
Dfix_idioms.py103 x.prefix = u""
104 T.prefix = u" "
107 test.prefix = u" "
109 test.prefix = node.prefix
114 one.replace(Name(u"True", prefix=one.prefix))
123 list_call.replace(Name(u"sorted", prefix=list_call.prefix))
126 new.prefix = u""
128 prefix=simple_expr.prefix))
133 btwn = sort_stmt.prefix
141 prefix_lines = (btwn.rpartition(u"\n")[0], next_stmt[0].prefix)
[all …]

12345678910>>...201