/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 594 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 D | udata.cpp | 609 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 D | ScalarEvolutionExpressions.h | 576 while (!Worklist.empty() && !Visitor.isDone()) { in visitAll()
|
H A D | TargetTransformInfoImpl.h | 766 if (Operands.empty()) in getGEPCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 579 bool memoperands_empty() const { return memoperands().empty(); } in memoperands_empty()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_message.cc | 821 if (!map_fields.empty()) { in GenerateDescriptorMethods()
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | coded_stream.cc | 278 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 D | time_zone_format.cc | 618 if (zone->empty()) dp = nullptr; in ParseZone()
|
/third_party/skia/modules/skottie/src/ |
H A D | SkottieTest.cpp | 180 fCurrentNode = fCurrentNode.empty() ? node_name : fCurrentNode + "." + node_name; in DEF_TEST()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_flatten_conditional_branch.cpp | 473 while (!to_check.empty()) { in GetProblematicInstructionsIfConditionalCanBeFlattened()
|
/third_party/spirv-tools/source/opt/ |
H A D | upgrade_memory_model.cpp | 458 while (!stack.empty()) { in CheckAllTypes()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureWrapTests.cpp | 203 if (!m_filenames.empty()) in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fMultisampleShaderRenderCase.cpp | 489 DE_ASSERT(!m_renderAttribs.empty());
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFboCompletenessTests.cpp | 488 if (!formats.empty()) in logFormatInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineCreationCacheControlTests.cpp | 350 if (!results.empty()) in getResultsString()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderCase.cpp | 477 DE_ASSERT(!m_shaderSpec.outputs.empty()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationShaderInputOutputTests.cpp | 468 DE_ASSERT(!caseDef.usesReferenceImageFromFile || !caseDef.referenceImagePath.empty()); in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
H A D | vktDrawUtil.cpp | 457 !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 D | vktWsiColorSpaceTests.cpp | 175 extensions.empty() ? DE_NULL : &extensions[0], in createDeviceWithWsi()
|
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 1507 } 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 D | d8.cc | 904 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 D | gl4cShaderStorageBufferObjectTests.cpp | 278 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 D | rosen_render_custom_paint.cpp | 82 // 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 D | view_abstract.cpp | 1884 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 D | menu_layout_algorithm.cpp | 491 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()
|