HomeSort by relevance Sort by last modified time
    Searched refs:extension (Results 226 - 250 of 2522) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/lib/io/
path.h 65 tensorflow::StringPiece Extension(tensorflow::StringPiece path);
92 // Creates a temporary file name with an extension.
93 string GetTempFilename(const string& extension);
  /frameworks/compile/mclinker/lib/MC/
SearchDirs.cpp 108 entry.path()->extension().native()) {
122 entry.path()->extension().native()) {
173 entry.path()->extension().native()) {
187 entry.path()->extension().native()) {
  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
LocalizeDependenciesTask.groovy 70 LocalizePluginExtension extension = project.extensions.
72 if (extension.localRepoDir == null || extension.otherRepoDirs == null) {
76 " otherRepoDirs. localRepoDir: " + extension.localRepoDir +
77 "\notherRepoDir:" + extension.otherRepoDirs;
82 localRepoDir = extension.localRepoDir
83 downloadAll(extension.localRepoDir, extension.otherRepoDirs)
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
FileTypeMapTest.java 115 final String extension = MimeUtils.guessExtensionFromMimeType(mime).toUpperCase(); local
116 return getExtensionTypeFromExtension(formatStringId, extension);
119 private String getExtensionTypeFromExtension(@StringRes int formatStringId, String extension) {
121 return String.format(format, extension);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 250 // Destination is explicitly set - do not change the extension
259 // Split filename between base and extension
260 // Add an extension if filename does not have one
361 String extension = null; local
363 extension = MimeTypeMap.getSingleton().getExtensionFromMimeType(mimeType);
364 if (extension != null) {
366 Log.v(Constants.TAG, "adding extension from type");
368 extension = "." + extension;
371 Log.v(Constants.TAG, "couldn't find extension for " + mimeType)
400 String extension = null; local
    [all...]
  /prebuilts/ndk/r16/sources/android/ndk_helper/
GLContext.cpp 268 bool GLContext::CheckExtension( const char* extension )
270 if( extension == NULL )
274 std::string str = std::string( extension );
278 if( extensions.find( extension, pos ) != std::string::npos )
GLContext.h 120 bool CheckExtension( const char* extension );
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
parseVersions.h 66 virtual void profileRequires(const TSourceLoc&, int queryProfiles, int minVersion, const char* const extension, const char* featureDesc);
75 virtual bool extensionTurnedOn(const char* const extension);
77 virtual void updateExtensionBehavior(int line, const char* const extension, const char* behavior);
90 virtual void updateExtensionBehavior(const char* const extension, TExtensionBehavior);
128 TMap<TString, TExtensionBehavior> extensionBehavior; // for each extension string, what its current behavior is set to
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/
ManifestGenerationExtension.java 37 * Extension to {@link ZFile} that will generate a manifest. The extension will register
40 * <p>Creating this extension will ensure a manifest for the zip exists.
41 * This extension will generate a manifest if one does not exist and will update an existing
42 * manifest, if one does exist. The extension will also provide access to the manifest so that
45 * <p>Apart from standard manifest elements, this extension does not handle any particular manifest
77 * The file this extension is attached to. {@code null} if not yet registered.
114 * The extension to register with the {@link ZFile}. {@code null} if not registered.
117 private ZFileExtension extension; field in class:ManifestGenerationExtension
120 * Creates a new extension. This will not register the extension with the provide
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
NeighborIdentity.java 50 private boolean extension; field in class:NeighborIdentity
110 return extension;
132 extension = isExtensionValue;
149 extension = false;
322 extension = false;
351 extension = false;
380 extension = false;
409 extension = false;
438 extension = false;
467 extension = false
    [all...]
SatStatus.java 50 private boolean extension; field in class:SatStatus
110 return extension;
132 extension = isExtensionValue;
149 extension = false;
268 extension = false;
376 extension = false;
405 extension = false;
472 if (extension) {
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsShapeTests.cpp 158 std::string extension = (OPTYPE_CLUSTERED == caseDef.opType) ? local
159 "#extension GL_KHR_shader_subgroup_clustered: enable\n" :
160 "#extension GL_KHR_shader_subgroup_quad: enable\n";
162 extension += "#extension GL_KHR_shader_subgroup_ballot: enable\n";
223 << extension
254 std::string extension = (OPTYPE_CLUSTERED == caseDef.opType) ? local
255 "#extension GL_KHR_shader_subgroup_clustered: enable\n" :
256 "#extension GL_KHR_shader_subgroup_quad: enable\n";
258 extension += "#extension GL_KHR_shader_subgroup_ballot: enable\n"
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_triggered_start/
GeographicTargetArea.java 53 private boolean extension; field in class:GeographicTargetArea
113 return extension;
135 extension = isExtensionValue;
152 extension = false;
271 extension = false;
300 extension = false;
329 extension = false;
396 if (extension) {
  /external/autotest/client/site_tests/logging_CrashServices/
logging_CrashServices.py 41 def _find_crash_files(self, process_name, extension):
45 @param extension: Extension of the dump files to be created.
51 process_name, extension)
60 @param filetype: Extension of the dump file.
84 @param crash_extensions: Extension of the dump file expected.
  /external/clang/tools/scan-build-py/libscanbuild/
compilation.py 105 """ Return the language from file name extension. """
126 __, extension = os.path.splitext(os.path.basename(filename))
127 return mapping.get(extension)
  /external/curl/docs/cmdline-opts/
cert-status.d 7 Certificate Status Request (aka. OCSP stapling) TLS extension.
  /external/deqp/modules/gles2/functional/
es2fApiCase.cpp 102 void ApiCase::getSupportedExtensions (const deUint32 numSupportedValues, const deUint32 extension, std::vector<int>& values)
112 GLU_CHECK_CALL(glGetIntegerv(extension, &values[0]));
  /external/deqp/modules/gles3/functional/
es3fApiCase.cpp 104 void ApiCase::getSupportedExtensions (const deUint32 numSupportedValues, const deUint32 extension, std::vector<int>& values)
114 GLU_CHECK_CALL(glGetIntegerv(extension, &values[0]));
  /external/deqp/modules/gles31/functional/
es31fNegativeTestShared.cpp 130 bool NegativeTestContext::isExtensionSupported (std::string extension)
132 return getContextInfo().isExtensionSupported(extension.c_str());
  /external/skqp/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.cpp 104 if (const char* extension = shaderCaps.multisampleInterpolationExtensionString()) {
105 this->addFeature(1 << kMultisampleInterpolation_GLSLFeature, extension);
144 if (const char* extension = shaderCaps.sampleVariablesExtensionString()) {
145 this->addFeature(1 << kSampleVariables_GLSLPrivateFeature, extension);
165 if (const char* extension = shaderCaps.sampleVariablesExtensionString()) {
166 this->addFeature(1 << kSampleVariables_GLSLPrivateFeature, extension);
191 // Some versions of this extension string require declaring custom color output on ES 3.0+
237 if (const char* extension = caps.secondaryOutputExtensionString()) {
238 this->addFeature(1 << kBlendFuncExtended_GLSLPrivateFeature, extension);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
UriSource.java 60 String extension = local
63 .getMimeTypeFromExtension(extension.toLowerCase());
  /packages/apps/Launcher3/src/com/android/launcher3/util/
TransformingTouchDelegate.java 56 public void extendTouchBounds(float extension) {
57 mTouchExtension = extension;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput2.h 180 int extension; /* XI extension offset */ member in struct:__anon61735
203 int extension; /* XI extension offset */ member in struct:__anon61737
220 int extension; /* XI extension offset */ member in struct:__anon61738
235 int extension; /* XI extension offset */ member in struct:__anon61739
260 int extension; /* XI extension offset * member in struct:__anon61740
276 int extension; \/* XI extension offset *\/ member in struct:__anon61741
306 int extension; \/* XI extension offset *\/ member in struct:__anon61742
319 int extension; \/* XI extension offset *\/ member in struct:__anon61743
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug366.go 7 // Issue 2206. Incorrect sign extension of div arguments.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug366.go 7 // Issue 2206. Incorrect sign extension of div arguments.

Completed in 4732 milliseconds

1 2 3 4 5 6 7 8 91011>>