OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastOutput
(Results
1 - 3
of
3
) sorted by null
/external/apache-harmony/support/src/test/java/tests/util/
SerializationTester.java
43
private static Object
lastOutput
= null;
77
lastOutput
= outputObject;
223
return
lastOutput
;
/external/clang/test/Analysis/
dtor.cpp
357
static int
lastOutput
;
362
lastOutput
= value;
374
clang_analyzer_eval(SaveOnDestruct::
lastOutput
== 42); // expected-warning{{TRUE}}
449
static int
lastOutput
;
453
lastOutput
= value;
465
clang_analyzer_eval(SaveOnVirtualDestruct::
lastOutput
== 42); // expected-warning{{TRUE}}
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptGraph.java
499
Allocation
lastOutput
= null;
506
lastOutput
= (nextScript != null) ? nextScript.getInput()
513
script.setOutput(
lastOutput
);
515
mOutputAllocation = checkNotNull("
lastOutput
",
lastOutput
);
Completed in 295 milliseconds