/external/v8/test/cctest/ |
test-decls.cc | 38 enum Expectations { 64 Expectations expectations, 141 Expectations expectations, 155 if (expectations == EXPECT_ERROR) { 164 if (expectations == EXPECT_RESULT) { 170 CHECK(expectations == EXPECT_EXCEPTION); 579 void Check(const char* source, Expectations expectations, [all...] |
/external/chromium-trace/catapult/tracing/tracing/ui/analysis/ |
memory_dump_allocator_details_pane_test.html | 178 function checkRow(columns, row, expectations) { 180 var expectedTitle = expectations.title; 186 checkSizeNumericFields(row, columns[1], expectations.size); 187 checkSizeNumericFields(row, columns[2], expectations.effective_size); 188 checkSizeNumericFields(row, columns[3], expectations.inner_size); 189 checkNumericFields(row, columns[4], expectations.objects_count, 191 checkStringFields(row, columns[5], expectations.url); 193 var expectedSubRowCount = expectations.sub_row_count; 199 var expectedContexts = expectations.contexts; [all...] |
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/ |
DalvikTest.java | 104 private static final String EXPECTATIONS_EXT = ".expectations"; 285 throw new RuntimeException("Failed to parse expectations", e); 411 // Add expectations from testcases dir 418 // Add expectations from resources dir
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
SingleSensorTests.java | 67 * the expectations defined in the CDD. The verification applies to each axis of the sampled data 77 * data and compares it against the test expectations. The test is susceptible to errors when the 78 * sensor under test is uncalibrated, or the units between the data and expectations are different. 81 * particular sensor falls into the expectations defined in the CDD. The verification applies to
|
/device/google/contexthub/firmware/misc/cpu/cortexm4f/ |
app.lkr | 18 These addresses are fake, but in a particular way that mesh with our expectations.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/ |
MathIllegalStateException.java | 27 * current state and the user's expectations.
|
/external/autotest/client/site_tests/security_Firewall/ |
security_Firewall.py | 15 """Tests that rules in iptables/ip6tables match our expectations exactly."""
|
/external/autotest/client/site_tests/security_SysVIPC/ |
security_SysVIPC.py | 110 raise error.TestFail('SysV IPCs did not match expectations')
|
/external/chromium-trace/catapult/tracing/tracing/model/ |
ir_coverage_test.html | 55 model.userModel.expectations.push(ir);
|
/external/clang/test/SemaCXX/ |
virtual-base-used.cpp | 6 // expectations about when functions are first required for that case.
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
FilterPipelineTest.java | 95 //assert expectations
|
/external/libbrillo/brillo/message_loops/ |
mock_message_loop.h | 21 // FakeMessageLoop. It is possible to set expectations with EXPECT_CALL without
|
/external/libchrome/base/ |
gmock_unittest.cc | 67 // expectations.
|
/external/vogar/src/vogar/ |
Expectation.java | 26 * expectations text file, which has the following format:
|
/frameworks/base/docs/html/training/system-ui/ |
index.jd | 80 needs and expectations before modifying the system bars, since they give users a
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
BinaryHprof.java | 118 * Returns null if the actual size meets expectations, or a
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_documentcreateelementcasesensitive.java | 40 * values and checked the node names to see if they matched expectations.
|
nodechildnodes.java | 31 * Collect the element names from Node.childNodes and check against expectations.
|
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/ |
ContactInfoHelperTest.java | 125 * Sets up query expectations to return the given row for all queries for the given
|
/system/connectivity/shill/ |
connection_tester_unittest.cc | 71 // Delete the connection tester while expectations still exist.
|
/system/core/fastboot/ |
socket_mock.h | 40 // A mock Socket implementation to be used for testing. Tests can set expectations for messages
|
/external/iproute2/man/man8/ |
lnstat.8 | 183 Number of expectations added. 186 Number of expectations deleted.
|
/external/libbrillo/brillo/http/ |
http_request_unittest.cc | 52 // test expectations to hold on to the mock object without releasing them 54 // detect mock object "leaks". Verify and clear the expectations manually
|
/external/okhttp/okio/okio/src/test/java/okio/ |
Utf8Test.java | 214 // Confirm our expectations are consistent with the platform. 218 // Confirm our implementation matches those expectations.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_strftime.py | 89 expectations = ( 116 for e in expectations:
|