/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
D | replace.hpp | 62 const Range2T& Format) in replace_range_copy() argument 68 ::boost::algorithm::const_formatter(Format)); in replace_range_copy() 81 const RangeT& Format) in replace_range_copy() argument 86 ::boost::algorithm::const_formatter(Format)); in replace_range_copy() 104 const RangeT& Format) in replace_range() argument 109 ::boost::algorithm::const_formatter(Format)); in replace_range() 139 const Range3T& Format) in replace_first_copy() argument 145 ::boost::algorithm::const_formatter(Format) ); in replace_first_copy() 156 const Range2T& Format ) in replace_first_copy() argument 161 ::boost::algorithm::const_formatter(Format) ); in replace_first_copy() [all …]
|
D | formatter.hpp | 49 const_formatter(const RangeT& Format) in const_formatter() argument 53 … BOOST_STRING_TYPENAME range_const_iterator<RangeT>::type> >(::boost::as_literal(Format)); in const_formatter()
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_elf_loader.cpp | 58 error->Format("Load address is not page aligned (%08x)", wanted_address); in LoadAt() 67 error->Format("File offset is not page aligned (%08x)", file_offset); in LoadAt() 74 error->Format("Can't open file: %s", strerror(errno)); in LoadAt() 79 error->Format( in LoadAt() 106 error->Format("Can't read file: %s", strerror(errno)); in ReadElfHeader() 120 error->Format("Not a %d-bit class: %d", in ReadElfHeader() 127 error->Format("Not little-endian class: %d", header_.e_ident[EI_DATA]); in ReadElfHeader() 132 error->Format("Not a shared library type: %d", header_.e_type); in ReadElfHeader() 137 error->Format("Unexpected ELF version: %d", header_.e_version); in ReadElfHeader() 142 error->Format("Unexpected ELF machine type: %d", header_.e_machine); in ReadElfHeader() [all …]
|
D | crazy_linker_elf_relro.cpp | 34 error->Format("%s: Could not unmap %p-%p: %s", in SwapPagesFromFd() 51 error->Format("%s: Could not map %p-%p: %s", in SwapPagesFromFd() 77 error->Format("Could not allocate RELRO ashmem region for %s: %s", in Allocate() 94 error->Format("Could not allocate RELRO mapping: %s", strerror(errno)); in CopyFrom() 126 error->Format("Could not allocate RELRO mapping for: %s", strerror(errno)); in CopyFromRelocated() 145 error->Format("Could not make RELRO ashmem region read-only: %s", in ForceReadOnly() 167 error->Format("Ashmem file descriptor is not read-only: %s\n", in InitFrom() 173 error->Format("Cannot map RELRO ashmem region as read-only: %s\n", in InitFrom()
|
D | crazy_linker_error_unittest.cpp | 42 TEST(Error, Format) { in TEST() argument 44 error.Format("%s %s!", "Hi", "Cowboy"); in TEST()
|
D | crazy_linker_library_list.cpp | 242 error->Format("System library can't be loaded at fixed address %08x", in LoadLibrary() 248 error->Format("Library already loaded at @%08x, can't load it at @%08x", in LoadLibrary() 265 error->Format("Can't load system library %s: %s", lib_name, ::dlerror()); in LoadLibrary() 287 error->Format("Can't find library file %s", lib_name); in LoadLibrary() 304 error->Format("Library file doesn't exist: %s", full_path.c_str()); in LoadLibrary() 326 error->Format("When loading %s: %s", base_name, dep_error.c_str()); in LoadLibrary()
|
D | crazy_linker_proc_maps_unittest.cpp | 89 TEST_TEXT << minitest::Format("Checking address %p", address); in TEST() 92 TEST_TEXT << minitest::Format("Checking address %p", address); in TEST() 189 minitest::Format("Checking entry #%d %p-%p", in TEST()
|
D | crazy_linker_error.h | 33 void Format(const char* fmt, ...);
|
D | crazy_linker_elf_relocations.cpp | 269 error->Format("Can't unprotect loadable segments: %s", strerror(errno)); in ApplyAll() 311 error->Format("Can't reprotect loadable segments: %s", strerror(errno)); in ApplyAll() 382 error->Format("Invalid relocation type (%d)", rela_type); in ApplyRelaReloc() 488 error->Format("Invalid relocation type (%d)", rel_type); in ApplyRelReloc() 516 error->Format("Could not find symbol '%s'", sym_name); in ResolveSymbol() 543 error->Format( in ResolveSymbol() 684 error->Format("Cannot locate symbol %s", sym_name); in RelocateMipsGot()
|
D | crazy_linker_error.cpp | 31 void Error::Format(const char* fmt, ...) { in Format() function in crazy::Error
|
D | crazy_linker_shared_library.cpp | 170 error->Format("Path too long: %s", full_path); in Load() 370 error->Format("RELRO mismatch addr=%p size=%p (wanted addr=%p size=%p)", in UseSharedRelro() 414 error->Format("JNI_OnLoad() in %s returned %d, expected at least %d", in SetJavaVM()
|
D | crazy_linker_elf_view.cpp | 115 error->Format("Can't enable GNU RELRO protection: %s", strerror(errno)); in ProtectRelroSection()
|
D | crazy_linker_util.cpp | 100 String Format(const char* fmt, ...) {
|
D | crazy_linker_api.cpp | 118 context->error.Format("Could not find ELF binary at address @%p", address); in crazy_context_add_search_path_for_address()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/ |
D | formatter.hpp | 41 const_formatF(const RangeT& Format) : in const_formatF() 42 m_Format(::boost::begin(Format), ::boost::end(Format)) {} in const_formatF()
|
/ndk/sources/android/support/tests/minitest/ |
D | minitest.cc | 73 #define MINITEST_STRING_OPERATOR_LL_(ParamType, Format) \ argument 76 ::snprintf(buf, sizeof(buf), Format, v); \ 126 internal::String Format(const char* format, ...) { in Format() function
|
D | minitest.h | 203 internal::String Format(const char* format, ...);
|
/ndk/sources/host-tools/make-3.81/ |
D | make_msvc_net2003.sln | 1 Microsoft Visual Studio Solution File, Format Version 8.00
|
/ndk/sources/android/crazy_linker/tests/ |
D | test_util.h | 110 void Format(const char* fmt, ...) { in Format() function 154 file_path.Format("%s/%s", path_, entry->d_name); in ~TempDirectory() 226 src_path.Format("%s/%s", src_file_dir, src_file_name); in CopyFile() 232 dst_path.Format("%s/%s", dst_file_dir, dst_file_name); in CopyFile()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind-EHABI.cpp | 59 } Format; typedef 74 Descriptor::Format format, in ProcessDescriptors() 167 Descriptor::Format format = in unwindOneFrame() 168 static_cast<Descriptor::Format>((unwindInfo & 0x0f000000) >> 24); in unwindOneFrame()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 1326 static ::std::string Format(const ToPrint& value) { in Format() function 1335 static ::std::string Format(const ToPrint* value) { in Format() function 1336 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value); in Format() 1347 static ::std::string Format(CharType* value) { \ 1366 static ::std::string Format(CharType* value) { \ 1402 return FormatForComparison<T1, T2>::Format(value); in FormatForComparisonFailureMessage()
|
/ndk/tests/device/test-libc++-shared-full/ |
D | DATA | 2 # Format:
|
/ndk/tests/device/test-libc++-static-full/ |
D | DATA | 2 # Format:
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 1542 # Format it and print it
|
D | sed.texi | 2107 # Format it and print it
|