Home
last modified time | relevance | path

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

123456

/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()
DThrowingInsn.java63 RegisterSpecList sources, in ThrowingInsn()
114 RegisterSpecList sources) { in withNewRegisters()
DSwitchInsn.java42 RegisterSpecList sources, IntList cases) { in SwitchInsn()
103 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()
/external/guice/core/test/com/google/inject/internal/
DWeakKeySetUtils.java58 Object... sources) { in assertInSet()
69 Set<Object> sources = set.getSources(key); in assertSourceNotInSet() local
76 Set<Object> sources = set.getSources(key); in assertSourceNotInSet() local
/external/vixl/third_party/android/
Dgenerate_android_mk.py52 sources = glob.glob(os.path.join(dir_root, 'src', 'vixl', '*.cc')) + \ variable
54 sources = map(lambda p : os.path.relpath(p, dir_root), sources) variable
/external/guava/guava/src/com/google/common/io/
DByteSource.java345 public static ByteSource concat(Iterable<? extends ByteSource> sources) { in concat()
367 public static ByteSource concat(Iterator<? extends ByteSource> sources) { in concat()
383 public static ByteSource concat(ByteSource... sources) { in concat()
576 private final Iterable<? extends ByteSource> sources; field in ByteSource.ConcatenatedByteSource
578 ConcatenatedByteSource(Iterable<? extends ByteSource> sources) { in ConcatenatedByteSource()
DCharSource.java263 public static CharSource concat(Iterable<? extends CharSource> sources) { in concat()
285 public static CharSource concat(Iterator<? extends CharSource> sources) { in concat()
301 public static CharSource concat(CharSource... sources) { in concat()
/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/guice/core/src/com/google/inject/internal/
DWeakKeySet.java99 Multiset<Object> sources = backingMap.get(key); in add() local
124 Multiset<Object> sources = (backingMap == null) ? null : backingMap.get(key); in getSources() local
/external/guice/core/src/com/google/inject/spi/
DMessage.java47 private final List<Object> sources; field in Message
52 public Message(List<Object> sources, String message, Throwable cause) { in Message()
/external/llvm/lib/Target/X86/
DCMakeLists.txt15 set(sources variable
/external/opencv3/samples/python2/
Dvideo.py176 args, sources = getopt.getopt(sys.argv[1:], '', 'shotdir=') variable
180 sources = [ 0 ] variable
/external/deqp/framework/opengl/
DgluShaderProgram.cpp309 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources) in ShaderProgram()
315 ShaderProgram::ShaderProgram (const glw::Functions& gl, const ProgramSources& sources) in ShaderProgram()
321 void ShaderProgram::init (const glw::Functions& gl, const ProgramSources& sources) in init()
522 tcu::TestLog& operator<< (tcu::TestLog& log, const ProgramSources& sources) in operator <<()
/external/v8/tools/
Djs2c.py457 def BuildMetadata(sources, source_bytes, native_type): argument
533 def WriteStartupBlob(sources, startup_blob): argument
557 def JS2C(sources, target, native_type, raw_file, startup_blob, emit_js): argument
/external/vulkan-validation-layers/demos/smoke/
DCMakeLists.txt23 set(sources variable
/external/llvm/cmake/modules/
DLLVMProcessSources.cmake53 set(sources ${ARG_UNPARSED_ARGUMENTS}) variable

123456