Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 25 of 71) sorted by relevance

123

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h90 const char* extension);
108 const char* extension);
138 FilePath RemoveExtension(const char* extension) const;
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-filepath.cc119 FilePath FilePath::RemoveExtension(const char* extension) const { in RemoveExtension()
120 const std::string dot_extension = std::string(".") + extension; in RemoveExtension()
181 const char* extension) { in MakeFileName() argument
184 file = base_name.string() + "." + extension; in MakeFileName()
187 + "." + extension; in MakeFileName()
283 const char* extension) { in GenerateUniqueFileName() argument
287 full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); in GenerateUniqueFileName()
/ndk/sources/cxx-stl/stlport/stlport/
Drope28 * no extension.
30 # error The rope class is a STLport extension.
Dslist29 * no extension.
31 # error The slist class is an STLport extension.
Dhash_set33 * no extension.
Dhash_map33 * no extension.
/ndk/docs/text/
DCPU-FEATURES.text86 instruction set extension. Due to the definition of 'armeabi-v7a',
100 (a.k.a. NEON) vector instruction set extension. Note that ARM
111 VFP instructions extension. Also part of the VFPv4 specification.
115 NEON instructions extension. Also part of the VFPv4 specification.
126 > Indicates that the device's CPU supports extension that adds MMX
139 extension set. Note that this is unlike SSE3 which is required
DCPU-ARM-NEON.text1 Android NDK & ARM NEON instruction set extension support
21 instruction set extension known as "ARM Advanced SIMD", nick-named
DCPU-ARCH-ABIS.text94 - The Thumb-2 instruction set extension.
158 extension, including, but not limited to:
244 extension, including, but not limited to:
248 - the AVX extension
249 - the AVX2 extension
DSTABLE-APIS.text169 Developers should query the OpenGL ES version string and extension string
215 implementation's version and extension strings, and put a `<uses-feature>`
288 <EGL/eglext.h> -> EGL extension-related definitions
423 implementation's version and extension strings, and put a `<uses-feature>`
/ndk/build/tools/toolchain-patches/gcc/
D0001-Disable-sincos-optimization.patch35 /* Whether we have sincos that follows the GNU extension. */
47 /* Whether we have sincos that follows the GNU extension. */
/ndk/build/tools/
Dbuilder-funcs.sh230 echo "ERROR: Unknown link library extension: $LIB"
286 echo "Unknown source file extension: $obj"
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DSHELL31 # As a GNU make extension, if make's SHELL variable is explicitly exported,
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmac-mf.sed84 # Change extension and path of objects, except in the OBJEXT line.
94 # Change extension of libs.
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.x248 (This is an extension.)
Dsed.info170 to the output file's original name. The extension, if supplied,
174 This rule is followed: if the extension doesn't contain a `*',
176 suffix; if the extension does contain one or more `*' characters,
183 If no extension is supplied, the original file is overwritten
200 only the latter kind of extension, you can set the
228 but are a GNU extension and hence scripts that use them are not
234 line as a single continuous long stream. This GNU `sed' extension
343 This GNU extension matches every STEPth line starting with line
379 The `I' modifier to regular-expression matching is a GNU extension
385 extension which causes `^' and `$' to match respectively (in
[all …]
Dsed.texi255 renamed to the output file's original name. The extension,
262 This rule is followed: if the extension doesn't contain a @code{*},
264 suffix; if the extension does contain one or more @code{*}
271 If no extension is supplied, the original file is
295 extension, you can set the @code{POSIXLY_CORRECT} variable
330 usually have less backslashes, but are a @acronym{GNU} extension
343 powerful but are a @value{SSED} extension and hence scripts that
353 extension allows the user to consider them as separate files:
468 This @acronym{GNU} extension matches every @var{step}th line
520 extension which causes the @var{regexp} to be matched in
[all …]
Dsed-in.texi254 renamed to the output file's original name. The extension,
261 This rule is followed: if the extension doesn't contain a @code{*},
263 suffix; if the extension does contain one or more @code{*}
270 If no extension is supplied, the original file is
294 extension, you can set the @code{POSIXLY_CORRECT} variable
329 usually have less backslashes, but are a @acronym{GNU} extension
342 powerful but are a @value{SSED} extension and hence scripts that
352 extension allows the user to consider them as separate files:
467 This @acronym{GNU} extension matches every @var{step}th line
519 extension which causes the @var{regexp} to be matched in
[all …]
/ndk/sources/host-tools/sed-4.2.1/m4/
Dgettext.m444 dnl Catalog extension: .mo after installation, .gmo in source tree
47 dnl Catalog extension: .mo after installation, .gmo in source tree
50 dnl Catalog extension: none
Dgnulib-comp.m4154 # Remove the extension.
193 # Remove the extension.
/ndk/sources/host-tools/make-3.81/config/
Dgettext.m446 dnl Catalog extension: .mo after installation, .gmo in source tree
49 dnl Catalog extension: .mo after installation, .gmo in source tree
52 dnl Catalog extension: none
/ndk/sources/host-tools/make-3.81/
DREADME.DOS208 extension, Make will look for any known extension that indicates
222 pathname of the shell, including the filename extension.
/ndk/sources/host-tools/sed-4.2.1/po/
Dsr.po267 " edit files in place (makes backup if extension supplied)\n"
526 #~ " edit files in place (makes backup if extension "
Daf.po276 " edit files in place (makes backup if extension supplied)\n"
517 #~ " edit files in place (makes backup if extension "
Dfr.po275 " edit files in place (makes backup if extension supplied)\n"
279 " sauvegarde si l'extension est fournie)\n"

123