Home
last modified time | relevance | path

Searched refs:success (Results 1 – 25 of 26) sorted by relevance

12

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_proc_maps_unittest.cpp73 bool success; in TEST() member
90 EXPECT_EQ(kData[n].success, FindProtectionFlagsForAddress(address, &prot)); in TEST()
91 if (kData[n].success) { in TEST()
101 bool success; in TEST() member
114 bool success = FindLoadAddressForFile(kData[n].name, &address, &offset); in TEST() local
115 EXPECT_EQ(kData[n].success, success); in TEST()
116 if (success) { in TEST()
Dcrazy_linker_system_unittest.cpp46 bool success; in TEST() member
67 EXPECT_EQ(kData[n].success, IsSystemLibrary(kData[n].name)); in TEST()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-test-part_test.cc77 const TestPartResult success(TestPartResult::kSuccess, in TEST_F() local
81 EXPECT_TRUE(success.passed()); in TEST_F()
82 EXPECT_FALSE(success.failed()); in TEST_F()
83 EXPECT_FALSE(success.nonfatally_failed()); in TEST_F()
84 EXPECT_FALSE(success.fatally_failed()); in TEST_F()
Dgtest-options_test.cc109 const bool success = in TEST() local
117 const bool success = in TEST() local
123 if (!success) in TEST()
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dconditionals103 result += success
109 'success');
127 $(info success)
142 'success');
Dparallelism39 all: 1 2; \@echo success
53 all: 1 2; \@echo success
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c637 int success; local
648 success = getlogin_r (name, buflen) >= 0;
650 success = (name = getlogin ()) != NULL;
652 if (success)
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-port.cc522 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream() local
526 GTEST_CHECK_(success != 0) in CapturedStream()
Dgtest-death-test.cc536 bool success = false; in Passed() local
557 success = true; in Passed()
576 return success; in Passed()
/ndk/sources/cxx-stl/llvm-libc++/
DREADME.NDK89 In case of success, this adds all relevant changes to the current git
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h262 explicit AssertionResult(bool success) : success_(success) {} in AssertionResult() argument
/ndk/docs/text/
DOVERVIEW.text146 The last step will copy, in case of success, the stripped shared libraries
287 On success, this will copy the generated binary modules (i.e. shared
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dunit_test_parameters.ipp78 "success" , log_successful_tests,
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_demangle.cpp33 success enumerator
4701 if (status == success && db.names.empty()) in demangle()
4918 int internal_status = success; in __cxa_demangle()
4922 if (internal_status == success && db.fix_forward_references && in __cxa_demangle()
4933 if (internal_status == success) in __cxa_demangle()
/ndk/sources/host-tools/make-3.81/
DREADME.W32246 I have not had any success building the debug version of this
Dreadme.vms280 Make ignores success, informational, or warning errors (-S-, -I-, or
DABOUT-NLS150 For the Free Translation Project to be a success, we need interested
/ndk/docs/renderscript/
Djquery.js21success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(… property
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Duniq.good157 = 0 => success, but offsets is not big enough
195 Returns: > 0 => success; value is the number of elements filled in
Duniq.inp554 = 0 => success, but offsets is not big enough
599 Returns: > 0 => success; value is the number of elements filled in
/ndk/sources/host-tools/sed-4.2.1/
DABOUT-NLS151 For the Free Translation Project to be a success, we need interested
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dmemory570 shared_ptr<T> w, memory_order success,
575 shared_ptr<T> w, memory_order success,
Dlocale2979 // true == success
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.03902 # Broken: success on invalid input.
3961 # Broken: success on invalid input.
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-13398 flag, `make' treats an error return just like success, except that it

12