Home
last modified time | relevance | path

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

12345678910>>...224

/external/tcpdump/tests/
Disis-extd-ipreach-oobr.out80 IPv6 prefix: 2aa3:88dd:a090:8ff::/91, Distribution: up, Metric: 28221769, Internal
81 IPv6 prefix: ::/0, Distribution: up, Metric: 0, Internal
82 IPv6 prefix: ::/0, Distribution: up, Metric: 0, Internal
83 IPv6 prefix: ::/0, Distribution: up, Metric: 0, Internal
84 IPv6 prefix: ::/0, Distribution: up, Metric: 0, Internal
85 IPv6 prefix: ::/0, Distribution: up, Metric: 0, Internal
86 IPv6 prefix: ::/0, Distribution: up, Metric: 0, Internal
87 IPv6 prefix: ::/0, Distribution: up, Metric: 0, Internal
88 IPv6 prefix: ::/0, Distribution: up, Metric: 0, Internal
89 IPv6 prefix: ::/0, Distribution: up, Metric: 0, Internal
[all …]
/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/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/tensorflow/tensorflow/contrib/slim/python/slim/
Dsummaries.py42 def _get_summary_name(tensor, name=None, prefix=None, postfix=None): argument
56 if prefix:
57 name = prefix + '/' + name
63 def add_histogram_summary(tensor, name=None, prefix=None): argument
76 _get_summary_name(tensor, name, prefix), tensor)
79 def add_image_summary(tensor, name=None, prefix=None, print_summary=False): argument
93 summary_name = _get_summary_name(tensor, name, prefix)
105 def add_scalar_summary(tensor, name=None, prefix=None, print_summary=False): argument
120 summary_name = _get_summary_name(tensor, name, prefix)
132 def add_zero_fraction_summary(tensor, name=None, prefix=None, argument
[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/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/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/python/cpython3/Lib/idlelib/idle_test/
Dtest_history.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/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/desugar/java/com/google/devtools/build/android/desugar/
DCoreLibraryRewriter.java28 private final String prefix; field in CoreLibraryRewriter
30 public CoreLibraryRewriter(String prefix) { in CoreLibraryRewriter() argument
31 this.prefix = prefix; in CoreLibraryRewriter()
39 if (prefix.isEmpty()) { in reader()
42 return new PrefixingClassReader(content, prefix); in reader()
90 if (prefix.isEmpty() || !typeName.startsWith(prefix)) { in unprefix()
93 return typeName.substring(prefix.length()); in unprefix()
98 private final String prefix; field in CoreLibraryRewriter.PrefixingClassReader
100 PrefixingClassReader(InputStream content, String prefix) throws IOException { in PrefixingClassReader() argument
102 this.prefix = prefix; in PrefixingClassReader()
[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/Modules/
Dgetpath.c115 static char prefix[MAXPATHLEN+1]; variable
257 strncpy(prefix, home, MAXPATHLEN); in search_for_prefix()
258 delim = strchr(prefix, DELIM); in search_for_prefix()
261 joinpath(prefix, lib_python); in search_for_prefix()
262 joinpath(prefix, LANDMARK); in search_for_prefix()
267 strcpy(prefix, argv0_path); in search_for_prefix()
271 joinpath(prefix, "Modules/Setup"); in search_for_prefix()
272 if (isfile(prefix)) { in search_for_prefix()
275 strcpy(prefix, argv0_path); in search_for_prefix()
276 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/libcxx/test/std/re/re.alg/re.alg.match/
Dawk.pass.cpp36 assert(!m.prefix().matched); in main()
37 assert(m.prefix().first == s); in main()
38 assert(m.prefix().second == m[0].first); in main()
51 assert(!m.prefix().matched); in main()
52 assert(m.prefix().first == s); in main()
53 assert(m.prefix().second == m[0].first); in main()
92 assert(!m.prefix().matched); in main()
93 assert(m.prefix().first == s); in main()
94 assert(m.prefix().second == m[0].first); in main()
107 assert(!m.prefix().matched); in main()
[all …]
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/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/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/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/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 …]

12345678910>>...224