Home
last modified time | relevance | path

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

12

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
Dreplace.hpp62 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 …]
Dformatter.hpp49 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/
Dcrazy_linker_elf_loader.cpp58 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 …]
Dcrazy_linker_elf_relro.cpp34 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()
Dcrazy_linker_error_unittest.cpp42 TEST(Error, Format) { in TEST() argument
44 error.Format("%s %s!", "Hi", "Cowboy"); in TEST()
Dcrazy_linker_library_list.cpp242 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()
Dcrazy_linker_proc_maps_unittest.cpp89 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()
Dcrazy_linker_error.h33 void Format(const char* fmt, ...);
Dcrazy_linker_elf_relocations.cpp269 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()
Dcrazy_linker_error.cpp31 void Error::Format(const char* fmt, ...) { in Format() function in crazy::Error
Dcrazy_linker_shared_library.cpp170 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()
Dcrazy_linker_elf_view.cpp115 error->Format("Can't enable GNU RELRO protection: %s", strerror(errno)); in ProtectRelroSection()
Dcrazy_linker_util.cpp100 String Format(const char* fmt, ...) {
Dcrazy_linker_api.cpp118 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/
Dformatter.hpp41 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/
Dminitest.cc73 #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
Dminitest.h203 internal::String Format(const char* format, ...);
/ndk/sources/host-tools/make-3.81/
Dmake_msvc_net2003.sln1 Microsoft Visual Studio Solution File, Format Version 8.00
/ndk/sources/android/crazy_linker/tests/
Dtest_util.h110 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/
DUnwind-EHABI.cpp59 } 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/
Dgtest.h1326 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/
DDATA2 # Format:
/ndk/tests/device/test-libc++-static-full/
DDATA2 # Format:
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.info1542 # Format it and print it
Dsed.texi2107 # Format it and print it

12