Home
last modified time | relevance | path

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

/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile301 # Create a graph of external dependencies in the given file (report RP0402 must
303 ext-import-graph=
305 # Create a graph of every (i.e. internal and external) dependencies in the
307 import-graph=
309 # Create a graph of internal dependencies in the given file (report RP0402 must
311 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()
406 graph.advanceInputWaiting( in captureSingleShotAndExecute()
409 graph.advanceInputWaiting(); in captureSingleShotAndExecute()
412 graph.execute(); in captureSingleShotAndExecute()