/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
ParseHelper.h | 135 virtual void notifyExtensionDirective(int line, const char* extension, const char* behavior) 138 extensionCallback(line, extension, behavior);
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/ |
maven-artifact-manager-2.0.9.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/ |
maven-artifact-manager-2.2.1.jar | |
/prebuilts/tools/common/m2/repository/org/reficio/p2-maven-plugin/1.1.0/ |
p2-maven-plugin-1.1.0.jar | |
/system/media/camera/docs/ |
HidlMetadata.mako | 72 * Hierarchy positions in enum space. All vendor extension sections must be
|
/test/vts/tools/build/tasks/list/ |
vts_adapter_package_list.mk | 175 android.hardware.tests.extension.light@2.0-adapter \ 176 android.hardware.tests.extension.light@2.0-adapter-helper \
|
/build/make/core/ |
dex_preopt_odex_install.mk | 133 # Remove compressed APK extension. 168 # Remove compressed APK extension.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
fileinput.py | 60 in place. If the keyword argument backup=".<some extension>" is also
61 given, it specifies the extension for the backup file, and the backup
62 file remains around; by default, the extension is ".bak" and it is
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
fileinput.py | 60 in place. If the keyword argument backup=".<some extension>" is also
61 given, it specifies the extension for the backup file, and the backup
62 file remains around; by default, the extension is ".bak" and it is
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509V3CertificateGenerator.java | 41 import org.bouncycastle.x509.extension.X509ExtensionUtil; 229 * add a given extension field for the standard extensions tag (tag 3) 240 * add a given extension field for the standard extensions tag (tag 3) 251 * add a given extension field for the standard extensions tag (tag 3) 253 * with the extension. 264 * add a given extension field for the standard extensions tag (tag 3) 275 * add a given extension field for the standard extensions tag (tag 3) 276 * copying the extension value from another certificate. 277 * @throws CertificateParsingException if the extension cannot be extracted. 289 throw new CertificateParsingException("extension " + oid + " not present") [all...] |
/external/clang/lib/ARCMigrate/ |
FileRemapper.cpp | 147 path::extension(origFE->getName()).drop_front(), fd,
|
/external/deqp/framework/opengl/ |
gluShaderLibrary.cpp | 279 RequiredExtension extension; member in struct:glu::sl::CaseRequirement 297 req.extension = RequiredExtension(alternatives, effectiveStages); 1157 if (m_curTokenStr == "extension") 1184 parseError(string("invalid extension list token: " + m_curTokenStr)); [all...] |
/external/deqp/modules/glshared/ |
glsFboUtil.hpp | 185 bool checkExtensionSupport (const glu::RenderContext& ctx, const std::string& extension); 187 // Accepts GL_* and DEQP_* extension strings and converts DEQP_* strings to a human readable string
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/ |
SslUtil.java | 34 import org.bouncycastle.x509.extension.AuthorityKeyIdentifierStructure; 153 // about certificate and extension content. Quoting the `man verify`: 160 // addition the keyUsage extension of the candidate issuer (if present) 164 // - the KeyUsage extension permits cert signing (KeyUsage.keyCertSign); 165 // - the Authority Key Identifier extension is added, matching the
|
/external/harfbuzz_ng/src/ |
hb-ot-layout-gsub-table.hh | 925 struct ExtensionSubst : Extension<ExtensionSubst> 1129 ExtensionSubst extension; member in union:OT::SubstLookupSubTable::__anon21144 [all...] |
/external/pdfium/third_party/libtiff/ |
tif_fax3.h | 494 extension(a0); \
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
objectivec_field.cc | 424 FieldGenerator::Make(descriptor->extension(i), options));
|
objectivec_file.cc | 69 new ExtensionGenerator(root_class_name_, file_->extension(i)); 157 "/// Exposes the extension registry for this file.\n" 235 // Generate the extension initialization structures for the top level and 279 " GPBExtensionDescriptor *extension =\n" 281 " [registry addExtension:extension];\n" 282 " [self globallyRegisterExtension:extension];\n" 283 " [extension release];\n"
|
/external/python/cpython2/Lib/distutils/tests/ |
test_install.py | 17 from distutils.extension import Extension 202 Extension('xx', ['xxmodule.c'])])
|
/external/python/cpython2/Lib/ |
fileinput.py | 60 in place. If the keyword argument backup=".<some extension>" is also 61 given, it specifies the extension for the backup file, and the backup 62 file remains around; by default, the extension is ".bak" and it is
|
/external/python/cpython3/Lib/distutils/tests/ |
test_install.py | 17 from distutils.extension import Extension 205 Extension('xx', ['xxmodule.c'])])
|
/external/python/cpython3/Lib/ |
fileinput.py | 60 in place. If the keyword argument backup=".<some extension>" is also 61 given, it specifies the extension for the backup file, and the backup 62 file remains around; by default, the extension is ".bak" and it is
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
PVRTgles2Ext.h | 251 @brief Queries for support of an extension 252 @param[in] extension extension to query for 253 @return True if the extension is supported 255 static bool IsGLExtensionSupported(const char * const extension);
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/ |
image.py | [all...] |
/external/v8/tools/ |
SourceMap.js | 154 var extension = lastIndexOfDot !== -1 ? sourceURL.substr(lastIndexOfDot + 1) : ""; 155 var mimeType = WebInspector.ResourceType.mimeTypesForExtensions[extension.toLowerCase()];
|