Home
last modified time | relevance | path

Searched refs:isSet (Results 126 - 143 of 143) sorted by relevance

123456

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_skeletons.cpp946 if (macros.unitDisplayCase.isSet()) { in generateSkeleton()
1595 if (macros.usage.isSet()) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCommandLine.h1747 template <class T> bool isSet(const T &V) {
1770 template <class T> bool isSet(const T &V) { return (Bits & Bit(V)) != 0; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h1551 template <class T> bool isSet(const T &V) {
1574 template <class T> bool isSet(const T &V) { return (Bits & Bit(V)) != 0; }
/third_party/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp529 if (!cal->isSet((UCalendarDateFields)i)) errln("FAIL: Calendar::isSet F, should be T " + fieldName((UCalendarDateFields)i)); in TestGenericAPI()
532 if (cal->isSet((UCalendarDateFields)i)) errln("FAIL: Calendar::isSet = T, should be F " + fieldName((UCalendarDateFields)i)); in TestGenericAPI()
535 if (cal->isSet((UCalendarDateFields)i)) errln("FAIL: Calendar::clear/isSet failed " + fieldName((UCalendarDateFields)i)); in TestGenericAPI()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES2.cpp5873 if (!fenceObject->isSet()) in ValidateFinishFenceNV()
5922 if (!fenceObject->isSet()) in ValidateGetFenceivNV()
6038 if (fenceObject->isSet() != GL_TRUE) in ValidateTestFenceNV()
H A DContext.cpp8285 ASSERT(fenceObject && fenceObject->isSet()); in finishFenceNV()
8293 ASSERT(fenceObject && fenceObject->isSet()); in getFenceivNV()
8394 return fenceObject->isSet(); in isFenceNV()
8423 ASSERT(fenceObject->isSet() == GL_TRUE); in testFenceNV()
/third_party/node/lib/internal/util/
H A Dinspect.js139 isSet,
893 } else if (isSet(value)) {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExecutablePropertiesTests.cpp1053 gpw.setDefaultTopology((!tescShaderModule.isSet()) ? VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST : VK_PRIMITIVE_TOPOLOGY_PATCH_LIST) in preparePipelineWrapper()
/third_party/python/Lib/test/
H A Dtest_threading.py510 e.isSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIRBuilder.h186 bool isSet() const { return (Block != nullptr); } in isSet() function in llvm::IRBuilderBase::InsertPoint
206 if (IP.isSet()) in restoreIP()
/third_party/node/src/
H A Djs_native_api_v8.cc5161 bool* isSet) {
5164 CHECK_ARG(env, isSet);
5167 *isSet = val->IsSet();
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateBasic.cpp3294 const bool useMesh = (meshShader.isSet()); in drawCommands()
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp354 [](bool isSet) { return isSet; } ); in handleLvalue()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1661 if (Arg.isSet()) in allocateVGPR32Input()
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtsserver.js[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 165 milliseconds

123456