/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
H A D | SConscript | 17 sources = [ 26 source = sources,
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
H A D | SConscript | 14 sources = [ 24 source = sources,
|
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
H A D | SConscript | 17 sources = [ 26 source = sources,
|
/external/mesa3d/src/gallium/state_trackers/egl/ |
H A D | 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/ |
H A D | RegisterMapper.java | 45 * @param sources old register list 48 public final RegisterSpecList map(RegisterSpecList sources) { argument 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;
|
/external/e2fsprogs/contrib/python-uuid/ |
H A D | setup.py | 5 sources = ['uuid.c'], variable
|
/external/mesa3d/src/gallium/drivers/i915/ |
H A D | Makefile | 7 include Makefile.sources
|
/external/mesa3d/src/gallium/targets/libgl-gdi/ |
H A D | 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/dexmaker/src/dx/java/com/android/dx/rop/code/ |
H A D | 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); argument
|
H A D | PlainInsn.java | 38 * @param sources {@code non-null;} specs for all the sources 41 RegisterSpec result, RegisterSpecList sources) { 42 super(opcode, position, result, sources); 100 RegisterSpecList sources = getSources(); 101 int szSources = sources.size(); 107 TypeBearer lastType = sources.get(szSources - 1).getTypeBearer(); 111 TypeBearer firstType = sources.get(0).getTypeBearer(); 114 RegisterSpecList newSources = sources.withoutFirst(); 125 RegisterSpecList newSources = sources 40 PlainInsn(Rop opcode, SourcePosition position, RegisterSpec result, RegisterSpecList sources) argument 149 withNewRegisters(RegisterSpec result, RegisterSpecList sources) argument [all...] |
H A D | Rop.java | 61 /** {@code non-null;} types of all the sources of this operation */ 62 private final TypeList sources; field in class:Rop 86 * @param sources {@code non-null;} types of all the sources of this operation 94 public Rop(int opcode, Type result, TypeList sources, argument 101 if (sources == null) { 102 throw new NullPointerException("sources == null"); 120 this.sources = sources; 134 * @param sources { 141 Rop(int opcode, Type result, TypeList sources, TypeList exceptions, int branchingness, String nickname) argument 159 Rop(int opcode, Type result, TypeList sources, int branchingness, String nickname) argument 176 Rop(int opcode, Type result, TypeList sources, String nickname) argument 194 Rop(int opcode, Type result, TypeList sources, TypeList exceptions, String nickname) argument 210 Rop(int opcode, TypeList sources, TypeList exceptions) argument [all...] |
H A D | Insn.java | 27 * list of actual sources and result registers/values, and additional 40 /** {@code non-null;} specs for all the sources of this instruction */ 41 private final RegisterSpecList sources; field in class:Insn 49 * @param sources {@code non-null;} specs for all the sources 52 RegisterSpecList sources) { 61 if (sources == null) { 62 throw new NullPointerException("sources == null"); 68 this.sources = sources; 51 Insn(Rop opcode, SourcePosition position, RegisterSpec result, RegisterSpecList sources) argument 295 withNewRegisters(RegisterSpec result, RegisterSpecList sources) argument [all...] |
H A D | CstInsn.java | 35 * @param sources {@code non-null;} specs for all the sources 39 RegisterSpecList sources, Constant cst) { 40 super(opcode, position, result, sources); 38 CstInsn(Rop opcode, SourcePosition position, RegisterSpec result, RegisterSpecList sources, Constant cst) argument
|
/external/libdrm/tests/planetest/ |
H A D | Android.mk | 4 include $(LOCAL_PATH)/Makefile.sources 17 include $(LOCAL_PATH)/Makefile.sources
|
/external/mesa3d/src/gallium/drivers/nv30/ |
H A D | Makefile | 6 include Makefile.sources
|
/external/mesa3d/src/gallium/drivers/nv50/ |
H A D | Makefile | 7 include Makefile.sources
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
H A D | Makefile | 7 include Makefile.sources
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
H A D | SConscript | 25 sources = [ 40 source = sources,
|
/external/mesa3d/src/gallium/targets/graw-null/ |
H A D | SConscript | 14 sources = [ 24 source = sources,
|
/external/selinux/policycoreutils/sepolicy/ |
H A D | setup.py | 9 sources=[ "policy.c", "info.c", "search.c"] variable
|
/external/mesa3d/src/mapi/glapi/ |
H A D | sources.mak | 1 # src/mapi/glapi/sources.mak
|
/external/libxml2/vms/ |
H A D | build_libxml.com | 27 $! updated to work with current sources 45 $!- list of sources to be built into the LIBXML library. Compare this list 49 $ sources = "parser.c SAX.c entities.c encoding.c error.c parserInternals.c" 50 $ sources = sources + " tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c" 51 $ sources = sources + " valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c" 52 $ sources = sources + " xpointer.c xinclude.c nanohttp.c nanoftp.c DOCBparser.c" 53 $ sources [all...] |
/external/boringssl/ |
H A D | Android.mk | 14 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/crypto-sources.mk 24 include $(LOCAL_PATH)/crypto-sources.mk 32 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/crypto-sources.mk 42 include $(LOCAL_PATH)/crypto-sources.mk 51 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/sources.mk 54 include $(LOCAL_PATH)/sources.mk 63 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/crypto-sources.mk 69 include $(LOCAL_PATH)/crypto-sources.mk 78 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/crypto-sources.mk 84 include $(LOCAL_PATH)/crypto-sources [all...] |
/external/mesa3d/src/gallium/targets/libgl-xlib/ |
H A D | SConscript | 34 sources = [ 38 # The sources depend on the python-generated GL API files/headers. 39 env.Depends(sources, glapi_headers) 52 source = sources,
|
/external/libdrm/tests/modetest/ |
H A D | Android.mk | 4 include $(LOCAL_PATH)/Makefile.sources
|