/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/ |
nmmintrin.h | 27 /* To match expectations of gcc we put the sse4.2 definitions into smmintrin.h,
|
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/ |
nmmintrin.h | 27 /* To match expectations of gcc we put the sse4.2 definitions into smmintrin.h,
|
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/ |
nmmintrin.h | 27 /* To match expectations of gcc we put the sse4.2 definitions into smmintrin.h,
|
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/ |
nmmintrin.h | 27 /* To match expectations of gcc we put the sse4.2 definitions into smmintrin.h,
|
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/ |
nmmintrin.h | 27 /* To match expectations of gcc we put the sse4.2 definitions into smmintrin.h,
|
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/ |
nmmintrin.h | 27 /* To match expectations of gcc we put the sse4.2 definitions into smmintrin.h,
|
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/ |
nmmintrin.h | 27 /* To match expectations of gcc we put the sse4.2 definitions into smmintrin.h,
|
/prebuilts/go/darwin-x86/doc/ |
go1compat.html | 42 <h2 id="expectations">Expectations</h2> 48 to set expectations for the compatibility of Go 1 software in the 159 Although these expectations apply to Go 1 itself, we hope similar
|
/prebuilts/go/linux-x86/doc/ |
go1compat.html | 42 <h2 id="expectations">Expectations</h2> 48 to set expectations for the compatibility of Go 1 software in the 159 Although these expectations apply to Go 1 itself, we hope similar
|
/prebuilts/sdk/renderscript/clang-include/ |
nmmintrin.h | 27 /* To match expectations of gcc we put the sse4.2 definitions into smmintrin.h,
|
/system/connectivity/apmanager/ |
mock_control.h | 36 // This allows us to set expectations for adaptor/proxy creation
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
rgn-over.exp | 42 # compare the map file to the expectations in the .d file
|
/system/tpm/tpm_manager/client/ |
tpm_ownership_dbus_proxy_test.cc | 72 // Set expectations on the outputs. 108 // Set expectations on the outputs. 141 // Set expectations on the outputs.
|
/system/core/crash_reporter/ |
user_collector_test.cc | 359 } expectations[] = { local 369 for (unsigned i = 0; i < sizeof(expectations)/sizeof(expectations[0]); ++i) { 370 EXPECT_EQ(expectations[i].exists, 372 container_path.Append(expectations[i].name)));
|
/external/gmock/include/gmock/ |
gmock-spec-builders.h | 52 // .After(expectations) 95 // Base class for expectations. 108 // mockers, and all expectations. 111 // mock function Foo() is called, it needs to consult its expectations 115 // expectations when InSequence() is used, and thus affect which 131 // Verifies that all expectations on this mock function have been 240 // All expectations for this function mocker. 380 // Verifies and clears all expectations on the given mock object. 381 // If the expectations aren't satisfied, generates one or more 386 // Verifies all expectations on the given mock object and clears it [all...] |
/external/google-breakpad/src/testing/include/gmock/ |
gmock-spec-builders.h | 52 // .After(expectations) 91 // Base class for expectations. 104 // mockers, and all expectations. 107 // mock function Foo() is called, it needs to consult its expectations 111 // expectations when InSequence() is used, and thus affect which 127 // Verifies that all expectations on this mock function have been 236 // All expectations for this function mocker. 375 // Verifies and clears all expectations on the given mock object. 376 // If the expectations aren't satisfied, generates one or more 381 // Verifies all expectations on the given mock object and clears it [all...] |
/external/easymock/src/org/easymock/ |
EasyMock.java | 696 * Expects a boolean that matches both given expectations.
710 * Expects a byte that matches both given expectations.
724 * Expects a char that matches both given expectations.
738 * Expects a double that matches both given expectations.
752 * Expects a float that matches both given expectations.
766 * Expects an int that matches both given expectations.
780 * Expects a long that matches both given expectations.
794 * Expects a short that matches both given expectations.
808 * Expects an Object that matches both given expectations.
824 * Expects a boolean that matches one of the given expectations. [all...] |
/external/gmock/test/ |
gmock-spec-builders_test.cc | 593 // Satisfies the above expectations. 631 // Satisfies the above expectations. 989 "Google Mock tried the following 2 expectations, but none matched:"); [all...] |
/external/google-breakpad/src/testing/test/ |
gmock-spec-builders_test.cc | 593 // Satisfies the above expectations. 631 // Satisfies the above expectations. 988 "Google Mock tried the following 2 expectations, but none matched:"); [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
MagneticFieldMeasurementTestActivity.java | 59 * vector represented by the sampled data. It then compares it against the test expectations 63 * which the data are reported and the expectations are set are different. 96 * sensor falls into the expectations defined in the CDD. The verification applies to each axis
|
/external/chromium-trace/catapult/perf_insights/perf_insights/mappers/ |
v8_map_function.html | 23 model.userModel.expectations.forEach(function(ir) { 229 function getStageTitleForEventsByGUID(model, expectations) { 231 expectations.forEach(function applyAssociatedToRTN(ir) {
|
/build/tools/fs_config/ |
Android.mk | 29 # Expectations:
|
/cts/libs/vogar-expect/src/vogar/ |
Expectation.java | 25 * expectations text file, which has the following format:
|
/cts/tests/core/runner/src/com/android/cts/core/runner/ |
CoreTestRunner.java | 67 * similar functionality, but can filter by expectations and allows a custom runner-builder to be 76 private static final String ARGUMENT_EXPECTATIONS = "core-expectations"; 95 * The container for any test expectations. 131 // Get the set of resource names containing the expectations.
|
/cts/tests/jdwp/ |
AndroidTest.xml | 37 <option name="known-failures" value="/expectations/jdwp-known-failures.txt" />
|