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

<<41424344454647484950>>

  /external/libjpeg-turbo/simd/
jfdctflt-sse-64.asm 7 ; Based on the x86 SIMD extension for IJG JPEG library
  /external/llvm/unittests/Support/
Path.cpp 136 path::extension(*i);
150 ext = path::extension(filename);
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor_containers.cc     [all...]
  /external/python/cpython3/Lib/importlib/
_bootstrap_external.py 351 rest, _, extension = bytecode_path.rpartition('.')
352 if not rest or extension.lower()[-3:-1] != 'py':
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 390 // The windows NVIDIA driver has GL_ARB_imaging in the extension string when using a
412 // The arm extension requires specifically enabling MSAA fetching per sample.
    [all...]
  /external/skia/src/sksl/
SkSLGLSLCodeGenerator.cpp 64 void GLSLCodeGenerator::writeExtension(const Extension& ext) {
65 this->write("#extension ");
503 fHeader.writeText("#extension ");
632 } else if (const char* extension =
636 fHeader.writeText("#extension ");
637 fHeader.writeText(extension);
    [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp 390 // The windows NVIDIA driver has GL_ARB_imaging in the extension string when using a
412 // The arm extension requires specifically enabling MSAA fetching per sample.
    [all...]
  /external/skqp/src/sksl/
SkSLGLSLCodeGenerator.cpp 64 void GLSLCodeGenerator::writeExtension(const Extension& ext) {
65 this->write("#extension ");
503 fHeader.writeText("#extension ");
622 } else if (const char* extension =
626 fHeader.writeText("#extension ");
627 fHeader.writeText(extension);
    [all...]
  /prebuilts/go/darwin-x86/src/archive/zip/
struct.go 77 infoZipUnixExtraID = 0x5855 // Info-ZIP Unix extension
  /prebuilts/go/darwin-x86/src/html/template/
context.go 71 // It bounds the top of the element stack, and by extension the HTML insertion
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex.go 141 // 0#element, in the ABNF extension described in RFC 7230 section 7)
  /prebuilts/go/linux-x86/src/archive/zip/
struct.go 77 infoZipUnixExtraID = 0x5855 // Info-ZIP Unix extension
  /prebuilts/go/linux-x86/src/html/template/
context.go 71 // It bounds the top of the element stack, and by extension the HTML insertion
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex.go 141 // 0#element, in the ABNF extension described in RFC 7230 section 7)
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-gradle/26.2.0-alpha16/
lint-gradle-26.2.0-alpha16.jar 
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/
Android.mk 253 --extension-enum-output=$(1)/extension_enum.inc \
  /prebuilts/tools/common/m2/repository/me/eugeniomarletti/kotlin-metadata/1.2.1/
kotlin-metadata-1.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/
aether-spi-1.0.2.v20150114.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
archv8m-main-dsp-5.d 1 #name: ARMv8-M Mainline with DSP instructions (extension)
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]
  /external/protobuf/js/binary/
decoder.js 536 * sign-extension. If we're in debug mode and the high 32 bits don't match the
537 * expected sign extension, this method will throw an error.
593 // If we get here, we're reading the sign extension of a negative 32-bit int.
  /hardware/intel/img/psb_video/src/
psb_drv_video.c     [all...]

Completed in 1574 milliseconds

<<41424344454647484950>>