Searched refs:convert (Results 1 – 17 of 17) sorted by relevance
/ndk/sources/host-tools/ndk-stack/elff/ |
D | mapfile.c | 135 LARGE_INTEGER convert; in mapfile_read_at() local 136 convert.QuadPart = offset; in mapfile_read_at() 137 if ((SetFilePointer(handle, convert.LowPart, &convert.HighPart, in mapfile_read_at()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/ |
D | cast.hpp | 53 return converter::convert(arg); in numeric_cast()
|
D | converter.hpp | 41 result_type operator() ( argument_type s ) const { return this->convert(s) ; } in operator ()()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
D | converter.hpp | 466 static result_type convert ( argument_type s ) { return s ; } in convert() function 491 static result_type convert ( argument_type s ) in convert() function 521 static result_type convert ( argument_type s ) in convert() function
|
/ndk/build/core/ |
D | definitions.mk | 1412 convert-deps = $1.org 1413 cmd-convert-deps = && $(NDK_DEPENDENCIES_CONVERTER) $1 1415 convert-deps = $1 1416 cmd-convert-deps = 1446 …$$(hide) $$(PRIVATE_CC) -MMD -MP -MF $$(call convert-deps,$$(PRIVATE_DEPS)) $$(PRIVATE_CFLAGS) $$(… 1447 $$(call cmd-convert-deps,$$(PRIVATE_DEPS)) 1506 …$$(PRIVATE_CXX) -MMD -MP -MF $$(call convert-deps,$$(PRIVATE_DEPS)) $$(PRIVATE_CPPFLAGS) $$(call h… 1507 $$(call cmd-convert-deps,$$(PRIVATE_DEPS)) 1514 …$$(PRIVATE_CXX) -MMD -MP -MF $$(call convert-deps,$$(PRIVATE_DEPS)) $$(PRIVATE_CPPFLAGS) $$(call h… 1515 $$(call cmd-convert-deps,$$(PRIVATE_DEPS))
|
D | build-local.mk | 218 NDK_DEPENDENCIES_CONVERTER := $(NDK_APP_OUT)/convert-dependencies.sh
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | eval | 137 # If we ever convert all the above to run_make_test() we can remove this line.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | lexical_cast.hpp | 2204 >::convert(arg); in lexical_cast_impl() 2222 arg < 0 ? -converter_t::convert(-arg) : converter_t::convert(arg) in lexical_cast_impl()
|
/ndk/sources/host-tools/make-3.81/ |
D | README.W32 | 157 result and convert the paths internally to the format needed
|
D | README.DOS | 237 require such a shell). More important, you can convert Unix
|
D | ChangeLog | 2256 [changed]: convert to a bitfield.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | locale | 3507 // convert to char
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 1269 $(call gen-test, depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert) 1880 $(call gen-test, iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/convert) 4439 $(call gen-test, utilities/time/time.point/time.point.cons/convert)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 1278 $(call gen-test, depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert) 1889 $(call gen-test, iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/convert) 4448 $(call gen-test, utilities/time/time.point/time.point.cons/convert)
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 5973 is to convert each newline (or carriage-return / newline pair) to a 6876 just the preprocessor to convert a Ratfor or preprocessable 7113 Program to convert a Texinfo source file into an Info file; default
|
D | make.texi | 7311 the result is to convert each newline (or carriage-return / newline 8417 @file{@var{n}.F}. This rule runs just the preprocessor to convert a 8754 Program to convert a Texinfo source file into an Info file; default
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 5867 \let\hash=##% convert placeholders to macro parameter chars
|