HomeSort by relevance Sort by last modified time
    Searched defs:sources (Results 76 - 100 of 1071) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/misc/common/jacoco/src/main/java/com/google/android/jacoco/reporter/
ReportGenerator.java 131 List<File> sources = parse(commandLine.getOptionValue(OPT_SOURCES), local
141 return new Config(commandLine.getOptionValue(OPT_REPORT_NAME), classpaths, sources,
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 166 RegisterSpecList sources = insn.getSources(); local
169 int sourceSize = sources.size();
173 int sourceReg = sources.get(i).getReg();
242 RegisterSpecList sources = insn.getSources(); local
252 RegisterSpec specA = sources.get(0);
259 if (sources.size() == 2) {
260 RegisterSpec specB = sources.get(1);
269 if (cA != null && sources.size() == 1) {
368 RegisterSpecList sources = insn.getSources(); local
369 int regA = sources.get(0).getReg()
638 RegisterSpecList sources = insn.getSources(); local
    [all...]
SsaMethod.java 448 * Adds specified insn to the uses list for all of its sources.
498 * @param oldSources {@code null-ok;} list of sources that were
509 RegisterSpecList sources = insn.getSources(); local
510 int szNew = sources.size();
513 int reg = sources.get(i).getReg();
520 * {@code oldSources} (rather than the sources currently
  /dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java 199 RegisterSpecList sources = insn.getSources(); local
201 int sz = sources.size();
204 RegisterSpec source = sources.get(i);
  /external/deqp/external/openglcts/modules/common/
glcTextureFilterAnisotropicTests.cpp 646 ProgramSources sources = makeVtxFragSources(vertexShader, fragmentShader); local
647 ShaderProgram program(gl, sources);
  /external/deqp/external/openglcts/modules/gl/
gl4cSparseTextureClampTests.cpp 392 ProgramSources sources = makeVtxFragSources(vertex.c_str(), fragment.c_str()); local
395 ShaderProgram program(m_context.getRenderContext(), sources);
740 ProgramSources sources; local
741 sources << ComputeSource(shader);
744 ShaderProgram program(m_context.getRenderContext(), sources);
894 ProgramSources sources = makeVtxFragSources(vertex.c_str(), fragment.c_str()); local
    [all...]
gl4cKHRDebugTests.cpp 105 GLuint ret = gl->getDebugMessageLog(count /* count */, 0 /* bufSize */, 0 /* sources */, 0 /* types */,
374 GLenum sources[count]; local
376 m_gl->getDebugMessageLog(count /* count */, -1 /* bufSize */, sources, types, ids, severities, lengths,
1331 GLenum sources[read_messages]; local
1596 std::vector<GLenum> sources; local
1898 GLenum sources[read_messages]; local
    [all...]
gl4cSparseTexture2Tests.cpp 306 ProgramSources sources; local
307 sources << ComputeSource(shader);
308 ShaderProgram program(gl, sources);
1041 ProgramSources sources; local
1237 ProgramSources sources; local
1807 ProgramSources sources; local
1949 ProgramSources sources; local
2673 ProgramSources sources; local
2832 ProgramSources sources; local
    [all...]
  /external/deqp/framework/opengl/
gluShaderProgram.hpp 186 ShaderProgram (const glw::Functions& gl, const ProgramSources& sources);
187 ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources);
201 void init (const glw::Functions& gl, const ProgramSources& sources);
215 tcu::TestLog& operator<< (tcu::TestLog& log, const ProgramSources& sources);
301 std::vector<std::string> sources[SHADERTYPE_LAST]; member in struct:glu::ProgramSources
313 ProgramSources& operator<< (const ShaderSource& shaderSource) { sources[shaderSource.shaderType].push_back(shaderSource.source); return *this; }
331 ProgramSources sources; local
332 sources.sources[SHADERTYPE_VERTEX].push_back(vertexSrc);
333 sources.sources[SHADERTYPE_FRAGMENT].push_back(fragmentSrc)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp 259 glu::ProgramSources sources; local
261 sources << glu::VertexSource(getVertexSource())
267 sources << glu::GeometrySource(getGeometrySource());
270 const glu::ShaderProgram program (m_context.getRenderContext(), sources);
560 glu::ProgramSources sources; local
562 sources << glu::VertexSource(getVertexSource())
567 sources << glu::TessellationControlSource(getTessellationControlSource())
571 const glu::ShaderProgram program (m_context.getRenderContext(), sources);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
WriteCharts.java 66 Enumeration sources = Transliterator.getAvailableSources(); local
67 while(sources.hasMoreElements()) {
68 String source = (String) sources.nextElement();
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
AnyTransliterator.java 255 Enumeration sources = Transliterator.getAvailableSources(); local
256 while(sources.hasMoreElements()) {
257 String source = (String) sources.nextElement();
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
WriteCharts.java 63 Enumeration sources = Transliterator.getAvailableSources(); local
64 while(sources.hasMoreElements()) {
65 String source = (String) sources.nextElement();
  /external/libcups/cups/
ppd-private.h 137 int num_sources; /* Number of media sources */
138 pwg_map_t *sources; /* Media sources */ member in struct:_ppd_cache_s
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp 295 /* As of gen6, we can no longer mix float and int sources. We have
426 const fs_reg sources[] = { local
431 assert(ARRAY_SIZE(sources) - 1 == FB_WRITE_LOGICAL_SRC_COMPONENTS);
433 sources, ARRAY_SIZE(sources));
598 fs_reg sources[8]; local
703 sources[length++] = zero;
705 sources[length++] = this->outputs[VARYING_SLOT_LAYER];
707 sources[length++] = zero;
710 sources[length++] = this->outputs[VARYING_SLOT_VIEWPORT]
    [all...]
  /frameworks/base/packages/StatementService/src/com/android/statementservice/
DirectStatementService.java 105 * A String ArrayList bundle entry that stores sources that can't be verified.
191 List<String> sources = extras.getStringArrayList(EXTRA_SOURCE_ASSET_DESCRIPTORS); local
200 if (sources == null) {
217 new IsAssociatedCallable(sources, target, relation, resultReceiver), TAG));
231 public IsAssociatedCallable(List<String> sources, String target, String relation,
233 mSources = sources;
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
FullscreenActivity.java 217 int sources = dev.getSources(); local
221 if (((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD)
222 || ((sources & InputDevice.SOURCE_JOYSTICK)
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Code.java 518 RegisterSpecList sources = RegisterSpecList.make(a.spec(), b.spec()); local
521 addInstruction(new PlainInsn(rop, sourcePosition, target.spec(), sources));
523 addInstruction(new ThrowingInsn(rop, sourcePosition, sources, catches));
    [all...]
  /external/drm_hwcomposer/
glworker.cpp 147 const GLchar **sources,
157 glShaderSource(shader.get(), source_count, sources, NULL);
169 *shader_log << sources[i]; local
  /external/freetype/src/base/
ftdbgmem.c 79 * We don't need a resizable array for the memory sources because
129 FT_MemSource sources[FT_MEM_SOURCE_BUCKETS]; member in struct:FT_MemTableRec_
396 /* remove all sources */
402 for ( source = table->sources[i]; source != NULL; source = next )
408 table->sources[i] = NULL;
464 pnode = &table->sources[hash % FT_MEM_SOURCE_BUCKETS];
928 FT_MemSource* bucket = table->sources;
930 FT_MemSource* sources; local
945 sources = (FT_MemSource*)
947 table, count * (FT_Long)sizeof ( *sources ) );
    [all...]
  /external/guice/core/src/com/google/inject/internal/
Errors.java 333 public Errors childBindingAlreadySet(Key<?> key, Set<Object> sources) {
335 for (Object source : sources) {
486 List<Object> sources = Lists.newArrayList(); local
487 sources.addAll(getSources());
488 sources.addAll(message.getSources());
489 return new Message(sources, message.getMessage(), message.getCause());
509 List<Object> sources = Lists.newArrayList(); local
512 sources.add(0, e.source);
515 return sources;
754 // Insert any original element sources w/ module info into the path
    [all...]
  /external/guice/core/test/com/google/inject/
ImplicitBindingTest.java 166 List<Object> sources = msg.getSources(); local
167 // Assert that the first item in the sources if the key for the class we're looking up,
169 assertEquals(Key.get(clazz).toString(), sources.get(0).toString());
171 Asserts.assertContains(sources.get(sources.size()-1).toString(),
  /external/python/cpython2/
setup.py 221 ext.sources = [ find_module_file(filename, moddirlist)
222 for filename in ext.sources ]
1517 sources = ['pyexpat.c'] + expat_sources, variable in class:PyBuildExt.detect_modules.db_found
1530 sources = ['_elementtree.c'], variable in class:PyBuildExt.detect_modules.db_found
    [all...]
  /external/python/cpython3/
setup.py 238 ext.sources = [ find_module_file(filename, moddirlist)
239 for filename in ext.sources ]
1525 sources = ['pyexpat.c'] + expat_sources, variable in class:PyBuildExt.detect_modules.db_found
1538 sources = ['_elementtree.c'], variable in class:PyBuildExt.detect_modules.db_found
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.cc 284 std::vector<VideoSource*> sources; local
291 sources.push_back(new AdaptiveVideoSource(media_flow, 30, 300, 0,
293 senders.push_back(new PacedVideoSender(&uplink_, sources.back(), bwe_type));
391 for (VideoSource* source : sources)
481 std::vector<VideoSource*> sources; local
489 sources.push_back(new AdaptiveVideoSource(static_cast<int>(i), 30, 300, 0,
491 senders.push_back(new VideoSender(&uplink_, sources[i], bwe_type));
544 for (VideoSource* source : sources)
558 rtc::scoped_ptr<AdaptiveVideoSource> sources[kNumFlows]; local
563 sources[kForward].reset(new AdaptiveVideoSource(kForward, 30, 300, 0, 0))
667 rtc::scoped_ptr<AdaptiveVideoSource> sources[kNumFlows]; local
783 rtc::scoped_ptr<AdaptiveVideoSource> sources[kNumRmcatFlows]; local
875 rtc::scoped_ptr<AdaptiveVideoSource> sources[kNumFlows]; local
    [all...]

Completed in 1045 milliseconds

1 2 34 5 6 7 8 91011>>