HomeSort by relevance Sort by last modified time
    Searched refs:root (Results 101 - 125 of 1103) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/iproute2/testsuite/tests/
policer 2 $TC qdisc del dev $DEV root >/dev/null 2>&1
3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
8 $TC qdisc del dev $DEV root
10 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
13 $TC qdisc del dev $DEV root
cls-testbed.t 15 ts_tc "cls-testbed" "cbq root qdisc creation" \
16 qdisc add dev $DEV root handle 10:0 \
18 ts_tc "cls-testbed" "cbq root class creation" \
29 ts_tc "cls-testbed" "htb root qdisc creation" \
30 qdisc add dev $DEV root handle 10:0 htb
31 ts_tc "cls-testbed" "htb root class creation" \
41 ts_tc "cls-testbed" "dsmark root qdisc creation" \
42 qdisc add dev $DEV root handle 20:0 \
64 qdisc del dev $DEV root
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 96 %attr(644,root,root) $3/rogue/pak0.pak
97 %attr(644,root,root) $3/rogue/docs/manual.doc
98 %attr(644,root,root) $3/rogue/docs/manual.htm
99 %attr(644,root,root) $3/rogue/docs/manual.txt
100 %attr(644,root,root) $3/rogue/docs/readme.do
    [all...]
  /external/blktrace/btt/
dip_rb.c 24 int rb_insert(struct rb_root *root, struct io *iop)
28 struct rb_node **p = &root->rb_node;
45 rb_insert_color(&iop->rb_node, root);
49 struct io *rb_find_sec(struct rb_root *root, __u64 sec)
52 struct rb_node *n = root->rb_node;
  /packages/apps/Camera/src/com/android/camera/ui/
