HomeSort by relevance Sort by last modified time
    Searched refs:nodes (Results 226 - 250 of 522) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/quake/quake/src/QW/client/
r_light.c 128 R_MarkLights ( l, 1<<i, cl.worldmodel->nodes );
250 r = RecursiveLightPoint (cl.worldmodel->nodes, p, end);
model.h 355 mnode_t *nodes; member in struct:model_s
r_efrag.c 226 R_SplitEntityOnNode (cl.worldmodel->nodes);
  /external/quake/quake/src/WinQuake/
r_light.cpp 128 R_MarkLights ( l, 1<<i, cl.worldmodel->nodes );
250 r = RecursiveLightPoint (cl.worldmodel->nodes, p, end);
model.h 338 mnode_t *nodes; member in struct:model_s
r_efrag.cpp 226 R_SplitEntityOnNode (cl.worldmodel->nodes);
  /external/webkit/LayoutTests/fast/dom/TreeWalker/resources/
TreeWalker-currentNode.js 18 debug("Test that we handle setting the currentNode to arbitrary nodes not under the root element.");
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitBaseTest.java 366 // Walk resulting tree; create tree nodes stream first
367 CommonTreeNodeStream nodes; local
369 nodes = new CommonTreeNodeStream(customTreeAdaptor, tree);
372 nodes = new CommonTreeNodeStream(tree);
374 // AST nodes have payload that point into token stream
375 nodes.setTokenStream(tokens);
376 // Create a tree walker attached to the nodes stream
380 Object[] treeParArgs = new Object[]{nodes}; // assign value to tree parser's args
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ApiDetector.java 257 InsnList nodes = method.instructions; local
297 AbstractInsnNode first = nodes.size() > 0 ? nodes.get(0) : null;
303 for (int i = 0, n = nodes.size(); i < n; i++) {
304 AbstractInsnNode instruction = nodes.get(i);
424 * @param annotations a list of annotation nodes from ASM
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 13 * expensive: we have to create a hashtable with all tree nodes in it.
25 * If you specify your own kind of tree nodes, you will likely have to
105 * constructing these nodes so we should have this control for
213 /** Tell me how to create a token for use with imaginary token nodes.
225 /** Tell me how to create a token for use with imaginary token nodes.
  /external/webkit/Source/WebCore/inspector/front-end/
ResourcesPanel.js 583 var nodes = []; variable
591 nodes.push(node);
595 var length = nodes.length;
597 dataGrid.appendChild(nodes[i]);
605 var nodes = dataGrid.children.slice();
610 for (var i = 0; i < nodes.length; i++) {
611 if (isNaN(Number(nodes[i].data[sortColumnIdentifier])))
632 nodes.sort(comparator);
634 for (var i = 0; i < nodes.length; i++)
635 dataGrid.appendChild(nodes[i])
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 657 List<Element> nodes = new ArrayList<Element>(); local
679 nodes.add(element);
696 // Figure out the range of selected nodes from the document offsets
704 // Adjust offsets to get rid of surrounding text nodes (if you happened
716 nodes.add(first);
722 nodes.add((Element) node);
740 //for (Element element : nodes) {
745 return nodes;
801 List<UiViewElementNode> nodes = new ArrayList<UiViewElementNode>(infos local
806 nodes.add(node)
    [all...]
  /external/quake/quake/src/QW/server/
model.c 66 if (!model || !model->nodes)
69 node = model->nodes;
781 loadmodel->nodes = out;
802 out->children[j] = loadmodel->nodes + p;
808 Mod_SetParent (loadmodel->nodes, NULL); // sets nodes and leafs
926 in = loadmodel->nodes;
944 out->children[j] = child - loadmodel->nodes;
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.cpp 1549 RefPtr<NodeList> nodes = context->querySelectorAll(query, exception); local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 462 // We only care about nodes on the bookmark bar.
481 // We only care about nodes on the bookmark bar.
982 std::vector<const BookmarkNode*> nodes; local
1294 std::vector<const BookmarkNode*> nodes = local
    [all...]
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 1260 final ArrayList<Node> nodes = mNodes; local
1337 final ArrayList<Node> nodes = mNodes; local
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 392 var nodes = $("#header-tabs").find("."+lang);
393 for (i=0; i < nodes.length; i++) { // for each node in this language
394 var node = $(nodes[i]);
406 var nodes = $("#side-nav").find("."+lang);
407 for (i=0; i < nodes.length; i++) { // for each node in this language
408 var node = $(nodes[i]);
  /external/antlr/antlr-3.4/runtime/Python/tests/
t053hetero.py 87 nodes = antlr3.tree.CommonTreeNodeStream(r.tree)
88 nodes.setTokenStream(tStream)
89 walker = walkerCls(nodes)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java 102 * Flag which records whether or not we have any exploded parent nodes in this
117 /** Map from nodes to canvas view infos */
140 * @param explodedNodes The set of individual nodes the layout computer was asked to
144 * nodes are padded during certain interactions.
215 // Update the data structures related to tracking invisible and exploded nodes.
290 * <li>Invisible parents. These are nodes that can hold children and have empty
292 * <li>Exploded nodes. These are nodes that were previously marked as invisible, and
662 * Returns the invisible nodes (the {@link UiElementNode} objects corresponding
664 * We are pulling out the nodes since they preserve their identity across layou
676 Set<UiElementNode> nodes = new HashSet<UiElementNode>(mInvisibleParents.size()); local
    [all...]
  /sdk/traceview/src/com/android/traceview/
ProfileView.java 322 ProfileNode[] nodes = md.getProfileNodes(); local
324 // Also expand the "Parents" and "Children" nodes.
325 if (nodes != null) {
326 for (ProfileNode node : nodes) {
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dottreegen.py 59 " $nodes$\n" +
111 treeST.setAttribute("nodes", parentNodeST)
121 treeST.setAttribute("nodes", nodeST)
  /external/chromium/chrome/browser/resources/net_internals/
socketpoolwrapper.js 29 * parent, and groups of nodes from trees with root nodes with the same id are
  /external/chromium/net/disk_cache/
rankings.h 100 CacheRankingsBlock* nodes[3]; // Nodes on the first three lists. member in struct:disk_cache::Rankings::Iterator
130 // Controls tracking of nodes used for enumerations.
176 // Checks the links between two consecutive nodes.
  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.h 69 MarkupAccumulator(Vector<Node*>* nodes, EAbsoluteURLs shouldResolveURLs, const Range* range = 0);
  /external/webkit/Source/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 483 PassRefPtr<LegacyWebArchive> LegacyWebArchive::create(const String& markupString, Frame* frame, const Vector<Node*>& nodes)
501 size_t nodesSize = nodes.size();
503 Node* node = nodes[i];
548 if (nodesSize && nodes[0]->isDocumentNode() && iconDatabase().isEnabled()) {

Completed in 666 milliseconds

1 2 3 4 5 6 7 8 91011>>