HomeSort by relevance Sort by last modified time
    Searched refs:Program (Results 351 - 375 of 595) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-gd-1h.d 13 Program Header:
tls-gd-2.d 13 Program Header:
tls-gd-2h.d 13 Program Header:
tls-ie-10.d 13 Program Header:
tls-ie-11.d 13 Program Header:
tls-ie-8.d 13 Program Header:
tls-ie-9.d 13 Program Header:
tls-ld-4.d 13 Program Header:
tls-ld-5.d 13 Program Header:
tls-ld-6.d 13 Program Header:
tls-ld-7.d 13 Program Header:
tls-ldgd-14.d 18 Program Header:
tls-ldgd-15.d 18 Program Header:
tls-ldgde-15.d 19 Program Header:
tls-leie-19.d 19 Program Header:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
tlsbin-2.d 36 There are [0-9]+ program headers, starting at offset [0-9]+
38 Program Headers:
42 .*Requesting program interpreter.*
tlspic-2.d 35 There are 4 program headers, starting at offset [0-9]+
37 Program Headers:
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 529 * program.
540 for (inst = c->Program.Instructions.Next;
541 inst != &c->Program.Instructions;
711 c->Program.Constants.Constants[index].Type == RC_CONSTANT_IMMEDIATE;
726 if(swz >= 4 || index >= c->Program.Constants.Count ){
734 c->Program.Constants.Constants[index].u.Immediate[swz];
  /packages/apps/TV/src/com/android/tv/recommendation/
RecommendationDataManager.java 41 import com.android.tv.data.Program;
383 Program program = new Program.Builder() local
389 return new WatchedProgram(program, watchedRecord.watchedStartTime, endTime);
435 Program program = new Program.Builder() local
442 return new WatchedProgram(program,
494 private ChannelRecord updateChannelRecordFromWatchedProgram(WatchedProgram program) {
    [all...]
  /packages/apps/TV/src/com/android/tv/util/
Utils.java 50 import com.android.tv.data.Program;
84 private static final String PATH_PROGRAM = "program";
234 * Gets the info of the program on particular time.
237 public static Program getProgramAt(Context context, long channelId, long timeMs) {
253 try (Cursor cursor = context.getContentResolver().query(uri, Program.PROJECTION,
256 return Program.fromCursor(cursor);
263 * Gets the info of the current program.
266 public static Program getCurrentProgram(Context context, long channelId) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 96 virtual HRESULT WINAPI SetNotifyCmdLine(LPCWSTR Program,LPCWSTR Parameters) = 0;
143 HRESULT (WINAPI *SetNotifyCmdLine)(IBackgroundCopyJob2 *This,LPCWSTR Program,LPCWSTR Parameters);
192 #define IBackgroundCopyJob2_SetNotifyCmdLine(This,Program,Parameters) (This)->lpVtbl->SetNotifyCmdLine(This,Program,Parameters)
202 HRESULT WINAPI IBackgroundCopyJob2_SetNotifyCmdLine_Proxy(IBackgroundCopyJob2 *This,LPCWSTR Program,LPCWSTR Parameters);
  /packages/apps/TV/src/com/android/tv/guide/
ProgramTableAdapter.java 50 import com.android.tv.data.Program;
64 * Adapts the {@link ProgramListAdapter} list to the body of the program guide table.
225 // Members of Program Details
345 if (Program.isValid(mSelectedEntry.program)) {
346 Program program = mSelectedEntry.program; local
347 if (getProgramBlock(program) == null) {
348 program.prefetchPosterArt(itemView.getContext(), mImageWidth, mImageHeight)
    [all...]
  /external/ceres-solver/internal/ceres/
evaluator_test.cc 44 #include "ceres/program.h"
110 Evaluator* CreateEvaluator(Program* program) {
111 // This program is straight from the ProblemImpl, and so has no index/offset
113 program->SetParameterOffsetsAndIndex();
132 return Evaluator::Create(options, program, &error);
242 // Add the parameters in explicit order to force the ordering in the program.
327 // Add the parameters in explicit order to force the ordering in the program.
382 // Add the parameters in explicit order to force the ordering in the program.
450 // Add the parameters in explicit order to force the ordering in the program
598 Program* program = problem.mutable_program(); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.cpp 157 INFO("program binary (%u bytes)", codeSize);
172 CodeEmitter::prepareEmission(Program *prog)
300 Program::emitSymbolTable(struct nv50_ir_prog_info *info)
321 Program::emitBinary(struct nv50_ir_prog_info *info)
  /external/opencv3/modules/core/src/
ocl.cpp     [all...]

Completed in 303 milliseconds

<<11121314151617181920>>