HomeSort by relevance Sort by last modified time
    Searched full:program (Results 4551 - 4575 of 23867) sorted by null

<<181182183184185186187188189190>>

  /external/chromium_org/courgette/
disassembler_win32_x64.cc 334 CheckBool DisassemblerWin32X64::ParseFile(AssemblyProgram* program) {
342 // ParseNonSectionFileRegion(file_offset, pe_info().length(), program);
348 program))
354 if (!ParseFileRegion(section, file_offset, end, program))
513 AssemblyProgram* program) {
523 if (!program->EmitByteInstruction(*p))
534 AssemblyProgram* program) {
550 if (!program->EmitOriginInstruction(start_rva))
562 if (!program->EmitPeRelocsInstruction())
579 if (!program->EmitAbs32(program->FindOrMakeAbs32Label(target_rva))
    [all...]
disassembler_win32_x86.cc 334 CheckBool DisassemblerWin32X86::ParseFile(AssemblyProgram* program) {
342 // ParseNonSectionFileRegion(file_offset, pe_info().length(), program);
348 program))
354 if (!ParseFileRegion(section, file_offset, end, program))
513 AssemblyProgram* program) {
523 if (!program->EmitByteInstruction(*p))
534 AssemblyProgram* program) {
550 if (!program->EmitOriginInstruction(start_rva))
562 if (!program->EmitPeRelocsInstruction())
579 if (!program->EmitAbs32(program->FindOrMakeAbs32Label(target_rva))
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 46 GrProgramObj *program = GR_FIND(programID, GrProgramObj, local
48 GrAlwaysAssert(program);
55 program->AttachShader(shader);
61 GrGLvoid GR_GL_FUNCTION_TYPE debugGLBindAttribLocation(GrGLuint program,
202 GrProgramObj *program = GR_FIND(programID, local
206 GrDebugGL::getInstance()->useProgram(program);
471 GrProgramObj *program = GR_CREATE(GrProgramObj, local
474 return program->getID();
490 GrProgramObj *program = GR_FIND(programID, local
493 GrAlwaysAssert(program);
    [all...]
  /external/grub/netboot/
3c90x.txt 28 This program Copyright (C) 1999 LightSys Technology Services, Inc.
31 This program may be re-distributed in source or binary form, modified,
35 documentation of any binary-only distributions. This program is
69 The 3C905B card actually provides a method to program the flash memory
71 write a small DOS program to do the programming, I can provide the
74 A utility program, 3c90xutil, is provided with Etherboot in the 'contrib'
76 is running. The program has been successfully used under Linux, but I
89 1. Run the 3c90xcfg program on the driver diskette to enable the
96 4. Build the 3c90x.rom or 3c90x.lzrom PROM image and program
291 that fail to load and run the boot program the first time around. I
    [all...]
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 46 GrProgramObj *program = GR_FIND(programID, GrProgramObj, local
48 GrAlwaysAssert(program);
55 program->AttachShader(shader);
61 GrGLvoid GR_GL_FUNCTION_TYPE debugGLBindAttribLocation(GrGLuint program,
202 GrProgramObj *program = GR_FIND(programID, local
206 GrDebugGL::getInstance()->useProgram(program);
471 GrProgramObj *program = GR_CREATE(GrProgramObj, local
474 return program->getID();
490 GrProgramObj *program = GR_FIND(programID, local
493 GrAlwaysAssert(program);
    [all...]
  /frameworks/base/libs/hwui/
ProgramCache.cpp 405 PROGRAM_LOGD("Clearing program cache");
414 Program* ProgramCache::get(const ProgramDescription& description) {
417 // program for A8, unmodulated, texture w/o shader (black text/path textures) is equivalent
418 // to standard texture program (bitmaps, patches). Consider them equivalent.
423 Program* program = NULL; local
425 description.log("Could not find program");
426 program = generateProgram(description, key);
427 mCache.add(key, program);
429 program = mCache.valueAt(index)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_translate.c 126 * pass-through program.
131 fs->program = (uint *) MALLOC(sizeof(passthrough_program));
133 if (fs->program) {
134 memcpy(fs->program, passthrough_program, sizeof(passthrough_program));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 281 Symbol::Symbol(Program *prog, DataFile f, ubyte fidx)
295 Program *prog = pol.context()->getProgram();
319 ImmediateValue::ImmediateValue(Program *prog, uint32_t uval)
332 ImmediateValue::ImmediateValue(Program *prog, float fval)
345 ImmediateValue::ImmediateValue(Program *prog, double dval)
369 Program *prog = pol.context()->getProgram();
995 Program::Program(Type type, Target *arch)
1020 Program::~Program()
    [all...]
  /external/clang/www/analyzer/
checker_dev_manual.html 21 <p>The static analyzer engine performs path-sensitive exploration of the program and
44 <li><a href="#extendingstates">Custom Program States</a></li>
90 The analyzer core performs symbolic execution of the given program. All the
92 the values of all the expressions in the program based on the input symbols
94 the program is explored. The explored execution traces are represented with
101 represents the corresponding location in the program (or the CFG graph).
108 represents abstract state of the program. It consists of:
238 <li> What checker-specific data needs to be stored as part of the program
240 implementing custom program state is given in section <a
241 href="#extendingstates">Custom Program States</a>
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 126 * pass-through program.
131 fs->program = (uint *) MALLOC(sizeof(passthrough_program));
133 if (fs->program) {
134 memcpy(fs->program, passthrough_program, sizeof(passthrough_program));
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 281 Symbol::Symbol(Program *prog, DataFile f, ubyte fidx)
295 Program *prog = pol.context()->getProgram();
319 ImmediateValue::ImmediateValue(Program *prog, uint32_t uval)
332 ImmediateValue::ImmediateValue(Program *prog, float fval)
345 ImmediateValue::ImmediateValue(Program *prog, double dval)
369 Program *prog = pol.context()->getProgram();
995 Program::Program(Type type, Target *arch)
1020 Program::~Program()
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp     [all...]
  /external/valgrind/main/drd/docs/
drd-manual.xml 20 programs. The tool works for any program that uses the POSIX threading
29 There are two possible reasons for using multithreading in a program:
70 Automatic parallelization. A compiler converts a sequential program into
71 a multithreaded program. The original program may or may not contain
74 tell a compiler how to parallelize a C, C++ or Fortran program. OpenMP
179 Depending on which multithreading paradigm is being used in a program,
235 The result of load and store operations performed by a multithreaded program
242 <emphasis>program order</emphasis>, that is, the order determined by the
243 program source code and the results of previous load operations
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 59 a rewrite program list.
378 program = @programs[ program_name ]
380 yield( program )
381 program.execute( range )
382 else program
386 def program( name = 'default' ) method
  /external/bison/djgpp/
README.in 5 This program is free software: you can redistribute it and/or modify
10 This program is distributed in the hope that it will be useful,
16 along with this program. If not, see <http://www.gnu.org/licenses/>.
29 It should be noticed that this bison version needs the m4 program as
86 any unzip program and proceed to the paragraph 3.3, below. Any file
92 `djunpack' invokes the `djtar' program (that is part of the basic DJGPP
  /external/chromium_org/gpu/command_buffer/docs/
gles2_cmd_format_docs.txt 23 //! program must be careful to leave the data available until the command has
250 uint32 program; //!< GLuint
259 uint32 program; //!< GLuint
271 uint32 program; //!< GLuint
281 uint32 program; //!< GLuint
667 uint32 program; //!< GLuint
744 uint32 program; //!< GLuint
937 uint32 program; //!< GLuint
955 uint32 program; //!< GLuint
969 uint32 program; //!< GLuin
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.h 47 class Program;
285 void deleteProgram(GLuint program);
308 void useProgram(GLuint program);
309 void linkProgram(GLuint program);
310 void setProgramBinary(GLuint program, const void *binary, GLint length);
325 Program *getProgram(GLuint handle);
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
quad-tex.c 63 struct program struct
89 static void init_prog(struct program *p)
282 static void close_prog(struct program *p)
307 static void draw(struct program *p)
348 struct program *p = CALLOC_STRUCT(program);
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_function_detect_recursion.cpp 29 * program contains recursion, this graph will contain a cycle. If a function
83 * this. The language will say a well-formed program may not recurse, but
95 * present if the static function call graph of the program contains
106 * call graph of the program" at all.
127 #include "program/hash_table.h"
128 #include "program.h"
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.h 39 #include "program/prog_parameter.h"
40 #include "program/prog_print.h"
41 #include "program/prog_optimize.h"
42 #include "program/register_allocate.h"
43 #include "program/sampler.h"
44 #include "program/hash_table.h"
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_instruction.c 34 * Initialize program instruction fields to defaults.
65 * Allocate an array of program instructions.
78 * Reallocate memory storing an array of program instructions.
80 * program.
102 * Copy an array of program instructions.
341 * Return string name for given program opcode.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
subprocess.cc 75 void Subprocess::Start(const string& program, SearchMode search_mode) {
116 char* name_copy = strdup(program.c_str());
121 if (CreateProcessA((search_mode == SEARCH_PATH) ? NULL : program.c_str(),
290 void Subprocess::Start(const string& program, SearchMode search_mode) {
301 char* argv[2] = { strdup(program.c_str()), NULL };
329 const char* message = ": program not found or is not executable\n";
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLNoOpInterface.cpp 57 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLBindFragDataLocation(GrGLuint program,
170 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLLinkProgram(GrGLuint program) {
436 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLBindFragDataLocationIndexed(GrGLuint program,
528 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGetInfoLog(GrGLuint program,
540 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGetShaderOrProgramiv(GrGLuint program,
655 GrGLint GR_GL_FUNCTION_TYPE noOpGLGetUniformLocation(GrGLuint program, const char* name) {
GrGpuGL_program.cpp 17 "Display program cache usage.");
64 SkDebugf("--- Program Cache ---\n");
128 GrGLProgram* program = GrGLProgram::Create(fGpu, desc, colorStages, coverageStages); local
129 if (NULL == program) {
152 entry->fProgram.reset(program);
250 SkDEBUGFAIL("Failed to create program!");
  /external/clang/docs/
MemorySanitizer.rst 25 Simply compile and link your program with ``-fsanitize=memory`` flag.
51 If a bug is detected, the program will print an error message to
130 reports. It slows down program execution by a factor of 1.5x-2x on top
136 MemorySanitizer requires that all program code is instrumented. This
137 also includes any libraries that the program depends on, even libc.
148 In the case when rebuilding all program dependencies with

Completed in 1549 milliseconds

<<181182183184185186187188189190>>