Searched defs:Top (Results 1 - 25 of 30) sorted by relevance

12

/external/lldb/source/Core/
H A DInputReaderStack.cpp56 InputReaderStack::Top () function in class:InputReaderStack
/external/chromium_org/cc/resources/
H A Deviction_tile_priority_queue.cc111 Tile* EvictionTilePriorityQueue::Top() { function in class:cc::EvictionTilePriorityQueue
113 return paired_queues_.front()->Top(tree_priority_);
150 Tile* EvictionTilePriorityQueue::PairedPictureLayerQueue::Top( function in class:cc::EvictionTilePriorityQueue::PairedPictureLayerQueue
H A Draster_tile_priority_queue.cc124 Tile* RasterTilePriorityQueue::Top() { function in class:cc::RasterTilePriorityQueue
126 return paired_queues_.front()->Top(tree_priority_);
164 Tile* RasterTilePriorityQueue::PairedPictureLayerQueue::Top( function in class:cc::RasterTilePriorityQueue::PairedPictureLayerQueue
209 // If no empty, use Top to do DCHECK the next iterator.
210 DCHECK(IsEmpty() || Top(tree_priority));
/external/llvm/lib/Analysis/
H A DCFG.cpp41 std::pair<const BasicBlock*, succ_const_iterator> &Top = VisitStack.back(); local
42 const BasicBlock *ParentBB = Top.first;
43 succ_const_iterator &I = Top.second;
/external/openfst/src/include/fst/
H A Dheap.h106 T Top() const { function in class:fst::Heap
H A Dreplace.h704 const PrefixTuple& top = stack.Top();
818 const PrefixTuple& Top() const { function in class:fst::ReplaceFstImpl::StackPrefix
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dheap.h98 T Top() const { function in class:fst::Heap
H A Dreplace.h308 const PrefixTuple& top = stack.Top();
412 const PrefixTuple& Top() const { function in class:fst::ReplaceFstImpl::StackPrefix
/external/chromium_org/net/websockets/
H A Dwebsocket_inflater.cc153 std::pair<char*, size_t> top = input_queue_.Top();
227 std::pair<char*, size_t> WebSocketInflater::InputQueue::Top() { function in class:net::WebSocketInflater::InputQueue
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DPopover.js186 if ((newElementPosition.y + newElementPosition.height + borderRadius >= totalHeight) && (arrowDirection !== WebInspector.Popover.Orientation.Top)) {
194 verticalAlignment = WebInspector.Popover.Orientation.Top;
402 Top: "top",
/external/chromium_org/v8/src/heap/
H A Dstore-buffer.h81 Object*** Top() { return reinterpret_cast<Object***>(old_top_); } function in class:v8::internal::StoreBuffer
/external/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h76 // VisitStack - Used to maintain the ordering. Top = current block
104 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back(); local
105 NodeType *Node = Top.first.getPointer();
106 ChildItTy &It = Top.second;
107 if (!Top.first.getInt()) {
110 Top.first.setInt(1);
/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h195 VLIWSchedBoundary Top; member in class:llvm::ConvergingVLIWScheduler
207 : DAG(nullptr), SchedModel(nullptr), Top(TopQID, "TopQ"),
221 return Top.ResourceModel->getTotalPackets() +
/external/openfst/src/include/fst/extensions/pdt/
H A Dpdt.h118 ssize_t Top(StackId stack_id) const { function in class:fst::PdtStack
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusMetaHeader.h61 INT16 Top; member in struct:__anon28778
84 // Left, Top, Right, and Bottom contain the coordinates of the upper-left
/external/chromium_org/v8/src/
H A Deffects.h243 Effects<Var, kNoVar> Top() { return node_->effects; } function in class:v8::internal::NestedEffectsBase
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.h232 Node* Top() { function in class:v8::internal::compiler::AstGraphBuilder::Environment
/external/giflib/
H A Dgif_lib.h47 GifWord Left, Top, Width, Height; /* Current image dimensions. */ member in struct:GifImageDesc
/external/llvm/lib/Target/R600/
H A DR600ControlFlowFinalizer.cpp186 CFStack::StackItem Top = BranchStack.back(); local
187 if (Top == CFStack::ENTRY)
190 CurrentSubEntries-= getSubEntrySize(Top);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js4146 Top: function(element, content) {
/external/llvm/lib/IR/
H A DLegacyPassManager.cpp1805 PMDataManager *Top = this->top(); local
1806 Top->initializeAnalysisInfo();
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1169 uint64_t Top = (Mask >> First) + 1; local
1170 if ((Top & -Top) == Top) {
1172 Length = findFirstSet(Top);
1197 assert(LSB + Length < BitSize && "Top bit must be set");
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h601 FX_SHORT Top; member in struct:FX_SMALL_RECT
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp783 yaml::MappingNode *Top = dyn_cast<yaml::MappingNode>(Root); local
784 if (!Top) {
800 for (yaml::MappingNode::iterator I = Top->begin(), E = Top->end(); I != E;
856 if (!checkMissingKeys(Top, Keys))
/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h315 // Top-Level entry points for the schedule() driver...
359 // liveness during bottom-up scheduling. Top-down scheduling may proceed but
441 // Top-Level entry points for the schedule() driver...
849 SchedBoundary Top; member in class:llvm::GenericScheduler
855 GenericSchedulerBase(C), DAG(nullptr), Top(SchedBoundary::TopQID, "TopQ"),
873 Top.releaseTopNode(SU);
907 SchedBoundary Top; member in class:llvm::PostGenericScheduler
911 GenericSchedulerBase(C), Top(SchedBoundary::TopQID, "TopQ") {}
937 Top.releaseTopNode(SU);

Completed in 655 milliseconds

12