Searched defs:root (Results 26 - 50 of 958) sorted by relevance

1234567891011>>

/external/python/cpython2/Demo/tix/samples/
H A DTree.py78 root = Tix.Tk() variable
79 RunSample(root)
80 root.mainloop()
/external/python/cpython2/Demo/tkinter/guido/
H A Doptionmenu.py5 root = Tk() variable
13 menu1 = OptionMenu(root, var1, "One", "Two", "Three")
24 menu2 = apply(OptionMenu, (root, var2) + tuple(CHOICES))
27 root.mainloop()
/external/python/cpython2/Demo/tkinter/matt/
H A Dbind-w-mult-calls-p-type.py34 root = App() variable
35 root.master.title("Foo")
36 root.mainloop()
H A Dentry-with-shared-variable.py44 root = App() variable
45 root.master.title("Foo")
46 root.mainloop()
/external/python/cpython2/Demo/tkinter/ttk/
H A Dlistbox_scrollcmd.py16 root = Tkinter.Tk() variable
31 root.grid_columnconfigure(0, weight=1)
32 root.grid_rowconfigure(0, weight=1)
37 root.mainloop()
/external/smali/smalidea/src/main/java/org/jf/smalidea/
H A DSmaliParser.java44 @NotNull @Override public ASTNode parse(IElementType root, PsiBuilder builder) { argument
61 rootMarker.done(root);
/external/swiftshader/src/OpenGL/compiler/
H A DTranslatorASM.cpp23 bool TranslatorASM::translate(TIntermNode* root) argument
/external/webrtc/webrtc/common_audio/signal_processing/
H A Dspl_sqrt_floor_mips.c36 * Successive approximation of the equation (root + delta) ^ 2 = N
51 int32_t root = 0, tmp1, tmp2, tmp3, tmp4; local
61 "or %[tmp4], %[root], %[tmp1] \n\t"
63 "movz %[root], %[tmp4], %[tmp2] \n\t"
66 "addu %[tmp1], %[tmp1], %[root] \n\t"
70 "ori %[tmp4], %[root], 0x8000 \n\t"
72 "movz %[root], %[tmp4], %[tmp2] \n\t"
75 "addu %[tmp1], %[tmp1], %[root] \n\t"
79 "ori %[tmp4], %[root], 0x4000 \n\t"
81 "movz %[root],
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCommonTreeNodeStream.h40 id root; variable
42 /** If this tree (root) was created from a token stream, track it. */
57 /** Tracks tree depth. Level=0 means we're at root node level. */
60 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root; variable
H A DANTLRTreeIterator.h41 id<ANTLRTree> root; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCommonTreeNodeStream.h40 id root; variable
42 /** If this tree (root) was created from a token stream, track it. */
57 /** Tracks tree depth. Level=0 means we're at root node level. */
60 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root; variable
H A DANTLRTreeIterator.h41 id<ANTLRTree> root; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCommonTreeNodeStream.h40 id root; variable
42 /** If this tree (root) was created from a token stream, track it. */
57 /** Tracks tree depth. Level=0 means we're at root node level. */
60 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root; variable
H A DANTLRTreeIterator.h41 id<ANTLRTree> root; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DAMutableDictionary.h18 __strong ACBTree *root; variable
27 @property (retain) ACBTree *root; variable
H A DANTLRCommonTreeNodeStream.h40 __strong id root; variable
42 /** If this tree (root) was created from a token stream, track it. */
57 /** Tracks tree depth. Level=0 means we're at root node level. */
60 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root; variable
H A DANTLRTreeIterator.h42 __strong id<ANTLRBaseTree> root; variable
53 @property(retain) id<ANTLRBaseTree> root; variable
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Jetty.java129 public static int startHttpServerWithDocRoot(String root) throws Exception { argument
137 resource_handler.setResourceBase(root);
/external/apache-xml/src/main/java/org/apache/xpath/
H A DSourceTree.java36 * @param root The root of the source tree, which may or may not be a
40 public SourceTree(int root, String url) argument
42 m_root = root;
49 /** The root of the source tree, which may or may not be a
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DRTFIterator.java39 public RTFIterator(int root, DTMManager manager) { argument
40 super(root, manager);
/external/compiler-rt/test/msan/
H A Dtsearch.cc23 void *root = NULL; local
26 void *q = tsearch(p, &root, compare);
33 tdestroy(root, myfreenode);
/external/freetype/src/autofit/
H A Dafmodule.h37 FT_ModuleRec root; member in struct:AF_ModuleRec_
/external/freetype/src/psaux/
H A Dpsft.h149 CF2_OutlineCallbacksRec root; /* base class must be first */ member in struct:CF2_OutlineRec_
/external/guice/extensions/grapher/src/com/google/inject/grapher/
H A DInjectorGrapher.java43 void graph(Injector injector, Set<Key<?>> root) throws IOException; argument
/external/icu/icu4c/source/test/cintltst/
H A Dcdetst.c91 void addGermanCollTest(TestNode** root) argument
95 addTest(root, &TestTertiary, "tscoll/cdetst/TestTertiary");
96 addTest(root, &TestPrimary, "tscoll/cdetst/TestPrimary");

Completed in 3958 milliseconds

1234567891011>>