Home
last modified time | relevance | path

Searched refs:empty (Results 1301 - 1325 of 4879) sorted by relevance

1...<<51525354555657585960>>...196

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp288 bool isInsideMacroInstantiation() {return !ActiveMacros.empty();} in isInsideMacroInstantiation()
742 assert((HadError || ActiveMacros.empty()) && in ~AsmParser()
834 if (!getTok().getString().empty() && getTok().getString().front() != '\n' && in Lex()
871 if (!FirstCppHashFilename.empty()) in enabledGenDwarfForAssembly()
944 // Check to see there are no empty DwarfFile slots. in Run()
946 if (!LineTables.empty()) { in Run()
949 if (File.Name.empty() && Index != 0) in Run()
1140 if (SymbolName.empty()) in parsePrimaryExpr()
1146 if (!Split.second.empty()) { in parsePrimaryExpr()
1691 if (getTok().getString().empty() || getTo in parseStatement()
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc124 // is *empty*
287 // and invalid opcodes map to the empty string.
288 // @returns the WGSL standard function name, or an empty string.
821 TINT_ASSERT(Reader, !statements_stack_.empty()); in PushGuard()
822 TINT_ASSERT(Reader, !guard_name.empty()); in PushGuard()
839 TINT_ASSERT(Reader, !statements_stack_.empty()); in PushTrueGuard()
852 TINT_ASSERT(Reader, !statements_stack_.empty()); in ast_body()
860 TINT_ASSERT(Reader, !statements_stack_.empty()); in AddStatement()
868 TINT_ASSERT(Reader, !statements_stack_.empty()); in LastStatement()
870 TINT_ASSERT(Reader, !statement_list.empty()); in LastStatement()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dforward-enum-decl.rs11 empty = 0,
/third_party/skia/docs/examples/
H A DBitmap_empty.cpp11 SkDebugf("width: %d height: %d empty: %s\n", width, height, in REG_FIDDLE()
12 bitmap.empty() ? "true" : "false"); in REG_FIDDLE()
H A DBitmap_drawsNothing.cpp12 SkDebugf("empty:%s isNull:%s drawsNothing:%s\n", bitmap.empty() ? "true " : "false", in REG_FIDDLE()
/third_party/node/deps/v8/src/torque/
H A Dtypes.cc60 if (aliases_.empty()) { in SimpleName()
171 if (result.empty() || result == "TNode<>") { in GetGeneratedTypeName()
180 if (result.empty() || IsConstexpr()) { in GetGeneratedTNodeTypeName()
198 if (generated_type_.empty()) { in GetGeneratedTypeNameImpl()
205 if (generated_type_.empty()) return parent()->GetGeneratedTNodeTypeName(); in GetGeneratedTNodeTypeNameImpl()
219 DCHECK(type.weak_ref_to.empty()); in GetTypeCheckers()
493 if (result.empty() && parent() != nullptr) { in Methods()
656 if (kinds.empty()) return base::nullopt; in ComputeArraySlotKind()
957 if (with_names && !sig.parameter_names.empty()) { in PrintSignature()
971 if (sig.labels.empty()) retur in PrintSignature()
[all...]
/third_party/skia/tests/
H A DRoundRectTest.cpp64 { 100, 100, 100, 200 }, // empty horizontal in test_empty()
65 { 100, 100, 200, 100 }, // empty vertical in test_empty()
66 { 100, 100, 100, 100 }, // empty both in test_empty()
67 { 0, 0, 0, 0 } // setEmpty-empty in test_empty()
178 SkRRect empty; in test_round_rect_basic() local
180 empty.setEmpty(); in test_round_rect_basic()
182 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type()); in test_round_rect_basic()
183 REPORTER_ASSERT(reporter, empty.rect().isEmpty()); in test_round_rect_basic()
186 REPORTER_ASSERT(reporter, zeroPt == empty.radii((SkRRect::Corner) i)); in test_round_rect_basic()
277 REPORTER_ASSERT(reporter, empty ! in test_round_rect_basic()
286 SkRRect empty; test_round_rect_rects() local
1155 SkPath empty; verify_success() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp232 while (!Worklist.empty()) { in getUnwindDestTokenHelper()
453 while (!Worklist.empty()) { in getUnwindDestToken()
830 if (MD.empty()) in CloneAliasScopeMetadata()
836 while (!Queue.empty()) { in CloneAliasScopeMetadata()
931 if (NoAliasArgs.empty()) in AddAliasScopeMetadata()
1027 if (PtrArgs.empty() && !IsFuncCall) in AddAliasScopeMetadata()
1104 if (!NoAliases.empty()) in AddAliasScopeMetadata()
1130 if (!Scopes.empty()) in AddAliasScopeMetadata()
1914 if (!VarArgsToForward.empty() && in InlineFunction()
1921 if (!Attrs.isEmpty() || !VarArgsAttrs.empty()) { in InlineFunction()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFGraph.cpp357 if (Blocks.empty()) in needNewBlock()
582 if (!Ms.empty()) in findBlock()
671 // Initialize to the top, i.e. top-most non-delimiter (or 0, if empty). in Iterator()
686 // so that after this, the stack is either empty, or the top of the stack
689 assert(!empty()); in pop()
870 if (MF.empty()) in build()
920 if (!EHRegs.empty()) { in build()
1012 // Finally, remove empty stacks from the map. in releaseBlock()
1016 if (I->second.empty()) in releaseBlock()
1391 if (DFLoc == MDF.end() || DFLoc->second.empty()) in recordDefsForDF()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp226 return !PerPtrTopDown.empty(); in hasTopDownPtrs()
248 return !PerPtrBottomUp.empty(); in hasBottomUpPtrs()
325 bool isExit() const { return Succs.empty(); } in isExit()
376 // merge the entries. Otherwise, copy the entry and merge it with an empty in MergePred()
386 // same key, force it to merge with an empty entry. in MergePred()
420 // it with an empty entry. in MergeSucc()
429 // with the same key, force it to merge with an empty entry. in MergeSucc()
735 } while (!Users.empty()); in OptimizeAutoreleaseRVCall()
769 if (!BlockColors.empty()) { in CloneCallInstForBB()
1156 } while (!Worklist.empty()); in OptimizeIndividualCallImpl()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.cpp372 if (!namedStructs.empty())
391 if (!interfaceBlock.instanceName.empty())
537 if (block.dimensions.empty())
539 const std::string prefix = (block.instanceName.empty()) ? ("") : (block.instanceName + ".");
670 if (block.dimensions.empty())
672 const std::string prefix = (block.instanceName.empty()) ? ("") : (block.instanceName + ".");
805 else if (shader->getDefaultBlock().interfaceBlocks[interfaceNdx].instanceName.empty())
1285 const std::string namePrefix = (!interfaceBlock.instanceName.empty()) ? (interfaceBlock.interfaceName + ".") : ("");
1417 if (shaderType == glu::SHADERTYPE_VERTEX && resources.empty())
1419 else if (shaderType == glu::SHADERTYPE_FRAGMENT && resources.empty())
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp178 if (!shaderSpec.globalDeclarations.empty()) in generatePassthroughVertexShader()
204 DE_ASSERT(!inputPrefix.empty() && !outputPrefix.empty()); in generateVertexShader()
210 if (!shaderSpec.globalDeclarations.empty()) in generateVertexShader()
402 if (!shaderSpec.globalDeclarations.empty()) in generatePassthroughFragmentShader()
433 DE_ASSERT(!inputPrefix.empty() && !outputPrefix.empty()); in generateGeometryShader()
442 if (!shaderSpec.globalDeclarations.empty()) in generateGeometryShader()
519 if (!shaderSpec.globalDeclarations.empty()) in generateFragmentShader()
1265 (deUint32)colorImagePreRenderBarriers.size(), colorImagePreRenderBarriers.empty() in execute()
[all...]
/third_party/python/Modules/
H A Ditertoolsmodule.c1721 goto empty; in islice_next()
1726 goto empty; in islice_next()
1729 goto empty; in islice_next()
1739 empty: in islice_next()
2360 goto empty; in product_next()
2365 goto empty; in product_next()
2378 goto empty; in product_next()
2417 goto empty; in product_next()
2423 empty: in product_next()
2692 goto empty; in combinations_next()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp178 if (!shaderSpec.globalDeclarations.empty()) in generatePassthroughVertexShader()
204 DE_ASSERT(!inputPrefix.empty() && !outputPrefix.empty()); in generateVertexShader()
210 if (!shaderSpec.globalDeclarations.empty()) in generateVertexShader()
402 if (!shaderSpec.globalDeclarations.empty()) in generatePassthroughFragmentShader()
433 DE_ASSERT(!inputPrefix.empty() && !outputPrefix.empty()); in generateGeometryShader()
442 if (!shaderSpec.globalDeclarations.empty()) in generateGeometryShader()
519 if (!shaderSpec.globalDeclarations.empty()) in generateFragmentShader()
1265 (deUint32)colorImagePreRenderBarriers.size(), colorImagePreRenderBarriers.empty() in execute()
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstl_util.h65 return str->empty() ? nullptr : &*str->begin(); in string_as_array()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp454 if (!ProducerIdentification.empty()) in error()
462 if (Record.empty()) in parseVersionRecord()
475 // Invalid reference. Let the caller complain about the record being empty. in readNameFromStrtab()
872 while (!BasicBlockFwdRefQueue.empty()) { in materializeForwardReferencedFunctions()
891 assert(BasicBlockFwdRefs.empty() && "Function missing from queue"); in materializeForwardReferencedFunctions()
1353 if (!MAttributes.empty()) in parseAttributeBlock()
1568 if (!MAttributeGroups.empty()) in parseAttributeGroupBlock()
1680 if (!TypeList.empty()) in parseTypeTableBody()
1927 if (!BundleTags.empty()) in parseOperandBundleTags()
1969 if (!SSIDs.empty()) in parseSyncScopeNames()
[all...]
/third_party/nghttp2/src/
H A Dnghttp.cc190 return config.scheme_override.empty() in get_real_scheme()
196 return config.host_override.empty() in get_real_host()
203 return config.host_override.empty() ? util::has_uri_field(u, UF_PORT) ? u.port in get_real_port()
512 if (!config.trailer.empty()) { in submit_request()
698 config.host_override.empty() ? host : config.host_override; in initiate_connection()
964 assert(!reqvec.empty()); in on_upgrade_connect()
1009 if (kv.name.empty() || kv.name[0] == ':') { in on_upgrade_connect()
1439 if (reqvec.empty()) { in update_hostport()
2057 // host) exist and non-empty. in on_frame_recv_callback2()
2333 if (!config.keyfile.empty()) { in communicate()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineVerifier.cpp582 if (!MF->empty()) in visitMachineFunctionBefore()
603 if (!MF->empty()) in visitMachineFunctionBefore()
698 if (!MBB->empty() && MBB->back().isBarrier() && in visitMachineBasicBlockBefore()
703 if (!Cond.empty()) { in visitMachineBasicBlockBefore()
707 } else if (TBB && !FBB && Cond.empty()) { in visitMachineBasicBlockBefore()
720 if (MBB->empty()) { in visitMachineBasicBlockBefore()
730 } else if (TBB && !FBB && !Cond.empty()) { in visitMachineBasicBlockBefore()
751 if (MBB->empty()) { in visitMachineBasicBlockBefore()
779 if (MBB->empty()) { in visitMachineBasicBlockBefore()
789 if (Cond.empty()) { in visitMachineBasicBlockBefore()
[all...]
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H A Dvideoenc_ndk_sample.cpp42 std::queue<uint32_t> empty; in clearIntqueue() local
43 swap(empty, q); in clearIntqueue()
48 std::queue<OH_AVCodecBufferAttr> empty; in clearBufferqueue() local
49 swap(empty, q); in clearBufferqueue()
524 std::queue<OH_AVMemory *> empty; in Flush_buffer() local
525 swap(empty, signal_->inBufferQueue_); in Flush_buffer()
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp53 std::queue<uint32_t> empty; in clearIntqueue() local
54 swap(empty, q); in clearIntqueue()
59 std::queue<OH_AVCodecBufferAttr> empty; in clearBufferqueue() local
60 swap(empty, q); in clearBufferqueue()
184 std::queue<OH_AVMemory *> empty; in Flush_buffer() local
185 swap(empty, signal_->inBufferQueue_); in Flush_buffer()
/third_party/gn/src/base/containers/
H A Dcircular_deque.h88 // bool empty() const;
279 // empty and the iterator points to end(). The modulo below will divide in Add()
280 // by 0 if the buffer capacity is empty, so it's important to check for in Add()
533 DCHECK(!empty());
537 DCHECK(!empty());
542 DCHECK(!empty());
546 DCHECK(!empty());
595 if (empty()) { in shrink_to_fit()
596 // Optimize empty case to really delete everything if there was in shrink_to_fit()
616 bool empty() cons function in base::circular_deque
[all...]
/third_party/gn/src/gn/
H A Dfilesystem_utils_unittest.cc84 SourceDir empty; in TEST() local
85 EXPECT_EQ("", FindLastDirComponent(empty)); in TEST()
609 base::FilePath empty; in TEST() local
612 SourceDirForPath(empty, base::FilePath(u"C:\\source\\foo")).value()); in TEST()
631 base::FilePath empty; in TEST()
633 SourceDirForPath(empty, base::FilePath("/source/foo")).value()); in TEST()
/third_party/benchmark/src/
H A Dsysinfo.cc251 if (!val.empty()) { in CountSetBitsInCPUMap()
513 if (ln.empty()) continue; in GetNumCPUs()
526 if (!value.empty()) { in GetNumCPUs()
676 if (ln.empty()) continue; in GetCPUCyclesPerSecond()
684 if (!value.empty()) { in GetCPUCyclesPerSecond()
689 if (!value.empty()) { in GetCPUCyclesPerSecond()
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Ddir.c538 u_char *p, *vallfn, *invlfn, *empty; in readDosDirSection() local
561 vallfn = invlfn = empty = NULL; in readDosDirSection()
614 empty = p; in readDosDirSection()
629 empcl, empty - buffer, in readDosDirSection()
632 q = ((empcl == cl) ? empty : buffer); in readDosDirSection()
646 empty = NULL; in readDosDirSection()
822 * by another file) when it's a non-empty file in readDosDirSection()
/third_party/json/tests/src/
H A Dunit-modifiers.cpp41 SECTION("empty array")
47 CHECK(j.empty());
58 CHECK(j.empty());
66 SECTION("empty object")
72 CHECK(j.empty());
83 CHECK(j.empty());
91 SECTION("empty binary")
97 CHECK(!j.empty());
108 CHECK(!j.empty());
628 SECTION("empty rang
[all...]

Completed in 52 milliseconds

1...<<51525354555657585960>>...196