OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getresult
(Results
26 - 50
of
587
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/libs/vogar-expect/src/vogar/
Expectation.java
78
public Result
getResult
() {
98
return patternMatches(outcome) && (bugIsOpen || result == outcome.
getResult
());
/external/lldb/tools/lldb-perf/lib/
MemoryGauge.h
83
GetResult
(const char *name, const char *description) const;
140
GetResult
(const char *description, MemoryStats value);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ITestResultRepo.java
39
public TestResults
getResult
(int sessionId);
/external/guava/guava/src/com/google/common/io/
LineProcessor.java
44
T
getResult
();
ByteProcessor.java
48
T
getResult
();
/external/jarjar/src/main/com/tonicsystems/jarjar/
PatternElement.java
36
String result = (pattern instanceof Rule) ? ((Rule)pattern).
getResult
() : "";
JarJarTask.java
30
if (rule.getPattern() == null || rule.
getResult
() == null)
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAccountManager.java
68
public Bundle
getResult
(long timeout, TimeUnit unit) throws OperationCanceledException,
79
public Bundle
getResult
() throws OperationCanceledException,
126
public Bundle
getResult
(long timeout, TimeUnit unit) throws OperationCanceledException,
137
public Bundle
getResult
() throws OperationCanceledException,
/external/skia/src/animator/
SkScriptCallBack.h
63
virtual bool
getResult
(size_t ref, SkOperand2* answer) { return false; }
/external/vogar/src/vogar/
XmlReportPrinter.java
91
if (outcome.
getResult
() == Result.UNSUPPORTED) {
106
if (outcome.
getResult
() == Result.EXEC_FAILED) {
154
switch (outcome.
getResult
()) {
166
serializer.attribute(ns, XmlReportConstants.ATTR_TYPE, outcome.
getResult
().toString());
Expectation.java
96
public Result
getResult
() {
120
return patternMatches(outcome) && (bugIsOpen || result == outcome.
getResult
());
/frameworks/base/libs/hwui/thread/
Task.h
40
T
getResult
() const {
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DeadCodeRemover.java
158
RegisterSpec result = insn.
getResult
();
201
RegisterSpec result = use.
getResult
();
252
noSideEffectRegs.set(insn.
getResult
().getReg());
260
noSideEffectRegs.set(phi.
getResult
().getReg());
266
RegisterSpec result = insn.
getResult
();
MoveParamCombiner.java
75
paramSpecs[param] = insn.
getResult
();
78
final RegisterSpec specB = insn.
getResult
();
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
IntentSenderActivity.java
68
public Intent
getResult
(Intent intent) throws Exception {
95
return
getResult
(intent);
/dalvik/dx/src/com/android/dx/ssa/
MoveParamCombiner.java
73
paramSpecs[param] = insn.
getResult
();
76
final RegisterSpec specB = insn.
getResult
();
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
VectorialMean.java
65
public double[]
getResult
() {
68
result[i] = means[i].
getResult
();
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapRemoveAllTester.java
58
Collection<V>
getResult
= multimap().get(sampleKeys().e0);
62
ASSERT.that(
getResult
).isEmpty();
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
MyActivity.java
58
public Result
getResult
() {
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp/src/com/android/cts/usepermission/
MyActivity.java
60
public Result
getResult
() {
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
AccountUtilsTest.java
61
assertTrue(result.
getResult
());
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyActivity.java
50
public Integer
getResult
(int timeoutMs) throws InterruptedException {
/cts/tests/app/src/android/app/cts/
ActivityManagerMemoryClassLaunchActivity.java
67
public int
getResult
() throws InterruptedException {
/cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCleanup_test.cpp
95
/* waits until test is done; when finished, call
getResult
() */
107
bool
getResult
() {
327
bool result = cht.
getResult
();
341
bool result = cht.
getResult
();
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
BooleanTest.java
48
public String
getResult
(gUnitTestResult testResult) {
Completed in 382 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>