/dalvik/dx/src/com/android/dx/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...] |
CstInsn.java | 35 * @param sources {@code non-null;} specs for all the sources 39 RegisterSpecList sources, Constant cst) { 40 super(opcode, position, result, sources);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
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...] |
/external/python/cpython2/Lib/distutils/tests/ |
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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
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...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
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/dexgen/src/com/android/dexgen/rop/code/ |
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);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
dep_util.py | 32 def newer_pairwise(sources, targets):
34 than its corresponding target. Return a pair of lists (sources,
38 if len(sources) != len(targets):
39 raise ValueError, "'sources' and 'targets' must be same length"
41 # build a pair of lists (sources, targets) where source is newer
44 for source, target in zip(sources, targets):
51 def newer_group(sources, target, missing='error'):
53 listed in 'sources'.
56 than every file in 'sources', return false; otherwise return true.
76 for source in sources: [all...] |
/external/deqp/modules/gles31/functional/ |
es31fNegativeShaderStorageTests.cpp | 41 void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources) 44 const glu::ShaderProgram program (ctx.getRenderContext(), sources); 186 int genMaxSSBlocksSource (NegativeTestContext& ctx, glw::GLenum glShaderType, glu::ProgramSources& sources) 191 sources.sources[getGLUShaderType(glShaderType)].push_back(shaderSrc); 226 glu::ProgramSources sources; local 237 sources << glu::VertexSource(source) 242 sources << glu::VertexSource(vertSource) 247 sources << glu::VertexSource(vertSource) 254 sources << glu::VertexSource(vertSource 284 glu::ProgramSources sources; local [all...] |
/external/python/cpython2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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/jacoco/org.jacoco.report.test/src/org/jacoco/report/ |
InputStreamSourceFileLocatorTest.java | 30 private Map<String, byte[]> sources = new HashMap<String, byte[]>(); field in class:InputStreamSourceFileLocatorTest 40 final byte[] bytes = sources.get(path); 60 sources.put("org/jacoco/example/Test.java", "ÜÄö".getBytes("UTF-8")); 68 sources.put("Test.java", "ÜÄö".getBytes("UTF-8")); 75 sources.put("Test.java", "ÜÄö".getBytes("UTF-16")); 82 sources.put("Test.java", "Hello World!".getBytes());
|
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseCacheAsRamLibNull/ |
BaseCacheAsRamLibNull.inf | 23 [sources.common]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkGlslProgram.cpp | 39 for (size_t shaderNdx = 0; shaderNdx < glslSource.sources[shaderType].size(); shaderNdx++) 42 glslSource.sources[shaderType][shaderNdx],
|
/external/harfbuzz_ng/src/hb-ucdn/ |
Makefile.am | 5 include Makefile.sources
|
/external/libdrm/amdgpu/ |
Android.mk | 5 include $(LOCAL_PATH)/Makefile.sources
|
/external/libdrm/etnaviv/ |
Android.mk | 5 include $(LOCAL_PATH)/Makefile.sources
|
/external/libdrm/freedreno/ |
Android.mk | 5 include $(LOCAL_PATH)/Makefile.sources
|
/external/libdrm/nouveau/ |
Android.mk | 5 include $(LOCAL_PATH)/Makefile.sources
|
/external/libdrm/radeon/ |
Android.mk | 5 include $(LOCAL_PATH)/Makefile.sources
|