/ndk/tests/device/crazy_linker/jni/ |
Android.mk | 2 # version of the sources. This is useful if you have your own copy of the 3 # sources in a non-default location. 4 CRAZY_LINKER_SRC_DIR ?= $(NDK_ROOT)/sources/android/crazy_linker
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
Makefile | 7 include Makefile.sources
|
/external/mesa3d/src/gallium/drivers/i915/ |
Makefile | 7 include Makefile.sources
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/ |
SConscript | 20 sources = ['libgl_gdi.c'] 33 sources += ['#src/gallium/state_trackers/wgl/opengl32.mingw.def'] 35 sources += ['#src/gallium/state_trackers/wgl/opengl32.def'] 49 source = sources,
|
/external/mesa3d/src/gallium/targets/libgl-gdi/ |
SConscript | 20 sources = ['libgl_gdi.c'] 33 sources += ['#src/gallium/state_trackers/wgl/opengl32.mingw.def'] 35 sources += ['#src/gallium/state_trackers/wgl/opengl32.def'] 49 source = sources,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
setup.py | 48 """parse the Sources macro""" 51 sources = [] 59 sources.append(fn) 61 return sources 63 def RunSetup(incldir, cppflags, sources): 72 sources=sources, 83 sources = ParseSources(opts["sources"], opts["srcdir"].strip()) variable 84 sources.append('yasm_python.c' [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
TranslationAdvice.java | 31 * The instruction associated must have exactly two sources. 43 * Returns true if the translation target requires the sources of the 47 * @param sources {@code non-null;} source list 48 * @return {@code true} iff the target requires the sources to be 51 public boolean requiresSourcesInOrder(Rop opcode, RegisterSpecList sources);
|
PlainInsn.java | 37 * @param sources {@code non-null;} specs for all the sources 40 RegisterSpec result, RegisterSpecList sources) { 41 super(opcode, position, result, sources); 99 RegisterSpecList sources = getSources(); local 100 int szSources = sources.size(); 106 TypeBearer lastType = sources.get(szSources - 1).getTypeBearer(); 114 RegisterSpecList newSources = sources.withoutLast(); 133 RegisterSpecList sources) { 137 sources); [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
TranslationAdvice.java | 31 * The instruction associated must have exactly two sources. 43 * Returns true if the translation target requires the sources of the 47 * @param sources {@code non-null;} source list 48 * @return {@code true} iff the target requires the sources to be 51 public boolean requiresSourcesInOrder(Rop opcode, RegisterSpecList sources);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
Makefile | 6 include Makefile.sources
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
Makefile | 7 include Makefile.sources
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
Makefile | 7 include Makefile.sources
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
SConscript | 25 sources = [ 40 source = sources,
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-null/ |
SConscript | 14 sources = [ 24 source = sources,
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
TranslationAdvice.java | 31 * The instruction associated must have exactly two sources. 43 * Returns true if the translation target requires the sources of the 47 * @param sources {@code non-null;} source list 48 * @return {@code true} iff the target requires the sources to be 51 public boolean requiresSourcesInOrder(Rop opcode, RegisterSpecList sources);
|
/external/e2fsprogs/contrib/python-uuid/ |
setup.py | 5 sources = ['uuid.c'], variable
|
/external/mesa3d/src/gallium/drivers/nv30/ |
Makefile | 6 include Makefile.sources
|
/external/mesa3d/src/gallium/drivers/nv50/ |
Makefile | 7 include Makefile.sources
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
Makefile | 7 include Makefile.sources
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
SConscript | 25 sources = [ 40 source = sources,
|
/external/mesa3d/src/gallium/targets/graw-null/ |
SConscript | 14 sources = [ 24 source = sources,
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
glGetDebugMessageLogKHR.java | 1 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog ) 6 int[] sources, 19 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog ) 23 java.nio.IntBuffer sources, 30 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog ) 34 int[] sources, 43 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog ) 47 java.nio.IntBuffer sources,
|
/ndk/tests/build/system-cpp-headers/jni/ |
Android.mk | 6 LOCAL_C_INCLUDES := $(NDK_ROOT)/sources/cxx-stl/system/include 15 include $(NDK_ROOT)/sources/cxx-stl/gabi++/Android.mk
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/ |
sources.mak | 1 # src/mapi/glapi/sources.mak
|
/external/mesa3d/src/mapi/glapi/ |
sources.mak | 1 # src/mapi/glapi/sources.mak
|