Searched refs:tree (Results 26 - 50 of 61) sorted by relevance

123

/frameworks/opt/net/wifi/tests/wifitests/assets/
H A Dr1.PerProviderSubscription.conf0 tree 3:1.2(urn:wfa:mo:hotspot2dot0-perprovidersubscription:1.0)
H A Dr2.PerProviderSubscription.conf0 tree 3:1.2(urn:wfa:mo:hotspot2dot0-perprovidersubscription:1.0)
H A Druckus.PerProviderSubscription.conf0 tree 3:1.2(urn:wfa:mo:hotspot2dot0-perprovidersubscription:1.0)
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DExpressionVisitor.java23 import org.antlr.v4.runtime.tree.ParseTree;
24 import org.antlr.v4.runtime.tree.ParseTreeListener;
25 import org.antlr.v4.runtime.tree.TerminalNode;
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
H A DBindingExpressionVisitor.java5 import org.antlr.v4.runtime.tree.ParseTreeVisitor;
8 * This interface defines a complete generic visitor for a parse tree produced
16 * Visit a parse tree produced by the {@code BracketOp}
18 * @param ctx the parse tree
24 * Visit a parse tree produced by the {@code Resource}
26 * @param ctx the parse tree
32 * Visit a parse tree produced by the {@code CastOp}
34 * @param ctx the parse tree
40 * Visit a parse tree produced by the {@code UnaryOp}
42 * @param ctx the parse tree
[all...]
H A DBindingExpressionBaseVisitor.java5 import org.antlr.v4.runtime.tree.AbstractParseTreeVisitor;
H A DBindingExpressionListener.java5 import org.antlr.v4.runtime.tree.ParseTreeListener;
8 * This interface defines a complete listener for a parse tree produced by
13 * Enter a parse tree produced by the {@code BracketOp}
15 * @param ctx the parse tree
19 * Exit a parse tree produced by the {@code BracketOp}
21 * @param ctx the parse tree
26 * Enter a parse tree produced by the {@code Resource}
28 * @param ctx the parse tree
32 * Exit a parse tree produced by the {@code Resource}
34 * @param ctx the parse tree
[all...]
/frameworks/native/opengl/tools/glgen2/registry/
H A Dgenheaders.py97 tree = etree.parse(regFilename) variable
101 reg.loadElementTree(tree)
H A Dreg.py479 # Done by walking the tree for <proto> element by element.
498 # a <param> node without the tags. No tree walking required
644 # tree - ElementTree containing the root <registry>
678 self.tree = None
691 def loadElementTree(self, tree):
693 self.tree = tree
697 self.tree = etree.parse(file)
739 self.reg = self.tree.getroot()
832 # write(etree.tostring(self.tree
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/libs/hwui/
H A DDisplayListCanvas.cpp418 void DisplayListCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { argument
419 mDisplayList->ref(tree);
420 mDisplayList->vectorDrawables.push_back(tree);
421 addDrawOp(new (alloc()) DrawVectorDrawableOp(tree, tree->stagingProperties()->getBounds()));
H A DRecordingCanvas.cpp460 void RecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { argument
461 mDisplayList->ref(tree);
462 mDisplayList->vectorDrawables.push_back(tree);
464 tree,
465 Rect(tree->stagingProperties()->getBounds()),
H A DRecordedOp.h351 VectorDrawableOp(VectorDrawable::Tree* tree, BASE_PARAMS_PAINTLESS) argument
353 , vectorDrawable(tree) {}
H A DVectorDrawable.h49 /* A VectorDrawable is composed of a tree of nodes.
62 * Render Thread. A generation id is used to keep track of changes in the vector drawable tree.
64 * change in the tree.
546 // Copy properties from the tree and use the give node as the root node
579 TreeProperties(Tree* tree) : mTree(tree) {} argument
H A DDisplayListCanvas.h210 virtual void drawVectorDrawable(VectorDrawableRoot* tree) override;
H A DRecordingCanvas.h176 virtual void drawVectorDrawable(VectorDrawableRoot* tree) override;
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOManager.java213 MOTree tree = omaParser.parse(xml, OMAConstants.PPS_URN);
214 List<HomeSP> spList = buildSPs(tree);
250 MOTree tree =
252 // No file to load a pre-build MO tree from, create a new one and save it.
253 //MOTree tree = new MOTree(OMAConstants.PPS_URN, OMAConstants.OMAVersion, dummyRoot);
254 writeMO(tree, mPpsFile, osuManager);
277 MOTree tree = new MOTree(instanceTree.getUrn(), instanceTree.getDtdRev(),
279 writeMO(tree, mPpsFile, osuManager);
286 * Add an SP sub-tree. mo must be PPS with an immediate instance child (e.g. Cred01) and an
363 throw new IOException("Failed to find PPS tree fo
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DPasspointManagementObjectManager.java211 MOTree tree = omaParser.parse(xml, OMAConstants.PPS_URN);
212 List<HomeSP> spList = buildSPs(tree);
248 MOTree tree = MOTree.buildMgmtTree(OMAConstants.PPS_URN,
250 writeMO(tree, mPpsFile);
273 MOTree tree = new MOTree(instanceTree.getUrn(), instanceTree.getDtdRev(),
275 writeMO(tree, mPpsFile);
282 * Add an SP sub-tree. mo must be PPS with an immediate instance child (e.g. Cred01) and an
339 throw new IOException("Failed to find PPS tree for " + fqdn);
427 throw new IOException("Node " + fqdn + " doesn't exist in MO tree");
432 throw new IOException("Failed to remove " + fqdn + " out of MO tree");
[all...]
/frameworks/support/
H A DAndroid.mk25 # $(1): the base dir, relative to the root of the source tree.
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java105 * An array of actions to perform on the view tree once it has been
1543 // In the async implementation, update the view tree so that subsequent calls to
1559 final ViewTree tree = task.doInBackground();
1561 // Update the global view tree, so that next call to findViewTreeById
1563 target.addChild(tree);
1571 task.onPostExecute(tree);
3594 for (ViewTree tree : mChildren) {
3595 ViewTree result = tree.findViewTreeById(id);
3607 ViewTree tree = findViewTreeById(id);
3608 return tree
[all...]
/frameworks/base/libs/hwui/hwui/
H A DCanvas.h223 virtual void drawVectorDrawable(VectorDrawableRoot* tree);
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/base/tools/fonts/
H A Dfontchain_lint.py206 tree = ElementTree.parse(fonts_xml_path)
207 for family in tree.findall('family'):
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp681 // buildLayer() will leave the tree in an unknown state, so we must stop drawing
818 proto::RenderNode tree; local
820 mRootRenderNode->copyTo(&tree);
821 std::string data = tree.SerializeAsString();
/frameworks/data-binding/compiler/src/test/java/android/databinding/
H A DBindingExpressionParserTest.java42 import org.antlr.v4.runtime.tree.TerminalNode;

Completed in 601 milliseconds

123