Home
last modified time | relevance | path

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

1234567

/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()
DThrowingCstInsn.java43 RegisterSpecList sources, in ThrowingCstInsn()
101 RegisterSpecList sources) { in withNewRegisters()
DFillArrayDataInsn.java52 RegisterSpecList sources, in FillArrayDataInsn()
111 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()
DConservativeTranslationAdvice.java44 RegisterSpecList sources) { in requiresSourcesInOrder()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
Djsbundler.py81 def Add(self, sources): argument
152 def EnsureSourceLoaded(in_path, sources): argument
177 def _GetBase(sources): argument
193 def CalcDeps(bundle, sources, top_level): argument
212 def _MarkAsCompiled(sources): argument
232 def LinkOrCopyFiles(sources, dest_dir): argument
/external/llvm/lib/Target/X86/
DCMakeLists.txt15 set(sources variable
46 set(sources ${sources} ${CMAKE_CURRENT_BINARY_DIR}/X86CompilationCallback_Win64.obj) variable
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
Dsetup.py63 def RunSetup(incldir, cppflags, sources): argument
83 sources = ParseSources(opts["sources"], opts["srcdir"].strip()) variable
/external/chromium_org/tools/gn/
Dfunction_process_file_template_unittest.cc14 Value sources(NULL, Value::LIST); in TEST() local
37 Value sources(NULL, Value::LIST); in TEST() local
/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/pdfium/core/src/fxcodec/libjpeg/
Dmakefile1 sources = fpdfapi_jcapimin.c fpdfapi_jcapistd.c fpdfapi_jccoefct.c fpdfapi_jccolor.c fpdfapi_jcdctm… macro
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/bin/build/
Ddepstree.py29 def __init__(self, sources): argument
165 def __init__(self, namespace, sources): argument
/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/chromium_org/chrome/browser/media/
Dchrome_webrtc_getmediadevices_browsertest.cc171 std::vector<MediaDeviceInfo>* sources) { in GetSources()
240 std::vector<MediaDeviceInfo> sources; in IN_PROC_BROWSER_TEST_P() local
277 std::vector<MediaDeviceInfo> sources; in IN_PROC_BROWSER_TEST_P() local
/external/chromium_org/tools/gyp/pylib/gyp/generator/
Dmsvs.py173 def _ConvertSourcesToFilterHierarchy(sources, prefix=None, excluded=None, argument
484 def _FindRuleTriggerFiles(rule, sources): argument
562 sources, options, actions_to_add): argument
792 sources, excluded_sources, argument
820 def _AdjustSourcesForRules(spec, rules, sources, excluded_sources): argument
1448 spec, options, gyp_dir, sources, excluded_sources, list_excluded, version): argument
1501 def _IdlFilesHandledNonNatively(spec, sources): argument
1573 def _HandlePreCompiledHeaders(p, sources, spec): argument
2035 def _AppendFiltersForMSBuild(parent_filter_name, sources, argument
2106 sources, excluded_sources, argument
[all …]
/external/llvm/cmake/modules/
DLLVMProcessSources.cmake43 set(sources ${ARG_UNPARSED_ARGUMENTS}) variable
/external/chromium_org/chrome/test/chromedriver/
Dtest_util.cc50 base::ScopedCFTypeRef<CFArrayRef> sources( in SwitchKeyboardLayout() local

1234567