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

<<11121314151617181920>>

  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
view.js 130 View.prototype.appendChild_ = function(root, selector, tag, classes, content) {
131 var parent = (root && selector) ? root.querySelector(selector) : root;
136 View.prototype.setAttribute_ = function(root, selector, name, value) {
137 var element = root && root.querySelector(selector);
143 View.prototype.setContent_ = function(root, selector, content) {
144 var element = root && root.querySelector(selector)
    [all...]
  /external/chromium_org/third_party/zlib/
inftrees.c 28 requested root table index bits, and on return it is the actual root
43 unsigned root; /* number of index bits for root table */ local
51 unsigned low; /* low bits for current root entry */
52 unsigned mask; /* mask for low root bits */
112 /* bound code lengths, force root to be within code lengths */
113 root = *bits;
116 if (root > max) root = max
    [all...]
  /external/linux-tools-perf/perf-3.12.0/include/linux/
rbtree_augmented.h 44 extern void __rb_insert_augmented(struct rb_node *node, struct rb_root *root,
47 rb_insert_augmented(struct rb_node *node, struct rb_root *root,
50 __rb_insert_augmented(node, root, augment->rotate);
112 struct rb_node *parent, struct rb_root *root)
120 root->rb_node = new;
123 extern void __rb_erase_color(struct rb_node *parent, struct rb_root *root,
127 __rb_erase_augmented(struct rb_node *node, struct rb_root *root,
144 __rb_change_child(node, child, parent, root);
155 __rb_change_child(node, tmp, parent, root);
206 __rb_change_child(node, successor, tmp, root);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h 250 PartitionRootBase* root; member in struct:WTF::PartitionSuperPageExtentEntry
431 return extentEntry->root;
437 PartitionRootBase* root = partitionPageToRoot(page);
438 return root->invertedSelf == ~reinterpret_cast<uintptr_t>(root);
441 ALWAYS_INLINE void* partitionBucketAlloc(PartitionRootBase* root, int flags, size_t size, PartitionBucket* bucket)
454 ret = partitionAllocSlowPath(root, flags, size, bucket);
471 ALWAYS_INLINE void* partitionAlloc(PartitionRoot* root, size_t size)
479 ASSERT(root->initialized);
481 ASSERT(index < root->numBuckets)
    [all...]
  /art/runtime/
read_barrier-inl.h 47 inline MirrorType* ReadBarrier::BarrierForRoot(MirrorType** root) {
48 MirrorType* ref = *root;
  /cts/suite/audio_quality/lib/include/task/
ModelBuilder.h 53 virtual TaskCase* parseCase(const TiXmlElement& root);
54 virtual TaskBatch* parseBatch(const TiXmlElement& root, const android::String8& xmlFileName);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_lut.rs 24 uchar4 __attribute__((kernel)) root(uchar4 in) {
  /development/ndk/platforms/android-3/include/linux/
rbtree.h 41 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL)
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
PreferencesFromCode.java 41 PreferenceScreen root = getPreferenceManager().createPreferenceScreen(this); local
42 setPreferenceScreen(root);
43 populatePreferenceHierarchy(root);
46 private void populatePreferenceHierarchy(PreferenceScreen root) {
50 root.addPreference(inlinePrefCat);
69 root.addPreference(dialogBasedPrefCat);
92 root.addPreference(launchPrefCat);
129 root.addPreference(prefAttrsCat);
  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
mono.rs 22 void root(const uchar4 *v_in, uchar4 *v_out) {
  /device/asus/deb/
device.mk 23 device/asus/deb/fstab.deb:root/fstab.flo \
24 device/asus/deb/init.deb.rc:root/init.flo.rc
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
NamespaceAlias.java 152 * @param root The owning root stylesheet
154 public void recompose(StylesheetRoot root)
156 root.recomposeNamespaceAliases(this);
  /external/chromium_org/ash/shell/
window_watcher.cc 40 void RootWindowAdded(aura::Window* root) {
42 ash::Shell::GetContainer(root, kShellWindowId_PanelContainer);
46 Shelf::ForWindow(root)->shelf_widget()->window_container();
52 void RootWindowRemoved(aura::Window* root) {
54 ash::Shell::GetContainer(root, kShellWindowId_PanelContainer);
58 Shelf::ForWindow(root)->shelf_widget()->window_container();
141 aura::Window* root = Shell::GetInstance()->display_controller()-> local
143 workspace_window_watcher_->RootWindowAdded(root);
  /external/chromium_org/ash/wm/
system_background_controller.cc 36 aura::Window* root,
39 DCHECK_EQ(root_window_, root);
  /external/chromium_org/build/android/pylib/host_driven/
setup.py 17 def _GetPythonFiles(root, files):
21 root: A directory name with python files.
27 return [os.path.join(root, f) for f in files if f.endswith('Test.py')]
63 for root, _, files in os.walk(host_driven_test_root):
64 if (root.endswith('host_driven_tests') or
65 root.endswith('pythonDrivenTests') or
66 (is_official_build and (root.endswith('pythonDrivenTests/official') or
67 root.endswith('host_driven_tests/official')))):
68 host_driven_test_file_list += _GetPythonFiles(root, files)
  /external/chromium_org/build/
update-linux-sandbox.sh 30 sudo -- chown root:root "${CHROME_SANDBOX_INST_PATH}" &&
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils.h 49 const base::DictionaryValue& root);
61 // Parses the profile.ini file, and stores its information in |root|.
73 void ParseProfileINI(const base::FilePath& file, base::DictionaryValue* root);
  /external/chromium_org/components/cloud_devices/common/
cloud_device_description.h 29 bool InitFromDictionary(scoped_ptr<base::DictionaryValue> root);
34 const base::DictionaryValue& root() const { return *root_; } function in class:cloud_devices::CloudDeviceDescription
  /external/chromium_org/components/onc/docs/
onc_spec.js 6 var root = null; variable
48 root = document.getElementById('root');
54 outline(root);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
RetainedDOMInfo.cpp 39 RetainedDOMInfo::RetainedDOMInfo(Node* root)
40 : m_root(root)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeIterator.idl 26 readonly attribute Node root;
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImport.h 54 // * The root of the tree is HTMLImportTreeRoot.
59 // * The non-root nodes are HTMLImportChild. They are all owned by HTMLImporTreeRoot.
107 HTMLImport* root();
131 static void recalcTreeState(HTMLImport* root);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
SubtreeLayoutScope.cpp 39 SubtreeLayoutScope::SubtreeLayoutScope(RenderObject& root)
40 : m_root(root)
  /external/chromium_org/third_party/angle/src/compiler/translator/
TranslatorESSL.cpp 16 void TranslatorESSL::translate(TIntermNode* root) {
31 root->traverse(&outputESSL);
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
writable_expectations.py 76 self.root)
77 dicts = results.BaseComparisons.read_dicts_from_root(self.root)
117 self._write_dicts_to_root(meta_dict=dicts, root=self.root)
124 def _write_dicts_to_root(meta_dict, root):
130 root: path to root of directory tree within which to write files
132 if not os.path.isdir(root):
133 raise IOError('no directory found at path %s' % root)
136 full_path = os.path.join(root, rel_path
    [all...]

Completed in 545 milliseconds

<<11121314151617181920>>