Home
last modified time | relevance | path

Searched refs:graph (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile296 # Create a graph of external dependencies in the given file (report RP0402 must
298 ext-import-graph=
300 # Create a graph of every (i.e. internal and external) dependencies in the
302 import-graph=
304 # Create a graph of internal dependencies in the given file (report RP0402 must
306 int-import-graph=
/cts/tests/camera/src/android/hardware/camera2/cts/
DAllocationTest.java377 private void captureSingleShotAndExecute(CaptureRequest request, ScriptGraph graph) in captureSingleShotAndExecute() argument
380 checkNotNull("graph", graph); in captureSingleShotAndExecute()
391 graph.advanceInputWaiting(); in captureSingleShotAndExecute()
393 graph.execute(); in captureSingleShotAndExecute()