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

<<21222324252627282930>>

  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 229 // The number of extension ranges in this message type.
231 // Gets an extension range by index, where 0 <= index <
236 // Returns true if the number is in one of the extension ranges.
242 // Get an extension by index, where 0 <= index < extension_count().
244 const FieldDescriptor* extension(int index) const;
246 // Looks up a named extension (which extends some *other* message type)
314 // an extension, do one of the following:
399 bool is_extension() const; // Is this an extension field?
436 // extension scope's extensions array.
476 // An extension may be declared within the scope of another message. If thi
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
core.py 23 from distutils.extension import Extension
54 # Legal keyword arguments for the Extension constructor
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_lib.py 7 from distutils.extension import Extension
63 cmd.distribution.ext_modules = [Extension('foo', ['xxx'])]
80 cmd.distribution.ext_modules = [Extension('foo', ['xxx'])]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
core.py 23 from distutils.extension import Extension
54 # Legal keyword arguments for the Extension constructor
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_lib.py 7 from distutils.extension import Extension
63 cmd.distribution.ext_modules = [Extension('foo', ['xxx'])]
80 cmd.distribution.ext_modules = [Extension('foo', ['xxx'])]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 229 // The number of extension ranges in this message type.
231 // Gets an extension range by index, where 0 <= index <
236 // Returns true if the number is in one of the extension ranges.
242 // Get an extension by index, where 0 <= index < extension_count().
244 const FieldDescriptor* extension(int index) const;
246 // Looks up a named extension (which extends some *other* message type)
314 // an extension, do one of the following:
399 bool is_extension() const; // Is this an extension field?
436 // extension scope's extensions array.
476 // An extension may be declared within the scope of another message. If thi
    [all...]
  /bootable/recovery/updater/
Android.mk 112 # extension libs.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 31 * Demonstrate the Frame Buffer Object OpenGL ES extension.
231 * This is not the fastest way to check for an extension, but fine if
234 * @param extension
235 * @return true if the extension is present in the current context.
237 private boolean checkIfContextSupportsExtension(GL10 gl, String extension) {
241 // beginning and end of the extensions string and the extension string.
243 // extension, as well as avoid special-case checks when an extension name
244 // is the same as the first part of another extension name.
245 return extensions.indexOf(" " + extension + " ") >= 0
    [all...]
  /device/google/marlin/camera/QCamera2/
Android.mk 53 #use media extension
  /external/autotest/client/common_lib/cros/
chrome.py 67 @param extension_paths: path of unpacked extension to install.
68 @param autotest_ext: Load a component extension with privileges to
98 # Force autotest extension if we need enable Play Store.
162 extension = extension_to_load.ExtensionToLoad(
164 extensions_to_load.append(extension)
210 """Fetches a telemetry extension instance given the extension path."""
219 """Returns the autotest extension."""
  /external/conscrypt/common/src/main/java/org/conscrypt/
SSLParametersImpl.java 102 * Whether the TLS Channel ID extension is enabled. This field is
329 * extension Server Name Indication (SNI).
337 * extension Server Name Indication (SNI).
353 void setSCTExtension(byte[] extension) {
354 sctExtension = extension;
  /external/deqp/external/vulkancts/framework/vulkan/
vkQueryUtil.hpp 39 bool isCoreInstanceExtension (const deUint32 apiVersion, const std::string& extension);
40 bool isCoreDeviceExtension (const deUint32 apiVersion, const std::string& extension);
68 // Feature / extension support
  /external/deqp/framework/opengl/
gluRenderContext.cpp 231 bool hasExtension (const glw::Functions& gl, ApiType apiType, const std::string& extension)
235 return de::contains(extensions.begin(), extensions.end(), extension);
  /external/deqp/modules/gles2/functional/
es2fTextureCompletenessTests.cpp 74 static bool isExtensionSupported (const glu::ContextInfo& ctxInfo, const char* extension)
79 if (iter->compare(extension) == 0)
470 const char* extension = "GL_OES_texture_npot"; local
471 if (isExtensionSupported(m_ctxInfo, extension))
473 log << TestLog::Message << extension << " supported, assuming completeness test to pass." << TestLog::EndMessage;
816 const char* extension = "GL_OES_texture_npot"; local
817 if (isExtensionSupported(m_ctxInfo, extension))
819 log << TestLog::Message << extension << " supported, assuming completeness test to pass." << TestLog::EndMessage;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboTestCase.cpp 251 const std::string& extension = *iter; local
253 if (context.getContextInfo().isExtensionSupported(extension.c_str()))
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 264 const std::string& extension = *iter; local
266 if (context.getContextInfo().isExtensionSupported(extension.c_str()))
  /external/libjpeg-turbo/simd/
jccolor-mmx.asm 7 ; Based on the x86 SIMD extension for IJG JPEG library
jccolor-sse2-64.asm 6 ; Based on the x86 SIMD extension for IJG JPEG library
jccolor-sse2.asm 6 ; Based on the x86 SIMD extension for IJG JPEG library
jcgray-mmx.asm 7 ; Based on the x86 SIMD extension for IJG JPEG library
jcgray-sse2-64.asm 6 ; Based on the x86 SIMD extension for IJG JPEG library
jcgray-sse2.asm 6 ; Based on the x86 SIMD extension for IJG JPEG library
jdcolor-mmx.asm 7 ; Based on the x86 SIMD extension for IJG JPEG library
jdcolor-sse2-64.asm 7 ; Based on the x86 SIMD extension for IJG JPEG library
jdcolor-sse2.asm 7 ; Based on the x86 SIMD extension for IJG JPEG library

Completed in 4278 milliseconds

<<21222324252627282930>>