Searched refs:extract (Results 1 – 25 of 43) sorted by relevance
12
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.general/ |
D | integer_seq.pass.cpp | 22 auto extract ( const AtContainer &t, const std::integer_sequence<T, I...> idx ) in extract() function 62 auto t3 = extract ( tup, int3() ); in main() 66 auto t7 = extract ( tup, size7 ()); in main() 70 auto t4 = extract ( tup, size4 ()); in main() 74 auto t2 = extract ( tup, size2 ()); in main() 78 auto tintmix = extract ( tup, intmix ()); in main() 82 auto tsizemix = extract ( tup, sizemix ()); in main()
|
/ndk/build/core/ |
D | add-application.mk | 84 …APP_PLATFORM := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-platform.awk $(call host-path,… 147 …APP_MIN_PLATFORM_LEVEL := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-minsdkversion.awk $(… 235 …APP_DEBUGGABLE := $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-debuggable.awk $(call host-path,$(AP…
|
D | build-binary.mk | 594 whole_static_libs := $(call module-extract-whole-static-libs,$(LOCAL_MODULE),$(static_libs))
|
D | definitions.mk | 756 module-extract-whole-static-libs = $(strip \
|
/ndk/ |
D | ndk-gdb | 489 echo "ERROR: Could not extract package name from $PROJECT/$MANIFEST." 590 DEBUGGABLE=`run_awk_manifest_script extract-debuggable.awk` 671 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`
|
/ndk/docs/text/ |
D | CPU-X86-64.text | 35 And just like other ABIs, the Android package manager will extract these
|
D | CPU-MIPS.text | 33 And just like other ABIs, the Android package manager will extract these
|
D | CPU-X86.text | 35 And just like other ABIs, the Android package manager will extract these
|
D | CPU-ARCH-ABIS.text | 334 precisely by the steps described below; you will need to extract/install
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | vpath | 12 ."uses the function firstword used to extract just the first\n"
|
/ndk/build/gmsl/ |
D | gmsl | 66 # include /foo/gmsl then extract the /foo/ so that __gmsl gets
|
/ndk/build/tools/ |
D | build-host-gcc.sh | 1089 stamps_do extract-gmp-$1 extract_gmp_sources $1 1124 stamps_do extract-mpfr-$MPFR_VERSION extract_mpfr_sources $1 1164 stamps_do extract-mpc-$1 extract_mpc_sources $1
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | execution_monitor.ipp | 225 extract( boost::exception const* ex ) 248 throw execution_exception( ec, buf, execution_exception::location( extract<throw_file>( be ), 249 extract<throw_line>( be ), 250 … extract<throw_function>( be ) ) );
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | fdl.texi | 334 You may extract a single document from such a collection, and distribute
|
D | make.info-2 | 2742 SRC1 = tar.c create.c extract.c buffer.c \ 2748 OBJ1 = tar.o create.o extract.o buffer.o \ 3165 You may extract a single document from such a collection, and 3901 * RCS, rule to extract from: Catalogue of Rules. (line 164) 3970 * SCCS, rule to extract from: Catalogue of Rules. (line 173)
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | COPYING.DOC | 298 You may extract a single document from such a collection, and
|
D | aclocal.m4 | 805 # Substitute a variable $(am__untar) that extract such
|
/ndk/sources/host-tools/make-3.81/ |
D | aclocal.m4 | 856 # Substitute a variable $(am__untar) that extract such
|
/ndk/sources/host-tools/make-3.81/po/ |
D | make.pot | 50 msgid "lbr$set_module failed to extract module info, status = %d"
|
D | be.po | 49 msgid "lbr$set_module failed to extract module info, status = %d"
|
D | ko.po | 48 msgid "lbr$set_module failed to extract module info, status = %d"
|
D | ja.po | 50 msgid "lbr$set_module failed to extract module info, status = %d"
|
D | zh_CN.po | 49 msgid "lbr$set_module failed to extract module info, status = %d"
|
D | rw.po | 59 msgid "lbr$set_module failed to extract module info, status = %d"
|
D | he.po | 48 msgid "lbr$set_module failed to extract module info, status = %d"
|
12