/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | Rop.java | 62 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()
|
D | PlainInsn.java | 41 RegisterSpec result, RegisterSpecList sources) { in PlainInsn() 100 RegisterSpecList sources = getSources(); in withSourceLiteral() local 150 RegisterSpecList sources) { in withNewRegisters()
|
D | PlainCstInsn.java | 40 RegisterSpec result, RegisterSpecList sources, in PlainCstInsn() 79 RegisterSpecList sources) { in withNewRegisters()
|
D | ThrowingCstInsn.java | 43 RegisterSpecList sources, in ThrowingCstInsn() 101 RegisterSpecList sources) { in withNewRegisters()
|
D | FillArrayDataInsn.java | 52 RegisterSpecList sources, in FillArrayDataInsn() 111 RegisterSpecList sources) { in withNewRegisters()
|
D | ThrowingInsn.java | 63 RegisterSpecList sources, in ThrowingInsn() 114 RegisterSpecList sources) { in withNewRegisters()
|
D | SwitchInsn.java | 42 RegisterSpecList sources, IntList cases) { in SwitchInsn() 103 RegisterSpecList sources) { in withNewRegisters()
|
D | DexTranslationAdvice.java | 103 RegisterSpecList sources) { in requiresSourcesInOrder() 115 private int totalRopWidth(RegisterSpecList sources) { in totalRopWidth()
|
D | Insn.java | 41 private final RegisterSpecList sources; field in Insn 52 RegisterSpecList sources) { in Insn() 296 RegisterSpecList sources); in withNewRegisters()
|
D | TranslationAdvice.java | 51 public boolean requiresSourcesInOrder(Rop opcode, RegisterSpecList sources); in requiresSourcesInOrder()
|
D | ConservativeTranslationAdvice.java | 44 RegisterSpecList sources) { in requiresSourcesInOrder()
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/ |
D | jsbundler.py | 81 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/ |
D | CMakeLists.txt | 15 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/ |
D | setup.py | 63 def RunSetup(incldir, cppflags, sources): argument 83 sources = ParseSources(opts["sources"], opts["srcdir"].strip()) variable
|
/external/chromium_org/tools/gn/ |
D | function_process_file_template_unittest.cc | 14 Value sources(NULL, Value::LIST); in TEST() local 37 Value sources(NULL, Value::LIST); in TEST() local
|
/external/lldb/test/api/multithreaded/ |
D | TestMultithreaded.py | 57 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/ |
D | makefile | 1 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/ |
D | depstree.py | 29 def __init__(self, sources): argument 165 def __init__(self, namespace, sources): argument
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | SCCP.java | 167 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
|
D | DeadCodeRemover.java | 102 RegisterSpecList sources = insnS.getSources(); in run() local 143 RegisterSpecList sources = insn.getSources(); in pruneDeadInstructions() local
|
D | RegisterMapper.java | 48 public final RegisterSpecList map(RegisterSpecList sources) { in map()
|
/external/chromium_org/chrome/browser/media/ |
D | chrome_webrtc_getmediadevices_browsertest.cc | 171 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/ |
D | msvs.py | 173 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/ |
D | LLVMProcessSources.cmake | 43 set(sources ${ARG_UNPARSED_ARGUMENTS}) variable
|
/external/chromium_org/chrome/test/chromedriver/ |
D | test_util.cc | 50 base::ScopedCFTypeRef<CFArrayRef> sources( in SwitchKeyboardLayout() local
|