HomeSort by relevance Sort by last modified time
    Searched defs:incident (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/incident/src/android/os/cts/
IncidentTests.java 17 package android.os.incident.cts;
IncidentSettingFormatTest.java 17 package android.os.incident.cts;
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_graph.h 67 Edge *next[2]; // next edge outgoing/incident from/to origin/target
116 inline EdgeIterator incident(bool reverse = false) const;
118 inline Node *parent() const; // returns NULL if count(incident edges) != 1
125 inline int incidentCountFwd() const; // count of incident non-back edges
212 Graph::EdgeIterator Graph::Node::incident(bool reverse) const function in class:nv50_ir::Graph::Node
220 for (EdgeIterator ei = incident(); !ei.end(); ei.next())

Completed in 280 milliseconds