AbstractIndicator.java 47 protected void render(GLRootView root, GL11 gl) {
54 Transformation trans = root.pushTransform();
58 icon.draw(root, -icon.getWidth() / 2, -icon.getHeight() / 2);
59 root.popTransform();
61 icon.draw(root,
GLView.java 66 GLRootView root = getGLRootView(); local
67 if (root == null) throw new IllegalStateException();
73 root.registerLaunchedAnimation(animation);
176 GLRootView root = getGLRootView(); local
177 if (root != null) root.requestRender();
186 GLRootView root = getGLRootView(); local
187 if (root != null) root.requestLayoutContentPane();
204 protected void renderChild(GLRootView root, GL11 gl, GLView component)
    [all...]
PopupWindow.java 46 protected void onAttachToRoot(GLRootView root) {
47 super.onAttachToRoot(root);
48 mUsingStencil = root.getEGLConfigChooser().getStencilBits() > 0;
112 private void renderBackgroundWithStencil(GLRootView root, GL11 gl) {
126 mAnchor.draw(root, aXoffset, aYoffset);
132 mBackground.draw(root, 0, 0,
137 private void renderBackgroundWithoutStencil(GLRootView root, GL11 gl) {
149 mAnchor.draw(root, aXoffset, aYoffset);
161 root.copyTexture2D(backup, aXoffset, aYoffset, aWidth, aHeight);
167 mBackground.draw(root, 0, 0
    [all...]
  /external/bluetooth/glib/gio/tests/
live-g-file.c 178 GFile *root; local
191 root = g_file_new_for_commandline_arg ((char *) test_data);
192 g_assert (root != NULL);
194 /* create root directory */
195 res = g_file_make_directory (root, NULL, NULL);
212 child = create_empty_file (root, item.filename, item.create_flags);
216 child = create_empty_dir (root, item.filename);
221 child = create_symlink (root, item.filename, item.link_to);
245 child = g_file_get_child (root, "pattern_file");
270 g_object_unref (root);
383 GFile *root; local
546 GFile *root; local
569 GFile *root, *child; local
736 GFile *root; local
799 GFile *root, *child; local
885 GFile *root, *child; local
955 GFile *root; local
1075 GFile *root; local
    [all...]
  /external/e2fsprogs/e2fsck/
dict.c 93 /* don't need to check for root node here because root->parent is
94 the sentinel nil node, and root->parent->left points back to root */
182 * checks that every path has the same count of black nodes from root to leaf.
187 * black height of the subtree rooted at the node ``root'', or zero if the
191 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root)
195 if (root != nil) {
196 height_left = verify_redblack(nil, root->left);
197 height_right = verify_redblack(nil, root->right)
311 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); local
397 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); local
456 dnode_t *root = dict_root(dict); local
495 dnode_t *root = dict_root(dict); local
527 dnode_t *root = dict_root(dict); local
861 dnode_t *nil = dict_nil(dict), *root = dict_root(dict), *left; local
877 dnode_t *nil = dict_nil(dict), *root = dict_root(dict), *right; local
    [all...]
  /external/skia/src/views/
SkViewInflate.cpp 54 SkView* SkViewInflate::inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root)
58 if (root == NULL)
60 root = this->createView(dom, node);
61 if (root == NULL)
67 this->rInflate(dom, node, root);
90 root->postInflate(fIDs);
91 return root;
94 SkView* SkViewInflate::inflate(const char xml[], size_t len, SkView* root)
99 return node ? this->inflate(dom, node, root) : NULL;
  /external/v8/test/message/
testcfg.py 98 def __init__(self, context, root):
99 super(MessageTestConfiguration, self).__init__(context, root)
108 mjsunit = [current_path + [t] for t in self.Ls(self.root)]
109 regress = [current_path + ['regress', t] for t in self.Ls(join(self.root, 'regress'))]
110 bugs = [current_path + ['bugs', t] for t in self.Ls(join(self.root, 'bugs'))]
115 file_prefix = join(self.root, reduce(join, test[1:], ""))
129 status_file = join(self.root, 'message.status')
134 def GetConfiguration(context, root):
135 return MessageTestConfiguration(context, root)
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertFileList.java 79 PreferenceScreen root = getPreferenceScreen(); local
80 for (int i = 0, n = root.getPreferenceCount(); i < n; i++) {
81 root.getPreference(i).setEnabled(enabled);
109 PreferenceScreen root = getPreferenceScreen(); local
110 root.removeAll();
122 root.addPreference(pref);
147 File root = Environment.getExternalStorageDirectory(); local
148 mRootMonitor = new FileObserver(root.getPath()) {
155 File download = new File(root, DOWNLOAD_DIR);
  /external/v8/test/mjsunit/
testcfg.py 73 result.append(join(dirname(self.config.root), '..', a_file))
74 framework = join(dirname(self.config.root), 'mjsunit', 'mjsunit.js')
103 def __init__(self, context, root):
104 super(MjsunitTestConfiguration, self).__init__(context, root)
112 mjsunit = [current_path + [t] for t in self.Ls(self.root)]
113 regress = [current_path + ['regress', t] for t in self.Ls(join(self.root, 'regress'))]
114 bugs = [current_path + ['bugs', t] for t in self.Ls(join(self.root, 'bugs'))]
115 third_party = [current_path + ['third_party', t] for t in self.Ls(join(self.root, 'third_party'))]
116 tools = [current_path + ['tools', t] for t in self.Ls(join(self.root, 'tools'))]
117 compiler = [current_path + ['compiler', t] for t in self.Ls(join(self.root, 'compiler'))
    [all...]
  /bootable/recovery/edify/
parser.y 29 void yyerror(Expr** root, int* error_count, const char* s);
30 int yyparse(Expr** root, int* error_count);
50 %parse-param {Expr** root}
65 input: expr { *root = $1; }
95 yyerror(root, error_count, buffer);
124 void yyerror(Expr** root, int* error_count, const char* s) {
  /external/v8/test/sputnik/
testcfg.py 81 def __init__(self, context, root):
82 super(SputnikTestConfiguration, self).__init__(context, root)
86 testroot = join(self.root, 'sputniktests')
106 status_file = join(self.root, 'sputnik.status')
111 def GetConfiguration(context, root):
112 return SputnikTestConfiguration(context, root)
  /external/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...]
  /bionic/libc/kernel/common/linux/
rbtree.h 41 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL)
  /cts/tests/tests/sax/src/android/sax/cts/
RootElementTest.java 50 RootElement root = new RootElement(ATOM_NAMESPACE, FEED); local
51 assertNotNull(root.getContentHandler());
  /development/ndk/platforms/android-3/include/linux/
rbtree.h 41 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL)
  /device/htc/passion/
passion.mk 25 device/htc/passion/init.mahimahi.rc:root/init.mahimahi.rc \
26 device/htc/passion/ueventd.mahimahi.rc:root/ueventd.mahimahi.rc
  /external/freetype/src/autofit/
afmodule.c 36 FT_ModuleRec root; member in struct:FT_AutofitterRec_
45 return af_loader_init( module->loader, module->root.library->memory );
  /external/icu4c/stubdata/
root.mk 4 root := $(patsubst $(stubdata_path)/%,%,$(patsubst %-all.dat,%,$(root_dat_path))) macro
  /external/skia/include/views/
SkViewInflate.h 31 /** Return the tree of inflated views. If root is null, create the root element
32 as a view, otherwise assume root is that view, and just "inflate" it.
36 SkView* inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root = NULL);
37 SkView* inflate(const char xml[], size_t len, SkView* root = NULL);
  /external/webkit/WebCore/css/
svg.css 45 svg:not(:root), symbol, image, marker, pattern, foreignObject {
  /external/webkit/WebCore/dom/
NodeIterator.idl 27 readonly attribute Node root;

Completed in 863 milliseconds

1 2 3 45 6 7 8 91011>>