Searched defs:extension (Results 1 - 25 of 1028) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
H A DXge.h40 * To be used whenever a list of masks per extension has to be provided.
46 unsigned char extension; member in struct:__anon8930
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.modifiers/
H A Dreplace_extension.pass.cpp32 const char* extension; member in struct:ReplaceExtensionTestcase
62 path& Ref = (p.replace_extension(TC.extension));
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.modifiers/
H A Dreplace_extension.pass.cpp32 const char* extension; member in struct:ReplaceExtensionTestcase
62 path& Ref = (p.replace_extension(TC.extension));
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dsetuptools_extension.py7 Also ensures that no other distutils extension monkeypatched the distutils
47 import sys, distutils.core, distutils.extension namespace
49 distutils.extension.Extension = Extension
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dsetuptools_extension.py7 Also ensures that no other distutils extension monkeypatched the distutils
47 import sys, distutils.core, distutils.extension namespace
49 distutils.extension.Extension = Extension
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.decompose/
H A Dpath.decompose.pass.cpp25 // path extension() const;
159 std::string extension; member in struct:FilenameDecompTestcase
187 assert(p.extension() == TC.extension);
188 assert(p.has_extension() != TC.extension.empty());
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.decompose/
H A Dpath.decompose.pass.cpp25 // path extension() const;
159 std::string extension; member in struct:FilenameDecompTestcase
187 assert(p.extension() == TC.extension);
188 assert(p.has_extension() != TC.extension.empty());
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dmimetypes.py7 guess_extension(type, strict=1) -- guess the extension for a given MIME type.
61 URL, and can guess a reasonable extension given a MIME type.
79 """Add a mapping between a type and an extension.
81 When the extension is already known, the new
83 is already known the extension will be added
161 extensions, including the leading dot ('.'). The extension is not
177 """Guess the extension for a file based on its MIME type.
179 Return value is a string giving a filename extension,
180 including the leading dot ('.'). The extension is not
183 guess_type(). If no extension ca
578 extension = 0 variable
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dmimetypes.py7 guess_extension(type, strict=1) -- guess the extension for a given MIME type.
61 URL, and can guess a reasonable extension given a MIME type.
79 """Add a mapping between a type and an extension.
81 When the extension is already known, the new
83 is already known the extension will be added
161 extensions, including the leading dot ('.'). The extension is not
177 """Guess the extension for a file based on its MIME type.
179 Return value is a string giving a filename extension,
180 including the leading dot ('.'). The extension is not
183 guess_type(). If no extension ca
578 extension = 0 variable
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dmimetypes.py7 guess_extension(type, strict=1) -- guess the extension for a given MIME type.
61 URL, and can guess a reasonable extension given a MIME type.
79 """Add a mapping between a type and an extension.
81 When the extension is already known, the new
83 is already known the extension will be added
161 extensions, including the leading dot ('.'). The extension is not
177 """Guess the extension for a file based on its MIME type.
179 Return value is a string giving a filename extension,
180 including the leading dot ('.'). The extension is not
183 guess_type(). If no extension ca
578 extension = 0 variable
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dmimetypes.py7 guess_extension(type, strict=1) -- guess the extension for a given MIME type.
61 URL, and can guess a reasonable extension given a MIME type.
79 """Add a mapping between a type and an extension.
81 When the extension is already known, the new
83 is already known the extension will be added
161 extensions, including the leading dot ('.'). The extension is not
177 """Guess the extension for a file based on its MIME type.
179 Return value is a string giving a filename extension,
180 including the leading dot ('.'). The extension is not
183 guess_type(). If no extension ca
578 extension = 0 variable
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/sound/
H A Dasound_fm.h130 char extension[7]; member in struct:sbi_patch
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
H A Dasound_fm.h130 char extension[7]; member in struct:sbi_patch
/prebuilts/ndk/current/sources/third_party/googletest/googletest/src/
H A Dgtest-filepath.cc115 // Returns a copy of the FilePath with the case-insensitive extension removed.
117 // FilePath("dir/file"). If a case-insensitive extension is not
119 FilePath FilePath::RemoveExtension(const char* extension) const {
120 const std::string dot_extension = std::string(".") + extension;
175 // extension = "xml", returns "dir/test.xml". If number is greater
181 const char* extension) {
184 file = base_name.string() + "." + extension;
187 + "." + extension;
274 // will be directory/base_name.extension or
275 // directory/base_name_<number>.extension i
178 MakeFileName(const FilePath& directory, const FilePath& base_name, int number, const char* extension) argument
281 GenerateUniqueFileName(const FilePath& directory, const FilePath& base_name, const char* extension) argument
[all...]
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DVersions.cpp46 // HOW TO add a feature enabled by an extension.
48 // To add a new hypothetical "Feature F" to the front end, where an extension
52 // extensions: A specific Feature F might be enabled by an extension, or a
70 // However, if symbols specific to the extension are added (step 5), they will
73 // 1) Add a symbol name for the extension string at the bottom of Versions.h:
77 // 2) Add extension initialization to TParseVersions::initializeExtensionBehavior(),
96 // 5) For each profile that supports the feature, insert version/extension checks:
133 // 6) If built-in symbols are added by the extension, add them in Initialize.cpp: Their use
136 // the earliest release that supports the extension. Then, tag them with the
149 // core version, not through a pseudo-enablement of the extension
467 profileRequires(const TSourceLoc& loc, int profileMask, int minVersion, const char* extension, const char* featureDesc) argument
595 getExtensionBehavior(const char* extension) argument
605 extensionTurnedOn(const char* const extension) argument
629 updateExtensionBehavior(int line, const char* extension, const char* behaviorString) argument
679 updateExtensionBehavior(const char* extension, TExtensionBehavior behavior) argument
697 error(getCurrentLoc(), "extension not supported:", "#extension", extension); local
702 warn(getCurrentLoc(), "extension not supported:", "#extension", extension); local
711 warn(getCurrentLoc(), "extension is only partially supported:", "#extension", extension); local
[all...]
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Dspirv_stats.cpp190 const std::string extension = libspirv::GetExtensionString(&inst.c_inst()); local
191 ++stats_->extension_hist[extension];
H A Dvalidate.cpp124 // Parses OpExtension instruction and registers extension.
128 Extension extension; local
129 if (!GetExtensionFromString(extension_str, &extension)) {
134 _.RegisterExtension(extension);
H A Dvalidate_instruction.cpp386 Extension extension; local
387 if (!GetExtensionFromString(extension_str, &extension)) {
388 _.diag(SPV_SUCCESS) << "Found unrecognized extension " << extension_str;
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
H A Dgtest-filepath.cc115 // Returns a copy of the FilePath with the case-insensitive extension removed.
117 // FilePath("dir/file"). If a case-insensitive extension is not
119 FilePath FilePath::RemoveExtension(const char* extension) const {
120 const std::string dot_extension = std::string(".") + extension;
175 // extension = "xml", returns "dir/test.xml". If number is greater
181 const char* extension) {
184 file = base_name.string() + "." + extension;
187 + "." + extension;
274 // will be directory/base_name.extension or
275 // directory/base_name_<number>.extension i
178 MakeFileName(const FilePath& directory, const FilePath& base_name, int number, const char* extension) argument
281 GenerateUniqueFileName(const FilePath& directory, const FilePath& base_name, const char* extension) argument
[all...]
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
H A Dgtest-filepath.cc115 // Returns a copy of the FilePath with the case-insensitive extension removed.
117 // FilePath("dir/file"). If a case-insensitive extension is not
119 FilePath FilePath::RemoveExtension(const char* extension) const {
120 const std::string dot_extension = std::string(".") + extension;
175 // extension = "xml", returns "dir/test.xml". If number is greater
181 const char* extension) {
184 file = base_name.string() + "." + extension;
187 + "." + extension;
274 // will be directory/base_name.extension or
275 // directory/base_name_<number>.extension i
178 MakeFileName(const FilePath& directory, const FilePath& base_name, int number, const char* extension) argument
281 GenerateUniqueFileName(const FilePath& directory, const FilePath& base_name, const char* extension) argument
[all...]
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DVersions.cpp46 // HOW TO add a feature enabled by an extension.
48 // To add a new hypothetical "Feature F" to the front end, where an extension
52 // extensions: A specific Feature F might be enabled by an extension, or a
70 // However, if symbols specific to the extension are added (step 5), they will
73 // 1) Add a symbol name for the extension string at the bottom of Versions.h:
77 // 2) Add extension initialization to TParseVersions::initializeExtensionBehavior(),
96 // 5) For each profile that supports the feature, insert version/extension checks:
133 // 6) If built-in symbols are added by the extension, add them in Initialize.cpp: Their use
136 // the earliest release that supports the extension. Then, tag them with the
149 // core version, not through a pseudo-enablement of the extension
467 profileRequires(const TSourceLoc& loc, int profileMask, int minVersion, const char* extension, const char* featureDesc) argument
595 getExtensionBehavior(const char* extension) argument
605 extensionTurnedOn(const char* const extension) argument
629 updateExtensionBehavior(int line, const char* extension, const char* behaviorString) argument
679 updateExtensionBehavior(const char* extension, TExtensionBehavior behavior) argument
697 error(getCurrentLoc(), "extension not supported:", "#extension", extension); local
702 warn(getCurrentLoc(), "extension not supported:", "#extension", extension); local
711 warn(getCurrentLoc(), "extension is only partially supported:", "#extension", extension); local
[all...]
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Dspirv_stats.cpp190 const std::string extension = libspirv::GetExtensionString(&inst.c_inst()); local
191 ++stats_->extension_hist[extension];
H A Dvalidate.cpp124 // Parses OpExtension instruction and registers extension.
128 Extension extension; local
129 if (!GetExtensionFromString(extension_str, &extension)) {
134 _.RegisterExtension(extension);
H A Dvalidate_instruction.cpp386 Extension extension; local
387 if (!GetExtensionFromString(extension_str, &extension)) {
388 _.diag(SPV_SUCCESS) << "Found unrecognized extension " << extension_str;
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
H A Dgtest-filepath.cc115 // Returns a copy of the FilePath with the case-insensitive extension removed.
117 // FilePath("dir/file"). If a case-insensitive extension is not
119 FilePath FilePath::RemoveExtension(const char* extension) const {
120 const std::string dot_extension = std::string(".") + extension;
175 // extension = "xml", returns "dir/test.xml". If number is greater
181 const char* extension) {
184 file = base_name.string() + "." + extension;
187 + "." + extension;
274 // will be directory/base_name.extension or
275 // directory/base_name_<number>.extension i
178 MakeFileName(const FilePath& directory, const FilePath& base_name, int number, const char* extension) argument
281 GenerateUniqueFileName(const FilePath& directory, const FilePath& base_name, const char* extension) argument
[all...]

Completed in 289 milliseconds

1234567891011>>