Home
last modified time | relevance | path

Searched refs:COMMENT_CHAR (Results 1 – 25 of 140) sorted by relevance

123456

/dports/security/yapet/yapet-2.3/tests/passwordrecord/
H A Dpasswordrecord.cc27 constexpr auto COMMENT_CHAR{"comment"}; variable
43 passwordRecord.comment(COMMENT_CHAR); in makeTestPasswordRecordFromChar()
87 CPPUNIT_ASSERT(std::memcmp(passwordRecord.comment(), COMMENT_CHAR, in charSetterAndGetter()
105 reinterpret_cast<const std::uint8_t *>(COMMENT_CHAR), COMMENT_LEN); in uint8SetterAndGetter()
115 CPPUNIT_ASSERT(std::memcmp(passwordRecord.comment(), COMMENT_CHAR, in uint8SetterAndGetter()
126 passwordRecord.comment(COMMENT_CHAR); in serializeAndDeserialize()
144 CPPUNIT_ASSERT(std::memcmp(fromSerialized.comment(), COMMENT_CHAR, in serializeAndDeserialize()
170 std::memcmp(copied.comment(), COMMENT_CHAR, COMMENT_LEN) == 0); in copyCtor()
187 CPPUNIT_ASSERT(std::memcmp(copyAssigned.comment(), COMMENT_CHAR, in copyCtor()
209 std::memcmp(moved.comment(), COMMENT_CHAR, COMMENT_LEN) == 0); in moveCtor()
[all …]
/dports/graphics/dynamechs/dynamechs_4.0pre1/dmu/
H A DdmLoadFile.cpp69 if ((c == '\n') || (c == COMMENT_CHAR)) in readConfigParameterLabel()
93 if ((line[0] != COMMENT_CHAR) && (line[0] != '\n')) in readConfigParameterLabel()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/completion/
H A DCommandLineParser.java22 private static final String COMMENT_CHAR = "#"; field in CommandLineParser
67 …if (currentToken.contains(COMMENT_CHAR) || currentToken.contains(HASH_MAP_DEF_START_CHAR) || curre… in getCurrentToken()
/dports/audio/afsp/AFsp-v8r2/libtsp/FI/
H A DFIdReadFilt.c62 #define COMMENT_CHAR '!' macro
109 N = FLdReadTF (fp, MaxNcof, COMMENT_CHAR, h); in FIdReadFilt()
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_insert_time/
H A D__init__.py26 COMMENT_CHAR = '#' variable
33 res = [s.lstrip(DEFAULT_CHAR) for s in res if s and not s.startswith(COMMENT_CHAR)]
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_insert_time/
H A D__init__.py26 COMMENT_CHAR = '#' variable
33 res = [s.lstrip(DEFAULT_CHAR) for s in res if s and not s.startswith(COMMENT_CHAR)]
/dports/devel/py-cmd2/cmd2-2.3.2/tests/
H A Dtest_parsing.py85 (constants.COMMENT_CHAR + 'comment', []),
86 … ('not ' + constants.COMMENT_CHAR + ' a comment', ['not', constants.COMMENT_CHAR, 'a', 'comment']),
104 … ('not ' + constants.COMMENT_CHAR + ' a comment', ['not', constants.COMMENT_CHAR, 'a', 'comment']),
232 statement = parser.parse(constants.COMMENT_CHAR + ' this is all a comment')
241 command_str = 'hi ' + constants.COMMENT_CHAR + ' not a comment'
244 assert statement == constants.COMMENT_CHAR + ' not a comment'
983 valid, errmsg = parser.is_valid_command(constants.COMMENT_CHAR)
/dports/biology/jalview/jalview/src/jalview/io/
H A DScoreMatrixFile.java61 private static final String COMMENT_CHAR = "#"; field in ScoreMatrixFile
130 if (data.startsWith(COMMENT_CHAR) || data.length() == 0) in parseMatrix()
436 if (data.startsWith(COMMENT_CHAR) || data.length() == 0) in skipAAindexLine()
/dports/audio/gnuspeechsa/gnuspeechsa-0.1.5/src/
H A DKeyValueFileReader.cpp28 const char COMMENT_CHAR = '#'; variable
68 if (*iter == COMMENT_CHAR) { in KeyValueFileReader()
/dports/news/newsx/newsx-1.6/dbz/
H A Dconfigdata.h36 #define COMMENT_CHAR '#' macro
/dports/dns/ironsides/ironsides_authoritative-2015_04_15/
H A Dparser_utilities.adb29 COMMENT_CHAR : constant Character := ';'; constant
426 and s(endIdx) /= COMMENT_CHAR and s(endIdx) /= L_PAREN and s(endIdx) /= R_PAREN) loop
431 …if (s(endIdx) = BLANK or s(endIdx) = TAB or s(endIdx) = COMMENT_CHAR) and endIdx > 1 and endIdx > …
456 IF S(BegIdx) = COMMENT_CHAR then
511 and S(EndIdx) /= COMMENT_CHAR and S(EndIdx) /= L_PAREN and S(EndIdx) /= R_PAREN
517 if (S(EndIdx) = BLANK or S(EndIdx) = TAB or S(EndIdx) = COMMENT_CHAR)
546 IF S(BegIdx) = COMMENT_CHAR then
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/
H A Dupdate_mca_test_checks.py19 COMMENT_CHAR = '#' variable
21 COMMENT_CHAR)
423 '{} {}{}{} {}'.format(COMMENT_CHAR,
445 if input_line.startswith(COMMENT_CHAR):
/dports/devel/llvm11/llvm-11.0.1.src/utils/
H A Dupdate_mca_test_checks.py19 COMMENT_CHAR = '#' variable
21 COMMENT_CHAR)
423 '{} {}{}{} {}'.format(COMMENT_CHAR,
445 if input_line.startswith(COMMENT_CHAR):
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/
H A Dupdate_mca_test_checks.py19 COMMENT_CHAR = '#' variable
21 COMMENT_CHAR)
423 '{} {}{}{} {}'.format(COMMENT_CHAR,
445 if input_line.startswith(COMMENT_CHAR):
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/
H A Dupdate_mca_test_checks.py19 COMMENT_CHAR = '#' variable
21 COMMENT_CHAR)
423 '{} {}{}{} {}'.format(COMMENT_CHAR,
445 if input_line.startswith(COMMENT_CHAR):
/dports/devel/llvm10/llvm-10.0.1.src/utils/
H A Dupdate_mca_test_checks.py19 COMMENT_CHAR = '#' variable
21 COMMENT_CHAR)
423 '{} {}{}{} {}'.format(COMMENT_CHAR,
445 if input_line.startswith(COMMENT_CHAR):
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/
H A Dupdate_mca_test_checks.py19 COMMENT_CHAR = '#' variable
21 COMMENT_CHAR)
423 '{} {}{}{} {}'.format(COMMENT_CHAR,
445 if input_line.startswith(COMMENT_CHAR):
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/
H A Dupdate_mca_test_checks.py19 COMMENT_CHAR = '#' variable
21 COMMENT_CHAR)
423 '{} {}{}{} {}'.format(COMMENT_CHAR,
445 if input_line.startswith(COMMENT_CHAR):
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/
H A Dupdate_mca_test_checks.py19 COMMENT_CHAR = '#' variable
21 COMMENT_CHAR)
423 '{} {}{}{} {}'.format(COMMENT_CHAR,
445 if input_line.startswith(COMMENT_CHAR):
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/
H A Dupdate_mca_test_checks.py19 COMMENT_CHAR = '#' variable
21 COMMENT_CHAR)
423 '{} {}{}{} {}'.format(COMMENT_CHAR,
445 if input_line.startswith(COMMENT_CHAR):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/utils/
H A Dupdate_mca_test_checks.py19 COMMENT_CHAR = '#' variable
21 COMMENT_CHAR)
423 '{} {}{}{} {}'.format(COMMENT_CHAR,
445 if input_line.startswith(COMMENT_CHAR):
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/utils/
H A Dupdate_mca_test_checks.py19 COMMENT_CHAR = '#' variable
21 COMMENT_CHAR)
423 '{} {}{}{} {}'.format(COMMENT_CHAR,
445 if input_line.startswith(COMMENT_CHAR):
/dports/graphics/llvm-mesa/llvm-13.0.1.src/utils/
H A Dupdate_mca_test_checks.py19 COMMENT_CHAR = '#' variable
21 COMMENT_CHAR)
423 '{} {}{}{} {}'.format(COMMENT_CHAR,
445 if input_line.startswith(COMMENT_CHAR):
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/
H A Dupdate_mca_test_checks.py19 COMMENT_CHAR = '#' variable
21 COMMENT_CHAR)
423 '{} {}{}{} {}'.format(COMMENT_CHAR,
445 if input_line.startswith(COMMENT_CHAR):
/dports/devel/llvm70/llvm-7.0.1.src/utils/
H A Dupdate_mca_test_checks.py19 COMMENT_CHAR = '#' variable
21 COMMENT_CHAR)
368 '{} {}{}{} {}'.format(COMMENT_CHAR,
389 if input_line.startswith(COMMENT_CHAR):

123456