Home
last modified time | relevance | path

Searched refs:strictMode (Results 1 – 23 of 23) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/metadata/init/
DMetadataParser.java54 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/
Dgtest-filter.cc139strictMode = compareStringsByIgnoreCase("true", vstr) || compareStringsByIgnoreCase("t", vstr); in postParsingArguments()
198 if (!strictMode) { in accept()
221 strictMode = false; in reset()
/third_party/jsoncpp/include/json/
Djson_features.h37 static Features strictMode();
Dreader.h361 static void strictMode(Json::Value* settings);
/third_party/typescript/src/linter/
DCommon.ts27 strictMode?: boolean; property
DTypeScriptLinter.ts58 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/
Dgtest-filter.h31 bool strictMode; variable
/third_party/vk-gl-cts/framework/common/
DtcuRasterizationVerifier.hpp249 …ene, const RasterizationArguments& args, tcu::TestLog& log, const bool strictMode = true, const bo…
DtcuRasterizationVerifier.cpp917 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/
Djson.h321 static Features strictMode();
1554 static void strictMode(Json::Value* settings);
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h321 static Features strictMode();
1554 static void strictMode(Json::Value* settings);
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h321 static Features strictMode();
1554 static void strictMode(Json::Value* settings);
/third_party/jsoncpp/src/jsontestrunner/
Dmain.cpp244 opts->features = Json::Features::strictMode(); in parseCommandLine()
/third_party/protobuf/conformance/third_party/jsoncpp/
Djson.h349 static Features strictMode();
1608 static void strictMode(Json::Value* settings);
Djsoncpp.cpp252 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/
Djson_reader.cpp68 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/
Dmain.cpp2777 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/
Djsoncpp.cpp237 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/
Djsoncpp.cpp237 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/
Djsoncpp.cpp237 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/
Dtypescript.d.ts7520 strictMode?: boolean; property
7863 static strictMode: boolean;
Dtsserverlibrary.d.ts11303 strictMode?: boolean; property
11646 static strictMode: boolean;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp99202 bool strictMode() const { return strictMode_; } in strictMode() function in JS::ContextOptions