Home
last modified time | relevance | path

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

12345678910>>...402

/external/vulkan-validation-layers/layers/generated/
Dvk_validation_error_messages.h5375 #define VUID_CMD_ENUM_LIST(prefix)\ argument
5376 prefix##NONE = 0,\
5377 prefix##BEGINCONDITIONALRENDERINGEXT = 1,\
5378 prefix##BEGINDEBUGUTILSLABELEXT = 2,\
5379 prefix##BEGINQUERY = 3,\
5380 prefix##BEGINQUERYINDEXEDEXT = 4,\
5381 prefix##BEGINRENDERPASS = 5,\
5382 prefix##BEGINRENDERPASS2KHR = 6,\
5383 prefix##BEGINTRANSFORMFEEDBACKEXT = 7,\
5384 prefix##BINDDESCRIPTORSETS = 8,\
[all …]
/external/mesa3d/src/intel/common/
Dgen_sample_positions.h34 #define GEN_SAMPLE_POS_1X(prefix) \ argument
35 prefix##0XOffset = 0.5; \
36 prefix##0YOffset = 0.5;
44 #define GEN_SAMPLE_POS_2X(prefix) \ argument
45 prefix##0XOffset = 0.75; \
46 prefix##0YOffset = 0.75; \
47 prefix##1XOffset = 0.25; \
48 prefix##1YOffset = 0.25;
58 #define GEN_SAMPLE_POS_4X(prefix) \ argument
59 prefix##0XOffset = 0.375; \
[all …]
/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/webrtc/api/test/
Dvideocodec_test_stats.cc51 std::string prefix) const { in ToString()
53 ss << prefix << "target_bitrate_kbps: " << target_bitrate_kbps; in ToString()
54 ss << "\n" << prefix << "input_framerate_fps: " << input_framerate_fps; in ToString()
55 ss << "\n" << prefix << "spatial_idx: " << spatial_idx; in ToString()
56 ss << "\n" << prefix << "temporal_idx: " << temporal_idx; in ToString()
57 ss << "\n" << prefix << "width: " << width; in ToString()
58 ss << "\n" << prefix << "height: " << height; in ToString()
59 ss << "\n" << prefix << "length_bytes: " << length_bytes; in ToString()
60 ss << "\n" << prefix << "bitrate_kbps: " << bitrate_kbps; in ToString()
61 ss << "\n" << prefix << "framerate_fps: " << framerate_fps; in ToString()
[all …]
/external/perfetto/src/trace_processor/
Dforwarding_trace_parser_unittest.cc26 const uint8_t prefix[] = ""; in TEST() local
27 EXPECT_EQ(kUnknownTraceType, GuessTraceType(prefix, 0)); in TEST()
31 const uint8_t prefix[] = "{\"traceEvents\":["; in TEST() local
32 EXPECT_EQ(kJsonTraceType, GuessTraceType(prefix, sizeof(prefix))); in TEST()
36 const uint8_t prefix[] = "# ninja log v5\n"; in TEST() local
37 EXPECT_EQ(kNinjaLogTraceType, GuessTraceType(prefix, sizeof(prefix))); in TEST()
41 const uint8_t prefix[] = "\n{ \"traceEvents\": ["; in TEST() local
42 EXPECT_EQ(kJsonTraceType, GuessTraceType(prefix, sizeof(prefix))); in TEST()
47 const uint8_t prefix[] = "[{"; in TEST() local
48 EXPECT_EQ(kJsonTraceType, GuessTraceType(prefix, sizeof(prefix))); in TEST()
[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/llvm-project/compiler-rt/lib/interception/tests/
Dinterception_win_test.cpp377 FunctionPrefixKind prefix = FunctionPrefixDetour; in TEST() local
378 TestIdentityFunctionPatching(kIdentityCodeWithPrologue, override, prefix); in TEST()
379 TestIdentityFunctionPatching(kIdentityCodeWithPushPop, override, prefix); in TEST()
380 TestIdentityFunctionPatching(kIdentityCodeWithMov, override, prefix); in TEST()
381 TestIdentityFunctionPatching(kIdentityCodeWithJump, override, prefix); in TEST()
392 FunctionPrefixKind prefix = FunctionPrefixHotPatch; in TEST() local
393 TestIdentityFunctionPatching(kIdentityCodeWithMov, override, prefix); in TEST()
398 FunctionPrefixKind prefix = FunctionPrefixNone; in TEST() local
399 TestIdentityFunctionPatching(kIdentityCodeWithPrologue, override, prefix); in TEST()
400 TestIdentityFunctionPatching(kIdentityCodeWithPushPop, override, prefix); in TEST()
[all …]
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dhsa-note-no-func.ll1 …-mcpu=gfx600 --amdhsa-code-object-version=2 | FileCheck --check-prefix=HSA --check-prefix=HSA-SI60…
2 …-mcpu=gfx601 --amdhsa-code-object-version=2 | FileCheck --check-prefix=HSA --check-prefix=HSA-SI60…
3 …-mcpu=gfx700 --amdhsa-code-object-version=2 | FileCheck --check-prefix=HSA --check-prefix=HSA-CI70…
4 …-mcpu=gfx701 --amdhsa-code-object-version=2 | FileCheck --check-prefix=HSA --check-prefix=HSA-CI70…
5 …-mcpu=gfx702 --amdhsa-code-object-version=2 | FileCheck --check-prefix=HSA --check-prefix=HSA-CI70…
6 …-mcpu=gfx703 --amdhsa-code-object-version=2 | FileCheck --check-prefix=HSA --check-prefix=HSA-CI70…
7 …-mcpu=gfx704 --amdhsa-code-object-version=2 | FileCheck --check-prefix=HSA --check-prefix=HSA-CI70…
8 …mcpu=bonaire --amdhsa-code-object-version=2 | FileCheck --check-prefix=HSA --check-prefix=HSA-CI70…
9 …mcpu=mullins --amdhsa-code-object-version=2 | FileCheck --check-prefix=HSA --check-prefix=HSA-CI70…
10 …-mcpu=hawaii --amdhsa-code-object-version=2 | FileCheck --check-prefix=HSA --check-prefix=HSA-CI70…
[all …]
/external/fonttools/Tests/misc/
Dfilenames_test.py35 prefix = "TEST_PREFIX"
40 userNameToFileName(name, prefix=prefix, suffix=suffix),
41 prefix + name_file + suffix)
44 prefix = "TEST_PREFIX"
52 name, exist, prefix=prefix, suffix=suffix)
54 self.assertEqual(generated, prefix + name_file + suffix)
56 name, exist, prefix=prefix, suffix=suffix)
60 prefix + name_file + collision_avoidance1 + suffix)
62 name, exist, prefix=prefix, suffix=suffix)
65 prefix + name_file + collision_avoidance2+ suffix)
[all …]
/external/dynamic_depth/internal/xmpmeta/xml/
Ddeserializer_impl.cc38 xmlNodePtr FindSeqNode(const xmlNodePtr node, const string& prefix, in FindSeqNode() argument
41 DepthFirstSearch(node, prefix.data(), parent_name.data()); in FindSeqNode()
50 bool GetStringProperty(const xmlNodePtr node, const string& prefix, in GetStringProperty() argument
56 if (((attribute->ns && !prefix.empty() && in GetStringProperty()
57 strcmp(FromXmlChar(attribute->ns->prefix), prefix.data()) == 0) || in GetStringProperty()
58 prefix.empty()) && in GetStringProperty()
72 bool ReadNodeContent(const xmlNodePtr node, const string& prefix, in ReadNodeContent() argument
74 auto* element = DepthFirstSearch(node, prefix.data(), node_name.data()); in ReadNodeContent()
78 if (!prefix.empty() && in ReadNodeContent()
79 (element->ns == nullptr || element->ns->prefix == nullptr || in ReadNodeContent()
[all …]
/external/cldr/tools/java/org/unicode/cldr/api/
DPrefixVisitorHost.java81 T visitor, Consumer<T> doneHandler, CldrPath prefix) { in of() argument
82 return new VisitorState(prefix, () -> doneHandler.accept(visitor)) { in of()
92 T visitor, Consumer<T> doneHandler, CldrPath prefix) { in of() argument
93 return new VisitorState(prefix, () -> doneHandler.accept(visitor)) { in of()
95 public void visitPrefixStart(CldrPath prefix, Context ctx) { in of()
96 visitor.visitPrefixStart(prefix, ctx); in of()
100 public void visitPrefixEnd(CldrPath prefix) { in of() argument
101 visitor.visitPrefixEnd(prefix); in of()
112 /* @Nullable */ private final CldrPath prefix;
115 private VisitorState(CldrPath prefix, Runnable doneCallback) {
[all …]
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/
Dsource-interleave-prefix.test1 ;; Test --prefix option.
4 ;; Test prefix option ignored for relative paths.
8 ; RUN: llvm-objdump --prefix myprefix --source %t-relative-path.o 2>&1 | \
9 ; RUN: FileCheck %s --check-prefix=CHECK-BROKEN-PREFIX -DFILE=%t-relative-path.o -DPREFIX=.
12 ;; Test invalid source interleave fixed by adding the correct prefix.
14 ; RUN: sed -e "s,SRC_COMPDIR,/Inputs,g" %p/Inputs/source-interleave.ll > %t-missing-prefix.ll
15 ; RUN: llc -o %t-missing-prefix.o -filetype=obj -mtriple=x86_64-pc-linux %t-missing-prefix.ll
16 ; RUN: llvm-objdump --prefix %p --source %t-missing-prefix.o 2>&1 | \
17 ; RUN: FileCheck %s --check-prefix=CHECK-MISSING-PREFIX-FIX
20 ;; Test valid source interleave broken by adding an incorrect prefix.
[all …]
/external/llvm-project/lldb/test/Shell/Minidump/
Ddump-all.test3 # RUN: FileCheck --check-prefix=CHECKDIR --check-prefix=CHECKCPU \
4 # RUN: --check-prefix=CHECKSTATUS --check-prefix=CHECKLSB \
5 # RUN: --check-prefix=CHECKCMD --check-prefix=CHECKENV \
6 # RUN: --check-prefix=CHECKAUX --check-prefix=CHECKMAP \
7 # RUN: --check-prefix=CHECKSTAT --check-prefix=CHECKUP --check-prefix=CHECKFD %s
9 # RUN: FileCheck --check-prefix=CHECKDIR --check-prefix=CHECKCPU \
10 # RUN: --check-prefix=CHECKSTATUS --check-prefix=CHECKLSB \
11 # RUN: --check-prefix=CHECKCMD --check-prefix=CHECKENV \
12 # RUN: --check-prefix=CHECKAUX --check-prefix=CHECKMAP \
13 # RUN: --check-prefix=CHECKSTAT --check-prefix=CHECKUP --check-prefix=CHECKFD %s
[all …]
Dfb-dump.test3 # RUN: FileCheck --check-prefix=CHECK-DIR --check-prefix=CHECK-APPDATA \
4 # RUN: --check-prefix=CHECK-BUILD --check-prefix=CHECK-VERSION \
5 # RUN: --check-prefix=CHECK-JAVA --check-prefix=CHECK-DALVIK \
6 # RUN: --check-prefix=CHECK-UNWIND --check-prefix=CHECK-ERROR \
7 # RUN: --check-prefix=CHECK-APPSTATE --check-prefix=CHECK-ABORT \
8 # RUN: --check-prefix=CHECK-THREAD --check-prefix=CHECK-LOGCAT %s
10 # RUN: FileCheck --check-prefix=CHECK-DIR --check-prefix=CHECK-APPDATA \
11 # RUN: --check-prefix=CHECK-BUILD --check-prefix=CHECK-VERSION \
12 # RUN: --check-prefix=CHECK-JAVA --check-prefix=CHECK-DALVIK \
13 # RUN: --check-prefix=CHECK-UNWIND --check-prefix=CHECK-ERROR \
[all …]
/external/llvm-project/clang/test/Driver/
Damdgpu-mcpu.cl7 // RUN: %clang -### -target r600 -mcpu=r600 %s 2>&1 | FileCheck --check-prefix=R600 %s
8 // RUN: %clang -### -target r600 -mcpu=rv630 %s 2>&1 | FileCheck --check-prefix=R600 %s
9 // RUN: %clang -### -target r600 -mcpu=rv635 %s 2>&1 | FileCheck --check-prefix=R600 %s
10 // RUN: %clang -### -target r600 -mcpu=r630 %s 2>&1 | FileCheck --check-prefix=R630 %s
11 // RUN: %clang -### -target r600 -mcpu=rs780 %s 2>&1 | FileCheck --check-prefix=RS880 %s
12 // RUN: %clang -### -target r600 -mcpu=rs880 %s 2>&1 | FileCheck --check-prefix=RS880 %s
13 // RUN: %clang -### -target r600 -mcpu=rv610 %s 2>&1 | FileCheck --check-prefix=RS880 %s
14 // RUN: %clang -### -target r600 -mcpu=rv620 %s 2>&1 | FileCheck --check-prefix=RS880 %s
15 // RUN: %clang -### -target r600 -mcpu=rv670 %s 2>&1 | FileCheck --check-prefix=RV670 %s
16 // RUN: %clang -### -target r600 -mcpu=rv710 %s 2>&1 | FileCheck --check-prefix=RV710 %s
[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/llvm-project/lld/test/MinGW/
Ddriver.test1 RUN: ld.lld -### foo.o -m i386pe | FileCheck -check-prefix=X86 %s
8 RUN: ld.lld @%t.rsp | FileCheck -check-prefix=X86 %s
10 RUN: ld.lld -### foo.o -m i386pep | FileCheck -check-prefix=X64 %s
16 RUN: ld.lld -### foo.o -m thumb2pe | FileCheck -check-prefix=ARM %s
22 RUN: ld.lld -### foo.o -m arm64pe | FileCheck -check-prefix=ARM64 %s
28 RUN: ld.lld -### foo.o -m i386pep -shared | FileCheck -check-prefix=SHARED %s
29 RUN: ld.lld -### foo.o -m i386pep --shared | FileCheck -check-prefix=SHARED %s
33 RUN: ld.lld -### foo.o -m i386pep -shared foo.def | FileCheck -check-prefix=DEF1 %s
36 RUN: ld.lld -### foo.o -m i386pep -shared FOO.DEF | FileCheck -check-prefix=DEF2 %s
39 RUN: ld.lld -### foo.o -m i386pep -obar.exe | FileCheck -check-prefix=OUT %s
[all …]
/external/tensorflow/tensorflow/core/kernels/data/
Dstats_utils.cc36 string ExecutionTimeHistogramName(const string& prefix) { in ExecutionTimeHistogramName() argument
37 return strings::StrCat(prefix, kDelimiter, kExecutionTime); in ExecutionTimeHistogramName()
40 string ThreadUtilizationScalarName(const string& prefix) { in ThreadUtilizationScalarName() argument
41 return strings::StrCat(prefix, kDelimiter, kThreadUtilization); in ThreadUtilizationScalarName()
44 string BufferSizeScalarName(const string& prefix) { in BufferSizeScalarName() argument
45 return strings::StrCat(prefix, kDelimiter, kBufferSize); in BufferSizeScalarName()
48 string BufferCapacityScalarName(const string& prefix) { in BufferCapacityScalarName() argument
49 return strings::StrCat(prefix, kDelimiter, kBufferCapacity); in BufferCapacityScalarName()
52 string BufferUtilizationHistogramName(const string& prefix) { in BufferUtilizationHistogramName() argument
53 return strings::StrCat(prefix, kDelimiter, kBufferUtilization); in BufferUtilizationHistogramName()
[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/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DAffixMatcher.java24 private final AffixPatternMatcher prefix; field in AffixMatcher
35 if (length(lhs.prefix) != length(rhs.prefix)) {
36 return length(lhs.prefix) > length(rhs.prefix) ? -1 : 1;
119 AffixPatternMatcher prefix = AffixPatternMatcher in createMatchers() local
133 posPrefix = prefix; in createMatchers()
135 } else if (Objects.equals(prefix, posPrefix) && Objects.equals(suffix, posSuffix)) { in createMatchers()
145 matchers.add(getInstance(prefix, suffix, flags)); in createMatchers()
146 if (includeUnpaired && prefix != null && suffix != null) { in createMatchers()
148 if (type == PatternSignType.POS || !Objects.equals(prefix, posPrefix)) { in createMatchers()
149 matchers.add(getInstance(prefix, null, flags)); in createMatchers()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DAffixMatcher.java22 private final AffixPatternMatcher prefix; field in AffixMatcher
33 if (length(lhs.prefix) != length(rhs.prefix)) {
34 return length(lhs.prefix) > length(rhs.prefix) ? -1 : 1;
117 AffixPatternMatcher prefix = AffixPatternMatcher in createMatchers() local
131 posPrefix = prefix; in createMatchers()
133 } else if (Objects.equals(prefix, posPrefix) && Objects.equals(suffix, posSuffix)) { in createMatchers()
143 matchers.add(getInstance(prefix, suffix, flags)); in createMatchers()
144 if (includeUnpaired && prefix != null && suffix != null) { in createMatchers()
146 if (type == PatternSignType.POS || !Objects.equals(prefix, posPrefix)) { in createMatchers()
147 matchers.add(getInstance(prefix, null, flags)); in createMatchers()
[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/python/cpython3/Lib/idlelib/idle_test/
Dtest_history.py31 self.assertIsNone(self.history.prefix)
51 self.history.prefix = line1
54 self.assertIsNone(self.history.prefix)
90 def fetch_test(self, reverse, line, prefix, index, *, bell=False): argument
102 Equal(History.prefix, prefix)
107 prefix = ''
109 test(True, line2, prefix, 1)
110 test(True, line1, prefix, 0)
111 test(True, prefix, None, None, bell=True)
114 prefix = ''
[all …]
/external/llvm-project/llvm/test/FileCheck/
Dno-multi-suffixes.txt1 …leCheckOutput not FileCheck -check-prefix=DAGNOT -input-file %s %s 2>&1 | FileCheck -check-prefix=…
2 …leCheckOutput not FileCheck -check-prefix=NOTDAG -input-file %s %s 2>&1 | FileCheck -check-prefix=…
3 …leCheckOutput not FileCheck -check-prefix=NEXTNOT -input-file %s %s 2>&1 | FileCheck -check-prefix
4 …leCheckOutput not FileCheck -check-prefix=NOTNEXT -input-file %s %s 2>&1 | FileCheck -check-prefix
5 …leCheckOutput not FileCheck -check-prefix=SAMENOT -input-file %s %s 2>&1 | FileCheck -check-prefix
6 …leCheckOutput not FileCheck -check-prefix=NOTSAME -input-file %s %s 2>&1 | FileCheck -check-prefix
22 ; ERROR: error: unsupported -NOT combo on prefix

12345678910>>...402