Home
last modified time | relevance | path

Searched refs:empty (Results 2301 - 2325 of 10130) sorted by relevance

1...<<919293949596979899100>>...406

/third_party/node/deps/v8/src/ic/
H A Dic-stats.cc131 if (!state.empty()) value->SetString("state", state); in AppendToTracedValue()
141 if (!instance_type.empty()) value->SetString("instanceType", instance_type); in AppendToTracedValue()
/third_party/node/deps/v8/src/torque/
H A Dtype-inference.cc63 if (basic->namespace_qualification.empty() && !basic->is_constexpr) { in Match()
81 if (!basic->generic_arguments.empty()) { in Match()
/third_party/mesa3d/src/tool/pps/
H A Dpps_device.cc30 /// @return The name of a DRM device, empty string in case of error
54 if (name.empty()) { in create_drm_device()
138 return !name.empty(); in operator bool()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DFormatsTableSchema.java88 return s.isEmpty() ? Optional.empty() : Optional.of(s); in toOptional()
92 return s.isEmpty() ? Optional.empty() : Optional.of(Comment.fromText(s)); in toComment()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DRangeTreeSubject.java63 failWithActual(simpleFact("expected to be empty")); in isEmpty()
69 failWithActual(simpleFact("expected not to be empty")); in isNotEmpty()
78 DigitSequence seq = digits.isEmpty() ? DigitSequence.empty() : DigitSequence.of(digits); in contains()
85 DigitSequence seq = digits.isEmpty() ? DigitSequence.empty() : DigitSequence.of(digits); in doesNotContain()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmVaryingNameTests.cpp53 const string opNameVert = dataNameVertShader.empty() ? "" : string(" OpName %dataOut \"") + dataNameVertShader + "\"\n"; in createShaders()
54 const string opNameFrag = dataNameFragShader.empty() ? "" : string(" OpName %dataIn \"") + dataNameFragShader + "\"\n"; in createShaders()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DImmutableString.h64 constexpr bool empty() const { return mLength == 0; } in empty() function in sh::ImmutableString
85 return empty(); in operator ==()
H A DBuiltInFunctionEmulator.cpp136 if (mEmulatedFunctions.empty() && mQueryFunctions.empty()) in markBuiltInFunctionsForEmulation()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DDebugSink.h17 StringObserver(const std::string &needle) : needle(needle) { ASSERT(!needle.empty()); } in StringObserver()
83 if (!needle.empty()) in watch()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBlobCache.h138 // Returns whether the cache is empty
139 bool empty() const { return mBlobCache.empty(); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp43 if (!Asm->MF->getLandingPads().empty()) { in markFunctionEnd()
93 bool hasLandingPads = !MF->getLandingPads().empty(); in beginFunction()
H A DDwarfFile.cpp48 if (llvm::empty(TheU->getUnitDie().values())) in emitUnit()
72 if (llvm::empty(TheU->getUnitDie().values())) in computeSizeAndOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp133 if (MBB->empty()) in combineMachineInstrs()
149 while (!WorkList.empty()) { in combineMachineInstrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp121 if (empty()) return nullptr; in pop()
135 assert(!Queue.empty() && "Queue is empty!"); in remove()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DMergingTypeTableBuilder.cpp42 if (empty()) in getFirst()
119 assert(!Fragments.empty()); in insertRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolFunc.cpp69 void reset() override { CurIter = Args.empty() ? Args.end() : Args.begin(); }
89 if (Name.empty()) in isDestructor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DIRPrintingPasses.cpp31 if (!Banner.empty()) in run()
39 if (!BannerPrinted && !Banner.empty()) { in run()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkApiVersion.cpp87 while (!versions.empty()) in isApiVersionPredecessor()
123 if (commonPredecessors.empty()) in minVulkanAPIVersion()
/third_party/vk-gl-cts/executor/
H A DxeCallQueue.hpp61 const deUint8* getData (void) const { return m_data.empty() ? DE_NULL : &m_data[0]; } in getData()
62 deUint8* getData (void) { return m_data.empty() ? DE_NULL : &m_data[0]; } in getData()
111 void callNext (void); //!< Executes and removes first call in queue. Will block if queue is empty.
H A DxeTestCase.hpp160 bool empty (void) const { return m_set.empty(); } in empty() function in xe::TestSet
H A DxeTestCaseListParser.cpp101 XE_CHECK_MSG(!m_nodeStack.empty(), "<TestCase> outside of <TestCaseList>"); in parse()
127 XE_CHECK_MSG(m_nodeStack.empty(), "Unexpected <TestCaseList>"); in parse()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dpush_constant.cc34 if (push_constant_data_.empty()) in GetVkPushConstantRange()
74 if (push_constant_data_.empty()) in RecordPushConstantVkCommand()
/third_party/skia/src/gpu/gl/
H A DGrGLExtensions.cpp23 if (strings.empty()) { in find_string()
118 if (!fStrings.empty()) { in init()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dcall_graph.cpp24 // loop nesting depth to 0, empty and 0 respectively. in CallGraph()
116 while (!queue.empty()) { in ComputeTopologicalOrderOfFunctions()
170 while (!queue.empty()) { in GetIndirectCallees()
H A Dfuzzer_pass_add_stores.cpp99 if (relevant_pointers.empty()) { in Apply()
120 if (relevant_values.empty()) { in Apply()

Completed in 12 milliseconds

1...<<919293949596979899100>>...406