/external/llvm/utils/buildit/ |
GNUmakefile | 94 @echo + Installing sources +
|
/external/mesa3d/scons/ |
gallium.py | 59 def install_shared_library(env, sources, version = ()): 64 dlls = env.FindIxes(sources, 'SHLIBPREFIX', 'SHLIBSUFFIX') 66 libs = env.FindIxes(sources, 'LIBPREFIX', 'LIBSUFFIX') 69 for source in sources:
|
/external/mesa3d/src/gallium/drivers/radeon/ |
Makefile | 5 include Makefile.sources
|
/frameworks/base/opengl/java/android/opengl/ |
GLES31Ext.java | 303 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog ) 308 int[] sources, 321 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog ) 325 java.nio.IntBuffer sources, 332 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog ) 336 int[] sources, 345 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog ) 349 java.nio.IntBuffer sources, [all...] |
/ndk/build/tools/ |
build-libportable.sh | 18 # their sources. It requires a working NDK installation. 99 CPUFEATURE_SRCDIR=$ANDROID_NDK_ROOT/sources/android/cpufeatures 176 # List of sources to compile
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
InputPairer.java | 158 int sources = device.getSources(); local 162 if ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD) { 166 if ((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) { 170 if ((sources & InputDevice.SOURCE_KEYBOARD) == InputDevice.SOURCE_KEYBOARD) {
|
/developers/build/lib/ |
buildSrc.jar | |
/external/chromium_org/chrome/browser/extensions/api/desktop_capture/ |
desktop_capture_api.cc | 159 it = params->sources.begin(); it != params->sources.end(); ++it) {
|
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
constants.js | 56 * Wallpaper sources enum.
|
/external/chromium_org/ppapi/native_client/src/shared/ppapi/ |
nacl.scons | 20 # pull the list of sources from ppapi_sources.gypi directly.
|
/external/chromium_org/third_party/WebKit/Source/devtools/ |
frontend_protocol_sources.target.darwin-arm.mk | 24 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
|
frontend_protocol_sources.target.darwin-arm64.mk | 24 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
|
frontend_protocol_sources.target.darwin-mips.mk | 24 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
|
frontend_protocol_sources.target.darwin-x86.mk | 24 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
|
frontend_protocol_sources.target.darwin-x86_64.mk | 24 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
|
frontend_protocol_sources.target.linux-arm.mk | 24 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
|
frontend_protocol_sources.target.linux-arm64.mk | 24 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
|
frontend_protocol_sources.target.linux-mips.mk | 24 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
|
frontend_protocol_sources.target.linux-x86.mk | 24 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
|
frontend_protocol_sources.target.linux-x86_64.mk | 24 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
|
/external/chromium_org/tools/gyp/tools/emacs/ |
gyp.el | 54 (defconst gyp-sources-regexp 56 "libraries" "outputs" "sources")) 57 "Regular expression to introduce 'sources' sections") 82 section names as the same kind of section. For example, a 'sources section 83 can be introduced by the 'sources', 'inputs', 'outputs' keyword. 87 ((string-match-p gyp-sources-regexp section) 'sources) 177 ;; conditions and sources can have items in [[ ]] 197 ('sources 3) 229 "sources" "suppress_wildcard [all...] |
/external/libpng/contrib/gregbook/ |
makevms.com | 8 $! Set locations where zlib and libpng sources live.
|
/external/mesa3d/src/gallium/drivers/i915/ |
Android.mk | 27 include $(LOCAL_PATH)/Makefile.sources
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
Android.mk | 27 include $(LOCAL_PATH)/Makefile.sources
|
/external/mesa3d/src/gallium/drivers/nv30/ |
Android.mk | 27 include $(LOCAL_PATH)/Makefile.sources
|