/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | DateTimeStyleSet.java | 28 if(!isSet(which)) { in getOrNone() 50 if(isSet(field)) { in handleParseValue()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationCL.cpp | 247 if (hostRead && buf.getFlags().isSet(CL_MEM_HOST_WRITE_ONLY | CL_MEM_HOST_NO_ACCESS)) in ValidateEnqueueBuffer() 254 if (hostWrite && buf.getFlags().isSet(CL_MEM_HOST_READ_ONLY | CL_MEM_HOST_NO_ACCESS)) in ValidateEnqueueBuffer() 375 if (hostRead && img.getFlags().isSet(CL_MEM_HOST_WRITE_ONLY | CL_MEM_HOST_NO_ACCESS)) in ValidateEnqueueImage() 382 if (hostWrite && img.getFlags().isSet(CL_MEM_HOST_READ_ONLY | CL_MEM_HOST_NO_ACCESS)) in ValidateEnqueueImage() 858 if ((host_ptr != nullptr) != flags.isSet(CL_MEM_USE_HOST_PTR | CL_MEM_COPY_HOST_PTR)) in ValidateCreateBuffer() 1915 ValidateEnqueueBuffer(queue, buffer, map_flags.isSet(CL_MAP_READ), in ValidateEnqueueMapBuffer() 1916 map_flags.isSet(CL_MAP_WRITE | CL_MAP_WRITE_INVALIDATE_REGION))); in ValidateEnqueueMapBuffer() 1950 ValidateEnqueueImage(queue, image, map_flags.isSet(CL_MAP_READ), in ValidateEnqueueMapImage() 1951 map_flags.isSet(CL_MAP_WRITE | CL_MAP_WRITE_INVALIDATE_REGION))); in ValidateEnqueueMapImage() 2405 if ((bufFlags.isSet(CL_MEM_WRITE_ONL in ValidateCreateSubBuffer() [all...] |
H A D | Fence_unittest.cpp | 59 EXPECT_FALSE(mFence->isSet()); in TEST_F() 61 EXPECT_TRUE(mFence->isSet()); in TEST_F()
|
H A D | CLMemory.cpp | 162 mHostPtr(flags.isSet(CL_MEM_USE_HOST_PTR) ? hostPtr : nullptr), in Memory() 197 mHostPtr(flags.isSet(CL_MEM_USE_HOST_PTR) ? hostPtr : nullptr), in Memory()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | pipeline.h | 83 void SetVaryingSubgroupSize(const bool isSet) { in SetVaryingSubgroupSize() argument 84 varying_subgroup_size_ = isSet; in SetVaryingSubgroupSize() 88 void SetRequireFullSubgroups(const bool isSet) { in SetRequireFullSubgroups() argument 89 require_full_subgroups_ = isSet; in SetRequireFullSubgroups() 284 Result SetShaderVaryingSubgroupSize(const Shader* shader, const bool isSet); 287 Result SetShaderRequireFullSubgroups(const Shader* shader, const bool isSet);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | EraRules.java | 63 if (isSet(startDates[eraIdx])) { in getInstance() 91 if (isSet(startDates[eraIdx])) { in getInstance() 237 private static boolean isSet(int startDate) { in isSet() method in EraRules
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | EraRules.java | 65 if (isSet(startDates[eraIdx])) { in getInstance() 93 if (isSet(startDates[eraIdx])) { in getInstance() 239 private static boolean isSet(int startDate) { in isSet() method in EraRules
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUArgumentUsageInfo.h | 59 bool isSet() const { in isSet() function 64 return isSet(); in operator bool()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPipelineConstructionUtil.cpp | 2559 const bool hasTesc = (tessellationControlShader.isSet() || tescShaderModuleId.ptr); in setupPreRasterizationShaderState3() 2560 const bool hasTese = (tessellationEvalShader.isSet() || teseShaderModuleId.ptr); in setupPreRasterizationShaderState3() 2561 const bool hasGeom = (geometryShader.isSet() || geomShaderModuleId.ptr); in setupPreRasterizationShaderState3() 2594 if (!vertexShader.isSet()) in setupPreRasterizationShaderState3() 2618 if (!tessellationControlShader.isSet()) in setupPreRasterizationShaderState3() 2643 if (!tessellationEvalShader.isSet()) in setupPreRasterizationShaderState3() 2668 if (!geometryShader.isSet()) in setupPreRasterizationShaderState3() 2787 const bool hasTask = (taskShader.isSet()); in setupPreRasterizationMeshShaderState() 2973 const bool hasFrag = (fragmentShader.isSet() || fragmentShaderModuleId.ptr); in setupFragmentShaderState2() 2999 if (!fragmentShader.isSet()) in setupFragmentShaderState2() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 2205 const auto rasterizationState = makeRasterizationState(!fragModule.isSet()); in iterate() 2254 if (tescModule.isSet()) in iterate() 2260 if (teseModule.isSet()) in iterate() 2266 if (geomModule.isSet()) in iterate() 2272 if (fragModule.isSet()) in iterate() 2287 const auto rasterizationState = makeRasterizationState(!fragModule.isSet()); in iterate() 2546 if (chitModule.isSet()) in iterate() 2549 if (ahitModule.isSet()) in iterate() 2552 if (isecModule.isSet()) in iterate() 2555 if (missModule.isSet()) in iterate() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
H A D | Period.java | 167 public boolean isSet() { in isSet() method in Period 181 public boolean isSet(TimeUnit unit) { in isSet() method in Period
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/ |
H A D | Period.java | 169 public boolean isSet() { in isSet() method in Period 183 public boolean isSet(TimeUnit unit) { in isSet() method in Period
|
/third_party/icu/icu4c/source/i18n/ |
H A D | erarules.cpp | 37 static UBool isSet(int startDate) { in isSet() function 153 if (isSet(startDates[eraIdx])) { in createInstance() 188 if (isSet(startDates[eraIdx])) { in createInstance()
|
H A D | inputext.h | 38 UBool isSet() const;
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | erarules.cpp | 37 static UBool isSet(int startDate) { in isSet() function 153 if (isSet(startDates[eraIdx])) { in createInstance() 188 if (isSet(startDates[eraIdx])) { in createInstance()
|
H A D | inputext.h | 38 UBool isSet() const;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | erarules.cpp | 37 static UBool isSet(int startDate) { in isSet() function 153 if (isSet(startDates[eraIdx])) { in createInstance() 188 if (isSet(startDates[eraIdx])) { in createInstance()
|
H A D | inputext.h | 38 UBool isSet() const;
|
/third_party/node/lib/internal/util/ |
H A D | comparisons.js | 37 isSet, 226 } else if (isSet(val1)) { 227 if (!isSet(val2) || val1.size !== val2.size) { 246 isSet(val2) ||
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | CoderMixer2.cpp | 386 bool isSet = false;
in GetInStream2() local 397 isSet = true;
in GetInStream2() 401 if (!isSet && numInStreams != 0)
in GetInStream2() 527 bool isSet = false;
in GetOutStream() local 538 isSet = true;
in GetOutStream() 542 if (!isSet && numOutStreams != 0)
in GetOutStream()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | LookupFlag.java | 9 boolean isSet(int flags) { in isSet() method in LookupFlag
|
/test/xts/acts/communication/dsoftbus/rpc/entry/src/ohosTest/js/test/ |
H A D | assertDeepEquals.js | 163 } else if(DeepTypeUtils.isSet(a) && DeepTypeUtils.isSet(b)) {
|
H A D | DeepTypeUtils.js | 76 static isSet(obj) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 80 bool isSet() const { return Block != nullptr; } in isSet() function in llvm::VPBuilder::VPInsertPoint 88 if (IP.isSet()) in restoreIP()
|
/test/testfwk/arkxtest/jsunit/src/module/assert/deepEquals/ |
H A D | DeepTypeUtils.js | 77 static isSet(obj) {
|