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

<<11121314151617181920>>

  /external/webkit/WebCore/editing/
visible_units.cpp 366 return box ? box->root() : 0;
566 RootInlineBox *root = 0; local
571 root = box->root()->prevRootBox();
572 if (root)
576 if (!root) {
578 // Need to move back to previous containing editable block in this root editable
579 // block and find the last root line box in that block.
593 // previous root line box found
594 root = box->root()
668 RootInlineBox *root = 0; local
    [all...]
  /external/webkit/WebCore/rendering/
RenderText.cpp 132 RootInlineBox* next = firstTextBox()->root()->nextRootBox();
333 if (firstTextBox() && point.y() < firstTextBox()->root()->lineBottom() && point.x() < firstTextBox()->m_x) {
339 if (lastTextBox() && point.y() >= lastTextBox()->root()->lineTop() && point.x() >= lastTextBox()->m_x + lastTextBox()->m_width) {
348 if (point.y() >= box->root()->lineTop()) {
349 int bottom = box->root()->nextRootBox() ? box->root()->nextRootBox()->lineTop() : box->root()->lineBottom();
392 int height = box->root()->lineBottom() - box->root()->lineTop();
393 int top = box->root()->lineTop()
855 RootInlineBox* root = curr->root(); local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
usrchtst.c     [all...]
cstrtest.c 26 void addCStringTest(TestNode** root);
30 void addCStringTest(TestNode** root) {
31 addTest(root, &TestAPI, "tsutil/cstrtest/TestAPI");
32 addTest(root, &TestInvariant, "tsutil/cstrtest/TestInvariant");
  /external/icu4c/test/cintltst/
usrchtst.c     [all...]
  /cts/tools/dx-tests/etc/
compileall 73 rm -rf --preserve-root $javac_out
74 rm -rf --preserve-root $javafiles
  /cts/tools/signature-tools/test/signature/converter/doclet/
DocletTestConverter.java 66 RootDoc root = getRootDoc(visibility, packages); local
70 IApi api = converter.convertDocletRoot("Doclet Test", root, visibility, packages);
175 RootDocImpl root = comp.getRootDocImpl(docLocale, encoding, showAccess, local
179 return root;
  /external/bluetooth/glib/gio/tests/
desktop-app-info.c 178 cleanup_dir_recurse (GFile *parent, GFile *root)
187 g_assert (root != NULL);
202 relative_path = g_file_get_relative_path (root, descend);
206 cleanup_dir_recurse (descend, root);
  /external/chromium/third_party/icu/source/common/
locutil.cpp 255 LocaleUtility::isFallbackOf(const UnicodeString& root, const UnicodeString& child)
257 return child.indexOf(root) == 0 &&
258 (child.length() == root.length() ||
259 child.charAt(root.length()) == UNDERSCORE_CHAR);
  /external/chromium/third_party/icu/source/test/iotest/
trnstst.c 308 addTranslitTest(TestNode** root) {
310 addTest(root, &TestTranslitOps, "translit/ops");
312 addTest(root, &TestTranslitFileOut, "translit/fileOut");
313 addTest(root, &TestTranslitStringOut, "translit/stringOut");
  /external/chromium/third_party/icu/source/test/letest/
gendata.cpp 125 UXMLElement *root = parser->parseFile("gendata.xml", status); local
127 if (root == NULL) {
148 while((testCase = root->nextChildElement(tc)) != NULL) {
291 delete root;
xmlreader.cpp 138 UXMLElement *root = parser->parseFile(testFilePath, status); local
140 if (root == NULL) {
166 while((testCase = root->nextChildElement(tc)) != NULL) {
255 delete root;
  /external/clearsilver/util/
dict.h 23 NEOERR *dictCreate(dictCtx *dict, BOOL threaded, UINT32 root, UINT32 maxLevel,
29 * multi-thread safe. <root>, <maxLevel>, and <flushLimit>
32 * root - performance parameter (see above).
  /external/e2fsprogs/e2fsck/
rehash.c 468 struct ext2_dx_root_info *root; local
488 root = (struct ext2_dx_root_info *) (buf+24);
489 root->reserved_zero = 0;
490 root->hash_version = fs->super->s_def_hash_version;
491 root->info_length = 8;
492 root->indirect_levels = 0;
493 root->unused_flags = 0;
499 return root;
522 * outdir, and populates the root node and any necessary interior nodes.
530 struct ext2_dx_entry *root, *dx_ent = 0 local
    [all...]
  /external/icu4c/common/
locutil.cpp 255 LocaleUtility::isFallbackOf(const UnicodeString& root, const UnicodeString& child)
257 return child.indexOf(root) == 0 &&
258 (child.length() == root.length() ||
259 child.charAt(root.length()) == UNDERSCORE_CHAR);
  /external/icu4c/samples/uresb/
Makefile 24 RES_SRC=root.txt en.txt sr.txt
  /external/icu4c/test/iotest/
trnstst.c 308 addTranslitTest(TestNode** root) {
310 addTest(root, &TestTranslitOps, "translit/ops");
312 addTest(root, &TestTranslitFileOut, "translit/fileOut");
313 addTest(root, &TestTranslitStringOut, "translit/stringOut");
  /external/icu4c/test/letest/
gendata.cpp 125 UXMLElement *root = parser->parseFile("gendata.xml", status); local
127 if (root == NULL) {
148 while((testCase = root->nextChildElement(tc)) != NULL) {
291 delete root;
xmlreader.cpp 138 UXMLElement *root = parser->parseFile(testFilePath, status); local
140 if (root == NULL) {
166 while((testCase = root->nextChildElement(tc)) != NULL) {
255 delete root;
  /external/libpcap/packaging/
pcap.spec 48 #install -m 755 -o root libpcap.a $RPM_BUILD_ROOT/usr/lib
49 #install -m 644 -o root pcap.3 $RPM_BUILD_ROOT/usr/man/man3
50 #install -m 644 -o root pcap.h $RPM_BUILD_ROOT/usr/include
51 #install -m 644 -o root pcap-bpf.h $RPM_BUILD_ROOT/usr/include/net
52 #install -m 644 -o root pcap-namedb.h $RPM_BUILD_ROOT/usr/include
58 %defattr(-,root,root)
  /external/libvpx/vp8/common/arm/armv6/
dc_only_idct_add_v6.asm 5 ; grant that can be found in the LICENSE file in the root of the source
7 ; file in the root of the source tree.
  /external/libvpx/vp8/common/ppc/
copy_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/armv6/
dequantize_v6.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/encoder/arm/neon/
vp8_memcpy_neon.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/encoder/ppc/
rdopt_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.

Completed in 2734 milliseconds

<<11121314151617181920>>