/external/autotest/client/site_tests/hardware_VideoDecodeCapable/src/ |
H A D | setup_vaapi.py | 11 sources = ['vaapimodule.cc']) variable
|
H A D | setup_vaapi_drm.py | 12 sources = ['vaapimodule.cc']) variable
|
/external/selinux/policycoreutils/sepolicy/ |
H A D | setup.py | 9 sources=["policy.c", "info.c", "search.c"] variable
|
/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/dexmaker/src/dx/java/com/android/dx/rop/code/ |
H A D | ConservativeTranslationAdvice.java | 44 RegisterSpecList sources) { 43 requiresSourcesInOrder(Rop opcode, RegisterSpecList sources) argument
|
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
|
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 | DexTranslationAdvice.java | 38 * instruction that requires its sources to be in order and contiguous. 103 RegisterSpecList sources) { 106 && totalRopWidth(sources) >= MIN_INVOKE_IN_ORDER; 112 * @param sources {@code non-null;} list of SSA registers 115 private int totalRopWidth(RegisterSpecList sources) { argument 116 int sz = sources.size(); 120 total += sources.get(i).getCategory(); 102 requiresSourcesInOrder(Rop opcode, RegisterSpecList sources) argument
|
H A D | 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, 39 PlainCstInsn(Rop opcode, SourcePosition position, RegisterSpec result, RegisterSpecList sources, Constant cst) argument 78 withNewRegisters(RegisterSpec result, 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 | 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); 51 FillArrayDataInsn(Rop opcode, SourcePosition position, RegisterSpecList sources, ArrayList<Constant> initValues, Constant cst) argument 110 withNewRegisters(RegisterSpec result, RegisterSpecList sources) argument
|
H A D | 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, 41 SwitchInsn(Rop opcode, SourcePosition position, RegisterSpec result, RegisterSpecList sources, IntList cases) argument 102 withNewRegisters(RegisterSpec result, RegisterSpecList sources) argument
|
H A D | 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, 42 ThrowingCstInsn(Rop opcode, SourcePosition position, RegisterSpecList sources, TypeList catches, Constant cst) argument 100 withNewRegisters(RegisterSpec result, RegisterSpecList sources) argument
|
H A D | 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, 62 ThrowingInsn(Rop opcode, SourcePosition position, RegisterSpecList sources, TypeList catches) argument 113 withNewRegisters(RegisterSpec result, RegisterSpecList sources) argument
|
/external/gmock/test/ |
H A D | Android.mk | 76 sources := \ macro 83 $(call host-test, $(sources)) 84 $(call target-test, $(sources))
|
/external/gtest/test/ |
H A D | Android.mk | 75 sources := \ macro 98 $(call host-test, $(sources)) 99 $(call target-test, $(sources))
|
/external/v8/test/cctest/compiler/ |
H A D | test-linkage.cc | 54 const char* sources[] = {"(function() { })", "(function(a) { })", local 61 *v8::Local<v8::Function>::Cast(CompileRun(sources[i]))));
|
/external/autotest/client/deps/lansim/src/ |
H A D | setup.py | 21 sources = PYIFTUN_SRC, variable
|
/external/guice/core/test/com/google/inject/internal/ |
H A D | WeakKeySetUtils.java | 58 Object... sources) { 61 for (Object source : sources) { 69 Set<Object> sources = set.getSources(key); 71 if (!sources.contains(source)) { 76 Set<Object> sources = set.getSources(key); 78 assertFalse(sources.contains(source)); 57 assertInSet(WeakKeySet set, Key<?> key, int expectedSources, Object... sources) argument
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/ |
H A D | 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());
|
H A D | MultiSourceFileLocatorTest.java | 98 private final Map<String, Reader> sources = new HashMap<String, Reader>(); field in class:MultiSourceFileLocatorTest.StubLocator 101 sources.put(path, new StubReader(content)); 106 return sources.get(packageName + "/" + fileName);
|
/external/vixl/third_party/android/ |
H A D | generate_android_mk.py | 52 sources = glob.glob(os.path.join(dir_root, 'src', 'vixl', '*.cc')) + \ 54 sources = map(lambda p : os.path.relpath(p, dir_root), sources) variable 55 sources.sort() 66 template = template.format(vixl_sources=' \\\n '.join(sources), 53 glob.glob(os.path.join(dir_root, 'src', 'vixl', 'a64', '*.cc')) variable
|
/external/guava/guava/src/com/google/common/io/ |
H A D | CharSource.java | 254 * the source will contain the concatenated data from the streams of the underlying sources. 259 * @param sources the sources to concatenate 263 public static CharSource concat(Iterable<? extends CharSource> sources) { argument 264 return new ConcatenatedCharSource(sources); 269 * the source will contain the concatenated data from the streams of the underlying sources. 276 * iterator eagerly fetches data for each source when iterated (rather than producing sources 280 * @param sources the sources to concatenate 282 * @throws NullPointerException if any of {@code sources} i 285 concat(Iterator<? extends CharSource> sources) argument 301 concat(CharSource... sources) argument 422 private final Iterable<? extends CharSource> sources; field in class:CharSource.ConcatenatedCharSource 424 ConcatenatedCharSource(Iterable<? extends CharSource> sources) argument [all...] |
/external/guice/core/src/com/google/inject/spi/ |
H A D | Message.java | 47 private final List<Object> sources; field in class:Message 52 public Message(List<Object> sources, String message, Throwable cause) { argument 53 this.sources = ImmutableList.copyOf(sources); 74 return sources.isEmpty() 76 : Errors.convert(sources.get(sources.size() - 1)).toString(); 81 return sources; 119 return message.equals(e.message) && Objects.equal(cause, e.cause) && sources.equals(e.sources); [all...] |