/external/mesa3d/src/gallium/drivers/nouveau/ |
Makefile | 14 include Makefile.sources
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
Makefile | 12 include Makefile.sources
|
/external/mesa3d/src/gallium/drivers/svga/ |
Makefile | 7 include Makefile.sources
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
Android.mk | 33 include $(LOCAL_PATH)/Makefile.sources
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
Android.mk | 33 include $(LOCAL_PATH)/Makefile.sources
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
RSScriptGroupFusion.h | 35 /// @param sources The Sources containing the kernels. 42 const std::vector<Source *>& sources,
|
/system/connectivity/shill/cellular/ |
mock_mm1_modem_location_proxy.h | 34 MOCK_METHOD5(Setup, void(uint32_t sources,
|
/frameworks/av/services/audioflinger/ |
PatchPanel.cpp | 159 // limit number of sources to 1 for now or 2 sources for special cross hw module case. 160 // only the audio policy manager can request a patch creation with 2 sources. 185 if ((removedPatch->mAudioPatch.sources[0].type == AUDIO_PORT_TYPE_DEVICE) && 186 ((patch->sources[0].type != AUDIO_PORT_TYPE_DEVICE) || 187 (removedPatch->mAudioPatch.sources[0].ext.device.hw_module != 188 patch->sources[0].ext.device.hw_module))) { 189 hwModule = removedPatch->mAudioPatch.sources[0].ext.device.hw_module; 220 switch (patch->sources[0].type) { 222 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
Insn.java | 29 * list of actual sources and result registers/values, and additional 42 /** {@code non-null;} specs for all the sources of this instruction */ 43 private final RegisterSpecList sources; field in class:Insn 51 * @param sources {@code non-null;} specs for all the sources 54 RegisterSpecList sources) { 63 if (sources == null) { 64 throw new NullPointerException("sources == null"); 70 this.sources = sources; [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
LiteralOpUpgrader.java | 97 RegisterSpecList sources = insn.getSources(); 102 if (sources.size() != 2 ) { 111 if (isConstIntZeroOrKnownNull(sources.get(0))) { 112 replacePlainInsn(insn, sources.withoutFirst(), 114 } else if (isConstIntZeroOrKnownNull(sources.get(1))) { 115 replacePlainInsn(insn, sources.withoutLast(), 119 opcode, sources.get(0), sources.get(1))) { 123 opcode, sources.get(1), sources.get(0))) [all...] |
PhiInsn.java | 51 private RegisterSpecList sources; field in class:PhiInsn 86 * Updates the TypeBearers of all the sources (phi operands) to be 103 sources = null; 137 // Un-cache sources, in case someone has already called getSources(). 138 sources = null; 156 // Un-cache sources, in case someone has already called getSources(). 157 sources = null; 202 * Gets sources. Constructed lazily from phi operand data structures and 205 * @return {@code non-null;} sources list 209 if (sources != null) [all...] |
DeadCodeRemover.java | 95 RegisterSpecList sources = insnS.getSources(); local 97 int sz = sources.size(); 100 RegisterSpec source = sources.get(i); 136 RegisterSpecList sources = insn.getSources(); local 137 int sourcesSize = sources.size(); 139 // Delete this instruction completely if it has sources 146 RegisterSpec source = sources.get(j); 150 // Remove this instruction result from the sources of any phis 171 * are only used as sources in operations with no side effect or null
|
/development/tools/findunused/ |
findunusedresources | 44 sources=$app/src 47 sources="$sources $app/tests" 51 sources="$sources $app/samples" 62 find $resources $sources $app/AndroidManifest.xml -type f -print |xargs cat | tr -d '\n ' > /tmp/everything$$
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
LiteralOpUpgrader.java | 98 RegisterSpecList sources = insn.getSources(); 103 if (sources.size() != 2 ) { 112 if (isConstIntZeroOrKnownNull(sources.get(0))) { 113 replacePlainInsn(insn, sources.withoutFirst(), 115 } else if (isConstIntZeroOrKnownNull(sources.get(1))) { 116 replacePlainInsn(insn, sources.withoutLast(), 120 opcode, sources.get(0), sources.get(1))) { 124 opcode, sources.get(1), sources.get(0))) [all...] |
PhiInsn.java | 47 private RegisterSpecList sources; field in class:PhiInsn 82 * Updates the TypeBearers of all the sources (phi operands) to be 99 sources = null; 133 // Un-cache sources, in case someone has already called getSources(). 134 sources = null; 152 // Un-cache sources, in case someone has already called getSources(). 153 sources = null; 198 * Gets sources. Constructed lazily from phi operand data structures and 201 * @return {@code non-null;} sources list 205 if (sources != null) [all...] |
/external/owasp/sanitizer/tools/ |
stage_to_maven_central.sh | 75 requireFile "$JAR_NO_EXT"-sources.jar 85 -Dfiles="$JAR_NO_EXT"-sources.jar,"$JAR_NO_EXT"-javadoc.jar \ 87 -Dclassifiers=sources,javadoc \
|
/bionic/libc/kernel/tools/ |
update_all.py | 56 sources = dict() variable 67 sources[rel_path] = False 69 sources[rel_path] = True 82 for rel_path in sorted(sources): 83 if sources[rel_path]:
|
/prebuilts/go/darwin-x86/src/net/ |
nss_test.go | 46 sources: map[string][]nssSource{ 55 sources: map[string][]nssSource{ 64 sources: map[string][]nssSource{ 73 sources: map[string][]nssSource{ 82 sources: map[string][]nssSource{ 91 sources: map[string][]nssSource{ 119 sources: map[string][]nssSource{
|
/prebuilts/go/linux-x86/src/net/ |
nss_test.go | 46 sources: map[string][]nssSource{ 55 sources: map[string][]nssSource{ 64 sources: map[string][]nssSource{ 73 sources: map[string][]nssSource{ 82 sources: map[string][]nssSource{ 91 sources: map[string][]nssSource{ 119 sources: map[string][]nssSource{
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
build_clib.py | 171 sources = build_info.get('sources') 172 if sources is None or not isinstance(sources, (list, tuple)): 175 "'sources' must be present and must be " 178 filenames.extend(sources) 183 sources = build_info.get('sources') 184 if sources is None or not isinstance(sources, (list, tuple)) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
build_clib.py | 171 sources = build_info.get('sources') 172 if sources is None or not isinstance(sources, (list, tuple)): 175 "'sources' must be present and must be " 178 filenames.extend(sources) 183 sources = build_info.get('sources') 184 if sources is None or not isinstance(sources, (list, tuple)) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
build_clib.py | 171 sources = build_info.get('sources') 172 if sources is None or not isinstance(sources, (list, tuple)): 175 "'sources' must be present and must be " 178 filenames.extend(sources) 183 sources = build_info.get('sources') 184 if sources is None or not isinstance(sources, (list, tuple)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build_clib.py | 171 sources = build_info.get('sources') 172 if sources is None or not isinstance(sources, (list, tuple)): 175 "'sources' must be present and must be " 178 filenames.extend(sources) 183 sources = build_info.get('sources') 184 if sources is None or not isinstance(sources, (list, tuple)) [all...] |
/external/deqp/framework/opengl/ |
gluShaderProgram.cpp | 309 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources) 312 init(renderCtx.getFunctions(), sources); 315 ShaderProgram::ShaderProgram (const glw::Functions& gl, const ProgramSources& sources) 318 init(gl, sources); 321 void ShaderProgram::init (const glw::Functions& gl, const ProgramSources& sources) 329 for (int shaderNdx = 0; shaderNdx < (int)sources.sources[shaderType].size(); ++shaderNdx) 331 const char* source = sources.sources[shaderType][shaderNdx].c_str(); 332 const int length = (int)sources.sources[shaderType][shaderNdx].size() [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
RopperMachine.java | 300 // The sources have to be retrieved before super.run() gets called. 301 RegisterSpecList sources = getSources(opcode, stackPointer); local 302 int sourceCount = sources.size(); 348 RegisterSpec src = sources.get(i); 388 insn = new ThrowingCstInsn(rop, pos, sources, catches, 473 sources = RegisterSpecList.make(objectReg); 490 rop = Rops.ropFor(ropOpcode, destType, sources, cst); 533 TypeBearer firstType = sources.get(0).getTypeBearer(); 534 TypeBearer lastType = sources.get(1).getTypeBearer(); 537 advice.hasConstantOperation(rop, sources.get(0) 674 RegisterSpecList sources; local [all...] |