Searched defs:root_ (Results 1 - 21 of 21) sorted by relevance

/external/libchrome/base/containers/
H A Dlinked_list.h145 // list (root_.next() will point back to the start of the list,
146 // and root_->previous() wraps around to the end of the list).
147 LinkedList() : root_(&root_, &root_) {}
151 e->InsertBefore(&root_);
155 return root_.next();
159 return root_.previous();
163 return &root_;
169 LinkNode<T> root_; member in class:base::LinkedList
[all...]
/external/v8/benchmarks/spinning-balls/
H A Dsplay-tree.js46 SplayTree.prototype.root_ = null;
53 return !this.root_;
67 this.root_ = new SplayTree.Node(key, value);
73 if (this.root_.key == key) {
77 if (key > this.root_.key) {
78 node.left = this.root_;
79 node.right = this.root_.right;
80 this.root_.right = null;
82 node.right = this.root_;
83 node.left = this.root_
[all...]
/external/v8/benchmarks/
H A Dsplay.js141 SplayTree.prototype.root_ = null;
148 return !this.root_;
162 this.root_ = new SplayTree.Node(key, value);
168 if (this.root_.key == key) {
172 if (key > this.root_.key) {
173 node.left = this.root_;
174 node.right = this.root_.right;
175 this.root_.right = null;
177 node.right = this.root_;
178 node.left = this.root_
[all...]
/external/v8/src/crankshaft/
H A Dtyping.h46 FunctionLiteral* root_; member in class:v8::internal::final
/external/v8/src/
H A Dsplay-tree.h39 : root_(NULL), allocator_(allocator) {}
92 bool is_empty() { return root_ == NULL; }
154 void ResetRoot() { root_ = NULL; }
157 // Search for a node with a given key. If found, root_ points
161 // Inserts a node assuming that root_ is already set up.
164 // Removes root_ node.
194 Node* root_; member in class:v8::internal::SplayTree
/external/v8/tools/
H A Dsplaytree.js47 SplayTree.prototype.root_ = null;
54 return !this.root_;
69 this.root_ = new SplayTree.Node(key, value);
75 if (this.root_.key == key) {
79 if (key > this.root_.key) {
80 node.left = this.root_;
81 node.right = this.root_.right;
82 this.root_.right = null;
84 node.right = this.root_;
85 node.left = this.root_
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dvp8_partition_aggregator.h128 PartitionTreeNode* root_; member in class:webrtc::Vp8PartitionAggregator
/external/gemmlowp/profiling/
H A Dprofiler.h174 Node root_; member in class:gemmlowp::ProfileTreeView
181 printf("%.2f%% %s\n", 100.0f * node->weight / root_.weight, node->label);
211 AddStackToNode(stack, &root_, 0);
223 node == &root_ ? "other (outside of any label)" : "other";
229 void AddOtherNodes() { AddOtherChildrenToNode(&root_); }
238 void Sort() { SortNode(&root_); }
253 static_cast<int>(root_.weight));
254 PrintNode(&root_, 0);
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DApi.cs727 root_ = other.root_;
749 private string root_ = ""; field in class:Google.Protobuf.WellKnownTypes.Mixin
755 get { return root_; }
757 root_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
/external/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.h226 // Writes the root_ node to ow_ and resets the root_ and current_ pointer to
256 google::protobuf::scoped_ptr<Node> root_; member in class:google::protobuf::util::converter::DefaultValueObjectWriter
257 // The stack to hold the path of Nodes from current_ to root_;
/external/v8/src/profiler/
H A Dallocation-tracker.h60 AllocationTraceNode* root() { return &root_; }
66 AllocationTraceNode root_; member in class:v8::internal::AllocationTraceTree
H A Dprofile-generator.h235 ProfileNode* root() const { return root_; }
240 root_->Print(0);
259 ProfileNode* root_; member in class:v8::internal::ProfileTree
/external/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.cc197 if (root_.children.empty()) {
200 MergeMessage(&root_, source, options, destination);
236 Node root_; member in class:google::protobuf::util::__anon16505::FieldMaskTree
252 MergeToFieldMask("", &root_, mask);
278 Node* node = &root_;
280 if (!new_branch && node != &root_ && node->children.empty()) {
304 const Node* node = &root_;
307 if (node != &root_) {
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrie.java47 pos_=root_=offset;
66 pos_=root_;
94 state.root=root_;
110 if(bytes_==state.bytes && bytes_!=null && root_==state.root) {
203 return nextImpl(root_, inByte);
1033 private int root_; field in class:BytesTrie
H A DCharsTrie.java50 pos_=root_=offset;
69 pos_=root_;
97 state.root=root_;
113 if(chars_==state.chars && chars_!=null && root_==state.root) {
146 return nextImpl(root_, inUnit);
990 private int root_; field in class:CharsTrie
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java47 pos_=root_=offset;
68 pos_=root_;
99 state.root=root_;
116 if(bytes_==state.bytes && bytes_!=null && root_==state.root) {
219 return nextImpl(root_, inByte);
1068 private int root_; field in class:BytesTrie
H A DCharsTrie.java50 pos_=root_=offset;
71 pos_=root_;
102 state.root=root_;
119 if(chars_==state.chars && chars_!=null && root_==state.root) {
154 return nextImpl(root_, inUnit);
1016 private int root_; field in class:CharsTrie
/external/protobuf/src/google/protobuf/
H A Dapi.pb.h424 ::google::protobuf::internal::ArenaStringPtr root_; member in class:google::protobuf::Mixin
929 root_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
933 return root_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
937 root_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
942 root_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
947 root_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
954 return root_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
959 return root_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
967 root_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), root);
/external/v8/src/asmjs/
H A Dasm-typer.h327 FunctionLiteral* root_; member in class:v8::internal::wasm::final
/external/v8/src/ast/
H A Dast-traversal-visitor.h35 DCHECK_NOT_NULL(root_);
36 Visit(root_);
57 AstNode* root_; member in class:v8::internal::AstTraversalVisitor
94 : root_(root), depth_(0) {
101 : root_(root), depth_(0) {
/external/libchrome/crypto/
H A Dnss_util.cc689 root_(NULL) {
726 root_ = InitDefaultRootCerts();
775 root_ = InitDefaultRootCerts();
794 if (root_) {
795 SECMOD_UnloadUserModule(root_);
796 SECMOD_DestroyModule(root_);
797 root_ = NULL;
859 SECMODModule* root_; member in class:crypto::__anon10132::NSSInitSingleton

Completed in 1115 milliseconds