/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.cc | 274 while (!work_list.empty()) { in Assemble() 1669 // Likewise for empty ranges (empty ranges can occur e.g. when in GetQuickCheckDetails() 2124 // non-empty-width part of the pattern, and thus cannot be at or before the in EmitHat() 2219 // non-empty-width part of the pattern, and thus cannot be at or before the in BacktrackIfPrevious() 2903 // Check if we only have a single non-empty position info, and that info in EmitSkipInstructions() 3420 // number first and skip the empty check if it's not enough. in Emit() 3425 // If the match is empty we bail out, otherwise we fall through in Emit()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 209 if (!result.empty())
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessExtsTests.cpp | 1866 bindings.empty() ? DE_NULL : bindings.data() in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | StateManagerGL.cpp | 1041 ASSERT(context->getClientVersion() >= gl::ES_3_1 || program->getImageBindings().empty()); in updateProgramImageBindings()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 1323 *params = context->getCaps().programBinaryFormats.empty() in QueryProgramiv()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cMultiBindTests.cpp | 846 if (true == source.empty()) in Init()
|
H A D | gl4cBufferStorageTests.cpp | 1149 if (true == source.empty()) in Init() 2720 0 /* empty image */); in verifyTestedOperation() 2724 GL_UNSIGNED_BYTE, 0 /* empty image */); in verifyTestedOperation()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cExplicitUniformLocationTest.cpp | 59 if (!str_.str().empty()) in ~Logger()
|
H A D | es31cProgramInterfaceQueryTests.cpp | 475 if (!cs.empty()) in CreateComputeProgram() 3734 addChild(new TestSubcase(m_context, "empty-shaders", TestSubcase::Create<NoShaders>)); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcRobustBufferAccessBehaviorTests.cpp | 489 if (true == source.empty()) in Init() 1736 /* Destination image can be left empty */ in prepareTexture()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | UtilsVk.cpp | 1146 if (!descriptorPoolSizes.empty()) in ensureResourcesInitialized()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 2083 if(node->children.empty())
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_internal.h | 655 bool empty() const { return Buf.Size == 0; } 1463 ImFont* Font; // (Shortcut) == FontStack.empty() ? IO.Font : FontStack.back() 2264 ImGuiTableColumnIdx HoveredColumnBody; // Index of column whose visible region is being hovered. Important: == ColumnsCount when hovering empty region after the right-most column! 2276 ImGuiTableColumnIdx ContextPopupColumn; // Column right-clicked on, of -1 if opening context menu from a neutral/empty spot
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 2772 if (!CondVal->getType()->isVectorTy() && !AC.assumptions().empty()) { in visitSelectInst()
|
/third_party/spirv-tools/source/diff/ |
H A D | diff.cpp | 909 assert(groups->empty());
|
/third_party/spirv-tools/test/val/ |
H A D | val_decoration_test.cpp | 5327 %empty = OpTypeStruct in TEST_F() 5328 %struct = OpTypeStruct %float %empty in TEST_F() 6884 if (!test_result.error_str.empty()) { in TEST_P()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeShaderApiTests.cpp | 164 deBool shaderBinarySupported = !binaryFormats.empty(); in shader_binary()
|
H A D | es31fTextureBorderClampTests.cpp | 715 const std::string iterationDesc = "Iteration " + de::toString(m_iterationNdx+1) + (iterationConfig.description.empty() ? ("") : (" - " + iterationConfig.description));
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsTextureStateQueryTests.cpp | 219 if (!failedExtensions.empty()) in check()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 203 if (!result.empty())
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBuiltinTests.cpp | 665 const std::string intersectionShader = condition.empty() ? getIntersectionPassthrough() : intersectionShaderSingle; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessExtsTests.cpp | 1899 bindings.empty() ? DE_NULL : bindings.data() in iterate()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | SymbolTable_autogen.cpp | 4778 constexpr const TVariable **empty = nullptr; member 9662 BuiltInParameters::empty, [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_debug.c | 2873 /* Handle implicit open of closed and empty zones */ in check_zbc_access_params() 4588 struct sdeb_zone_state *zsp, bool empty) in zbc_finish_zone() 4593 zc == ZC3_EXPLICIT_OPEN || (empty && zc == ZC1_EMPTY)) { in zbc_finish_zone() 4587 zbc_finish_zone(struct sdebug_dev_info *devip, struct sdeb_zone_state *zsp, bool empty) zbc_finish_zone() argument
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_debug.c | 2946 /* Handle implicit open of closed and empty zones */ in check_zbc_access_params() 4742 struct sdeb_zone_state *zsp, bool empty) in zbc_finish_zone() 4747 zc == ZC3_EXPLICIT_OPEN || (empty && zc == ZC1_EMPTY)) { in zbc_finish_zone() 4741 zbc_finish_zone(struct sdebug_dev_info *devip, struct sdeb_zone_state *zsp, bool empty) zbc_finish_zone() argument
|