HomeSort by relevance Sort by last modified time
    Searched refs:sources (Results 1 - 25 of 753) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/state_trackers/dri/drm/
SConscript 17 sources = [
26 source = sources,
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
SConscript 14 sources = [
24 source = sources,
  /ndk/tests/device/test-gnustl-full/jni/
Android.mk 8 sources := $(wildcard $(unit_path)/*.cpp $(unit_path)/*.c) macro
9 sources := $(sources:$(unit_path)/%=%) macro
12 sources := $(filter-out string_header_test.c,$(sources)) macro
15 sources := $(filter-out exception_test.cpp,$(sources)) macro
18 sources := $(filter-out codecvt_test.cpp,$(sources)) macro
20 LOCAL_SRC_FILES := $(sources:%=unit/%
    [all...]
  /external/mesa3d/src/gallium/state_trackers/dri/sw/
SConscript 17 sources = [
26 source = sources,
  /external/mesa3d/src/gallium/state_trackers/egl/
SConscript 14 sources = [
25 sources.append('gdi/native_gdi.c')
35 sources.append([
43 sources.append(['#/src/glx/dri2.c'])
51 sources.append(['drm/native_drm.c', 'drm/modeset.c'])
55 source = sources,
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
RegisterMapper.java 45 * @param sources old register list
48 public final RegisterSpecList map(RegisterSpecList sources) {
49 int sz = sources.size();
53 newSources.set(i, map(sources.get(i)));
58 // Return the old sources if nothing has changed.
59 return newSources.equals(sources) ? sources : newSources;
  /ndk/tests/device/test-stlport/jni/
Android.mk 8 sources := $(wildcard $(unit_path)/*.cpp $(unit_path)/*.c) macro
9 sources := $(sources:$(LOCAL_PATH)/%=%) macro
12 sources := $(filter-out unit/string_header_test.c,$(sources)) macro
15 sources := $(filter-out unit/exception_test.cpp,$(sources)) macro
18 sources := $(filter-out unit/codecvt_test.cpp,$(sources)) macro
20 LOCAL_SRC_FILES := $(sources)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
RegisterMapper.java 45 * @param sources old register list
48 public final RegisterSpecList map(RegisterSpecList sources) {
49 int sz = sources.size();
53 newSources.set(i, map(sources.get(i)));
58 // Return the old sources if nothing has changed.
59 return newSources.equals(sources) ? sources : newSources;
64 * @param sources old register set
67 public final RegisterSpecSet map(RegisterSpecSet sources) {
68 int sz = sources.getMaxSize()
    [all...]
  /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/mesa3d/src/gallium/drivers/i915/
Makefile 7 include Makefile.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,
  /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/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/libdrm/tests/planetest/
Android.mk 4 include $(LOCAL_PATH)/Makefile.sources
17 include $(LOCAL_PATH)/Makefile.sources
  /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/mesa3d/src/mapi/glapi/
sources.mak 1 # src/mapi/glapi/sources.mak

Completed in 189 milliseconds

1 2 3 4 5 6 7 8 91011>>