Home
last modified time | relevance | path

Searched defs:sources (Results 1 – 25 of 129) 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/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.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()
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()
/external/llvm/lib/Target/X86/
DCMakeLists.txt15 set(sources variable
/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/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/vulkan-validation-layers/demos/smoke/
DCMakeLists.txt23 set(sources variable
/external/v8/tools/gyp/pylib/gyp/generator/
Dmsvs.py180 def _ConvertSourcesToFilterHierarchy(sources, prefix=None, excluded=None, argument
508 def _FindRuleTriggerFiles(rule, sources): argument
586 sources, options, actions_to_add): argument
816 sources, excluded_sources, argument
844 def _AdjustSourcesForRules(rules, sources, excluded_sources, is_msbuild): argument
1479 spec, options, gyp_dir, sources, excluded_sources, list_excluded, version): argument
1532 def _IdlFilesHandledNonNatively(spec, sources): argument
1604 def _HandlePreCompiledHeaders(p, sources, spec): argument
2082 def _AppendFiltersForMSBuild(parent_filter_name, sources, rule_dependencies, argument
2161 sources, excluded_sources, argument
[all …]
/external/llvm/cmake/modules/
DLLVMProcessSources.cmake53 set(sources ${ARG_UNPARSED_ARGUMENTS}) variable
/external/v8/build/android/gyp/
Dlocale_pak_resources.py55 def ComputeMappings(sources): argument

123456