/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 1590 if (result.empty()) in iterate() 1783 if (result.empty()) in iterate() 2139 if (result.empty()) in iterate() 2362 if (result.empty()) in iterate() 2557 if (result.empty()) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 1590 if (result.empty()) in iterate() 1783 if (result.empty()) in iterate() 2139 if (result.empty()) in iterate() 2362 if (result.empty()) in iterate() 2557 if (result.empty()) in iterate()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 1600 SkASSERT(!c.arguments().empty()); in writeMatrixConstructor() 1636 if (currentColumn.empty() && argType.isVector() && argType.columns() == rows) { in writeMatrixConstructor() 2609 SkASSERT(!fields.empty()); in writeStructComparison() 3429 SkASSERT(!fTopLevelUniforms.empty()); in writeUniformBuffer() 3577 if (!fTopLevelUniforms.empty()) { in writeInstructions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 1512 assert(StoreOperands.empty() && "Unfinished preceding store."); in LowerCall() 1571 assert(StoreOperands.empty() && "Unfinished parameter store."); in LowerCall() 1800 assert(VecIdx == -1 && LoadVTs.empty() && "Orphaned operand list."); in LowerCall() 2523 assert(vtparts.size() > 0 && "empty aggregate type not expected"); in LowerFormalArguments() 2560 assert(VTs.size() > 0 && "Unexpected empty type."); in LowerFormalArguments() 2649 // We treat this case as if the arg list is empty. in LowerFormalArguments() 2654 if (!OutChains.empty()) in LowerFormalArguments() 2693 assert(StoreOperands.empty() && "Orphaned operand list."); in LowerReturn()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 568 if (!OutChains.empty()) { in LowerFormalArguments_32() 680 if (!OutChains.empty()) in LowerFormalArguments_64() 925 if (!MemOpChains.empty()) in LowerCall_32() 1228 if (!MemOpChains.empty()) 3286 } else if (!Constraint.empty() && Constraint.size() <= 5 in getRegForInlineAsmConstraint()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 1169 //! Name of extension that this function requires, or empty. 1721 return Interval(); // empty interval, i.e. no extrema in innerExtrema() 1795 return Interval(); // empty interval, i.e. no extrema in innerExtrema() 3513 else if (!x.empty()) in doApply() 4669 if (!funcs.empty()) in testStatement() 4683 if (!m_extension.empty()) in testStatement() 5067 if (!m_extension.empty() && !info->isExtensionSupported(m_extension.c_str()) && in iterate() 5404 if (name.empty()) in addScalarFactory()
|
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | xgene_pmu.c | 355 XGENE_PMU_EVENT_ATTR(collision-queue-not-empty, 0x10), 486 XGENE_PMU_EVENT_ATTR(ba-free-list-empty, 0x10),
|
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | xgene_pmu.c | 352 XGENE_PMU_EVENT_ATTR(collision-queue-not-empty, 0x10), 483 XGENE_PMU_EVENT_ATTR(ba-free-list-empty, 0x10),
|
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_dec.cpp | 644 if (!list.empty()) { in handle_klv() 668 if (list.empty()) in handle_klv()
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_toplevel.cpp | 1980 if (input_filename.empty()) 1986 if (output_filename.empty())
|
/third_party/gn/src/gn/ |
H A D | parse_tree.cc | 79 (prev && node->comments() && !node->comments()->before().empty() && in IsSortRangeSeparator() 596 } else if (!statements_.empty()) { in GetRange()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-printers-test.cc | 1037 deque<char> empty; in TEST() local 1038 EXPECT_EQ("{}", Print(empty)); in TEST()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itrbnf.cpp | 528 // public empty constructor 1087 const char empty[] = ""; 1093 LLAssert(llong::atoll(empty) == llong(0, 0)); 1859 "<>", // empty array in TestLocalizations() 1863 "<<''>>", // empty string in TestLocalizations() 1872 "<<%main, %other>,<en,,>>", // implicit empty strings in TestLocalizations() 1873 "<<%main>,<en,''>>", // empty string in TestLocalizations()
|
/third_party/icu/tools/colprobe/ |
H A D | sortedlines.cpp | 35 UB[i] = ∅ in SortedLines() 132 // from the empty string 151 logger->log("Interpolating to get the distance from empty for Line "); in classifyRepertoire() 157 logger->log("Cannot deduce distance from empty using previous element. Something is very wrong! Line:"); in classifyRepertoire() 170 logger->log("Cannot deduce distance from empty using next element. Something is very wrong! Line:"); in classifyRepertoire() 196 debug->log("Problem detected in distances from empty. Most probably word sort is on\n"); in classifyRepertoire() 202 debug->log("Distances from empty string\n"); in classifyRepertoire() 1449 UB[i] = ∅ in SortedLines()
|
H A D | colprobe.cpp | 1336 Line empty; in removeIgnorableChars() local 1337 Line *emptyP = ∅ in removeIgnorableChars()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneRuleTest.java | 798 // Try to construct TimeArrayTimeZoneRule with empty transition times in TestTimeZoneRuleCoverage() 806 errln("FAIL: TimeArrayTimeZoneRule constructor did not throw IllegalArgumentException for empty times"); in TestTimeZoneRuleCoverage() 907 errln("FAIL: AnnualTimeZoneRule#toString for a1 returns null or empty string"); in TestTimeZoneRuleCoverage() 913 errln("FAIL: AnnualTimeZoneRule#toString for a3 returns null or empty string"); in TestTimeZoneRuleCoverage() 955 errln("FAIL: InitialTimeZoneRule#toString returns null or empty string"); in TestTimeZoneRuleCoverage() 1037 errln("FAIL: TimeArrayTimeZoneRule#toString returns null or empty string"); in TestTimeZoneRuleCoverage() 1045 errln("FAIL: DateTimeRule#toString for dtr1 returns null or empty string"); in TestTimeZoneRuleCoverage() 1051 errln("FAIL: DateTimeRule#toString for dtr2 returns null or empty string"); in TestTimeZoneRuleCoverage() 1057 errln("FAIL: DateTimeRule#toString for dtr3 returns null or empty string"); in TestTimeZoneRuleCoverage() 1063 errln("FAIL: DateTimeRule#toString for dtr4 returns null or empty strin in TestTimeZoneRuleCoverage() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneRuleTest.java | 796 // Try to construct TimeArrayTimeZoneRule with empty transition times in TestTimeZoneRuleCoverage() 804 errln("FAIL: TimeArrayTimeZoneRule constructor did not throw IllegalArgumentException for empty times"); in TestTimeZoneRuleCoverage() 905 errln("FAIL: AnnualTimeZoneRule#toString for a1 returns null or empty string"); in TestTimeZoneRuleCoverage() 911 errln("FAIL: AnnualTimeZoneRule#toString for a3 returns null or empty string"); in TestTimeZoneRuleCoverage() 953 errln("FAIL: InitialTimeZoneRule#toString returns null or empty string"); in TestTimeZoneRuleCoverage() 1035 errln("FAIL: TimeArrayTimeZoneRule#toString returns null or empty string"); in TestTimeZoneRuleCoverage() 1043 errln("FAIL: DateTimeRule#toString for dtr1 returns null or empty string"); in TestTimeZoneRuleCoverage() 1049 errln("FAIL: DateTimeRule#toString for dtr2 returns null or empty string"); in TestTimeZoneRuleCoverage() 1055 errln("FAIL: DateTimeRule#toString for dtr3 returns null or empty string"); in TestTimeZoneRuleCoverage() 1061 errln("FAIL: DateTimeRule#toString for dtr4 returns null or empty strin in TestTimeZoneRuleCoverage() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | rulebasedcollator.cpp | 749 if((leftBytes == NULL && !left.empty()) || (rightBytes == NULL && !right.empty())) { in compareUTF8()
|
H A D | rbnf.cpp | 1008 UnicodeString empty; in getRuleSetName() local 1009 return empty; in getRuleSetName() 1283 // Create an empty string buffer where the result will in format()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_exec_mask.cpp | 166 while (!ctx.worklist.empty()) { in calculate_wqm_needs() 500 if (!instr->isVMEM() || instr->definitions.empty()) in handle_atomic_data()
|
/third_party/node/src/crypto/ |
H A D | crypto_context.cc | 121 // distinguish between a failed operation and an empty result. Fix that in SSL_CTX_use_certificate_chain() 204 if (root_certs_vector.empty() && in NewRootCertStore() 1365 if (file.empty()) return; in UseExtraCaCerts()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbnf.cpp | 1008 UnicodeString empty; in getRuleSetName() local 1009 return empty; in getRuleSetName() 1283 // Create an empty string buffer where the result will in format()
|
H A D | rulebasedcollator.cpp | 751 if((leftBytes == nullptr && !left.empty()) || (rightBytes == nullptr && !right.empty())) { in compareUTF8()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | code-assembler.cc | 1653 if (!phi_nodes_.empty()) { in AddInputs() 1682 DCHECK(phi_nodes_.empty()); in CreatePhis()
|
H A D | js-generic-lowering.cc | 248 return feedback.AsElementAccess().transition_groups().empty(); in ShouldUseMegamorphicLoadBuiltin() 250 return feedback.AsNamedAccess().maps().empty(); in ShouldUseMegamorphicLoadBuiltin()
|