/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/unittests/scripts/component_bridges/ |
H A D | walk_tree_test.ts | 57 const code = `interface Person { constant 149 const code = constant 260 const code = `interface Timing { constant 292 const code = `class Foo { constant 356 const code = `interface Foo { constant 650 const code = `const enum Name { constant 675 const code = `const enum Name { constant 695 const code = `const enum Name { constant 719 const code = `const enum Name { constant 743 const code = `const enum Name { constant [all …]
|
/dports/games/endgame-singularity/singularity-1.00/singularity/i18n/utils/ |
H A D | languages.py | 56 def getAvailableLocales(cls, source): argument 63 def getLocaleNames(cls, source, code): argument 71 def getLanguages(cls, locales=None, tupletype=True, source=None): argument 127 def __init__(self, code=None, source=None): argument 156 def dispatch_source_method(cls, source, func_name, args=(), default_func=lambda: None): argument 177 def icu_import(cls, source): argument 193 def icu_getLocaleNames(cls, code): argument 200 def babel_import(cls, source): argument 213 def babel_getLocaleNames(cls, code): argument 220 def pofiles_import(cls, source): argument [all …]
|
/dports/security/libprelude/libprelude-1.2.6/src/libprelude-error/ |
H A D | prelude-error.c | 37 prelude_error_t prelude_error_make(prelude_error_source_t source, prelude_error_code_t code) in prelude_error_make() 52 prelude_error_t prelude_error_make_from_errno(prelude_error_source_t source, int err) in prelude_error_make_from_errno() 54 prelude_error_code_t code = prelude_error_code_from_errno(err); in prelude_error_make_from_errno() local 72 prelude_error_t prelude_error_verbose_make_v(prelude_error_source_t source, in prelude_error_verbose_make_v() 73 prelude_error_code_t code, const char *fmt, va_list ap) in prelude_error_verbose_make_v() 115 prelude_error_t prelude_error_verbose_make(prelude_error_source_t source, in prelude_error_verbose_make() 116 prelude_error_code_t code, const char *fmt, ...) in prelude_error_verbose_make() 195 int prelude_error_code_to_errno(prelude_error_code_t code) in prelude_error_code_to_errno()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/ |
H A D | BaseProcessor.cs | 182 protected void SendValidationEvent(string code, XmlSchemaObject source) { in SendValidationEvent() 186 protected void SendValidationEvent(string code, string msg, XmlSchemaObject source) { in SendValidationEvent() 190 …protected void SendValidationEvent(string code, string msg1, string msg2, XmlSchemaObject source) { in SendValidationEvent() 194 …protected void SendValidationEvent(string code, string[] args, Exception innerException, XmlSchema… in SendValidationEvent() 198 …protected void SendValidationEvent(string code, string msg1, string msg2, string sourceUri, int li… in SendValidationEvent() 202 …protected void SendValidationEvent(string code, XmlSchemaObject source, XmlSeverityType severity) { in SendValidationEvent() 210 …protected void SendValidationEvent(string code, string msg, XmlSchemaObject source, XmlSeverityTyp… in SendValidationEvent()
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/ |
H A D | BaseProcessor.cs | 224 protected void SendValidationEvent(string code, XmlSchemaObject source) in SendValidationEvent() 229 protected void SendValidationEvent(string code, string msg, XmlSchemaObject source) in SendValidationEvent() 234 … protected void SendValidationEvent(string code, string msg1, string msg2, XmlSchemaObject source) in SendValidationEvent() 239 …protected void SendValidationEvent(string code, string[] args, Exception innerException, XmlSchema… in SendValidationEvent() 244 …protected void SendValidationEvent(string code, string msg1, string msg2, string sourceUri, int li… in SendValidationEvent() 249 … protected void SendValidationEvent(string code, XmlSchemaObject source, XmlSeverityType severity) in SendValidationEvent() 259 …protected void SendValidationEvent(string code, string msg, XmlSchemaObject source, XmlSeverityTyp… in SendValidationEvent()
|
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/ |
H A D | README.md | 282 ### Installing Cabal 296 ### Compiling ShellCheck 336 ### Running tests 346 ### Quoting 364 ### Conditionals 401 ### Common beginner's mistakes 422 ### Style 437 ### Data and typing errors 456 ### Robustness 470 ### Portability [all …]
|
/dports/textproc/py-parso/parso-0.8.3/test/ |
H A D | test_python_errors.py | 21 def _get_error_list(code, version=None): argument 33 def test_python_exception_matches(code): argument 101 def _get_actual_exception(code): argument 158 def build(code, depth): argument 284 def test_valid_fstrings(code): argument 302 def test_valid_namedexpr(code): argument 348 def test_trailing_comma(code): argument 412 def test_unparenthesized_genexp(source, no_errors): argument 453 def test_starred_expr(source, no_errors): argument 498 def test_valid_del(code): argument [all …]
|
/dports/lang/v8/v8-9.6.180.12/test/unittests/objects/ |
H A D | osr-optimized-code-cache-unittest.cc | 47 base::ScopedVector<char> source(1024); in TEST_F() local 53 Handle<Code> code(function->code(), isolate); in TEST_F() local 80 base::ScopedVector<char> source(1024); in TEST_F() local 86 Handle<Code> code(function->code(), isolate); in TEST_F() local 123 base::ScopedVector<char> source(1024); in TEST_F() local 129 Handle<Code> code(function->code(), isolate); in TEST_F() local 169 base::ScopedVector<char> source(1024); in TEST_F() local 175 Handle<Code> code(function->code(), isolate); in TEST_F() local 240 base::ScopedVector<char> source(1024); in TEST_F() local 246 Handle<Code> code(function->code(), isolate); in TEST_F() local [all …]
|
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/jpeg_dec/src/ |
H A D | umc_jpeg_frame_constructor.cpp | 74 int32_t JpegFrameConstructor::FindMarkerCode(uint8_t * (&source), size_t & size, int32_t & startCod… in FindMarkerCode() 128 int32_t code = source[0]; in FindMarkerCode() local 149 uint8_t * source = (uint8_t *)pSource->GetDataPointer(); in CheckMarker() local 172 uint8_t * source = (uint8_t *)pSource->GetDataPointer(); in GetMarker() local 205 int32_t code = m_code; in GetMarker() local 298 int32_t code = m_code; in GetMarker() local 319 int32_t code = m_code; in EndOfStream() local
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/ |
H A D | TextBlockAPI.java | 58 String code = in test1() local 112 String code = "public class LineTerminatorTest {" + terminator + in test4() local 143 static void compPass(String source) { in compPass() 160 static void compFail(String source) { in compFail()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/ |
H A D | TextBlockAPI.java | 63 String code = in test1() local 117 String code = "public class LineTerminatorTest {" + terminator + in test4() local 200 String code = "class C {\n" + in test8() local 219 static void compPass(String source) { in compPass() 240 static void compFail(String source) { in compFail()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/ |
H A D | TextBlockAPI.java | 63 String code = in test1() local 117 String code = "public class LineTerminatorTest {" + terminator + in test4() local 200 String code = "class C {\n" + in test8() local 219 static void compPass(String source) { in compPass() 240 static void compFail(String source) { in compFail()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/ |
H A D | TextBlockAPI.java | 63 String code = in test1() local 117 String code = "public class LineTerminatorTest {" + terminator + in test4() local 201 String code = "class C {\n" + in test8() local 220 static void compPass(String source) { in compPass() 241 static void compFail(String source) { in compFail()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/ |
H A D | TextBlockAPI.java | 63 String code = in test1() local 117 String code = "public class LineTerminatorTest {" + terminator + in test4() local 200 String code = "class C {\n" + in test8() local 219 static void compPass(String source) { in compPass() 240 static void compFail(String source) { in compFail()
|
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/ |
H A D | __init__.py | 54 def dump_bytecode(code, lineno=False): argument 128 def get_code(source, *, filename="<string>", function=False): argument 141 def disassemble(source, *, filename="<string>", function=False): argument 147 def assertBlocksEqual(self, code, *expected_blocks): argument
|
/dports/audio/musicpd/mpd-0.23.6/src/lib/icu/ |
H A D | Converter.cxx | 54 UErrorCode code = U_ZERO_ERROR; in Create() local 114 const char *source = s.data(); in ToUTF8() local 116 UErrorCode code = U_ZERO_ERROR; in ToUTF8() local 144 const UChar *source = u.begin(); in FromUTF8() local 145 UErrorCode code = U_ZERO_ERROR; in FromUTF8() local
|
/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/CheckerPlugins/CodeStyleChecker/ |
H A D | CodeStyleChecker.py | 63 def error_args(self, line_number, offset, code, check, *args): argument 120 def ignoreCode(code, lineFlags): argument 151 def securityOk(code, lineFlags): argument 168 def codeStyleCheck(filename, source, args): argument 275 def __checkSyntax(filename, source): argument 320 def __checkCodeStyle(filename, source, args): argument
|
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/ |
H A D | __init__.py | 56 def dump_bytecode(code, lineno=False): argument 130 def get_code(source, *, filename="<string>", function=False): argument 143 def disassemble(source, *, filename="<string>", function=False): argument 149 def assertBlocksEqual(self, code, *expected_blocks): argument
|
/dports/net/freerdp/freerdp-2.5.0/server/Mac/ |
H A D | mf_input.c | 293 BOOL mf_input_keyboard_event(rdpInput* input, UINT16 flags, UINT16 code) in mf_input_keyboard_event() 295 CGEventSourceRef source = CGEventSourceCreate(kCGEventSourceStateHIDSystemState); in mf_input_keyboard_event() local 362 BOOL mf_input_unicode_keyboard_event(rdpInput* input, UINT16 flags, UINT16 code) in mf_input_unicode_keyboard_event() 388 CGEventSourceRef source = CGEventSourceCreate(kCGEventSourceStateHIDSystemState); in mf_input_mouse_event() local 398 CGEventSourceRef source = CGEventSourceCreate(kCGEventSourceStateHIDSystemState); in mf_input_mouse_event() local 495 BOOL mf_input_keyboard_event_dummy(rdpInput* input, UINT16 flags, UINT16 code) in mf_input_keyboard_event_dummy() 500 BOOL mf_input_unicode_keyboard_event_dummy(rdpInput* input, UINT16 flags, UINT16 code) in mf_input_unicode_keyboard_event_dummy()
|
/dports/www/phpbb3/phpBB3/phpbb/template/twig/ |
H A D | lexer.php | 18 public function tokenize(\Twig\Source $source) 142 protected function strip_surrounding_quotes($tokens, $code) 161 protected function fix_inline_variable_tokens($tokens, $code) 184 protected function add_surrounding_quotes($tokens, $code) 198 public function fix_begin_tokens($code, $parent_nodes = array()) 271 protected function fix_if_tokens($code) 303 protected function fix_define_tokens($code) 341 protected function replace_twig_tag_masks($code, $twig_tags)
|
/dports/devel/jansson/jansson-2.14/src/ |
H A D | error.c | 4 void jsonp_error_init(json_error_t *error, const char *source) { in jsonp_error_init() 17 void jsonp_error_set_source(json_error_t *error, const char *source) { in jsonp_error_set_source() 34 enum json_error_code code, const char *msg, ...) { in jsonp_error_set() 43 enum json_error_code code, const char *msg, va_list ap) { in jsonp_error_vset()
|
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/RedfishPkg/Library/JsonLib/jansson/src/ |
H A D | error.c | 4 void jsonp_error_init(json_error_t *error, const char *source) { in jsonp_error_init() 17 void jsonp_error_set_source(json_error_t *error, const char *source) { in jsonp_error_set_source() 34 enum json_error_code code, const char *msg, ...) { in jsonp_error_set() 43 enum json_error_code code, const char *msg, va_list ap) { in jsonp_error_vset()
|
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/jansson-fd3e9e3/src/ |
H A D | error.c | 4 void jsonp_error_init(json_error_t *error, const char *source) { in jsonp_error_init() 17 void jsonp_error_set_source(json_error_t *error, const char *source) { in jsonp_error_set_source() 34 enum json_error_code code, const char *msg, ...) { in jsonp_error_set() 43 enum json_error_code code, const char *msg, va_list ap) { in jsonp_error_vset()
|
/dports/editors/xvile/vile-9.8v/ |
H A D | xtermkeys.h | 8 #define DATA(tc,ti,code) { CAPNAME(tc,ti), code, 0 } argument 12 int code; member 91 int code; member 161 format_modified(char *target, const char *source, int length, int which) in format_modified() 184 add_modified_key(const char *source, int len, int code, int modify) in add_modified_key() 196 add_fkey(const char *string, int length, int code, int modify) in add_fkey() 217 #define add_fkey(string, length, code, modify) addtosysmap(string, length, code) argument 225 replace_nulls(char *target, const char *source) in replace_nulls()
|
/dports/editors/vile/vile-9.8v/ |
H A D | xtermkeys.h | 8 #define DATA(tc,ti,code) { CAPNAME(tc,ti), code, 0 } argument 12 int code; member 91 int code; member 161 format_modified(char *target, const char *source, int length, int which) in format_modified() 184 add_modified_key(const char *source, int len, int code, int modify) in add_modified_key() 196 add_fkey(const char *string, int length, int code, int modify) in add_fkey() 217 #define add_fkey(string, length, code, modify) addtosysmap(string, length, code) argument 225 replace_nulls(char *target, const char *source) in replace_nulls()
|