Home
last modified time | relevance | path

Searched refs:strictMode (Results 1 – 25 of 25) 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/typescript/src/linter/ArkTSLinter_1_0/
DCommon.ts28 strictMode?: boolean; property
DTypeScriptLinter.ts63 static strictMode: boolean; property in ts.TypeScriptLinter
96 TypeScriptLinter.strictMode = true;
206 …if (!TypeScriptLinter.strictMode && faultsAttrs[faultId].migratable) { return; } // In relax mode …
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DCommon.ts28 strictMode?: boolean; property
DTypeScriptLinter.ts61 static strictMode: boolean; property in ts.TypeScriptLinter
94 TypeScriptLinter.strictMode = true;
207 …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/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
DREADME.md18 …serted in the source html, they are handled in non-strict mode by setting `--no-strictMode` option.
99 … default. If you want them to be included into the chunked html, set the option `--no-strictMode`.
Dasciidoctor-chunker.js4strictMode:n}=e,r=t.root().clone().find("#content > #preamble, #content > .partintro, #content > .… property
/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/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/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h321 static Features strictMode();
1554 static void strictMode(Json::Value* settings);
/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/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/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/lib/
Dtypescript.d.ts8540 strictMode?: boolean; property
8894 static strictMode: boolean;
9042 strictMode?: boolean;
9419 static strictMode: boolean;
DtypescriptServices.d.ts8540 strictMode?: boolean; property
8894 static strictMode: boolean;
9042 strictMode?: boolean;
9419 static strictMode: boolean;
Dtsserverlibrary.d.ts12479 strictMode?: boolean; property
12833 static strictMode: boolean;
12981 strictMode?: boolean;
13358 static strictMode: boolean;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts8540 strictMode?: boolean; property
8894 static strictMode: boolean;
9042 strictMode?: boolean;
9419 static strictMode: boolean;
Dtsserverlibrary.d.ts12479 strictMode?: boolean; property
12833 static strictMode: boolean;
12981 strictMode?: boolean;
13358 static strictMode: boolean;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp99202 bool strictMode() const { return strictMode_; } in strictMode() function in JS::ContextOptions