HomeSort by relevance Sort by last modified time
    Searched refs:programs (Results 26 - 50 of 280) sorted by null

12 3 4 5 6 7 8 91011>>

  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
ChannelXMLParser.java 34 * A parser for the channels and programs feed used in {@link RichTvInputService}.
145 List<ProgramInfo> programs = new ArrayList<>(); local
149 programs.add(parseProgram(parser));
159 videoWidth, videoHeight, programs);
  /external/libvpx/libvpx/test/
tools_common.sh 296 --show-program-output: Shows output from all programs being tested.
298 programs. Grants the ability, for example, to run test programs
  /packages/apps/TV/tests/unit/src/com/android/tv/data/
ProgramDataManagerTest.java 138 List<Program> programs =
142 for (Program program : programs) {
149 long startTimeMs = programs.get(0).getStartTimeUtcMillis();
150 programs = mProgramDataManager.getPrograms(channelId, startTimeMs);
151 assertEquals(startTimeMs, programs.get(0).getStartTimeUtcMillis());
154 programs = mProgramDataManager.getPrograms(channelId,
156 for (Program program : programs) {
328 * Simulate program data appends at the end of the existing programs.
329 * This appends programs until the maximum program query range
349 mContentResolver.notifyChange(TvContract.Programs.CONTENT_URI, null)
    [all...]
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 36 vertex and fragment programs.
85 programs I don't see another way to do it.
245 vertex and/or fragment programs defined by those extensions may
313 vertex programs.
MESA_trace.spec 36 linked for standalone test programs. The set of calls and the
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTokenRewriteStream.h 105 * I'm calling these things "programs."
108 ANTLRHashMap *programs; variable
114 @property (retain, getter=getPrograms, setter=setPrograms:) ANTLRHashMap *programs; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTokenRewriteStream.h 105 * I'm calling these things "programs."
108 ANTLRHashMap *programs; variable
114 @property (retain, getter=getPrograms, setter=setPrograms:) ANTLRHashMap *programs; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTokenRewriteStream.h 105 * I'm calling these things "programs."
108 ANTLRHashMap *programs; variable
114 @property (retain, getter=getPrograms, setter=setPrograms:) ANTLRHashMap *programs; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenRewriteStream.h 105 * I'm calling these things "programs."
108 ANTLRHashMap *programs; variable
114 @property (retain, getter=getPrograms, setter=setPrograms:) ANTLRHashMap *programs; variable
  /external/curl/packages/vms/
curl_startup.com 5 $! Procedure to setup the CURL libraries for use by programs from the
  /external/libpng/contrib/gregbook/
makevms.com 2 $! make "PNG: The Definitive Guide" demo programs (for X) under OpenVMS
66 $ write sys$output "Compiling PNG book programs ..."
  /external/libpng/contrib/pngminus/
makevms.com 2 $! make Contrib programs of libpng under OpenVMS
38 $ write sys$output "Compiling PNG contrib programs ..."
  /external/regex-re2/doc/
mksyntaxgo 26 parse trees into programs. Most clients of regular expressions will use the
  /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/harfbuzz_ng/win32/
config-msvc.mak 8 # GLib is required for all utility programs and tests
49 # Note: All the utility and test programs require GLib support to be present!
  /external/icu/icu4j/perf-tests/perldriver/
PerfFramework4j.pm 53 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...]
  /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...]
  /external/icu/icu4c/source/test/perf/perldriver/
PerfFramework.pm 52 my @programs;
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 107 ObjectManager programs; member in class:tcu::null::Context
488 return (GLuint)ctx->programs.allocate();
  /external/libpng/scripts/
makevms.com 7 $! the programs from the contrib directory instead of libpng.
  /external/vulkan-validation-layers/
CONTRIBUTING.md 8 while the LunarG repositories host sources for additional tools and sample programs.
  /ndk/sources/third_party/googletest/
Android.mk 78 # The GoogleTest test programs.
  /packages/apps/TV/src/com/android/tv/guide/
ProgramManager.java 42 * Manages the channels and programs for the program guide.
71 * programs. This is needed for {@link ProgramListAdapter} because
317 * Build genre filters based on the current programs.
331 // TODO: Use programs in visible area instead of using current programs only.
412 Log.d(TAG, "Programs are loaded for channel " + channel.getId()
593 * (e.g., whose channelId is INVALID_ID), when it corresponds to a gap between programs.
607 List<Program> programs = mProgramDataManager.getPrograms(channelId, mStartUtcMillis); local
608 for (Program program : programs) {

Completed in 1595 milliseconds

12 3 4 5 6 7 8 91011>>