Home
last modified time | relevance | path

Searched refs:empty (Results 2626 - 2650 of 4780) sorted by relevance

1...<<101102103104105106107108109110>>...192

/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DCompilerRegressionTest.java184 ranges.accept(new Visitor(RangeSpecification.empty(), numbers, visited)); in buildTestNumbers()
242 DigitSequence seq = DigitSequence.empty(); in sequenceIn()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTableTest.java190 Optional.empty(), in testOptionalRowOrdering()
274 spec.isEmpty() ? RangeSpecification.empty() : RangeSpecification.parse(spec); in key()
/third_party/protobuf/conformance/
H A Dconformance_test.cc341 if (set_to_check.empty()) { in CheckSetEmpty()
352 if (!write_to_file.empty()) { in CheckSetEmpty()
/third_party/python/Lib/multiprocessing/
H A Dqueues.py128 def empty(self): member in Queue
352 def empty(self): member in SimpleQueue
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkShaderToSpirV.cpp223 if (!sources[shaderType].empty()) in getNumShaderStages()
284 if (!sources[shaderType].empty()) in compileShaderToSpirV()
364 TCU_THROW(InternalError, "Can't compile empty program"); in compileShaderToSpirV()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGetMemoryCommitment.cpp134 if (memoryTypeIndices.empty()) in iterate()
390 if (memoryTypeIndices.empty()) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiGetMemoryCommitment.cpp135 if (memoryTypeIndices.empty()) in iterate()
392 if (memoryTypeIndices.empty()) in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DRendererGL.cpp212 ASSERT(mCurrentWorkerContexts.empty()); in ~RendererGL()
379 if (!mWorkerContextPool.empty()) in bindWorkerContext()
/third_party/skia/third_party/externals/angle2/src/common/
H A DFixedVector.h65 bool empty() const;
227 bool FixedVector<T, N, Storage>::empty() const
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DStructureHLSL.cpp389 if (!constructor->empty()) in addStructConstructor()
406 // are guaranteed to be non-empty by the grammar. Structs can't contain empty declarations in addStructConstructor()
408 ASSERT(!ctorParameters.empty()); in addStructConstructor()
H A DSymbol.h44 // Calling name() for empty symbols (symbolType == SymbolType::Empty) generates a similar name
47 // Don't call getMangledName() for empty symbols (symbolType == SymbolType::Empty).
283 constName.empty() ? SymbolType::Empty : SymbolType::UserDefined); in createVariable()
307 if (mMangledName.empty()) in getFunctionMangledName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp113 assert(!Str.empty() && "Can't emit empty inline asm block"); in EmitInlineAsm()
508 // If this asmstr is empty, just print the #APP/#NOAPP markers. in EmitInlineAsm()
509 // These are useful to see where empty asm's wound up. in EmitInlineAsm()
568 if (!RestrRegs.empty()) { in EmitInlineAsm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp308 if (!NullCheckList.empty()) in runOnMachineFunction()
311 return !NullCheckList.empty(); in runOnMachineFunction()
H A DPHIElimination.cpp206 if (MBB.empty() || !MBB.front().isPHI()) in EliminatePHINodes()
565 if (MBB.empty() || !MBB.front().isPHI() || MBB.isEHPad()) in SplitPHIEdges()
H A DShadowStackGCLowering.cpp230 // Approach 1: Null initialize empty slots at runtime. Yuck. in CollectRoots()
233 assert(Roots.empty() && "Not cleaned up?"); in CollectRoots()
251 // Number roots with metadata (usually empty) at the beginning, so that the in CollectRoots()
297 if (Roots.empty()) in runOnFunction()
H A DShrinkWrap.cpp166 if (CurrentCSRs.empty()) { in getCurrentCSRs()
464 if (skipFunction(MF.getFunction()) || MF.empty() || !isShrinkWrapEnabled(MF)) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp587 if (empty()) in pop()
619 assert(!Queue.empty() && "Queue is empty!"); in remove()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DItaniumDemangle.cpp72 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline()
347 assert(Parser.ForwardTemplateRefs.empty()); in itaniumDemangle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDiagnosticInfo.cpp91 if (!FileName.empty()) { in print()
249 assert(!Func->empty() && "Function does not have a body"); in getFirstFunctionBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELF.cpp520 if (Dyn.empty()) { in dynamicEntries()
541 if (Dyn.empty()) in dynamicEntries()
543 return createError("invalid empty dynamic section"); in dynamicEntries()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.hpp102 bool empty (void) const { return m_programs.empty(); } in empty() function in glc::ProgramCollection
/third_party/vk-gl-cts/external/amber/src/src/
H A Dtype_parser.cc30 if (data.empty()) in Parse()
56 if (pieces_.empty()) in Parse()
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dsmall_vector.h371 bool empty() const { in empty() function in spvtools::utils::SmallVector
373 return large_data_->empty(); in empty()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Ddef_use_test.cpp76 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleInst()
603 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleModule()
1594 // empty
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDrawBaseVertexBaseInstanceTest.cpp563 if (!systemInfo->gpus.empty()) in TEST_P()
600 if (!(systemInfo->activeGPUIndex < 0 || systemInfo->gpus.empty())) in TEST_P()

Completed in 28 milliseconds

1...<<101102103104105106107108109110>>...192