/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_py.py | 21 sources = self.mkdtemp() 22 f = open(os.path.join(sources, "__init__.py"), "w") 27 f = open(os.path.join(sources, "README.txt"), "w") 36 "package_dir": {"pkg": sources}}) 38 dist.script_name = os.path.join(sources, "setup.py") 44 dist.package_dir = {"pkg": sources} 73 sources = self.mkdtemp() 74 open(os.path.join(sources, "__init__.py"), "w").close() 76 testdir = os.path.join(sources, "doc") 80 os.chdir(sources) [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
ConservativeTranslationAdvice.java | 44 RegisterSpecList sources) {
|
FillArrayDataInsn.java | 47 * @param sources {@code non-null;} specs for all the sources 52 RegisterSpecList sources, 55 super(opcode, position, null, sources); 111 RegisterSpecList sources) { 114 sources, initValues, arrayType);
|
PlainCstInsn.java | 36 * @param sources {@code non-null;} specs for all the sources 40 RegisterSpec result, RegisterSpecList sources, 42 super(opcode, position, result, sources, cst); 79 RegisterSpecList sources) { 83 sources,
|
SwitchInsn.java | 38 * @param sources {@code non-null;} specs for all the sources 42 RegisterSpecList sources, IntList cases) { 43 super(opcode, position, result, sources); 103 RegisterSpecList sources) { 107 sources,
|
ThrowingCstInsn.java | 37 * @param sources {@code non-null;} specs for all the sources 42 RegisterSpecList sources, 44 super(opcode, position, null, sources, cst); 96 RegisterSpecList sources) { 99 sources,
|
ThrowingInsn.java | 59 * @param sources {@code non-null;} specs for all the sources 63 RegisterSpecList sources, 65 super(opcode, position, null, sources); 114 RegisterSpecList sources) { 117 sources,
|
/dalvik/dx/src/com/android/dx/rop/code/ |
ConservativeTranslationAdvice.java | 44 RegisterSpecList sources) {
|
FillArrayDataInsn.java | 46 * @param sources {@code non-null;} specs for all the sources 51 RegisterSpecList sources, 54 super(opcode, position, null, sources); 110 RegisterSpecList sources) { 113 sources, initValues, arrayType);
|
PlainCstInsn.java | 36 * @param sources {@code non-null;} specs for all the sources 40 RegisterSpec result, RegisterSpecList sources, 42 super(opcode, position, result, sources, cst); 79 RegisterSpecList sources) { 83 sources,
|
SwitchInsn.java | 38 * @param sources {@code non-null;} specs for all the sources 42 RegisterSpecList sources, IntList cases) { 43 super(opcode, position, result, sources); 103 RegisterSpecList sources) { 107 sources,
|
ThrowingCstInsn.java | 38 * @param sources {@code non-null;} specs for all the sources 43 RegisterSpecList sources, 45 super(opcode, position, null, sources, cst); 101 RegisterSpecList sources) { 104 sources,
|
ThrowingInsn.java | 59 * @param sources {@code non-null;} specs for all the sources 63 RegisterSpecList sources, 65 super(opcode, position, null, sources); 114 RegisterSpecList sources) { 117 sources,
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/ |
SConscript | 19 sources = [ 34 source = sources,
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/ |
SConscript | 22 sources = [ 37 source = sources,
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/drm/ |
Makefile | 7 include Makefile.sources
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/ |
Makefile | 8 include Makefile.sources
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
ConservativeTranslationAdvice.java | 44 RegisterSpecList sources) {
|
FillArrayDataInsn.java | 47 * @param sources {@code non-null;} specs for all the sources 52 RegisterSpecList sources, 55 super(opcode, position, null, sources); 111 RegisterSpecList sources) { 114 sources, initValues, arrayType);
|
PlainCstInsn.java | 36 * @param sources {@code non-null;} specs for all the sources 40 RegisterSpec result, RegisterSpecList sources, 42 super(opcode, position, result, sources, cst); 79 RegisterSpecList sources) { 83 sources,
|
SwitchInsn.java | 38 * @param sources {@code non-null;} specs for all the sources 42 RegisterSpecList sources, IntList cases) { 43 super(opcode, position, result, sources); 103 RegisterSpecList sources) { 107 sources,
|
ThrowingCstInsn.java | 38 * @param sources {@code non-null;} specs for all the sources 43 RegisterSpecList sources, 45 super(opcode, position, null, sources, cst); 101 RegisterSpecList sources) { 104 sources,
|
ThrowingInsn.java | 59 * @param sources {@code non-null;} specs for all the sources 63 RegisterSpecList sources, 65 super(opcode, position, null, sources); 114 RegisterSpecList sources) { 117 sources,
|
/external/mesa3d/src/gallium/targets/graw-gdi/ |
SConscript | 19 sources = [ 34 source = sources,
|
/external/mesa3d/src/gallium/targets/graw-xlib/ |
SConscript | 22 sources = [ 37 source = sources,
|