Home
last modified time | relevance | path

Searched refs:empty (Results 2226 - 2250 of 5089) sorted by relevance

1...<<81828384858687888990>>...204

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileSystem.h298 /// An empty \a path will result in the \a current_directory.
309 /// empty \a path will result in the current directory.
831 /// Simpler version for clients that don't want an open file. An empty
887 /// Simpler version for clients that don't want an open file. An empty
1203 /// may fail and return an empty path.
1382 while (!State->Stack.empty() in increment()
1389 if (State->Stack.empty()) in increment()
1418 } while (!State->Stack.empty() in pop()
1422 if (State->Stack.empty()) in pop()
H A DJSON.h112 bool empty() const { return M.empty(); } in empty() function in llvm::json::Object
185 bool empty() const { return V.empty(); } in empty() function in llvm::json::Array
837 llvm::SmallVector<State, 16> Stack; // Never empty.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DIVDescriptors.cpp168 while (!Worklist.empty()) { in collectCastsToIgnore()
272 while (!Worklist.empty()) { in AddReductionVar()
939 assert(CastInsts.empty() && "CastInsts is expected to be empty."); in getCastsForInductionPHI()
993 if (!CastInsts.empty()) in getCastsForInductionPHI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp60 assert(InLoopPredecessors.empty() && in formDedicatedExitBlocks()
61 "Must start with an empty predecessors list!"); in formDedicatedExitBlocks()
81 assert(!InLoopPredecessors.empty() && "Must have *some* loop predecessor!"); in formDedicatedExitBlocks()
823 if (!RedOps.empty()) in getOrderedReduction()
865 if (!RedOps.empty()) in getShuffleReduction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DARMAttributeParser.cpp108 if (!TagName.empty()) in StringAttribute()
124 if (!TagName.empty()) in PrintAttribute()
126 if (!ValueDesc.empty()) in PrintAttribute()
689 if (!Indicies.empty()) in ParseSubsection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp84 if (CSI.empty()) in assignCalleeSavedSpillSlots()
191 if (!MF.getLandingPads().empty()) { in determineCalleeSaves()
242 if (CSI.empty()) in spillCalleeSavedRegisters()
304 if (CSI.empty()) in restoreCalleeSavedRegisters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp333 bool empty() const { return Edges.empty(); } in empty() function in __anon24920::Closure
551 while (!Worklist.empty()) { in buildClosure()
769 if (!C.empty() && C.isLegal(MaskDomain)) in runOnMachineFunction()
/third_party/skia/tools/skdiff/
H A Dskdiff_main.cpp329 if (resource.fBitmap.empty() && !DiffResource::isStatusFailed(resource.fStatus)) { in get_bounds()
384 if (!baseFiles.empty()) { in create_diff_images()
388 if (!comparisonFiles.empty()) { in create_diff_images()
792 if (matchSubstrings.empty()) { in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h433 assert((Name.empty() || VRegNames.find(Name) == VRegNames.end()) && in insertVRegByName()
435 if (!Name.empty()) { in insertVRegByName()
873 return !ReservedRegs.empty(); in reservedRegsFrozen()
936 bool livein_empty() const { return LiveIns.empty(); } in livein_empty()
/third_party/python/Lib/test/
H A Dtest_binascii.py110 # empty strings. TBD: shouldn't it raise an exception instead ?
378 empty = self.type2test(b'')
382 binascii.crc_hqx(empty, 0)
386 f(empty)
388 self.fail("{}({!r}) raises {!r}".format(func, empty, err))
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers.cc51 if (!str.empty() && str[0] == '+') { in SimpleAtof()
53 if (!str.empty() && str[0] == '-') { in SimpleAtof()
82 if (!str.empty() && str[0] == '+') { in SimpleAtod()
84 if (!str.empty() && str[0] == '-') { in SimpleAtod()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_outline_function.cpp585 if (region_output_ids.empty()) { in PrepareFunctionPrototype()
601 ((return_type_id == 0) == !region_output_ids.empty()) && in PrepareFunctionPrototype()
605 if (!region_output_ids.empty()) { in PrepareFunctionPrototype()
871 if (region_output_ids.empty()) { in PopulateOutlinedFunction()
/third_party/spirv-tools/test/opt/
H A Dgraphics_robust_access_test.cpp200 (transformed.empty() ? "" : " ") + transformed + in ACCheck()
204 access_chain_inst + " %ptr_ty %var " + (original.empty() ? "" : " ") + in ACCheck()
212 (transformed.empty() ? "" : " ") + transformed + in ACCheckFail()
216 access_chain_inst + " %ptr_ty %var " + (original.empty() ? "" : " ") + in ACCheckFail()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fOcclusionQueryTests.cpp226 if (occOptions.empty()) in iterate()
239 DE_ASSERT(!occluderVertices.empty()); in iterate()
282 DE_ASSERT(!occluderVertices.empty()); in iterate()
352 if (!targetVertices.empty()) in iterate()
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragOpInteractionCase.cpp81 DE_ASSERT(layout->empty()); in computeVertexLayout()
111 void* getBasePtr (void) { return m_data.empty() ? DE_NULL : &m_data[0]; } in getBasePtr()
112 const void* getBasePtr (void) const { return m_data.empty() ? DE_NULL : &m_data[0]; } in getBasePtr()
474 m_program = new gls::RandomShaderProgram(m_vertexShader, m_fragmentShader, (int)m_unifiedUniforms.size(), m_unifiedUniforms.empty() ? DE_NULL : &m_unifiedUniforms[0]);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineNoPositionTests.cpp779 if (stages & STAGE_VERTEX) testName += (testName.empty() ? "" : "_") + std::string("v") + ((writeMask & STAGE_VERTEX) ? "1" : "0"); in createNoPositionTests()
780 if (stages & STAGE_TESS_CONTROL) testName += (testName.empty() ? "" : "_") + std::string("c") + ((writeMask & STAGE_TESS_CONTROL) ? "1" : "0"); in createNoPositionTests()
781 if (stages & STAGE_TESS_EVALUATION) testName += (testName.empty() ? "" : "_") + std::string("e") + ((writeMask & STAGE_TESS_EVALUATION) ? "1" : "0"); in createNoPositionTests()
782 if (stages & STAGE_GEOMETRY) testName += (testName.empty() ? "" : "_") + std::string("g") + ((writeMask & STAGE_GEOMETRY) ? "1" : "0"); in createNoPositionTests()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc269 if (lower_first && !result.empty()) { in ToCamelCase()
365 // Enum label can't be the empty string. in MaybeRemove()
534 // the stack. If the stack is empty, all pending symbols will be committed.
624 // Allocate empty string which will be destroyed when the pool is destroyed.
816 DescriptorPool::Tables::~Tables() { GOOGLE_DCHECK(checkpoints_.empty()); } in ~Tables()
843 GOOGLE_DCHECK(!checkpoints_.empty()); in ClearLastCheckpoint()
845 if (checkpoints_.empty()) { in ClearLastCheckpoint()
855 GOOGLE_DCHECK(!checkpoints_.empty()); in RollbackToLastCheckpoint()
919 if (known_bad_symbols_.empty() && known_bad_files_.empty()) { in FindByNameHelper()
[all...]
H A Dmap_test.cc109 EXPECT_TRUE(map_.empty()); in MapImplTest()
114 EXPECT_FALSE(map_.empty()); in ExpectSingleElement()
120 EXPECT_FALSE(map_.empty()); in ExpectElements()
368 } while (!map.empty()); in TEST_F()
702 EXPECT_TRUE(map_.empty()); in TEST_F()
747 EXPECT_TRUE(map_.empty()); in TEST_F()
787 EXPECT_TRUE(map_.empty()); in TEST_F()
803 EXPECT_TRUE(map_.empty()); in TEST_F()
900 EXPECT_TRUE(map_.empty()); in TEST_F()
1392 EXPECT_FALSE(mf_int32_int32.empty()); in TEST_F()
[all...]
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp321 while (!nodes_.empty()) in parse()
329 if (collectComments_ && !commentsBefore_.empty()) in parse()
359 if (collectComments_ && !commentsBefore_.empty()) { in readValue()
658 if (tokenName.type_ == tokenObjectEnd && name.empty()) // empty object
707 if (*current_ == ']') // empty array
1245 while (!nodes_.empty())
1259 if (collectComments_ && !commentsBefore_.empty())
1284 if (collectComments_ && !commentsBefore_.empty()) {
1634 if (tokenName.type_ == tokenObjectEnd && name.empty()) // empt
3288 bool Value::empty() const { empty() function in Json::Value
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgram.cpp333 (subscripts.empty() && (!block.isArray || block.arrayElement == 0)); in GetInterfaceBlockIndex()
490 if (interfaceBlock1.instanceName.empty() != interfaceBlock2.instanceName.empty()) in AreMatchingInterfaceBlocks()
582 if (!block.instanceName.empty()) in ValidateInstancelessGraphicsInterfaceBlocksPerShader()
675 ASSERT(!var.name.empty() || var.isShaderIOBlock); in UpdateInterfaceVariable()
690 const std::string prefix = var.name.empty() ? "" : baseName + "."; in UpdateInterfaceVariable()
857 return logString.empty() ? 0 : logString.length() + 1; in getLength()
868 if (!logString.empty()) in getLog()
902 if (!msg.empty()) in appendSanitized()
916 bool InfoLog::empty() cons function in gl::InfoLog
[all...]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp306 while (!nodes_.empty()) in parse()
314 if (collectComments_ && !commentsBefore_.empty()) in parse()
344 if (collectComments_ && !commentsBefore_.empty()) { in readValue()
643 if (tokenName.type_ == tokenObjectEnd && name.empty()) // empty object
692 if (*current_ == ']') // empty array
1263 while (!nodes_.empty())
1277 if (collectComments_ && !commentsBefore_.empty())
1302 if (collectComments_ && !commentsBefore_.empty()) {
1600 if (tokenName.type_ == tokenObjectEnd && name.empty()) // empt
3255 bool Value::empty() const { empty() function in Value
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp306 while (!nodes_.empty()) in parse()
314 if (collectComments_ && !commentsBefore_.empty()) in parse()
344 if (collectComments_ && !commentsBefore_.empty()) { in readValue()
643 if (tokenName.type_ == tokenObjectEnd && name.empty()) // empty object
692 if (*current_ == ']') // empty array
1263 while (!nodes_.empty())
1277 if (collectComments_ && !commentsBefore_.empty())
1302 if (collectComments_ && !commentsBefore_.empty()) {
1600 if (tokenName.type_ == tokenObjectEnd && name.empty()) // empt
3255 bool Value::empty() const { empty() function in Value
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp306 while (!nodes_.empty()) in parse()
314 if (collectComments_ && !commentsBefore_.empty()) in parse()
344 if (collectComments_ && !commentsBefore_.empty()) { in readValue()
643 if (tokenName.type_ == tokenObjectEnd && name.empty()) // empty object
692 if (*current_ == ']') // empty array
1263 while (!nodes_.empty())
1277 if (collectComments_ && !commentsBefore_.empty())
1302 if (collectComments_ && !commentsBefore_.empty()) {
1600 if (tokenName.type_ == tokenObjectEnd && name.empty()) // empt
3255 bool Value::empty() const { empty() function in Value
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp347 if (!failMessageTemplate.empty()) in createInstanceContext()
1261 if (!context.interfaces.empty()) in addShaderCodeCustomVertex()
1294 if (!context.interfaces.empty()) in addShaderCodeCustomTessControl()
1333 if (!context.interfaces.empty()) in addShaderCodeCustomTessEval()
1370 if (!context.interfaces.empty()) in addShaderCodeCustomGeometry()
1405 if (!context.interfaces.empty()) in addShaderCodeCustomFragment()
3024 const bool hasPushConstants = !instance.pushConstants.empty(); in runAndVerifyDefaultPipeline()
3028 const bool needInterface = !instance.interfaces.empty(); in runAndVerifyDefaultPipeline()
4651 if(vertFragPipelineStages.empty()) in getVertFragPipelineStages()
4662 if(tessPipelineStages.empty()) in getTessPipelineStages()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp347 if (!failMessageTemplate.empty()) in createInstanceContext()
1261 if (!context.interfaces.empty()) in addShaderCodeCustomVertex()
1294 if (!context.interfaces.empty()) in addShaderCodeCustomTessControl()
1333 if (!context.interfaces.empty()) in addShaderCodeCustomTessEval()
1370 if (!context.interfaces.empty()) in addShaderCodeCustomGeometry()
1405 if (!context.interfaces.empty()) in addShaderCodeCustomFragment()
3021 const bool hasPushConstants = !instance.pushConstants.empty(); in runAndVerifyDefaultPipeline()
3025 const bool needInterface = !instance.interfaces.empty(); in runAndVerifyDefaultPipeline()
4648 if(vertFragPipelineStages.empty()) in getVertFragPipelineStages()
4659 if(tessPipelineStages.empty()) in getTessPipelineStages()
[all...]

Completed in 58 milliseconds

1...<<81828384858687888990>>...204