/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
elementnormalize.java | 66 Element root; local 72 root = doc.getDocumentElement(); 73 root.normalize(); 74 elementList = root.getElementsByTagName("name");
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
LayoutRenderer.java | 78 ViewNode root = scene.getRoot(); local 79 if (root == null) { 83 int x = (getWidth() - insets.left - insets.right - root.width) / 2; 84 int y = (getHeight() - insets.top - insets.bottom - root.height) / 2; 88 g.drawRect(root.left, root.top, root.width - 1, root.height - 1); 89 g.clipRect(root.left - 1, root.top - 1, root.width + 1, root.height + 1) 139 ViewNode root = scene.getRoot(); local [all...] |
/external/quake/quake/src/QW/ |
qwcl.x11.spec.sh | 38 %attr(644,root,root) ${3}/readme.qwcl.x11 39 %attr(755,root,root) ${3}/qwcl.x11
|
/libcore/luni/src/main/java/org/apache/xalan/templates/ |
WhiteSpaceInfo.java | 82 public void recompose(StylesheetRoot root) 84 root.recomposeWhiteSpaceInfo(this);
|
/external/blktrace/ |
rbtree.c | 25 static void __rb_rotate_left(struct rb_node *node, struct rb_root *root) 44 root->rb_node = right; 48 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) 67 root->rb_node = left; 71 void rb_insert_color(struct rb_node *node, struct rb_root *root) 96 __rb_rotate_left(parent, root); 104 __rb_rotate_right(gparent, root); 121 __rb_rotate_right(parent, root); 129 __rb_rotate_left(gparent, root); 133 rb_set_black(root->rb_node) [all...] |
/external/iproute2/testsuite/tests/ |
cbq.t | 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 6 $TC qdisc del dev $DEV root 8 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64 10 $TC qdisc del dev $DEV root
|
/external/qemu/android/utils/ |
dirscanner.c | 18 char root[PATH_MAX]; \ 40 char* p = s->root + s->rootLen; 41 char* end = s->root + sizeof s->root; 44 /* create file spec by appending \* to root */ 49 ret = _findfirst(s->root, &s->findData); 100 s->dir = opendir(s->root); 153 char* p = s->root; 154 char* end = p + sizeof s->root; 160 s->rootLen = (p - s->root); [all...] |
/external/zlib/contrib/infback9/ |
inftree9.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 */ 114 /* bound code lengths, force root to be within code lengths */ 115 root = *bits; 118 if (root > max) root = max [all...] |
/system/core/libcutils/ |
config_utils.c | 39 cnode* config_find(cnode *root, const char *name) 44 for(node = root->first_child; node; node = node->next) 51 static cnode* _config_create(cnode *root, const char *name) 57 if(root->last_child) 58 root->last_child->next = node; 60 root->first_child = node; 62 root->last_child = node; 67 int config_bool(cnode *root, const char *name, int _default) 71 node = config_find(root, name); 85 const char* config_str(cnode *root, const char *name, const char *_default [all...] |
/external/chromium/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/qemu/distrib/zlib-1.2.3/ |
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/webkit/WebCore/rendering/ |
RenderPartObject.cpp | 78 RenderView* root = view ? view->frame()->contentRenderer() : NULL; local 79 if (root && style()->visibility() != HIDDEN) { 87 setWidth(max(width(), root->minPrefWidth()) + extraWidth); 101 } while (view->layoutPending() || root->needsLayout()); 122 ASSERT(!root->needsLayout()); 124 RenderObject* c = root->nextInPreOrder(); 152 RenderView* root = static_cast<RenderView*>(view->frame()->contentRenderer()); local 153 if (!root) 165 setWidth(max(width(), root->minPrefWidth()) + extraWidth); 173 } while (view->layoutPending() || root->needsLayout()) 186 RenderView* root = static_cast<RenderView*>(view->frame()->contentRenderer()); local [all...] |
/packages/apps/Camera/src/com/android/camera/ui/ |
CameraHeadUpDisplay.java | 100 GLRootView root = getGLRootView(); local 101 if (root != null) { 102 synchronized (root) { 111 GLRootView root = getGLRootView(); local 112 if (root != null) { 113 synchronized (root) { 127 GLRootView root = getGLRootView(); local 128 if (root != null) { 129 synchronized(root) {
|
BasicTexture.java | 68 public void draw(GLRootView root, int x, int y) { 69 root.drawTexture(this, x, y, mWidth, mHeight); 72 public void draw(GLRootView root, int x, int y, int w, int h) { 73 root.drawTexture(this, x, y, w, h); 76 abstract protected boolean bind(GLRootView root, GL11 gl);
|
/external/chromium/third_party/icu/source/tools/ctestfw/unicode/ |
ctest.h | 92 * @param root Subtree of tests. 96 showTests ( const TestNode *root); 101 * @param root Subtree of tests. 105 runTests ( const TestNode* root); 111 * TestNode* root=NULL; 112 * addTest(&root, &mytest, "/a/b/mytest" ); 114 * @param root Pointer to the root pointer. 116 * @param path Path from root under which test will be placed. Ex. '/a/b/mytest' 120 addTest(TestNode** root, [all...] |
/external/icu4c/tools/ctestfw/unicode/ |
ctest.h | 92 * @param root Subtree of tests. 96 showTests ( const TestNode *root); 101 * @param root Subtree of tests. 105 runTests ( const TestNode* root); 111 * TestNode* root=NULL; 112 * addTest(&root, &mytest, "/a/b/mytest" ); 114 * @param root Pointer to the root pointer. 116 * @param path Path from root under which test will be placed. Ex. '/a/b/mytest' 120 addTest(TestNode** root, [all...] |
/external/webkit/WebCore/xml/ |
XSLImportRule.cpp | 81 StyleBase* root = this; local 83 while ((parent = root->parent())) 84 root = parent; 85 if (root->isXSLStyleSheet()) 86 docLoader = static_cast<XSLStyleSheet*>(root)->docLoader();
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
ViewsTreeModel.java | 26 private final ViewNode root; field in class:ViewsTreeModel 28 public ViewsTreeModel(ViewNode root) { 29 this.root = root; 33 return root;
|
/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...] |
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/ |
DpiTestActivity.java | 80 LinearLayout root = new LinearLayout(this); local 81 root.setOrientation(LinearLayout.VERTICAL); 87 addLabelToRoot(root, "Prescaled bitmap in drawable"); 88 addChildToRoot(root, layout); 94 addLabelToRoot(root, "Autoscaled bitmap in drawable"); 95 addChildToRoot(root, layout); 101 addLabelToRoot(root, "Prescaled resource drawable"); 102 addChildToRoot(root, layout); 105 addLabelToRoot(root, "Inflated layout"); 106 addChildToRoot(root, layout) [all...] |
/external/freetype/src/sfnt/ |
sfobjs.c | 139 FT_Memory memory = face->root.memory; 430 FT_Library library = face->root.driver->root.library; 472 face->root.num_faces = face->ttc_header.count; 473 face->root.face_index = face_index; 574 has_outline = FT_BOOL( face->root.internal->incremental_interface != 0 || 638 if ( face->root.internal->incremental_interface && 639 face->root.internal->incremental_interface->funcs-> 664 if ( face->root.internal->incremental_interface && 665 face->root.internal->incremental_interface->funcs- 771 FT_Face root = &face->root; local [all...] |
/device/samsung/crespo/alsa-lib/include/ |
pcm_plugin.h | 73 snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf, 82 snd_config_t *root, snd_config_t *conf, 92 snd_config_t *root, snd_config_t *conf, 102 snd_config_t *root, snd_config_t *conf, 112 snd_config_t *root, snd_config_t *conf, 122 snd_config_t *root, snd_config_t *conf, 132 snd_config_t *root, snd_config_t *conf, 152 snd_config_t *root, snd_config_t *conf, 163 snd_config_t *root, snd_config_t *conf, 172 snd_config_t *root, snd_config_t *conf [all...] |
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_asym.c | 68 * \param root Root configuration node 78 snd_config_t *root, snd_config_t *conf, 109 err = snd_pcm_slave_conf(root, slave, &sconf, 0); 112 err = snd_pcm_open_named_slave(pcmp, name, root, sconf, stream,
|
pcm_empty.c | 65 * \param root Root configuration node 75 snd_config_t *root, snd_config_t *conf, 100 err = snd_pcm_slave_conf(root, slave, &sconf, 0); 103 err = snd_pcm_open_named_slave(pcmp, name, root, sconf, stream,
|
/external/webkit/WebKit/android/nav/ |
CachedLayer.h | 49 IntRect adjustBounds(const LayerAndroid* root, const IntRect& bounds) const; 52 const LayerAndroid* layer(const LayerAndroid* root) const; 54 SkPicture* picture(const LayerAndroid* root) const;
|