/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
HorizontalFocusSearch.java | 102 private Button addShort(LinearLayout root, String label, boolean atBottom) { 126 root.addView(ll); 130 root.addView(ll);
|
VerticalFocusSearch.java | 113 * @param root The layout to add the button to. 118 private Button addSkinny(LinearLayout root, String label, boolean atRight) { 142 root.addView(ll); 146 root.addView(ll);
|
VerticalFocusSearchTest.java | 49 View findNextFocus(ViewGroup root, View focused, int direction); 55 public View findNextFocus(ViewGroup root, View focused, int direction) { 57 .findNextFocus(root, focused, direction);
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
DocumentImpl.java | 372 ElementImpl root = (ElementImpl) getDocumentElement(); local 374 return (root == null ? null : root.getElementById(elementId)); 378 ElementImpl root = (ElementImpl) getDocumentElement(); local 380 return (root == null ? new NodeListImpl() 381 : root.getElementsByTagName(tagname)); 385 ElementImpl root = (ElementImpl) getDocumentElement(); local 387 return (root == null ? new NodeListImpl() : root.getElementsByTagNameNS( 407 // Make sure we have at most one root element and one DTD element 471 Element root = getDocumentElement(); local [all...] |
/external/webkit/WebCore/page/ |
FrameView.cpp | 360 // If the <body> didn't have a custom style, then the root element might. 398 RenderView* root = m_frame->contentRenderer(); local 399 if (!root) 401 setContentsSize(IntSize(root->rightLayoutOverflow(), root->bottomLayoutOverflow())); 409 // use the root element. 589 RenderObject* root = subtree ? m_layoutRoot : document->renderer(); 590 if (!root) { 647 m_doFullRepaint = !subtree && (m_firstLayout || toRenderView(root)->printing()); 660 m_lastZoomFactor = root->style()->zoom() 1273 RenderView* root = m_frame->contentRenderer(); local 1423 RenderView* root = m_frame->contentRenderer(); local 1859 RenderView *root = toRenderView(m_frame->document()->renderer()); local 1886 RenderView* root = m_frame->contentRenderer(); local [all...] |
/cts/tools/signature-tools/src/signature/converter/doclet/ |
DocletFactory.java | 54 RootDoc root = getRootDoc(visibility, sourcepath, packageNames);
local 56 IApi api = converter.convertDocletRoot(name, root, visibility,
117 RootDocImpl root = comp.getRootDocImpl(docLocale, encoding, showAccess,
local 121 return root;
|
/dalvik/hit/src/com/android/hit/ |
ClassObj.java | 58 * the list of root objects. 74 RootObj root = new RootObj(RootType.JAVA_STATIC, id); local 77 root.mComment = String.format( 86 root.mComment = String.format( 95 mHeap.addRoot(root);
|
/external/chromium/third_party/icu/source/test/cintltst/ |
cintltst.h | 16 The main root for C API tests 31 U_CFUNC void addAllTests(TestNode** root);
|
spreptst.c | 31 void addUStringPrepTest(TestNode** root); 48 addUStringPrepTest(TestNode** root) 50 addTest(root, &Test_nfs4_cs_prep_data, "spreptst/Test_nfs4_cs_prep_data"); 51 addTest(root, &Test_nfs4_cis_prep_data, "spreptst/Test_nfs4_cis_prep_data"); 52 addTest(root, &Test_nfs4_mixed_prep_data, "spreptst/Test_nfs4_mixed_prep_data"); 53 addTest(root, &Test_nfs4_cs_prep, "spreptst/Test_nfs4_cs_prep"); 54 addTest(root, &Test_nfs4_cis_prep, "spreptst/Test_nfs4_cis_prep"); 55 addTest(root, &Test_nfs4_mixed_prep, "spreptst/Test_nfs4_mixed_prep"); 56 addTest(root, &TestBEAMWarning, "spreptst/TestBEAMWarning"); 57 addTest(root, &TestCoverage, "spreptst/TestCoverage") [all...] |
/external/freetype/src/truetype/ |
ttobjs.c | 215 library = ttface->driver->root.library; 405 TT_Face face = (TT_Face)size->root.face; 490 TT_Face face = (TT_Face)size->root.face; 546 FT_Memory memory = face->root.memory; 590 FT_Memory memory = face->root.memory; 648 FT_Library library = face->root.driver->root.library; 685 TT_Face face = (TT_Face)size->root.face; 800 face = (TT_Face)size->root.face; 805 *metrics = size->root.metrics [all...] |
/external/icu4c/samples/ufortune/resources/ |
Makefile | 46 RESFILES=root.res es.res
|
/external/icu4c/test/cintltst/ |
cintltst.h | 16 The main root for C API tests 31 U_CFUNC void addAllTests(TestNode** root);
|
/external/libvpx/vp8/common/ppc/ |
platform_altivec.asm | 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.
|
/external/libvpx/vp8/decoder/arm/armv5/ |
dequantize_v5.asm | 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.
|
/external/libvpx/vpx_mem/memory_manager/include/ |
cavl_impl.h | 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. 184 l_tree->root = AVL_NULL; 193 return(l_tree->root == AVL_NULL); 202 /* Balances subtree, returns handle of root node of subtree after balancing. 344 if (l_tree->root == AVL_NULL) 345 l_tree->root = h; 360 ** take the less branch. bit 0 gives branch from root, and 364 AVL_HANDLE hh = l_tree->root; 410 hh = l_tree->root; [all...] |
/external/libvpx/vpx_ports/ |
emms.asm | 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.
|
/external/qemu/proxy/ |
proxy_http.c | 175 service->root->opaque = service; 176 service->root->serv_free = (ProxyServiceFreeFunc) http_service_free; 177 service->root->serv_connect = (ProxyServiceConnectFunc) http_service_connect; 179 if (proxy_manager_add_service( service->root ) < 0) {
|
/external/srec/srec/include/ |
hmm_desc.h | 135 tree_node *root[MAX_PHONE_STATES]; member in struct:__anon7597
|
/external/webkit/WebCore/platform/qt/ |
WidgetQt.cpp | 85 QWebPageClient* pageClient = root()->hostWindow()->platformPageClient();
|
/external/webkit/WebCore/platform/win/ |
WidgetWin.cpp | 79 ScrollView* view = root();
|
/external/webkit/WebCore/rendering/ |
EllipsisBox.cpp | 76 IntPoint(m_x + tx, m_y + ty + root()->selectionTop()), root()->selectionHeight())); 92 int y = root()->selectionTop(); 93 int h = root()->selectionHeight();
|
/external/webkit/WebKitTools/Scripts/ |
webkit-build-directory | 43 --base Show the root build directory instead of one corresponding to the current target (e.g. Debug, Release)
|
/frameworks/base/tests/TransformTest/src/com/google/android/test/transform/ |
TransformTestActivity.java | 52 LinearLayout root = new LinearLayout(this); local 53 root.setOrientation(LinearLayout.VERTICAL); 60 root.addView(view); 61 setContentView(root);
|
/libcore/luni/src/main/java/org/apache/xalan/templates/ |
StylesheetComposed.java | 187 StylesheetRoot root = getStylesheetRoot(); local 188 int globalImportCount = root.getGlobalImportCount(); 228 StylesheetRoot root = getStylesheetRoot(); local 234 return root.getGlobalImport(1 + m_importNumber + i);
|
/sdk/emulator/qtools/ |
bb_dump.cpp | 32 trace->SetRoot(root);
|