Home
last modified time | relevance | path

Searched refs:extensions (Results 1 – 11 of 11) sorted by relevance

/development/tools/core_connectivity/
Dcheck_style.sh27 --commit HEAD^ --style file --extensions c,h,cc,cpp
/development/tools/winscope/
Dwebpack.spec.config.js78 extensions: ['.tsx', '.ts', '.js', '.vue'], property
Dwebpack.config.common.js51 extensions: ['.tsx', '.ts', '.js', '.vue'], property
DREADME.md41 ### Building with internal extensions
Dyarn.lock1632 binary-extensions@^1.0.0:
1634 …resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe5475…
1637 binary-extensions@^2.0.0:
1639 …resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9…
4221 binary-extensions "^1.0.0"
4228 binary-extensions "^2.0.0"
7949 websocket-extensions ">=0.1.1"
7951 websocket-extensions@>=0.1.1:
7953 …resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f847…
/development/python-packages/adb/
D.gitignore6 # C extensions
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DFrameBufferObjectActivity.java238 String extensions = " " + gl.glGetString(GL10.GL_EXTENSIONS) + " "; in checkIfContextSupportsExtension() local
245 return extensions.indexOf(" " + extension + " ") >= 0; in checkIfContextSupportsExtension()
DCubeMapActivity.java208 String extensions = " " + gl.glGetString(GL10.GL_EXTENSIONS) + " "; in checkIfContextSupportsExtension() local
215 return extensions.indexOf(" " + extension + " ") >= 0; in checkIfContextSupportsExtension()
/development/tools/ndk/
D.gitignore6 # C extensions
/development/python-packages/
D.gitignore6 # C extensions
/development/vndk/tools/header-checker/src/repr/protobuf/proto/
Dabi_diff.proto116 // Not merged with TranslationUnitDiff to allow future extensions.