/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() argument 101 if (sources == null) { in Rop() 120 this.sources = sources; in Rop() 141 public Rop(int opcode, Type result, TypeList sources, in Rop() argument 143 this(opcode, result, sources, exceptions, branchingness, false, in Rop() 159 public Rop(int opcode, Type result, TypeList sources, int branchingness, in Rop() argument 161 this(opcode, result, sources, StdTypeList.EMPTY, branchingness, false, in Rop() 176 public Rop(int opcode, Type result, TypeList sources, String nickname) { in Rop() argument 177 this(opcode, result, sources, StdTypeList.EMPTY, Rop.BRANCH_NONE, in Rop() [all …]
|
D | PlainInsn.java | 41 RegisterSpec result, RegisterSpecList sources) { in PlainInsn() argument 42 super(opcode, position, result, sources); in PlainInsn() 100 RegisterSpecList sources = getSources(); in withSourceLiteral() local 101 int szSources = sources.size(); in withSourceLiteral() 107 TypeBearer lastType = sources.get(szSources - 1).getTypeBearer(); in withSourceLiteral() 111 TypeBearer firstType = sources.get(0).getTypeBearer(); in withSourceLiteral() 114 RegisterSpecList newSources = sources.withoutFirst(); in withSourceLiteral() 125 RegisterSpecList newSources = sources.withoutLast(); in withSourceLiteral() 150 RegisterSpecList sources) { in withNewRegisters() argument 154 sources); in withNewRegisters()
|
D | Insn.java | 41 private final RegisterSpecList sources; field in Insn 52 RegisterSpecList sources) { in Insn() argument 61 if (sources == null) { in Insn() 68 this.sources = sources; in Insn() 158 assignment = sources.get(0); in getLocalAssignment() 182 return sources; in getSources() 283 && equalsHandleNulls(sources, b.getSources()) in contentEquals() 296 RegisterSpecList sources); in withNewRegisters() argument 325 sb.append(sources); in toStringWithInline() 360 int sz = sources.size(); in toHumanWithInline() [all …]
|
D | DexTranslationAdvice.java | 103 RegisterSpecList sources) { in requiresSourcesInOrder() argument 106 && totalRopWidth(sources) >= MIN_INVOKE_IN_ORDER; in requiresSourcesInOrder() 115 private int totalRopWidth(RegisterSpecList sources) { in totalRopWidth() argument 116 int sz = sources.size(); in totalRopWidth() 120 total += sources.get(i).getCategory(); in totalRopWidth()
|
/external/libxml2/vms/ |
D | build_libxml.com | 27 $! updated to work with current sources 45 $!- list of sources to be built into the LIBXML library. Compare this list 49 $ sources = "parser.c SAX.c entities.c encoding.c error.c parserInternals.c" 50 $ sources = sources + " tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c" 51 $ sources = sources + " valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c" 52 $ sources = sources + " xpointer.c xinclude.c nanohttp.c nanoftp.c DOCBparser.c" 53 $ sources = sources + " catalog.c globals.c threads.c c14n.c xmlstring.c" 54 $ sources = sources + " xmlregexp.c xmlschemas.c xmlschemastypes.c xmlunicode.c" 55 $ sources = sources + " triostr.c trio.c xmlreader.c relaxng.c dict.c SAX2.c" 56 $ sources = sources + " xmlwriter.c legacy.c chvalid.c pattern.c xmlsave.c" [all …]
|
/external/skia/gyp/ |
D | gpu.gyp | 10 'sources/': [ ['exclude', '_win.(h|cpp)$'], 14 'sources/': [ ['exclude', '_mac.(h|cpp|m|mm)$'], 18 'sources/': [ ['exclude', '_glx.(h|cpp)$'], 22 'sources/': [ ['exclude', '_iOS.(h|cpp|m|mm)$'], 26 'sources/': [ ['exclude', '_android.(h|cpp)$'], 30 'sources/': [ ['exclude', '_egl.(h|cpp)$'], 34 'sources/': [ ['exclude', 'GrGLCreateNativeInterface_egl.cpp'], 38 'sources/': [ ['exclude', '_glx.(h|cpp)$'], 43 'sources/': [ 101 'sources': [ [all …]
|
D | tools.gyp | 53 'sources': [ 63 'sources': [ '../tools/CrashHandler.cpp' ], 85 'sources': [ '../tools/Resources.cpp' ], 97 'sources': [ 116 'sources': [ 133 'sources': [ '../tools/timer/GpuTimer.cpp' ], 136 'sources': [ '../tools/timer/SysTimer_mach.cpp' ], 139 'sources': [ '../tools/timer/SysTimer_windows.cpp' ], 142 'sources': [ '../tools/timer/SysTimer_posix.cpp' ], 152 'sources': [ [all …]
|
D | ports.gyp | 28 'sources': [ 62 'sources': [ 84 'sources': [ 114 'sources': [ 124 'sources': [ 136 'sources': [ 140 'sources!': [ 149 'sources': [ 153 'sources!': [ 162 'sources!': [ # these are used everywhere but windows [all …]
|
D | utils.gyp | 33 'sources': [ 36 'sources!': [ 53 'sources!': [ 60 'sources!': [ 67 'sources!': [ 74 'sources!': [ 84 'sources!': [ 93 'sources/': [ ['exclude', '_win.(h|cpp)$'],], 94 'sources!': [ 131 'sources': [
|
D | opts.gyp | 37 'sources': [ '<@(sse2_sources)' ], 43 'sources': [ '<@(mips_dsp_sources)' ], 45 'sources': [ '<@(none_sources)' ], 55 'sources': [ '<@(none_sources)' ], 64 'sources': [ '<@(armv7_sources)' ], 73 'sources': [ '<@(arm64_sources)' ], 92 'sources': [ '<@(ssse3_sources)' ], 108 'sources': [ '<@(sse41_sources)' ], 135 'sources': [ '<@(neon_sources)' ],
|
/external/boringssl/ |
D | Android.mk | 14 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/crypto-sources.mk 24 include $(LOCAL_PATH)/crypto-sources.mk 32 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/crypto-sources.mk 42 include $(LOCAL_PATH)/crypto-sources.mk 51 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/sources.mk 54 include $(LOCAL_PATH)/sources.mk 63 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/crypto-sources.mk 69 include $(LOCAL_PATH)/crypto-sources.mk 78 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/crypto-sources.mk 84 include $(LOCAL_PATH)/crypto-sources.mk [all …]
|
/external/parameter-framework/bindings/python/ |
D | Android.mk | 70 generated-sources-dir := $(call local-generated-sources-dir) 72 LOCAL_GENERATED_SOURCES := $(generated-sources-dir)/pfw_wrap.cxx $(generated-sources-dir)/pfw_wrap.h 74 LOCAL_EXPORT_C_INCLUDE_DIRS := $(generated-sources-dir) 96 $(generated-sources-dir)/pfw_wrap.h: $(generated-sources-dir)/pfw_wrap.cxx 100 $(generated-sources-dir)/pfw_wrap.cxx: $(LOCAL_PATH)/pfw.i
|
/external/v8/tools/ |
D | js2c.py | 422 def BuildMetadata(sources, source_bytes, native_type): argument 435 raw_sources = "".join(sources.modules) 445 for i in xrange(len(sources.modules)): 446 native_name = "native %s.js" % sources.names[i] 449 "id": sources.names[i], 453 "raw_length": len(sources.modules[i]), 458 offset += len(sources.modules[i]) 467 "builtin_count": len(sources.modules), 468 "debugger_count": sum(sources.is_debugger_id), 471 "raw_total_length": sum(map(len, sources.modules)), [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | LiteralOpUpgrader.java | 98 RegisterSpecList sources = insn.getSources(); in run() 103 if (sources.size() != 2 ) { in run() 112 if (isConstIntZeroOrKnownNull(sources.get(0))) { in run() 113 replacePlainInsn(insn, sources.withoutFirst(), in run() 115 } else if (isConstIntZeroOrKnownNull(sources.get(1))) { in run() 116 replacePlainInsn(insn, sources.withoutLast(), in run() 120 opcode, sources.get(0), sources.get(1))) { in run() 124 opcode, sources.get(1), sources.get(0))) { in run() 131 sources.get(1), sources.get(0))); in run()
|
D | PhiInsn.java | 47 private RegisterSpecList sources; field in PhiInsn 99 sources = null; in updateSourcesToDefinitions() 134 sources = null; in addPhiOperand() 153 sources = null; in removePhiRegister() 205 if (sources != null) { in getSources() 206 return sources; in getSources() 215 sources = new RegisterSpecList(szSources); in getSources() 220 sources.set(i, o.regSpec); in getSources() 223 sources.setImmutable(); in getSources() 224 return sources; in getSources() [all …]
|
D | RegisterMapper.java | 48 public final RegisterSpecList map(RegisterSpecList sources) { in map() argument 49 int sz = sources.size(); in map() 53 newSources.set(i, map(sources.get(i))); in map() 59 return newSources.equals(sources) ? sources : newSources; in map()
|
D | SCCP.java | 167 RegisterSpecList sources = insn.getSources(); in simulatePhi() local 170 int sourceSize = sources.size(); in simulatePhi() 174 int sourceReg = sources.get(i).getReg(); in simulatePhi() 243 RegisterSpecList sources = insn.getSources(); in simulateBranch() local 253 RegisterSpec specA = sources.get(0); in simulateBranch() 260 if (sources.size() == 2) { in simulateBranch() 261 RegisterSpec specB = sources.get(1); in simulateBranch() 270 if (cA != null && sources.size() == 1) { in simulateBranch() 369 RegisterSpecList sources = insn.getSources(); in simulateMath() local 370 int regA = sources.get(0).getReg(); in simulateMath() [all …]
|
/external/guava/guava/src/com/google/common/io/ |
D | CharSource.java | 278 public static CharSource concat(Iterable<? extends CharSource> sources) { in concat() argument 279 return new ConcatenatedCharSource(sources); in concat() 300 public static CharSource concat(Iterator<? extends CharSource> sources) { in concat() argument 301 return concat(ImmutableList.copyOf(sources)); in concat() 316 public static CharSource concat(CharSource... sources) { in concat() argument 317 return concat(ImmutableList.copyOf(sources)); in concat() 437 private final Iterable<? extends CharSource> sources; 439 ConcatenatedCharSource(Iterable<? extends CharSource> sources) { 440 this.sources = checkNotNull(sources); 445 return new MultiReader(sources.iterator()); [all …]
|
D | ByteSource.java | 360 public static ByteSource concat(Iterable<? extends ByteSource> sources) { in concat() argument 361 return new ConcatenatedByteSource(sources); in concat() 382 public static ByteSource concat(Iterator<? extends ByteSource> sources) { in concat() argument 383 return concat(ImmutableList.copyOf(sources)); in concat() 398 public static ByteSource concat(ByteSource... sources) { in concat() argument 399 return concat(ImmutableList.copyOf(sources)); in concat() 591 private final Iterable<? extends ByteSource> sources; field in ByteSource.ConcatenatedByteSource 593 ConcatenatedByteSource(Iterable<? extends ByteSource> sources) { in ConcatenatedByteSource() argument 594 this.sources = checkNotNull(sources); in ConcatenatedByteSource() 599 return new MultiInputStream(sources.iterator()); in openStream() [all …]
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.cpp | 309 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources) in ShaderProgram() argument 312 init(renderCtx.getFunctions(), sources); in ShaderProgram() 315 ShaderProgram::ShaderProgram (const glw::Functions& gl, const ProgramSources& sources) in ShaderProgram() argument 318 init(gl, sources); in ShaderProgram() 321 void ShaderProgram::init (const glw::Functions& gl, const ProgramSources& sources) in init() argument 329 for (int shaderNdx = 0; shaderNdx < (int)sources.sources[shaderType].size(); ++shaderNdx) in init() 331 const char* source = sources.sources[shaderType][shaderNdx].c_str(); in init() 332 const int length = (int)sources.sources[shaderType][shaderNdx].size(); in init() 350 …tribLocationBinding>::const_iterator binding = sources.attribLocationBindings.begin(); binding != … in init() 353 …DE_ASSERT((sources.transformFeedbackBufferMode == GL_NONE) == sources.transformFeedbackVaryings.em… in init() [all …]
|
D | gluShaderProgram.hpp | 177 ShaderProgram (const glw::Functions& gl, const ProgramSources& sources); 178 ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources); 192 void init (const glw::Functions& gl, const ProgramSources& sources); 289 std::vector<std::string> sources[SHADERTYPE_LAST]; member 301 …ProgramSources& operator<< (const ShaderSource& shaderSource) { sources[shaderSource.shad… in operator <<() 319 ProgramSources sources; in makeVtxFragSources() local 320 sources.sources[SHADERTYPE_VERTEX].push_back(vertexSrc); in makeVtxFragSources() 321 sources.sources[SHADERTYPE_FRAGMENT].push_back(fragmentSrc); in makeVtxFragSources() 322 return sources; in makeVtxFragSources()
|
/external/mesa3d/src/gallium/state_trackers/egl/ |
D | SConscript | 14 sources = [ 25 sources.append('gdi/native_gdi.c') 35 sources.append([ 43 sources.append(['#/src/glx/dri2.c']) 51 sources.append(['drm/native_drm.c', 'drm/modeset.c']) 55 source = sources,
|
/external/webrtc/src/system_wrappers/source/ |
D | system_wrappers.gyp | 24 'sources': [ 110 'sources!': [ 'data_log_no_op.cc', ], 112 'sources!': [ 'data_log.cc', ], 126 'sources!': [ 136 'sources!': [ 149 'sources!': [ 167 'sources': [ 187 'sources': [ 206 'sources!': [ 'data_log_unittest_disabled.cc', ], 208 'sources!': [ 'data_log_unittest.cc', ],
|
/external/mesa3d/src/glsl/ |
D | Android.gen.mk | 32 sources := \ 39 sources += builtin_function.cpp 42 LOCAL_SRC_FILES := $(filter-out $(sources), $(LOCAL_SRC_FILES)) 46 sources := $(addprefix $(intermediates)/, $(sources)) 47 LOCAL_GENERATED_SOURCES += $(sources)
|
/external/v8/src/compiler/ |
D | compiler.gyp | 20 'sources': [ ### gcmole(all) ### 38 'sources': [ ### gcmole(arch:arm) ### 43 'sources': [ ### gcmole(arch:arm64) ### 48 'sources': [ ### gcmole(arch:ia32) ### 53 'sources': [ ### gcmole(arch:x64) ###
|