/third_party/node/deps/v8/tools/gcmole/ |
H A D | Makefile | 47 -fno-rtti -fPIC -Woverloaded-virtual -Wcast-qual -fno-strict-aliasing \
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/ |
H A D | exported.t | 6 use strict;
|
H A D | taint.t | 4 use strict;
|
H A D | hash.t | 6 use strict;
|
H A D | safe2.t | 6 use strict;
|
/third_party/openssl/external/perl/Text-Template-1.56/t/ |
H A D | taint.t | 4 use strict;
|
H A D | exported.t | 6 use strict;
|
H A D | hash.t | 6 use strict;
|
H A D | safe2.t | 6 use strict;
|
/third_party/json/include/nlohmann/detail/output/ |
H A D | serializer.hpp | 45 strict, ///< throw a type_error exception in case of invalid UTF-8 member in detail::error_handler_t 68 error_handler_t error_handler_ = error_handler_t::strict) in serializer() 511 case error_handler_t::strict: in dump_escaped() 603 case error_handler_t::strict: in dump_escaped()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | djpeg.c | 104 static boolean strict; /* for -strict switch */ variable 184 fprintf(stderr, " -strict Treat all warnings as fatal\n"); in usage() 215 strict = FALSE; in parse_switches() 431 } else if (keymatch(arg, "strict", 2)) { in parse_switches() 432 strict = TRUE; in parse_switches() 593 if (strict) in djpeg()
|
/third_party/python/Modules/ |
H A D | ossaudiodev.c | 570 int wanted_fmt, wanted_channels, wanted_rate, strict=0; in oss_setparameters() local 578 &strict)) in oss_setparameters() 585 if (strict && fmt != wanted_fmt) { in oss_setparameters() 596 if (strict && channels != wanted_channels) { in oss_setparameters() 607 if (strict && rate != wanted_rate) { in oss_setparameters()
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | platform.c | 341 * @strict: require compatible property 349 struct device *parent, bool strict) in of_platform_bus_create() 359 if (strict && (!of_get_property(bus, "compatible", NULL))) { in of_platform_bus_create() 398 rc = of_platform_bus_create(child, matches, lookup, &dev->dev, strict); in of_platform_bus_create() 346 of_platform_bus_create(struct device_node *bus, const struct of_device_id *matches, const struct of_dev_auxdata *lookup, struct device *parent, bool strict) of_platform_bus_create() argument
|
/kernel/linux/linux-5.10/include/net/ |
H A D | addrconf.h | 92 const struct net_device *dev, int strict); 95 int strict, u32 banned_flags); 115 struct net_device *dev, int strict);
|
/kernel/linux/linux-5.10/lib/ |
H A D | ts_fsm.c | 16 * The algorithm differs between strict/non-strict mode specifying 22 * however while in strict mode the average runtime can be better. 139 unsigned block_len = 0, strict, consumed = state->offset; in fsm_find() local 149 if (strict) \ in fsm_find() 160 strict = fsm->tokens[0].recur != TS_FSM_HEAD_IGNORE; in fsm_find()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | addrconf.h | 94 const struct net_device *dev, int strict); 97 int strict, u32 banned_flags); 117 struct net_device *dev, int strict);
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | platform.c | 367 * @strict: require compatible property 375 struct device *parent, bool strict) in of_platform_bus_create() 385 if (strict && (!of_get_property(bus, "compatible", NULL))) { in of_platform_bus_create() 424 rc = of_platform_bus_create(child, matches, lookup, &dev->dev, strict); in of_platform_bus_create() 372 of_platform_bus_create(struct device_node *bus, const struct of_device_id *matches, const struct of_dev_auxdata *lookup, struct device *parent, bool strict) of_platform_bus_create() argument
|
/kernel/linux/linux-6.6/lib/ |
H A D | ts_fsm.c | 16 * The algorithm differs between strict/non-strict mode specifying 22 * however while in strict mode the average runtime can be better. 139 unsigned block_len = 0, strict, consumed = state->offset; in fsm_find() local 149 if (strict) \ in fsm_find() 160 strict = fsm->tokens[0].recur != TS_FSM_HEAD_IGNORE; in fsm_find()
|
/third_party/ffmpeg/tests/fate/ |
H A D | acodec.mak | 120 fate-acodec-dca: CMD = md5 -i $(TARGET_PATH)/$(SRC) -c:a dca -strict -2 -f dts -flags +bitexact -af aresample 125 fate-acodec-dca2: CMD = enc_dec_pcm dts wav s16le $(SRC) -c:a dca -strict -2 -flags +bitexact -af aresample 165 fate-acodec-s302m: ENCOPTS = -ar 48000 -strict -2
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-nice-strict_test.cc | 30 #include "gmock/gmock-nice-strict.h" 446 // Tests that a strict mock allows expected calls. 454 // Tests that an unexpected call on a strict mock fails. 463 // Tests that an uninteresting call on a strict mock fails. 471 // Tests that an uninteresting call on a strict mock fails, even if 518 StrictMock< ::Mock> strict; in TEST() local 519 EXPECT_CALL(strict, DoThis()); in TEST() 520 strict.DoThis(); in TEST()
|
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | tables.py | 154 strict=True, 162 if strict: 180 if strict and not ncols:
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/ |
H A D | hb_test_tools.py | 444 def read (s, strict = True): 447 if strict: 462 if strict:
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8-js.cc | 9 "use strict";
|
/third_party/zlib/ |
H A D | zlib2ansi | 15 use strict;
|
/third_party/ltp/lib/ |
H A D | safe_file_ops.c | 169 void (*cleanup_fn)(void), int strict, in file_lines_scanf() 202 if (strict && ret != arg_count) { in file_lines_scanf() 168 file_lines_scanf(const char *file, const int lineno, void (*cleanup_fn)(void), int strict, const char *path, const char *fmt, ...) file_lines_scanf() argument
|