/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 53 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 D | circular_deque.h | 88 // 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 D | filesystem_utils_unittest.cc | 84 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 D | sysinfo.cc | 251 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 D | dir.c | 538 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 D | unit-modifiers.cpp | 41 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...] |
/third_party/node/test/cctest/ |
H A D | test_inspector_socket.cc | 137 SPIN_WHILE(frames.empty() || !frames.back().empty()); in ExpectReadError() 144 SPIN_WHILE(frames.empty()); in ExpectData() 146 EXPECT_FALSE(frame.empty()); in ExpectData() 178 *cont = path.empty() || path != "/close"; in stop_if_stop_path() 212 if (path.empty()) { in process()
|
/third_party/lwip/src/core/ipv4/ |
H A D | etharp.c | 172 /* and empty packet queue */ in etharp_free_entry() 273 * In all cases, attempt to create new entries from an empty entry. If no 274 * empty entries are available and ETHARP_FLAG_TRY_HARD flag is set, recycle 288 s16_t empty = ARP_TABLE_SIZE; in etharp_find_entry() local 304 * 1) remember the first empty entry (if any) in etharp_find_entry() 314 /* no empty entry found yet and now we do find one? */ in etharp_find_entry() 315 if ((empty == ARP_TABLE_SIZE) && (state == ETHARP_STATE_EMPTY)) { in etharp_find_entry() 316 LWIP_DEBUGF(ETHARP_DEBUG, ("etharp_find_entry: found empty entry %d\n", (int)i)); in etharp_find_entry() 317 /* remember first empty entry */ in etharp_find_entry() 318 empty in etharp_find_entry() [all...] |
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
H A D | RangeTree.java | 149 * containing only the terminal node which matches only the empty digit sequence (this is 150 * distinct from the "empty" tree which matches no sequences at all). 161 // Unlike the empty tree, the terminal node matches one input sequence, the empty sequence. in Node() 162 // The empty tree on the other hand doesn't even reference a terminal node, so there is no in Node() 675 // (empty or terminating nodes) create and intern a new minimal node for the edges. in recurse() 816 * Note that if the prefix tree is empty, this method returns the empty range tree. 864 // Currently we don't accept an empty range set in RangeSpecification.from(). in from() 865 return !ranges.isEmpty() ? from(RangeSpecification.from(ranges)) : RangeTree.empty(); in from() 890 public static RangeTree empty() { empty() method in RangeTree [all...] |
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | NumberingScheme.java | 128 !extensionPrefix.isEmpty() ? Optional.of(extensionPrefix) : Optional.empty(), in create() 157 * <p>If there is a preferred prefix, it is listed first, otherwise the set is empty. 162 * Returns the (possibly empty) prefix used when dialling national numbers (e.g. "0" for "US"). 167 return prefixes.isEmpty() ? DigitSequence.empty() : prefixes.iterator().next(); in getPreferredNationalPrefix() 177 * Returns the (possible empty) default international dialling (IDD) prefix, possibly 184 * is not empty it must be contained in this range. 318 // It can be empty for non-geographic (world) numbering schemes. in checkUnambiguousIdd() 332 RangeTree withNationalPrefix = RangeTree.empty(); in checkUnambiguousIdd() 354 .reduce(RangeTree.empty(), RangeTree::union)); in checkUnambiguousIdd() 444 RangeTree bad = RangeTree.empty(); in checkFormatLengths() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ResourcesHLSL.cpp | 298 if (group.empty()) in outputHLSLSamplerUniformGroup() 392 if (group.empty()) in outputHLSLReadonlyImageUniformGroup() 414 if (group.empty()) in outputHLSLImageUniformGroup() 450 // If this is a nameless struct, we need to use its full definition, rather than its (empty) in outputUniform() 483 if (!referencedUniforms.empty()) in uniformsHeader() 762 return (interfaceBlocks.empty() ? "" : ("// Uniform Blocks\n\n" + interfaceBlocks)); in uniformBlocksHeader() 796 return (interfaceBlocks.empty() ? "" : ("// Shader Storage Blocks\n\n" + interfaceBlocks)); in shaderStorageBlocksHeader()
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | DirectiveParser.cpp | 180 if (!mConditionalStack.empty()) in lex() 350 if (!macro->replacements.empty()) in parseDefine() 429 if (mConditionalStack.empty()) in parseElse() 470 if (mConditionalStack.empty()) in parseElif() 510 if (mConditionalStack.empty()) in parseEndif() 599 else if (state > PRAGMA_NAME) // Do not notify for empty pragma. in parsePragma() 879 if (mConditionalStack.empty()) in skipping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 409 /// empty struct or array). 412 /// outermost to innermost non-empty aggregate. The element currently 420 /// false. SubTypes.back()->getTypeAtIndex(Path.back()) is either an empty 426 while (!Path.empty() && !indexReallyValid(SubTypes.back(), Path.back() + 1)) { in advanceToNextLeafType() 432 if (Path.empty()) in advanceToNextLeafType() 453 /// Find the first non-empty, scalar-like type in Next and setup the iterator 476 // If there's no Path now, Next was originally scalar already (or empty in firstRealType() 478 if (Path.empty()) in firstRealType() 491 /// Set the iterator data-structures to the next non-empty, non-aggregate 499 assert(!Path.empty() in nextRealType() [all...] |
H A D | LiveVariables.cpp | 74 if (Kills.empty()) in dump() 124 while (!WorkList.empty()) { in MarkVirtRegAliveInBlock() 140 if (!VRInfo.Kills.empty() && VRInfo.Kills.back()->getParent() == MBB) { in HandleVirtRegUse() 185 if (VRInfo.AliveBlocks.empty()) in HandleVirtRegDef() 488 while (!Defs.empty()) { in UpdatePhysRegDefs() 588 if (!PHIVarInfo[MBB->getNumber()].empty()) { in runOnBlock() 760 /// addNewBlock - Add a new basic block BB as an empty succcessor to DomBB. All
|
H A D | StackColoring.cpp | 1048 if (Objs.empty()) in remapInstructions() 1079 if (!E.value().empty()) { in remapInstructions() 1125 if (Intervals[Slot]->empty()) in removeInvalidSlotRanges() 1231 // Do not bother looking at empty intervals. in runOnMachineFunction() 1233 if (Intervals[SortedSlots[I]]->empty()) in runOnMachineFunction() 1275 assert(!First->empty() && !Second->empty() && "Found an empty range"); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypes.cpp | 215 while (!Worklist.empty()) { in run() 504 if (!NewOps.empty()) { in AnalyzeNewNode() 515 if (!NewOps.empty()) { in AnalyzeNewNode() 645 while (!NodesToAnalyze.empty()) { in ReplaceValueWith() 889 if (Results.empty()) in CustomLowerNode() 924 if (Results.empty()) in CustomWidenLowerNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolDumper.cpp | 207 if (!LinkageName.empty()) in visitKnownRecord() 304 if (!LinkageName.empty()) in visitKnownRecord() 446 if (!LinkageName.empty()) in visitKnownRecord() 541 if (!LinkageName.empty()) in visitKnownRecord() 582 if (!LinkageName.empty()) in visitKnownRecord() 619 if (!LinkageName.empty()) in visitKnownRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 57 if (Filename.empty()) in addFile() 162 // A string table offset of zero is always the empty string. in getStringTableOffset() 163 if (S.empty()) in getStringTableOffset() 181 // will just be empty. in emitStringTable() 193 // Do nothing if there are no file checksums. Microsoft's linker rejects empty in emitFileChecksums() 195 if (Files.empty()) in emitFileChecksums() 295 if (FilteredLines.empty() || in getFunctionLineEntries() 312 // Return an empty extent if there are no cv_locs for this function id. in getLineExtent() 479 if (Locs.empty()) 597 if (!LocAfter.empty()) { [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | DirectiveParser.cpp | 247 if (!mConditionalStack.empty()) in lex() 420 if (!macro->replacements.empty()) in parseDefine() 500 if (mConditionalStack.empty()) in parseElse() 541 if (mConditionalStack.empty()) in parseElif() 581 if (mConditionalStack.empty()) in parseEndif() 670 else if (state > PRAGMA_NAME) // Do not notify for empty pragma. in parsePragma() 910 if (mConditionalStack.empty()) in skipping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | GenericDomTree.h | 154 while (!WorkStack.empty()) { in UpdateLevel() 359 while (!WL.empty()) { in getDescendants() 589 if (Roots.empty()) { in setNewRoot() 623 assert(Node->getChildren().empty() && "Node is not a leaf node."); in eraseNode() 705 while (!WorkStack.empty()) { in updateDFSNumbers() 784 assert(!PredBlocks.empty() && "No predblocks?"); in Split()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 424 assert(!TheLoop->empty() && "We are not vectorizing an outer loop."); in canVectorizeOuterLoop() 501 if (!Casts.empty()) in addInductionPhi() 803 if (Inductions.empty()) { in canVectorizeInstrs() 1014 assert((UseVPlanNativePath || Lp->empty()) && in canVectorizeLoopCFG() 1124 if (!TheLoop->empty()) { in canVectorize() 1141 assert(TheLoop->empty() && "Inner loop expected."); in canVectorize() 1233 // The list of pointers that we can safely read and write to remains empty. in prepareToFoldTailByMasking()
|
H A D | VPlan.cpp | 90 if (!Successors.empty() || !Parent) in getEnclosingBlockWithSuccessors() 98 if (!Predecessors.empty() || !Parent) in getEnclosingBlockWithPredecessors() 181 !(Replica && getPredecessors().empty())) { /* C */ in execute() 524 if (!Name.empty()) in getOrCreateName() 534 if (!Plan.getName().empty()) in dump() 536 if (!Plan.Value2VPValue.empty() || Plan.BackedgeTakenCount) { in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 59 if (Data.empty()) in readULEB128() 218 // Adjust the column locations for the empty regions that are supposed to in readMappingRegionsSubArray() 435 if (FuncName.empty()) in insertFunctionRecordIfNeeded() 628 if (Data.empty()) in loadTestingFormat() 635 if (Data.empty()) in loadTestingFormat() 649 if (CoverageMapping.empty()) in loadTestingFormat() 693 if (!Arch.empty() && OF->getArch() != Triple(Arch).getArch()) in loadBinaryFormat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIWholeQuadMode.cpp | 480 if (!MBB.empty()) { in propagateBlock() 515 while (!Worklist.empty()) { in analyzeFunction() 913 if (!(GlobalFlags & StateWWM) && LowerToCopyInstrs.empty() && LowerToMovInstrs.empty()) in runOnMachineFunction() 914 return !LiveMaskQueries.empty(); in runOnMachineFunction() 920 if (GlobalFlags & StateExact || !LiveMaskQueries.empty()) { in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonMachineScheduler.cpp | 260 // Initialize the HazardRecognizers. If itineraries don't exist, are empty, or in initialize() 420 // If the available queue is empty, it is safe to reset MinReadyCycle. in releasePending() 421 if (Available.empty()) in releasePending() 464 if (Available.empty()) in pickOnlyChoice() 947 assert(Top.Available.empty() && Top.Pending.empty() && in pickNode() 948 Bot.Available.empty() && Bot.Pending.empty() && "ReadyQ garbage"); in pickNode()
|