HomeSort by relevance Sort by last modified time
    Searched refs:root (Results 151 - 175 of 2837) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
callchain.h 91 static inline void callchain_init(struct callchain_root *root)
93 INIT_LIST_HEAD(&root->node.siblings);
94 INIT_LIST_HEAD(&root->node.children);
95 INIT_LIST_HEAD(&root->node.val);
97 root->node.parent = NULL;
98 root->node.hit = 0;
99 root->node.children_hit = 0;
100 root->max_depth = 0;
109 int callchain_append(struct callchain_root *root,
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAllocTest.cpp 79 partitionDumpStats(*allocator.root());
92 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[bucketIdx];
98 void* ptr = partitionAlloc(allocator.root(), size);
132 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[bucketIdx];
136 void* ptr = partitionAlloc(allocator.root(), size);
147 void* ptr = partitionAllocGeneric(genericAllocator.root(), size);
151 partitionFreeGeneric(genericAllocator.root(), ptr);
161 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[kTestBucketIndex];
168 void* ptr = partitionAlloc(allocator.root(), kTestAllocSize);
185 void* leakedPtr = partitionAlloc(allocator.root(), kTestAllocSize)
    [all...]
FastMalloc.cpp 74 return partitionAllocGeneric(gPartition.root(), n);
79 partitionFreeGeneric(gPartition.root(), p);
84 return partitionReallocGeneric(gPartition.root(), p, n);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport2.java 40 public Grammar root; field in class:GrammarReport2
43 this.root = rootGrammar;
48 stats(root, buf);
49 CompositeGrammar composite = root.composite;
50 for (Grammar g : composite.getDelegates(root)) {
  /external/chromium_org/cc/layers/
layer_impl_unittest.cc 26 root->ResetAllChangeTrackingForSubtree(); \
28 EXPECT_TRUE(root->needs_push_properties()); \
31 EXPECT_TRUE(root->LayerPropertyChanged()); \
36 root->ResetAllChangeTrackingForSubtree(); \
38 EXPECT_FALSE(root->needs_push_properties()); \
41 EXPECT_FALSE(root->LayerPropertyChanged()); \
47 root->ResetAllChangeTrackingForSubtree(); \
49 EXPECT_TRUE(root->needs_push_properties()); \
52 EXPECT_FALSE(root->LayerPropertyChanged()); \
57 root->ResetAllChangeTrackingForSubtree();
96 LayerImpl* root = root_ptr.get(); local
255 LayerImpl* root = host_impl.active_tree()->root_layer(); local
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
TranslatorGLSL.cpp 12 static void writeVersion(sh::GLenum type, TIntermNode* root,
15 root->traverse(&versionGLSL);
28 void TranslatorGLSL::translate(TIntermNode* root) {
32 writeVersion(getShaderType(), root, sink); local
46 root->traverse(&outputGLSL);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator_unittest.cc 5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
34 PartitionTreeNode* root = local
36 EXPECT_TRUE(root->CreateChildren(kMaxSize));
37 ASSERT_TRUE(NULL != root->left_child());
38 ASSERT_TRUE(NULL != root->right_child());
39 EXPECT_EQ(3, root->left_child()->this_size());
40 EXPECT_EQ(2, root->right_child()->this_size());
41 EXPECT_EQ(11, root->right_child()->Cost(kPenalty));
42 EXPECT_FALSE(root->left_child()->packet_start())
52 PartitionTreeNode* root = local
83 PartitionTreeNode* root = local
    [all...]
  /external/chromium_org/tools/grit/grit/format/policy_templates/
template_formatter.py 21 def _TemplateFormatter(writer_module_name, root, lang, output_dir):
35 root: the <grit> root node of the grit tree.
43 config = writer_configuration.GetConfigurationForBuild(root.defines)
44 policy_data = _ParseGritNodes(root, lang)
51 def _ParseGritNodes(root, lang):
56 root: The root of the grit tree.
63 for item in root.ActiveDescendants():
  /external/chromium_org/ui/views/
view_targeter.h 31 View* TargetForRect(View* root, const gfx::Rect& rect) const;
35 virtual ui::EventTarget* FindTargetForEvent(ui::EventTarget* root,
51 View* FindTargetForKeyEvent(View* root, const ui::KeyEvent& key);
52 View* FindTargetForScrollEvent(View* root, const ui::ScrollEvent& scroll);
54 virtual View* FindTargetForGestureEvent(View* root,
  /external/chromium_org/v8/test/fuzz-natives/
testcfg.py 14 def __init__(self, name, root):
15 super(FuzzNativesTestSuite, self).__init__(name, root)
48 basefile = os.path.join(self.root, "base.js")
51 def GetSuite(name, root):
52 return FuzzNativesTestSuite(name, root)
  /external/chromium_org/third_party/freetype/src/sfnt/
sfobjs.c 147 FT_Memory memory = face->root.memory;
452 FT_Library library = face->root.driver->root.library;
499 face->root.num_faces = face->ttc_header.count;
500 face->root.face_index = face_index;
602 has_outline = FT_BOOL( face->root.internal->incremental_interface != 0 ||
666 if ( face->root.internal->incremental_interface &&
667 face->root.internal->incremental_interface->funcs->
693 if ( face->root.internal->incremental_interface &&
694 face->root.internal->incremental_interface->funcs-
798 FT_Face root = &face->root; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
DensityActivity.java 52 LinearLayout root = new LinearLayout(this); local
53 root.setOrientation(LinearLayout.VERTICAL);
59 addLabelToRoot(root, "Prescaled bitmap in drawable");
60 addChildToRoot(root, layout);
66 addLabelToRoot(root, "Autoscaled bitmap in drawable");
67 addChildToRoot(root, layout);
73 addLabelToRoot(root, "Prescaled resource drawable");
74 addChildToRoot(root, layout);
77 addLabelToRoot(root, "Inflated layout");
78 addChildToRoot(root, layout)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkRTree.cpp 138 SkRTree::Branch* SkRTree::insert(Node* root, Branch* branch, uint16_t level) {
140 if (root->fLevel != level) {
141 int childIndex = this->chooseSubtree(root, branch);
142 toInsert = this->insert(root->child(childIndex)->fChild.subtree, branch, level);
143 root->child(childIndex)->fBounds = this->computeBounds(
144 root->child(childIndex)->fChild.subtree);
147 if (root->fNumChildren == fMaxChildren) {
151 Node* newSibling = this->allocateNode(root->fLevel);
154 toDivide[i] = *root->child(i);
160 root->fNumChildren = splitIndex
    [all...]
SkTSort.h 28 /* Sifts a broken heap. The input array is a heap from root to bottom
29 * except that the root entry may be out of place.
31 * Sinks a hole from array[root] to leaf and then sifts the original array[root] element
37 * the potentially out of place root entry value is expected to be small.
39 * @param root the one based index into array of the out-of-place root of the heap.
43 void SkTHeapSort_SiftUp(T array[], size_t root, size_t bottom, C lessThan) {
44 T x = array[root-1];
45 size_t start = root;
    [all...]
  /external/chromium_org/tools/
licenses.py 22 # Paths from the root of the tree to directories to skip.
141 # Absolute path here is resolved as relative to the source root.
191 # Absolute path here is resolved as relative to the source root.
221 # Absolute path here is resolved as relative to the source root.
228 # Absolute path here is resolved as relative to the source root.
244 def AbsolutePath(path, filename, root):
246 root."""
248 # Absolute-looking paths are relative to the source root
250 absolute_path = os.path.join(root, filename[1:])
252 absolute_path = os.path.join(root, path, filename
    [all...]
  /device/asus/tilapia/
device.mk 23 device/asus/tilapia/fstab.grouper:root/fstab.grouper \
24 device/asus/tilapia/init.recovery.tilapia.rc:root/init.recovery.grouper.rc \
25 device/asus/tilapia/init.tilapia.rc:root/init.grouper.rc
  /device/generic/qemu/
qemu_base.mk 80 system/core/rootdir/init.usb.rc:root/init.usb.rc \
81 system/core/rootdir/init.trace.rc:root/init.trace.rc \
82 system/core/rootdir/ueventd.rc:root/ueventd.rc \
86 device/generic/goldfish/fstab.goldfish:root/fstab.goldfish \
87 device/generic/goldfish/init.goldfish.rc:root/init.goldfish.rc \
89 device/generic/goldfish/ueventd.goldfish.rc:root/ueventd.goldfish.rc \
  /external/chromium_org/ash/shell/
context_menu.cc 16 ContextMenu::ContextMenu(aura::Window* root)
18 root_window_(root),
19 alignment_menu_(root) {
  /external/chromium_org/base/json/
json_file_value_serializer.h 35 virtual bool Serialize(const base::Value& root) OVERRIDE;
37 // Equivalent to Serialize(root) except binary values are omitted from the
39 bool SerializeAndOmitBinaryValues(const base::Value& root);
75 bool SerializeInternal(const base::Value& root, bool omit_binary_values);
json_string_value_serializer.h 41 virtual bool Serialize(const base::Value& root) OVERRIDE;
43 // Equivalent to Serialize(root) except binary values are omitted from the
45 bool SerializeAndOmitBinaryValues(const base::Value& root);
65 bool SerializeInternal(const base::Value& root, bool omit_binary_values);
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
settings_overrides_handler_unittest.cc 79 scoped_ptr<base::Value> root(json.Deserialize(NULL, &error));
80 ASSERT_TRUE(root);
81 ASSERT_TRUE(root->IsType(base::Value::TYPE_DICTIONARY));
85 *static_cast<base::DictionaryValue*>(root.get()),
122 scoped_ptr<base::Value> root(json.Deserialize(NULL, &error));
123 ASSERT_TRUE(root);
124 ASSERT_TRUE(root->IsType(base::Value::TYPE_DICTIONARY));
128 *static_cast<base::DictionaryValue*>(root.get()),
155 scoped_ptr<base::Value> root(json.Deserialize(NULL, &error));
156 ASSERT_TRUE(root);
    [all...]
  /external/chromium_org/third_party/angle/src/third_party/compiler/
ArrayBoundsClamper.cpp 83 void ArrayBoundsClamper::MarkIndirectArrayBoundsForClamping(TIntermNode* root)
85 ASSERT(root);
88 root->traverse(&clamper);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cgendtst.c 25 void addGendInfoForTest(TestNode** root);
28 #define TESTCASE(x) addTest(root, &x, "tsformat/cgendtst/" #x)
30 void addGendInfoForTest(TestNode** root)
  /external/chromium_org/tools/metrics/histograms/
histogram_ownership.py 16 root = tree.getroot()
17 assert root.tag == 'histogram-configuration'
19 root_children = root.getchildren()
  /external/chromium_org/ui/views/focus/
focus_search.h 29 // - |root| is the root of the view hierarchy to traverse. Focus will be
32 // to the first view within this root when the traversal reaches
39 FocusSearch(View* root, bool cycle, bool accessibility_mode);
72 // Get the parent, but stay within the root. Returns NULL if asked for
77 // Returns true if |v| is contained within the hierarchy rooted at |root|.
79 virtual bool Contains(View* root, const View* v);
81 View* root() const { return root_; } function in class:views::FocusSearch

Completed in 420 milliseconds

1 2 3 4 5 67 8 91011>>