Home
last modified time | relevance | path

Searched refs:empty (Results 9226 - 9250 of 10282) sorted by relevance

1...<<361362363364365366367368369370>>...412

/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h594 To create an empty array, pass arrayValue.
595 To create an empty object, pass objectValue.
700 /// \brief Return true if empty array, empty object, or null;
702 bool empty() const;
861 /// If null, return an empty list.
1305 * the parsed document. An empty string is returned if no error
1317 * the parsed document. An empty string is returned if no error
1324 * \return A (possibly empty) vector of StructuredError objects. Currently
1799 * - if empty the
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dudata.cpp609 if (!suffix.empty()) /* tack on suffix */ in next()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h576 while (!Worklist.empty() && !Visitor.isDone()) { in visitAll()
H A DTargetTransformInfoImpl.h766 if (Operands.empty()) in getGEPCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineInstr.h579 bool memoperands_empty() const { return memoperands().empty(); } in memoperands_empty()
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.cc821 if (!map_fields.empty()) { in GenerateDescriptorMethods()
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc278 if (!buffer->empty()) { in ReadStringFallback()
459 // Optimization: We're also safe if the buffer is non-empty and it ends in ReadVarint32Fallback()
463 << "Caller should provide us with *buffer_ when buffer is non-empty"; in ReadVarint32Fallback()
489 // Optimization: We're also safe if the buffer is non-empty and it ends in ReadVarintSizeAsIntFallback()
534 // Optimization: We're also safe if the buffer is non-empty and it ends in ReadTagFallback()
599 // Optimization: We're also safe if the buffer is non-empty and it ends in ReadVarint64Fallback()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_format.cc618 if (zone->empty()) dp = nullptr; in ParseZone()
/third_party/skia/modules/skottie/src/
H A DSkottieTest.cpp180 fCurrentNode = fCurrentNode.empty() ? node_name : fCurrentNode + "." + node_name; in DEF_TEST()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_flatten_conditional_branch.cpp473 while (!to_check.empty()) { in GetProblematicInstructionsIfConditionalCanBeFlattened()
/third_party/spirv-tools/source/opt/
H A Dupgrade_memory_model.cpp458 while (!stack.empty()) { in CheckAllTypes()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp203 if (!m_filenames.empty()) in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fMultisampleShaderRenderCase.cpp489 DE_ASSERT(!m_renderAttribs.empty());
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboCompletenessTests.cpp488 if (!formats.empty()) in logFormatInfo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp350 if (!results.empty()) in getResultsString()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp477 DE_ASSERT(!m_shaderSpec.outputs.empty()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationShaderInputOutputTests.cpp468 DE_ASSERT(!caseDef.usesReferenceImageFromFile || !caseDef.referenceImagePath.empty()); in test()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktDrawUtil.cpp457 !pipelineState.sampleMasks.empty() ? pipelineState.sampleMasks.data() : DE_NULL, // const VkSampleMask* pSampleMask; in registerDrawObject()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiColorSpaceTests.cpp175 extensions.empty() ? DE_NULL : &extensions[0], in createDeviceWithWsi()
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h1507 } catch(...) {} //!OCLINT - empty catch statement
3726 // checks if the name matches any of the filters (and can be configured what to do when empty)
3729 if(filters.empty() && matchEmpty)
4872 while( !m_tags.empty() )
4908 if( !name.empty() && !attribute.empty() )
4914 if( !name.empty() && attribute && attribute[0] != '\0' )
4925 if( !text.empty() ){
6327 if(p->filters[8].empty())
6360 if(!testArray.empty()) {
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8.cc904 if (!segments.empty()) segments.pop_back(); in NormalizePath()
917 if (!segments.empty()) os << segments[0]; in NormalizePath()
1527 if (set_timeout_callbacks_.empty()) return MaybeLocal<Function>(); in GetTimeoutCallback()
1534 if (set_timeout_contexts_.empty()) return MaybeLocal<Context>(); in GetTimeoutContext()
4093 if (data_.empty()) return false; in Dequeue()
4101 return data_.empty(); in IsEmpty()
5099 if (shared_values_.empty()) return; in ClearSharedValuesUnderLockIfNeeded()
5266 DCHECK(running_workers_.empty()); in WaitForRunningWorkers()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderStorageBufferObjectTests.cpp278 if (!vs.empty()) in CreateProgram()
287 if (!tcs.empty()) in CreateProgram()
296 if (!tes.empty()) in CreateProgram()
305 if (!gs.empty()) in CreateProgram()
314 if (!fs.empty()) in CreateProgram()
330 if (!vs.empty()) in CreateProgram()
339 if (!fs.empty()) in CreateProgram()
356 if (!cs.empty()) in CreateProgramCS()
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp82 // If args is empty or invalid format, use default: image/png
348 if (canvasCache_.empty()) { in ToDataURL()
349 LOGE("Bitmap is empty"); in ToDataURL()
2318 if (!strokeState_.GetLineDash().lineDash.empty()) {
2331 if (!strokeState_.GetLineDash().lineDash.empty()) {
2707 if (imageData.data.empty()) {
2708 LOGE("PutImageData failed, image data is empty.");
2875 if (imageData->data.empty()) {
2876 LOGE("PutImageData failed, image data is empty.");
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp1884 if (params.empty()) { in BindMenuWithItems()
2711 if (value.empty()) { in SetKeyboardShortcut()
3737 if (value.empty() || keys.empty()) { in SetKeyboardShortcut()
3742 if ((key == 0 && value.length() == 1) || (key == 0 && !keys.empty() && value.length() > 1)) { in SetKeyboardShortcut()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp491 if (!foldCreaseRects.empty()) { in UpdateWrapperRectForHoverMode()
681 if (!targetTag_.empty()) { in Measure()
1686 return (menuPattern->IsContextMenu() || menuPattern->IsMenu()) && !targetTag_.empty() && arrowInMenu_; in GetIfNeedArrow()
1689 return menuPattern->IsContextMenu() && !targetTag_.empty() && arrowInMenu_; in GetIfNeedArrow()
2036 if (options.empty()) { in UpdateConstraintBaseOnOptions()
2204 "targetNode empty: %{public}d, menu hidden: %{public}d, update targetNode to last size and position", in SkipUpdateTargetNodeSize()

Completed in 89 milliseconds

1...<<361362363364365366367368369370>>...412