Home
last modified time | relevance | path

Searched defs:sources (Results 1 – 25 of 105) sorted by relevance

12345

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRop.java62 private final TypeList sources; field in Rop
94 public Rop(int opcode, Type result, TypeList sources, in Rop()
141 public Rop(int opcode, Type result, TypeList sources, in Rop()
159 public Rop(int opcode, Type result, TypeList sources, int branchingness, in Rop()
176 public Rop(int opcode, Type result, TypeList sources, String nickname) { in Rop()
194 public Rop(int opcode, Type result, TypeList sources, TypeList exceptions, in Rop()
210 public Rop(int opcode, TypeList sources, TypeList exceptions) { in Rop()
DPlainInsn.java41 RegisterSpec result, RegisterSpecList sources) { in PlainInsn()
100 RegisterSpecList sources = getSources(); in withSourceLiteral() local
150 RegisterSpecList sources) { in withNewRegisters()
DPlainCstInsn.java40 RegisterSpec result, RegisterSpecList sources, in PlainCstInsn()
79 RegisterSpecList sources) { in withNewRegisters()
DFillArrayDataInsn.java52 RegisterSpecList sources, in FillArrayDataInsn()
111 RegisterSpecList sources) { in withNewRegisters()
DThrowingCstInsn.java43 RegisterSpecList sources, in ThrowingCstInsn()
101 RegisterSpecList sources) { in withNewRegisters()
DSwitchInsn.java42 RegisterSpecList sources, IntList cases) { in SwitchInsn()
103 RegisterSpecList sources) { in withNewRegisters()
DThrowingInsn.java63 RegisterSpecList sources, in ThrowingInsn()
114 RegisterSpecList sources) { in withNewRegisters()
DDexTranslationAdvice.java103 RegisterSpecList sources) { in requiresSourcesInOrder()
115 private int totalRopWidth(RegisterSpecList sources) { in totalRopWidth()
DInsn.java41 private final RegisterSpecList sources; field in Insn
52 RegisterSpecList sources) { in Insn()
296 RegisterSpecList sources); in withNewRegisters()
DTranslationAdvice.java51 public boolean requiresSourcesInOrder(Rop opcode, RegisterSpecList sources); in requiresSourcesInOrder()
DConservativeTranslationAdvice.java44 RegisterSpecList sources) { in requiresSourcesInOrder()
DCstInsn.java39 RegisterSpecList sources, Constant cst) { in CstInsn()
/external/llvm/lib/Target/X86/
DCMakeLists.txt15 set(sources variable
44 set(sources ${sources} ${CMAKE_CURRENT_BINARY_DIR}/X86CompilationCallback_Win64.obj) variable
/external/lldb/test/api/multithreaded/
DTestMultithreaded.py57 def build_and_test(self, sources, test_name, args = None): argument
71 def build_program(self, sources, program): argument
/external/guava/guava/src/com/google/common/io/
DCharSource.java278 public static CharSource concat(Iterable<? extends CharSource> sources) { in concat()
300 public static CharSource concat(Iterator<? extends CharSource> sources) { in concat()
316 public static CharSource concat(CharSource... sources) { in concat()
DByteSource.java360 public static ByteSource concat(Iterable<? extends ByteSource> sources) { in concat()
382 public static ByteSource concat(Iterator<? extends ByteSource> sources) { in concat()
398 public static ByteSource concat(ByteSource... sources) { in concat()
591 private final Iterable<? extends ByteSource> sources; field in ByteSource.ConcatenatedByteSource
593 ConcatenatedByteSource(Iterable<? extends ByteSource> sources) { in ConcatenatedByteSource()
/external/pdfium/core/src/fxcodec/libjpeg/
Dmakefile1 sources = fpdfapi_jcapimin.c fpdfapi_jcapistd.c fpdfapi_jccoefct.c fpdfapi_jccolor.c fpdfapi_jcdctm… macro
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSCCP.java167 RegisterSpecList sources = insn.getSources(); in simulatePhi() local
243 RegisterSpecList sources = insn.getSources(); in simulateBranch() local
369 RegisterSpecList sources = insn.getSources(); in simulateMath() local
639 RegisterSpecList sources = insn.getSources(); in replaceConstants() local
DDeadCodeRemover.java102 RegisterSpecList sources = insnS.getSources(); in run() local
143 RegisterSpecList sources = insn.getSources(); in pruneDeadInstructions() local
DRegisterMapper.java48 public final RegisterSpecList map(RegisterSpecList sources) { in map()
/external/llvm/cmake/modules/
DLLVMProcessSources.cmake53 set(sources ${ARG_UNPARSED_ARGUMENTS}) variable
DAddOCaml.cmake36 set(sources) variable
/external/skia/
DPRESUBMIT.py146 sources = lambda x: ('dm_flags.py' in x.LocalPath() or function
157 sources = lambda x: (x.LocalPath().endswith('.h') or function
/external/v8/tools/
Djs2c.py422 def BuildMetadata(sources, source_bytes, native_type): argument
481 def CompressMaybe(sources, compression_type): argument
517 def WriteStartupBlob(sources, startup_blob): argument
/external/guava/guava-tests/test/com/google/common/io/
DMultiInputStreamTest.java70 List<ByteSource> sources = Lists.newArrayList(); in joinHelper() local

12345