OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expecting
(Results
376 - 400
of
1600
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/cts/tests/JobScheduler/src/android/jobscheduler/
MockJobService.java
92
* Block the test thread,
expecting
to timeout but still listening to ensure that no jobs
/cts/tests/app/app/src/android/app/stubs/
ActivityTestsBase.java
208
final String msg = mExpecting == null ? "Timeout" : "Timeout while
expecting
" + mExpecting;
/cts/tests/tests/content/src/android/content/res/cts/
FractionTest.java
86
assertFalse("
Expecting
value " + expected + " got " + res + ": in resource 0x"
/cts/tests/tests/os/src/android/os/cts/
ActivityTestsBase.java
208
final String msg = mExpecting == null ? "Timeout" : "Timeout while
expecting
" + mExpecting;
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
basic.rb
40
e.
expecting
.should == '0'
172
exc.
expecting
.should == 'f'
220
exc.
expecting
.should == 'f'
274
exc.
expecting
.should == 'f'
/external/autotest/client/site_tests/touch_ScrollDirection/
touch_ScrollDirection.py
97
logging.info('
Expecting
Australian=%s', self._australian_state)
/external/autotest/server/site_tests/hardware_DiskFirmwareUpgrade/
hardware_DiskFirmwareUpgrade.py
77
# We are not
expecting
downloads.
/external/autotest/server/site_tests/security_kASLR/
security_kASLR.py
73
# Make sure we're
expecting
kernel ASLR at all.
/external/deqp/doc/testspecs/GLES31/
functional.draw_indirect.txt
67
Negative cases test try to issue a bad indirect draw command
expecting
an
/external/deqp/modules/gles3/functional/
es3fDefaultVertexArrayObjectTests.cpp
56
<< "
Expecting
no error."
/external/deqp/modules/gles31/functional/
es31fDefaultVertexArrayObjectTests.cpp
58
<< "
Expecting
no error."
/external/dnsmasq/contrib/wrt/
README
26
and read whatever that command spits out,
expecting
it to
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUBinaryTest.java
109
// changing the version to an incorrect one,
expecting
failure
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUBinaryTest.java
105
// changing the version to an incorrect one,
expecting
failure
/external/jetty/src/java/org/eclipse/jetty/http/
Generator.java
38
* @throws IllegalStateException If the request is not
expecting
any more content,
/external/libbrillo/brillo/http/
http_connection_fake.cc
46
CHECK(transport) << "
Expecting
a fake transport";
/external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp
82
//
expecting
them. C programmers frequently bend the rules and
/external/llvm/tools/lli/Unix/
RPCChannel.inc
96
ErrorMsg += "
Expecting
";
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
RobolectricInternals.java
85
throw new RuntimeException("already
expecting
a direct call on <" + expectedInstance + "> but here's a new request for <" + shadowedObject + ">");
/external/webrtc/webrtc/modules/audio_processing/vad/
standalone_vad_unittest.cc
26
// Valid frame length (for 32 kHz rate), but not what the VAD is
expecting
.
/external/webrtc/webrtc/modules/utility/source/
helpers_android.cc
36
// function
expecting
a 64-bit param) picks up garbage in the high 32 bits.
/external/webrtc/webrtc/modules/video_processing/include/
video_processing.h
67
//
expecting
a warning. Has a floating-point implementation.
/frameworks/av/cmds/screenrecord/
EglWindow.cpp
47
// Cache the current dimensions. We're not
expecting
these to change.
/frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityTestsBase.java
208
? "Timeout" : ("Timeout while
expecting
" + mExpecting);
/frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfButtonsTest.java
66
assertEquals("
expecting
0 index to be selected",
Completed in 816 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>