Home
last modified time | relevance | path

Searched refs:strict (Results 126 - 150 of 455) sorted by relevance

12345678910>>...19

/third_party/node/deps/v8/tools/gcmole/
H A DMakefile47 -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 Dexported.t6 use strict;
H A Dtaint.t4 use strict;
H A Dhash.t6 use strict;
H A Dsafe2.t6 use strict;
/third_party/openssl/external/perl/Text-Template-1.56/t/
H A Dtaint.t4 use strict;
H A Dexported.t6 use strict;
H A Dhash.t6 use strict;
H A Dsafe2.t6 use strict;
/third_party/json/include/nlohmann/detail/output/
H A Dserializer.hpp45 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 Ddjpeg.c104 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 Dossaudiodev.c570 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 Dplatform.c341 * @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 Daddrconf.h92 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 Dts_fsm.c16 * 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 Daddrconf.h94 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 Dplatform.c367 * @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 Dts_fsm.c16 * 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 Dacodec.mak120 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 Dgmock-nice-strict_test.cc30 #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 Dtables.py154 strict=True,
162 if strict:
180 if strict and not ncols:
/third_party/skia/third_party/externals/harfbuzz/test/shape/
H A Dhb_test_tools.py444 def read (s, strict = True):
447 if strict:
462 if strict:
/third_party/node/deps/v8/src/d8/
H A Dd8-js.cc9 "use strict";
/third_party/zlib/
H A Dzlib2ansi15 use strict;
/third_party/ltp/lib/
H A Dsafe_file_ops.c169 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

Completed in 17 milliseconds

12345678910>>...19