/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
setuptools_extension.py | 36 sources = [] 37 for s in self.sources: 39 sources.append(s[:-3]+'c') 41 sources.append(s) 42 self.sources = sources
|
test_dep_util.py | 34 sources = os.path.join(tmpdir, 'sources') 36 os.mkdir(sources) 38 one = os.path.join(sources, 'one') 39 two = os.path.join(sources, 'two') 51 sources = os.path.join(tmpdir, 'sources') 52 os.mkdir(sources) 53 one = os.path.join(sources, 'one') 54 two = os.path.join(sources, 'two' [all...] |
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...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
setuptools_extension.py | 36 sources = [] 37 for s in self.sources: 39 sources.append(s[:-3]+'c') 41 sources.append(s) 42 self.sources = sources
|
test_dep_util.py | 34 sources = os.path.join(tmpdir, 'sources') 36 os.mkdir(sources) 38 one = os.path.join(sources, 'one') 39 two = os.path.join(sources, 'two') 51 sources = os.path.join(tmpdir, 'sources') 52 os.mkdir(sources) 53 one = os.path.join(sources, 'one') 54 two = os.path.join(sources, 'two' [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
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(); local 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.withoutLast() [all...] |
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, 101 if (sources == null) { 102 throw new NullPointerException("sources == null"); 120 this.sources = sources; 134 * @param sources {@code non-null;} types of all the sources of this operatio [all...] |
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; [all...] |
CstInsn.java | 35 * @param sources {@code non-null;} specs for all the sources 39 RegisterSpecList sources, Constant cst) { 40 super(opcode, position, result, sources);
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
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(); local 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.withoutLast() [all...] |
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, 101 if (sources == null) { 102 throw new NullPointerException("sources == null"); 120 this.sources = sources; 134 * @param sources {@code non-null;} types of all the sources of this operatio [all...] |
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; [all...] |
CstInsn.java | 35 * @param sources {@code non-null;} specs for all the sources 39 RegisterSpecList sources, Constant cst) { 40 super(opcode, position, result, sources);
|
/external/libxml2/vms/ |
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 = sources + " catalog.c globals.c threads.c c14n.c xmlstring.c [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
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, 101 if (sources == null) { 102 throw new NullPointerException("sources == null"); 120 this.sources = sources; 134 * @param sources {@code non-null;} types of all the sources of this operatio [all...] |
DexTranslationAdvice.java | 38 * instruction that requires its sources to be in order and contiguous. 92 RegisterSpecList sources) { 95 && totalRopWidth(sources) >= MIN_INVOKE_IN_ORDER; 101 * @param sources {@code non-null;} list of SSA registers 104 private int totalRopWidth(RegisterSpecList sources) { 105 int sz = sources.size(); 109 total += sources.get(i).getCategory();
|
CstInsn.java | 35 * @param sources {@code non-null;} specs for all the sources 39 RegisterSpecList sources, Constant cst) { 40 super(opcode, position, result, sources);
|
/external/boringssl/ |
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.m [all...] |
/ndk/build/tools/ |
dev-defaults.sh | 16 # Location of the STLport sources, relative to the NDK root directory 17 STLPORT_SUBDIR=sources/cxx-stl/stlport 19 # Location of the GAbi++ sources, relative to the NDK root directory 20 GABIXX_SUBDIR=sources/cxx-stl/gabi++ 24 GNUSTL_SUBDIR=sources/cxx-stl/gnu-libstdc++ 28 LIBCXX_SUBDIR=sources/cxx-stl/llvm-libc++ 31 LIBCXXABI_SUBDIR=sources/cxx-stl/llvm-libc++abi/libcxxabi 33 # Location of the libportable sources, relative to the NDK root directory 34 LIBPORTABLE_SUBDIR=sources/android/libportable 36 # Location of the gccunwind sources, relative to the NDK root director [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
dep_util.py | 33 def newer_pairwise(sources, targets): 35 than its corresponding target. Return a pair of lists (sources, 39 if len(sources) != len(targets): 40 raise ValueError, "'sources' and 'targets' must be same length" 42 # build a pair of lists (sources, targets) where source is newer 45 for source, target in zip(sources, targets): 52 def newer_group(sources, target, missing='error'): 54 listed in 'sources'. 57 than every file in 'sources', return false; otherwise return true. 77 for source in sources [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
dep_util.py | 33 def newer_pairwise(sources, targets): 35 than its corresponding target. Return a pair of lists (sources, 39 if len(sources) != len(targets): 40 raise ValueError, "'sources' and 'targets' must be same length" 42 # build a pair of lists (sources, targets) where source is newer 45 for source, target in zip(sources, targets): 52 def newer_group(sources, target, missing='error'): 54 listed in 'sources'. 57 than every file in 'sources', return false; otherwise return true. 77 for source in sources [all...] |
/frameworks/base/media/java/android/media/ |
AudioPatch.java | 21 * An AudioPatch describes a connection between audio sources and audio sinks. 36 AudioPatch(AudioHandle patchHandle, AudioPortConfig[] sources, AudioPortConfig[] sinks) { 38 mSources = sources; 43 * Retrieve the list of sources of this audio patch. 45 public AudioPortConfig[] sources() { method in class:AudioPatch
|
/external/mesa3d/src/gallium/targets/libgl-xlib/ |
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/ |
Android.mk | 4 include $(LOCAL_PATH)/Makefile.sources
|
/ndk/tests/device/test-gabi++/jni/ |
Android.mk | 3 include $(NDK_ROOT)/sources/cxx-stl/gabi++/tests/Android.mk 8 # /s/mydroid/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp: In function 'void test5()': 9 # /s/mydroid/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp:81:6: error: dominator of 3 should be 6, not 4 12 # /s/mydroid/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp:81:6: internal compiler error: in verify_dominators, at dominance.c:1047
|