/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/metadata/init/ |
D | MetadataParser.java | 54 private final boolean strictMode; field in MetadataParser 56 private MetadataParser(boolean strictMode) { in MetadataParser() argument 57 this.strictMode = strictMode; in MetadataParser() 95 if (strictMode) { in handleNullSource()
|
/third_party/googletest/googletest/src/hwext/ |
D | gtest-filter.cc | 139 … strictMode = compareStringsByIgnoreCase("true", vstr) || compareStringsByIgnoreCase("t", vstr); in postParsingArguments() 198 if (!strictMode) { in accept() 221 strictMode = false; in reset()
|
/third_party/jsoncpp/include/json/ |
D | json_features.h | 37 static Features strictMode();
|
D | reader.h | 361 static void strictMode(Json::Value* settings);
|
/third_party/typescript/src/linter/ |
D | Common.ts | 27 strictMode?: boolean; property
|
D | TypeScriptLinter.ts | 58 static strictMode: boolean; property in ts.TypeScriptLinter 91 TypeScriptLinter.strictMode = true; 189 …if (!TypeScriptLinter.strictMode && faultsAttrs[faultId].migratable) { return; } // In relax mode …
|
/third_party/googletest/googletest/include/gtest/hwext/ |
D | gtest-filter.h | 31 bool strictMode; variable
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuRasterizationVerifier.hpp | 249 …ene, const RasterizationArguments& args, tcu::TestLog& log, const bool strictMode = true, const bo…
|
D | tcuRasterizationVerifier.cpp | 917 const bool strictMode, in verifyMultisampleLineGroupRasterization() argument 959 …const tcu::Vec2 lineNormalDir = (strictMode || scene.isRectangular) ? tcu::Vec2(lineDir.y(), -line… in verifyMultisampleLineGroupRasterization() 1084 …logStash->messages.push_back("Rasterization line draw strictness mode: " + std::string(strictMode … in verifyMultisampleLineGroupRasterization() 1097 const bool strictMode) in verifyMultisampleLineGroupRasterization() argument 1100 …pRasterization(surface, scene, args, log, clipMode, logStash, vulkanLinesTest, strictMode, true) || in verifyMultisampleLineGroupRasterization() 1101 …upRasterization(surface, scene, args, log, clipMode, logStash, vulkanLinesTest, strictMode, false); in verifyMultisampleLineGroupRasterization() 1103 …oupRasterization(surface, scene, args, log, clipMode, logStash, vulkanLinesTest, strictMode, true); in verifyMultisampleLineGroupRasterization() 1110 const bool strictMode) in verifyMultisampleLineGroupInterpolationInternal() argument 1138 …const tcu::Vec2 lineNormalDir = (strictMode || scene.isRectangular) ? tcu::Vec2(lineDir.y(), -line… in verifyMultisampleLineGroupInterpolationInternal() 1191 if (strictMode) in verifyMultisampleLineGroupInterpolationInternal() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 321 static Features strictMode(); 1554 static void strictMode(Json::Value* settings);
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 321 static Features strictMode(); 1554 static void strictMode(Json::Value* settings);
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 321 static Features strictMode(); 1554 static void strictMode(Json::Value* settings);
|
/third_party/jsoncpp/src/jsontestrunner/ |
D | main.cpp | 244 opts->features = Json::Features::strictMode(); in parseCommandLine()
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | json.h | 349 static Features strictMode(); 1608 static void strictMode(Json::Value* settings);
|
D | jsoncpp.cpp | 252 Features Features::strictMode() { in strictMode() function in Json::Features 2157 void CharReaderBuilder::strictMode(Json::Value* settings) in strictMode() function in Json::CharReaderBuilder
|
/third_party/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 68 Features Features::strictMode() { in strictMode() function in Json::Features 1948 void CharReaderBuilder::strictMode(Json::Value* settings) { in strictMode() function in Json::CharReaderBuilder
|
/third_party/jsoncpp/src/test_lib_json/ |
D | main.cpp | 2777 new Json::Reader(Json::Features{}.strictMode())); in setStrictMode() 3258 b.strictMode(&b.settings_); in JSONTEST_FIXTURE_LOCAL() 3297 b.strictMode(&b.settings_); in JSONTEST_FIXTURE_LOCAL() 3308 b.strictMode(&b.settings_); in JSONTEST_FIXTURE_LOCAL()
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 237 Features Features::strictMode() { in strictMode() function in Json::Features 2129 void CharReaderBuilder::strictMode(Json::Value* settings) in strictMode() function in Json::CharReaderBuilder
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 237 Features Features::strictMode() { in strictMode() function in Json::Features 2129 void CharReaderBuilder::strictMode(Json::Value* settings) in strictMode() function in Json::CharReaderBuilder
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 237 Features Features::strictMode() { in strictMode() function in Json::Features 2129 void CharReaderBuilder::strictMode(Json::Value* settings) in strictMode() function in Json::CharReaderBuilder
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 7520 strictMode?: boolean; property 7863 static strictMode: boolean;
|
D | tsserverlibrary.d.ts | 11303 strictMode?: boolean; property 11646 static strictMode: boolean;
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 99202 bool strictMode() const { return strictMode_; } in strictMode() function in JS::ContextOptions
|