HomeSort by relevance Sort by last modified time
    Searched refs:programs (Results 76 - 100 of 543) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/TV/src/com/android/tv/data/
PreviewDataManager.java 187 * Updates the preview programs table for a specific preview channel.
190 Set<PreviewProgramContent> programs, PreviewDataListener previewDataListener) {
194 && currentRunningUpdateTask.getPrograms().equals(programs)) {
199 new UpdatePreviewProgramTask(previewChannelId, programs);
244 // Query preview channels and programs.
392 * Updates the whole data which belongs to the package in preview programs table for a
402 Set<PreviewProgramContent> programs) {
404 mPrograms = programs;
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp     [all...]
vktTextureFilteringTests.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 1036 machine instruction streams (programs) operating on a single input tape. :)
1085 # I'm calling these things "programs."
1087 self.programs = {}
1088 self.programs[self.DEFAULT_PROGRAM_NAME] = []
1110 p = self.programs.get(programName, None)
1112 self.programs[programName] = (
    [all...]
  /external/deqp/framework/opengl/
gluShaderLibrary.hpp 147 std::vector<ProgramSpecification> programs; member in struct:glu::sl::ShaderCaseSpecification
  /external/icu/icu4j/perf-tests/perldriver/
PerfFramework4j.pm 55 my @programs;
  /external/deqp/modules/egl/
teglRenderTests.cpp 715 vector<ProgramSp> programs (contexts.size());
732 // Create and setup programs per context
740 programs[ctxNdx] = ProgramSp(createProgram(m_gl, api));
741 programs[ctxNdx]->setup();
768 draw(m_gl, api, *programs[ctxNdx], drawOp);
920 vector<ProgramSp> programs (numContexts);
960 // Create and setup programs per context
968 programs[ctxNdx] = ProgramSp(createProgram(m_gl, api));
969 programs[ctxNdx]->setup();
992 threads[threadNdx] = RenderTestThreadSp(new RenderTestThread(egl, display, surface, contexts[threadNdx].second, contexts[threadNdx].first, m_gl, *programs[threadNdx], packets[threadNdx]))
    [all...]
  /prebuilts/go/darwin-x86/src/io/ioutil/
ioutil_test.go 45 "build bigger and better idiot-proof programs, and the Universe trying " +
  /prebuilts/go/darwin-x86/src/math/big/
intmarsh.go 63 // (programs that explicitly look for these two methods). JSON works
  /prebuilts/go/darwin-x86/src/reflect/
export_test.go 37 panic("can't handle gc programs")
  /prebuilts/go/darwin-x86/src/runtime/
signal_plan9.go 45 // Kill is sent by external programs to cause an exit.
  /prebuilts/go/linux-x86/src/io/ioutil/
ioutil_test.go 45 "build bigger and better idiot-proof programs, and the Universe trying " +
  /prebuilts/go/linux-x86/src/math/big/
intmarsh.go 63 // (programs that explicitly look for these two methods). JSON works
  /prebuilts/go/linux-x86/src/reflect/
export_test.go 37 panic("can't handle gc programs")
  /prebuilts/go/linux-x86/src/runtime/
signal_plan9.go 45 // Kill is sent by external programs to cause an exit.
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 362 const string withExt = injectExtensionRequirements(baseSrc, spec.programs[0].requiredExtensions, glu::SHADERTYPE_VERTEX);
426 const string withExt = injectExtensionRequirements(baseSrc, spec.programs[0].requiredExtensions, glu::SHADERTYPE_FRAGMENT);
705 for (size_t progNdx = 0; progNdx < spec.programs.size(); progNdx++)
709 if (!spec.programs[progNdx].sources.sources[shaderType].empty())
739 TCU_CHECK_INTERNAL(spec.programs.size() == 1);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
doc.go 6 Gofmt formats Go programs.
  /prebuilts/go/darwin-x86/src/go/format/
format_test.go 115 // erroneous programs
  /prebuilts/go/darwin-x86/src/net/
hosts_test.go 152 // Ensure that programs can't modify the internals of the host cache.
  /prebuilts/go/linux-x86/src/cmd/gofmt/
doc.go 6 Gofmt formats Go programs.
  /prebuilts/go/linux-x86/src/go/format/
format_test.go 115 // erroneous programs
  /prebuilts/go/linux-x86/src/net/
hosts_test.go 152 // Ensure that programs can't modify the internals of the host cache.
  /external/harfbuzz_ng/win32/
config-msvc.mak 8 # GLib is required for all utility programs and tests
54 # Note: All the utility and test programs require GLib support to be present!
  /external/icu/icu4c/source/test/perf/perldriver/
PerfFramework.pm 56 my @programs;
  /external/lz4/
Makefile 40 PRGDIR = programs

Completed in 363 milliseconds

1 2 34 5 6 7 8 91011>>