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

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
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/chromium_org/ash/
H A Ddip_unittest.cc38 aura::Window* root = Shell::GetPrimaryRootWindow(); local
40 Shell::GetScreen()->GetDisplayNearestWindow(root);
50 const gfx::Display display_2x = screen->GetDisplayNearestWindow(root);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_video.cc26 scoped_refptr<Layer> root = Layer::Create(); variable
27 root->SetBounds(gfx::Size(10, 10));
28 root->SetIsDrawable(true);
35 root->AddChild(video);
37 layer_tree_host()->SetRootLayer(root); variable
/external/chromium_org/chrome/common/
H A Dini_parser.h51 const base::DictionaryValue& root() const { return root_; } function in class:DictionaryValueINIParser
/external/chromium_org/components/onc/docs/
H A Donc_spec.js6 var root = null; variable
48 root = document.getElementById('root');
54 outline(root);
/external/chromium_org/sandbox/win/src/
H A Dsandbox_utils.cc16 HANDLE root,
27 InitializeObjectAttributes(obj_attr, uni_name, attributes, root, NULL);
14 InitObjectAttribs(const base::string16& name, ULONG attributes, HANDLE root, OBJECT_ATTRIBUTES* obj_attr, UNICODE_STRING* uni_name) argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DChildFrameDisconnector.h24 explicit ChildFrameDisconnector(Node& root) argument
25 : m_root(root)
35 Node& root() const { return *m_root; } function in class:blink::ChildFrameDisconnector
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DLineBoxListPainter.cpp38 // See if our root lines intersect with the dirty rect. If so, then we paint
43 RootInlineBox& root = curr->root(); local
44 curr->paint(info, paintOffset, root.lineTop(), root.lineBottom());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DSubtreeLayoutScope.cpp39 SubtreeLayoutScope::SubtreeLayoutScope(RenderObject& root) argument
40 : m_root(root)
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFilePath.h42 static const char root[]; member in class:blink::DOMFilePath
61 return path.startsWith(DOMFilePath::root);
69 // Evaluates all "../" and "./" segments. Note that "/../" expands to "/", so you can't ever refer to anything above the root directory.
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dexport-w3c-performance-wg-tests65 for root, dirs, files in os.walk(os.path.join(source_directory, directory_to_copy)):
66 root = os.path.relpath(root, source_directory) variable
68 destination_subdirectory = os.path.join(destination_directory, root, dirname)
74 with open(os.path.join(source_directory, root, filename), 'r') as in_file:
75 with open(os.path.join(destination_directory, root, filename), 'w') as out_file:
80 print 'Exported %s' % os.path.join(root, filename)
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DTranslatorESSL.cpp16 void TranslatorESSL::translate(TIntermNode* root) { argument
31 root->traverse(&outputESSL);
H A DTranslatorGLSL.cpp12 static void writeVersion(sh::GLenum type, TIntermNode* root, argument
15 root->traverse(&versionGLSL);
28 void TranslatorGLSL::translate(TIntermNode* root) { argument
32 writeVersion(getShaderType(), root, sink); local
46 root->traverse(&outputGLSL);
/external/chromium_org/third_party/angle/src/compiler/translator/timing/
H A DRestrictVertexShaderTiming.h22 void enforceRestrictions(TIntermNode* root) { root->traverse(this); } argument
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dpcftypes.h41 FT_FaceRec root; member in struct:PCF_Public_FaceRec_
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2ft.h129 CF2_OutlineCallbacksRec root; /* base class must be first */ member in struct:CF2_OutlineRec_
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdetst.c89 void addGermanCollTest(TestNode** root) argument
93 addTest(root, &TestTertiary, "tscoll/cdetst/TestTertiary");
94 addTest(root, &TestPrimary, "tscoll/cdetst/TestPrimary");

Completed in 321 milliseconds

1234567891011>>