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

<<31323334353637383940>>

  /external/webkit/WebCore/bindings/js/
ScriptController.cpp 353 Bindings::RootObject* root = bindingRootObject(); local
354 m_windowScriptNPObject = _NPN_CreateScriptObject(0, win, root);
  /libcore/luni/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
PreferencesTest.java 73 "<!DOCTYPE preferences SYSTEM \"http://java.sun.com/dtd/preferences.dtd\"><preferences><root type=\"user\"><map></map></root></preferences>"
103 Preferences root = Preferences.systemRoot(); local
104 Preferences parent = root.node("java");
170 Preferences root = Preferences.userRoot(); local
171 Preferences parent = root.node("java");
694 Preferences root = Preferences.userNodeForPackage(Preferences.class); local
695 Preferences pref = root.node("mock");
965 Preferences root = Preferences.userRoot(); local
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 671 ViewNode root = (ViewNode) tree.getModel().getRoot(); local
672 expandAll(tree, new TreePath(root), expand);
978 final ViewNode root = scene.getRoot(); local
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 693 * Make sure the root inode is a directory; if
711 * dtime field set for the root and lost+found
714 * easily. But we will fix the root directory
1423 struct ext2_dx_root_info *root; local
    [all...]
  /external/libxml2/
relaxng.c 1186 xmlNodePtr root = NULL; local
1598 xmlNodePtr root, cur; local
1934 xmlNodePtr root; local
4509 xmlNodePtr root; local
4631 xmlNodePtr root, tmp; local
7315 xmlNodePtr root; local
7345 xmlNodePtr root; local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cbiditst.c 31 void addComplexTest(TestNode** root);
108 addComplexTest(TestNode** root) {
109 addTest(root, testCharFromDirProp, "complex/bidi/TestCharFromDirProp");
110 addTest(root, testBidi, "complex/bidi/TestBidi");
111 addTest(root, testInverse, "complex/bidi/TestInverse");
112 addTest(root, testReorder,"complex/bidi/TestReorder");
113 addTest(root, testFailureRecovery,"complex/bidi/TestFailureRecovery");
114 addTest(root, testMultipleParagraphs,"complex/bidi/TestMultipleParagraphs");
115 addTest(root, testReorderingMode, "complex/bidi/TestReorderingMode");
116 addTest(root, testReorderRunsOnly, "complex/bidi/TestReorderRunsOnly")
    [all...]
encoll.c 253 void addEnglishCollTest(TestNode** root)
256 addTest(root, &TestPrimary, "tscoll/encoll/TestPrimary");
257 addTest(root, &TestSecondary, "tscoll/encoll/TestSecondary");
258 addTest(root, &TestTertiary, "tscoll/encoll/TestTertiary");
ncnvfbts.c 103 void addTestConverterFallBack(TestNode** root);
105 void addTestConverterFallBack(TestNode** root)
107 addTest(root, &TestConverterFallBack, "tsconv/ncnvfbts/TestConverterFallBack");
750 void addTestConverterFallBack(TestNode** root)
trietest.c 880 addTrieTest(TestNode** root);
883 addTrieTest(TestNode** root) {
884 addTest(root, &TrieTest, "tsutil/trietest/TrieTest");
885 addTest(root, &DummyTrieTest, "tsutil/trietest/DummyTrieTest");
  /external/icu4c/test/cintltst/
cbiditst.c 31 void addComplexTest(TestNode** root);
108 addComplexTest(TestNode** root) {
109 addTest(root, testCharFromDirProp, "complex/bidi/TestCharFromDirProp");
110 addTest(root, testBidi, "complex/bidi/TestBidi");
111 addTest(root, testInverse, "complex/bidi/TestInverse");
112 addTest(root, testReorder,"complex/bidi/TestReorder");
113 addTest(root, testFailureRecovery,"complex/bidi/TestFailureRecovery");
114 addTest(root, testMultipleParagraphs,"complex/bidi/TestMultipleParagraphs");
115 addTest(root, testReorderingMode, "complex/bidi/TestReorderingMode");
116 addTest(root, testReorderRunsOnly, "complex/bidi/TestReorderRunsOnly")
    [all...]
  /bionic/libc/netbsd/nameser/
ns_print.c 136 goto root;
141 /* Origin not used or not root, and no trailing dot? */
145 root:
847 goto root;
859 root:
  /build/tools/droiddoc/src/
Converter.java 27 private static RootDoc root; field in class:Converter
31 root = r;
58 // fill in the "root" stuff
102 return Converter.obtainClass(root.classNamed(className));
107 return Converter.obtainPackage(root.packageNamed(packageName));
  /cts/tools/vm-tests/etc/
starttests 99 rm -rf --preserve-root $datadir/dalvik-cache
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_direct.h 306 int snd_pcm_direct_parse_open_conf(snd_config_t *root, snd_config_t *conf, int stream, struct snd_pcm_direct_open_conf *rec);
pcm_file.c 674 * \param root Root configuration node
684 snd_config_t *root, snd_config_t *conf,
761 if (snd_config_search(root, "defaults.pcm.file_format", &n) >= 0) {
773 err = snd_pcm_slave_conf(root, slave, &sconf, 0);
781 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
  /device/samsung/crespo/alsa-lib/src/pcm/scopes/
level.c 221 snd_config_t *root, snd_config_t *conf)
  /device/samsung/crespo/
device.mk 51 device/samsung/crespo/init.herring.rc:root/init.herring.rc \
52 device/samsung/crespo/ueventd.herring.rc:root/ueventd.herring.rc
  /external/bluetooth/bluez/serial/
proxy.c 172 sdp_list_t *apseq, *aproto, *profiles, *proto[2], *root, *svclass_id; local
183 root = sdp_list_append(NULL, &root_uuid);
184 sdp_set_browse_groups(record, root);
185 sdp_list_free(root, NULL);
  /external/chromium/third_party/icu/source/test/intltest/
rbbiapts.cpp 159 // Japanese word break iteratos is identical to root with
161 // is still different from Root.
904 #if 0 // With a dictionary based word breaking, ja_word is identical to root.
906 errln("japan not different from root");
972 BreakIterator* root = BreakIterator::createWordInstance("", status); local
974 if(root)
    [all...]
  /external/e2fsprogs/debugfs/
util.c 122 retval = ext2fs_namei(current_fs, root, cwd, str, &ino);
  /external/freetype/include/freetype/internal/
ftdriver.h 125 /* root :: The parent module. */
185 FT_Module_Class root; member in struct:FT_Driver_ClassRec_
  /external/freetype/src/autofit/
afcjk.c 101 metrics->root.scaler = *scaler;
624 mode = metrics->root.scaler.render_mode;
628 metrics->root.scaler.render_mode = mode = FT_RENDER_MODE_NORMAL;
    [all...]
  /external/freetype/src/sfnt/
ttkern.c 169 FT_Stream stream = face->root.stream;
ttsbit0.c 112 FT_Stream stream = face->root.stream;
188 FT_Stream stream = face->root.stream;
200 decoder->bitmap = &face->root.glyph->bitmap;
303 error = ft_glyphslot_alloc_bitmap( decoder->face->root.glyph, size );
  /external/icu4c/data/
Makefile 226 BRS_SRC= root.txt $(BRK_RES_SOURCE) $(BRK_RES_SOURCE_LOCAL)
257 RES_SRC= root.txt $(GENRB_SOURCE) $(GENRB_ALIAS_SOURCE) $(GENRB_SOURCE_LOCAL) $(GENRB_ALIAS_SOURCE_LOCAL)
262 COL_SRC= root.txt $(COLLATION_SOURCE) $(COLLATION_ALIAS_SOURCE) $(COLLATION_SOURCE_LOCAL)
267 RBNF_SRC= root.txt $(RBNF_SOURCE) $(RBNF_ALIAS_SOURCE) $(RBNF_SOURCE_LOCAL)

Completed in 457 milliseconds

<<31323334353637383940>>