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

<<11121314151617181920>>

  /external/icu4c/stubdata/
Android.mk 74 include $(LOCAL_PATH)/root.mk
76 PRODUCT_COPY_FILES += $(LOCAL_PATH)/$(root)-$(config).dat:/system/usr/icu/$(root).dat
79 $(eval $(call copy-one-file,$(LOCAL_PATH)/$(root)-$(config).dat,$(HOST_OUT)/usr/icu/$(root).dat))
  /external/v8/tools/
stats-viewer.py 82 # The Tkinter root window object
83 self.root = None
162 self.root.title("Stats Viewer [updated %s]" % time.strftime("%H:%M:%S"))
166 self.root.after(UPDATE_INTERVAL_MS, lambda: self.UpdateCounters())
218 for child in self.root.children.values():
227 name = Tkinter.Label(self.root, width=50, anchor=Tkinter.W,
235 value = Tkinter.Label(self.root, width=15, anchor=Tkinter.W,
249 self.root.update()
252 """Create and display the root window."""
253 self.root = Tkinter.Tk(
    [all...]
  /external/e2fsprogs/
e2fsprogs.spec 15 BuildRoot: %{_tmppath}/%{name}-root
108 %defattr(-,root,root)
172 %defattr(-,root,root)
222 %defattr(-,root,root)
  /external/chromium/third_party/icu/source/test/cintltst/
cdtdptst.c 32 void addDtFrDepTest(TestNode** root);
34 void addDtFrDepTest(TestNode** root)
36 addTest(root, &TestTwoDigitYearDSTParse, "tsformat/cdtdptst/TestTwoDigitYearDSTParse");
37 addTest(root, &TestPartialParse994, "tsformat/cdtdptst/TestPartialParse994");
38 addTest(root, &TestRunTogetherPattern985, "tsformat/cdtdptst/TestRunTogetherPattern985");
39 addTest(root, &TestCzechMonths459, "tsformat/cdtdptst/TestCzechMonths459");
40 addTest(root, &TestQuotePattern161, "tsformat/cdtdptst/TestQuotePattern161");
stdnmtst.c 27 void addStandardNamesTest(TestNode** root);
31 addStandardNamesTest(TestNode** root)
33 addTest(root, &TestStandardName, "tsconv/stdnmtst/TestStandardName");
34 addTest(root, &TestStandardNames, "tsconv/stdnmtst/TestStandardNames");
35 addTest(root, &TestCanonicalName, "tsconv/stdnmtst/TestCanonicalName");
uenumtst.c 300 void addEnumerationTest(TestNode** root);
302 void addEnumerationTest(TestNode** root)
304 addTest(root, &EnumerationTest, "tsutil/uenumtst/EnumerationTest");
305 addTest(root, &EmptyEnumerationTest, "tsutil/uenumtst/EmptyEnumerationTest");
306 addTest(root, &DefaultNextTest, "tsutil/uenumtst/DefaultNextTest");
cdetst.c 89 void addGermanCollTest(TestNode** root)
93 addTest(root, &TestTertiary, "tscoll/cdetst/TestTertiary");
94 addTest(root, &TestPrimary, "tscoll/cdetst/TestPrimary");
  /external/e2fsprogs/e2fsck/
profile.c 97 struct profile_node *root; member in struct:_prf_file_t
168 (struct profile_node *root, FILE *dstfile);
171 (struct profile_node *root, char **buf);
403 if (prf->root) {
404 profile_free_node(prf->root);
405 prf->root = 0;
409 retval = profile_create_node("(root)", 0, &state.root_section);
437 if (prf->root)
438 profile_free_node(prf->root);
445 prf->root = state.root_section
    [all...]
  /external/freetype/src/truetype/
ttpload.c 113 if ( face->num_locations != (FT_ULong)face->root.num_glyphs )
116 face->num_locations, face->root.num_glyphs ));
119 if ( face->num_locations < (FT_ULong)face->root.num_glyphs )
121 FT_Long new_loca_len = (FT_Long)face->root.num_glyphs << shift;
142 face->num_locations = face->root.num_glyphs;
226 FT_Stream stream = face->root.stream;
534 FT_Stream stream = face->root.stream;
  /external/icu4c/test/cintltst/
cdtdptst.c 32 void addDtFrDepTest(TestNode** root);
34 void addDtFrDepTest(TestNode** root)
36 addTest(root, &TestTwoDigitYearDSTParse, "tsformat/cdtdptst/TestTwoDigitYearDSTParse");
37 addTest(root, &TestPartialParse994, "tsformat/cdtdptst/TestPartialParse994");
38 addTest(root, &TestRunTogetherPattern985, "tsformat/cdtdptst/TestRunTogetherPattern985");
39 addTest(root, &TestCzechMonths459, "tsformat/cdtdptst/TestCzechMonths459");
40 addTest(root, &TestQuotePattern161, "tsformat/cdtdptst/TestQuotePattern161");
stdnmtst.c 27 void addStandardNamesTest(TestNode** root);
31 addStandardNamesTest(TestNode** root)
33 addTest(root, &TestStandardName, "tsconv/stdnmtst/TestStandardName");
34 addTest(root, &TestStandardNames, "tsconv/stdnmtst/TestStandardNames");
35 addTest(root, &TestCanonicalName, "tsconv/stdnmtst/TestCanonicalName");
uenumtst.c 300 void addEnumerationTest(TestNode** root);
302 void addEnumerationTest(TestNode** root)
304 addTest(root, &EnumerationTest, "tsutil/uenumtst/EnumerationTest");
305 addTest(root, &EmptyEnumerationTest, "tsutil/uenumtst/EmptyEnumerationTest");
306 addTest(root, &DefaultNextTest, "tsutil/uenumtst/DefaultNextTest");
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_hooks.c 305 static int snd_pcm_hook_add_conf(snd_pcm_t *pcm, snd_config_t *root, snd_config_t *conf)
351 err = snd_config_search_definition(root, "pcm_hook_type", str, &type);
407 err = snd_config_search_definition(root, "hook_args", str, &args);
426 * \param root Root configuration node
436 snd_config_t *root, snd_config_t *conf,
470 err = snd_pcm_slave_conf(root, slave, &sconf, 0);
473 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
488 err = snd_config_search_definition(root, "pcm_hook", str, &n);
492 err = snd_pcm_hook_add_conf(rpcm, root, n)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 171 SsaBasicBlock root = postdom local
174 if (root != null) {
175 vertex.add(root);
176 domInfos[root.getIndex()].idom = root.getIndex();
  /external/skia/src/utils/
SkLayer.cpp 125 const SkLayer* root = this; local
126 while (root->fParent != NULL) {
127 root = root->fParent;
129 return const_cast<SkLayer*>(root);
194 // should we also apply the root's childrenMatrix?
  /external/webkit/WebCore/css/
CSSStyleSheet.cpp 203 StyleBase* root = this; local
204 while (StyleBase* parent = root->parent())
205 root = parent;
206 Document* documentToUpdate = root->isCSSStyleSheet() ? static_cast<CSSStyleSheet*>(root)->doc() : 0;
  /external/webkit/WebCore/platform/wx/
ScrollbarThemeWx.cpp 197 ScrollView* root = scrollbar->root(); local
198 ASSERT(root);
199 if (!root)
202 wxWindow* webview = root->hostWindow()->platformPageClient();
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
http_server.py 53 root=None, register_cygwin=None, run_background=None):
62 self._root = root
146 # Have both port and root dir.
149 # Have only a root dir - set the ports as for LayoutTests.
153 # specified root.
167 ' server.document-root = "%s"\n' +
245 option_parser.add_option('-r', '--root',
255 print ('Usage: %s --server {start|stop} [--root=root_dir]'
258 if (options.root is None) and (options.port is not None):
259 # specifying root but not port means we want httpd on defaul
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/axes/
AxesWalker.java 189 * The root node of the TreeWalker, as specified in setRoot(int root).
211 * Set the root node of the TreeWalker.
214 * @param root The context node of this step.
216 public void setRoot(int root)
220 m_dtm = xctxt.getDTM(root);
224 m_root = root;
225 m_currentNode = root;
227 if (DTM.NULL == root)
230 XSLMessages.createXPATHMessage(XPATHErrorResources.ER_SETTING_WALKER_ROOT_TO_NULL, null)); //"\n !!!! Error! Setting the root of a walker to null!!!")
    [all...]
  /packages/apps/Tag/src/com/android/apps/tag/record/
ImageRecord.java 82 ViewGroup root = (ViewGroup) inflater.inflate( local
94 ((ImageView) root.findViewById(R.id.image)).setImageDrawable(info.loadIcon(pm));
95 ((TextView) root.findViewById(R.id.text)).setText(context.getString(R.string.photo));
97 root.setTag(new ImageRecordEditInfo());
98 return root;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage2.java 75 * RootWrapper is a workaround: we can't set the input of the treeview to its root
138 * Invoked by {@link LayoutCanvas} to set the model (aka the root view info).
140 * @param rootViewInfo The root of the view info hierarchy. Can be null.
204 * In theory, the root of the model should be the input of the {@link TreeViewer},
205 * which would be the root {@link CanvasViewInfo}.
207 * its own input as the single root node.
213 * The solution is to wrap the tree viewer input in a dummy root node that acts
219 public void setRoot(CanvasViewInfo root) {
220 mRoot = root;
236 CanvasViewInfo root = ((RootWrapper)element).getRoot() local
    [all...]
  /cts/tools/host/test/com/android/cts/
CtsTestBase.java 32 protected static final String ROOT = "tmp";
33 protected static final String CONFIG_PATH = ROOT + File.separator + "host_config.xml";
42 // create root direcoty for the test
43 new File(ROOT).mkdirs();
46 Log.initLog(ROOT);
53 clearDirectory(ROOT);
63 buf.append("\t<Repository root=\"" + ROOT + "\" >");
70 new File(ROOT + File.separator + PLAN_REPOSITORY).mkdirs();
71 new File(ROOT + File.separator + CASE_REPOSITORY).mkdirs()
151 File root = new File(path); local
    [all...]
  /external/chromium/third_party/icu/source/test/iotest/
iotest.cpp 681 static void addAllTests(TestNode** root) {
682 addFileTest(root);
683 addStringTest(root);
684 addTranslitTest(root);
687 addTest(root, &DataDrivenPrintf, "datadriv/DataDrivenPrintf");
688 addTest(root, &DataDrivenPrintfPrecision, "datadriv/DataDrivenPrintfPrecision");
689 addTest(root, &DataDrivenScanf, "datadriv/DataDrivenScanf");
692 addStreamTests(root);
804 TestNode *root = NULL; local
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 531 #define FT_FACE_LIBRARY( x ) FT_FACE_DRIVER( x )->root.library
663 FT_ModuleRec root; member in struct:FT_RendererRec_
724 FT_ModuleRec root; member in struct:FT_DriverRec_
    [all...]
  /external/freetype/src/base/
ftcalc.c 113 FT_UInt32 val, root, newroot, mask; local
116 root = 0;
122 newroot = root + mask;
126 root = newroot + mask;
129 root >>= 1;
134 return root;
807 FT_UInt32 root, rem_hi, rem_lo, test_div; local
811 root = 0;
822 root <<= 1;
823 test_div = ( root << 1 ) + 1
    [all...]

Completed in 735 milliseconds

<<11121314151617181920>>