Home
last modified time | relevance | path

Searched refs:section_prefix (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/coveragepy/coverage/
H A Dconfig.py20 def __init__(self, section_prefix): argument
22 self.section_prefix = section_prefix
32 section = self.section_prefix + section
36 section = self.section_prefix + section
40 section = self.section_prefix + section
60 section = self.section_prefix + section
205 def from_file(self, filename, section_prefix=""): argument
215 cp = HandyConfigParser(section_prefix)
240 if section_prefix:
241 section = section_prefix + section
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/coverage/coverage/
H A Dconfig.py20 def __init__(self, section_prefix): argument
22 self.section_prefix = section_prefix
32 section = self.section_prefix + section
36 section = self.section_prefix + section
40 section = self.section_prefix + section
60 section = self.section_prefix + section
204 def from_file(self, filename, section_prefix=""): argument
214 cp = HandyConfigParser(section_prefix)
239 if section_prefix:
240 section = section_prefix + section
/dports/emulators/mednafen/mednafen/src/md/input/
H A Dgamepad.cpp37 …tion(StateMem *sm, const unsigned load, const bool data_only, const char *section_prefix) override;
53 …tion(StateMem *sm, const unsigned load, const bool data_only, const char *section_prefix) override;
75 …tion(StateMem *sm, const unsigned load, const bool data_only, const char *section_prefix) override;
110 …2::StateAction(StateMem *sm, const unsigned load, const bool data_only, const char *section_prefix) in StateAction() argument
120 trio_snprintf(sname, sizeof(sname), "%s-gp2", section_prefix); in StateAction()
181 …3::StateAction(StateMem *sm, const unsigned load, const bool data_only, const char *section_prefix) in StateAction() argument
191 trio_snprintf(sname, sizeof(sname), "%s-gp3", section_prefix); in StateAction()
240 …6::StateAction(StateMem *sm, const unsigned load, const bool data_only, const char *section_prefix) in StateAction() argument
253 trio_snprintf(sname, sizeof(sname), "%s-gp6", section_prefix); in StateAction()
H A D4way.cpp41 …m::StateAction(StateMem *sm, const unsigned load, const bool data_only, const char *section_prefix) in StateAction() argument
44 parent->StateAction(sm, load, data_only, section_prefix); in StateAction()
155 …y::StateAction(StateMem *sm, const unsigned load, const bool data_only, const char *section_prefix) in StateAction() argument
165 trio_snprintf(sname, sizeof(sname), "%s-4W", section_prefix); in StateAction()
178 trio_snprintf(ss_prefix, sizeof(ss_prefix), "%s-4W%u", section_prefix, i); in StateAction()
/dports/mail/emailrelay/emailrelay-1.9/src/gui/
H A Dmapfile.cpp42 const std::string & section_prefix , bool in_section_predicate ) in read() argument
66 bool in_section = section_prefix.empty() || line.find(section_prefix) == 0U ; in read()
114 …le::edit( const G::Path & path , const G::StringMap & map_in , const std::string & section_prefix , in edit() argument
121 commentOut( lines , section_prefix , in_section_predicate ) ; in edit()
153 void MapFile::commentOut( List & line_list , const std::string & section_prefix , bool in_section_p… in commentOut() argument
160 bool in_section = section_prefix.empty() || line.find(section_prefix) == 0U ; in commentOut()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/setuptools/
H A Dconfig.py72 obj_alias = handler.section_prefix
118 section_prefix = None variable in ConfigHandler
134 section_prefix = self.section_prefix
136 if not section_name.startswith(section_prefix):
139 section_name = section_name.replace(section_prefix, '').strip('.')
374 self.section_prefix, section_name))
381 section_prefix = 'metadata' variable in ConfigMetadataHandler
449 section_prefix = 'options' variable in ConfigOptionsHandler
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/setuptools/
H A Dconfig.py72 obj_alias = handler.section_prefix
118 section_prefix = None variable in ConfigHandler
134 section_prefix = self.section_prefix
136 if not section_name.startswith(section_prefix):
139 section_name = section_name.replace(section_prefix, '').strip('.')
374 self.section_prefix, section_name))
381 section_prefix = 'metadata' variable in ConfigMetadataHandler
449 section_prefix = 'options' variable in ConfigOptionsHandler
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/SampleProfile/
H A Dsection-accurate-samplepgo.ll14 ; CHECK-NOT: foo_not_in_profile{{.*}}!section_prefix
16 ; UNKNOWN: foo_not_in_profile{{.*}}!prof ![[NOPROFILE_ID:[0-9]+]] !section_prefix ![[UNKNOWN_ID:[0-…
17 ; ACCURATE: foo_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
25 ; CHECK: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
26 ; ACCURATE: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/SampleProfile/
H A Dsection-accurate-samplepgo.ll14 ; CHECK-NOT: foo_not_in_profile{{.*}}!section_prefix
16 ; UNKNOWN: foo_not_in_profile{{.*}}!prof ![[NOPROFILE_ID:[0-9]+]] !section_prefix ![[UNKNOWN_ID:[0-…
17 ; ACCURATE: foo_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
25 ; CHECK: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
26 ; ACCURATE: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/SampleProfile/
H A Dsection-accurate-samplepgo.ll14 ; CHECK-NOT: foo_not_in_profile{{.*}}!section_prefix
16 ; UNKNOWN: foo_not_in_profile{{.*}}!prof ![[NOPROFILE_ID:[0-9]+]] !section_prefix ![[UNKNOWN_ID:[0-…
17 ; ACCURATE: foo_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
25 ; CHECK: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
26 ; ACCURATE: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/SampleProfile/
H A Dsection-accurate-samplepgo.ll14 ; CHECK-NOT: foo_not_in_profile{{.*}}!section_prefix
16 ; UNKNOWN: foo_not_in_profile{{.*}}!prof ![[NOPROFILE_ID:[0-9]+]] !section_prefix ![[UNKNOWN_ID:[0-…
17 ; ACCURATE: foo_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
25 ; CHECK: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
26 ; ACCURATE: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/SampleProfile/
H A Dsection-accurate-samplepgo.ll14 ; CHECK-NOT: foo_not_in_profile{{.*}}!section_prefix
16 ; UNKNOWN: foo_not_in_profile{{.*}}!prof ![[NOPROFILE_ID:[0-9]+]] !section_prefix ![[UNKNOWN_ID:[0-…
17 ; ACCURATE: foo_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
25 ; CHECK: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
26 ; ACCURATE: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/SampleProfile/
H A Dsection-accurate-samplepgo.ll14 ; CHECK-NOT: foo_not_in_profile{{.*}}!section_prefix
16 ; UNKNOWN: foo_not_in_profile{{.*}}!prof ![[NOPROFILE_ID:[0-9]+]] !section_prefix ![[UNKNOWN_ID:[0-…
17 ; ACCURATE: foo_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
25 ; CHECK: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
26 ; ACCURATE: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/SampleProfile/
H A Dsection-accurate-samplepgo.ll14 ; CHECK-NOT: foo_not_in_profile{{.*}}!section_prefix
16 ; UNKNOWN: foo_not_in_profile{{.*}}!prof ![[NOPROFILE_ID:[0-9]+]] !section_prefix ![[UNKNOWN_ID:[0-…
17 ; ACCURATE: foo_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
25 ; CHECK: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
26 ; ACCURATE: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/SampleProfile/
H A Dsection-accurate-samplepgo.ll14 ; CHECK-NOT: foo_not_in_profile{{.*}}!section_prefix
16 ; UNKNOWN: foo_not_in_profile{{.*}}!prof ![[NOPROFILE_ID:[0-9]+]] !section_prefix ![[UNKNOWN_ID:[0-…
17 ; ACCURATE: foo_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
25 ; CHECK: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
26 ; ACCURATE: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/SampleProfile/
H A Dsection-accurate-samplepgo.ll14 ; CHECK-NOT: foo_not_in_profile{{.*}}!section_prefix
16 ; UNKNOWN: foo_not_in_profile{{.*}}!prof ![[NOPROFILE_ID:[0-9]+]] !section_prefix ![[UNKNOWN_ID:[0-…
17 ; ACCURATE: foo_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
25 ; CHECK: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
26 ; ACCURATE: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/SampleProfile/
H A Dsection-accurate-samplepgo.ll14 ; CHECK-NOT: foo_not_in_profile{{.*}}!section_prefix
16 ; UNKNOWN: foo_not_in_profile{{.*}}!prof ![[NOPROFILE_ID:[0-9]+]] !section_prefix ![[UNKNOWN_ID:[0-…
17 ; ACCURATE: foo_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
25 ; CHECK: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
26 ; ACCURATE: bar_not_in_profile{{.*}}!prof ![[ZERO_ID:[0-9]+]] !section_prefix ![[COLD_ID:[0-9]+]]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/CodeGenPrepare/X86/
H A Dsection-samplepgo.ll7 ; CHECK: hot_func{{.*}}!section_prefix ![[HOT_ID:[0-9]+]]
13 ; CHECK: hot_call_func{{.*}}!section_prefix ![[HOT_ID]]
21 ; CHECK-NOT: normal_func{{.*}}!section_prefix
30 ; CHECK: cold_func{{.*}}!section_prefix ![[COLD_ID:[0-9]+]]
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/CodeGenPrepare/
H A Dsection-samplepgo.ll7 ; CHECK: hot_func{{.*}}!section_prefix ![[HOT_ID:[0-9]+]]
13 ; CHECK: hot_call_func{{.*}}!section_prefix ![[HOT_ID]]
21 ; CHECK-NOT: normal_func{{.*}}!section_prefix
30 ; CHECK: cold_func{{.*}}!section_prefix ![[COLD_ID:[0-9]+]]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/CodeGenPrepare/X86/
H A Dsection-samplepgo.ll7 ; CHECK: hot_func{{.*}}!section_prefix ![[HOT_ID:[0-9]+]]
13 ; CHECK: hot_call_func{{.*}}!section_prefix ![[HOT_ID]]
21 ; CHECK-NOT: normal_func{{.*}}!section_prefix
30 ; CHECK: cold_func{{.*}}!section_prefix ![[COLD_ID:[0-9]+]]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/CodeGenPrepare/X86/
H A Dsection-samplepgo.ll7 ; CHECK: hot_func{{.*}}!section_prefix ![[HOT_ID:[0-9]+]]
13 ; CHECK: hot_call_func{{.*}}!section_prefix ![[HOT_ID]]
21 ; CHECK-NOT: normal_func{{.*}}!section_prefix
30 ; CHECK: cold_func{{.*}}!section_prefix ![[COLD_ID:[0-9]+]]
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/CodeGenPrepare/X86/
H A Dsection-samplepgo.ll7 ; CHECK: hot_func{{.*}}!section_prefix ![[HOT_ID:[0-9]+]]
13 ; CHECK: hot_call_func{{.*}}!section_prefix ![[HOT_ID]]
21 ; CHECK-NOT: normal_func{{.*}}!section_prefix
30 ; CHECK: cold_func{{.*}}!section_prefix ![[COLD_ID:[0-9]+]]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/CodeGenPrepare/X86/
H A Dsection-samplepgo.ll7 ; CHECK: hot_func{{.*}}!section_prefix ![[HOT_ID:[0-9]+]]
13 ; CHECK: hot_call_func{{.*}}!section_prefix ![[HOT_ID]]
21 ; CHECK-NOT: normal_func{{.*}}!section_prefix
30 ; CHECK: cold_func{{.*}}!section_prefix ![[COLD_ID:[0-9]+]]
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/CodeGenPrepare/
H A Dsection-samplepgo.ll7 ; CHECK: hot_func{{.*}}!section_prefix ![[HOT_ID:[0-9]+]]
13 ; CHECK: hot_call_func{{.*}}!section_prefix ![[HOT_ID]]
21 ; CHECK-NOT: normal_func{{.*}}!section_prefix
30 ; CHECK: cold_func{{.*}}!section_prefix ![[COLD_ID:[0-9]+]]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/CodeGenPrepare/
H A Dsection-samplepgo.ll7 ; CHECK: hot_func{{.*}}!section_prefix ![[HOT_ID:[0-9]+]]
13 ; CHECK: hot_call_func{{.*}}!section_prefix ![[HOT_ID]]
21 ; CHECK-NOT: normal_func{{.*}}!section_prefix
30 ; CHECK: cold_func{{.*}}!section_prefix ![[COLD_ID:[0-9]+]]

1234567