Searched
full:program (Results
2151 -
2175 of
23867) sorted by null
<<81828384858687888990>>
/external/chromium_org/ppapi/cpp/ |
logging.h | 14 /// will crash the program if the assertion evaluates to false. It (typically)
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
codegen_unittest.cc | 19 typedef SandboxBPF::Program Program; 47 // Create the most basic valid BPF program: 55 // Create a program with a single branch: 68 // Create a program with a single branch: 84 // Creates a basic BPF program that we'll use to test some of the code: 163 Instruction *program, int) { 176 // well-formed BPF program. 177 // Perform a depth-first traversal of the BPF program an verify that all 180 // instructions in the program [all...] |
sandbox_bpf.h | 64 // program in the kernel. 65 typedef std::vector<struct sock_filter> Program; 109 // this would be the lifetime of the program. 164 // Kill the program and print an error message. 180 // Assembles a BPF filter program from the current policy. After calling this 184 // For performance reasons, we normally only run the assembled BPF program 185 // through the verifier, iff the program was built in debug mode. 188 Program* AssembleFilter(bool force_verification); 233 // Verify the correctness of a compiled program by comparing it against the 236 void VerifyProgram(const Program& program, bool has_unsafe_traps) [all...] |
/external/chromium_org/testing/gtest/test/ |
gtest_throw_on_failure_test_.cc | 34 // This program must be compiled with exceptions disabled. It will be 44 // This terminate handler aborts the program using exit() rather than abort(). 48 fprintf(stderr, "%s\n", "Unhandled C++ exception terminating the program."); 66 // assertion will cause the program to exit with a non-zero code.
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
debugger-pause-on-else-statements.html | 15 Start a debugging session in the Web Inspector and open this file. When the debugger breaks, select the (program) node
|
debugger-pause-on-for-in-statements.html | 15 Start a debugging session in the Web Inspector and open this file. When the debugger breaks, select the (program) node
|
debugger-pause-on-for-statements.html | 13 Start a debugging session in the Web Inspector and open this file. When the debugger breaks, select the (program) node
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/ |
CustomFilterGlobalContext.cpp | 99 void CustomFilterGlobalContext::removeValidatedProgram(const CustomFilterValidatedProgram* program) 101 CustomFilterValidatedProgramsMap::iterator iter = m_programs.find(program->programInfo()); 106 // Check that there's no way we could have the same program under a different key. 108 ASSERT(iter->value != program);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
reptest.h | 7 * This test program is intended for testing Replaceable class.
|
trnserr.h | 7 * This test program is intended for testing error conditions of the
|
/external/chromium_org/third_party/launchpad_translations/ |
inspector_strings_id.xtb | 12 <translation id="1892670850488572691">(program)</translation>
|
/external/chromium_org/third_party/libxml/src/ |
acinclude.m4 | 22 echo "configure: failed program was:" >&AC_FD_CC
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
Makefile.am | 25 $(top_srcdir)/src/mesa/program/register_allocate.c
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
Makefile.am | 55 $(top_srcdir)/src/mesa/program/hash_table.c \ 56 $(top_srcdir)/src/mesa/program/symbol_table.c \ 71 $(top_srcdir)/src/mesa/program/hash_table.c \ 72 $(top_srcdir)/src/mesa/program/symbol_table.c \
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i915_program.c | 190 if (p->csr >= p->program + ARRAY_SIZE(p->program)) { 191 i915_program_error(p, "Program contains too many instructions"); 279 if (p->csr >= p->program + ARRAY_SIZE(p->program)) { 280 i915_program_error(p, "Program contains too many instructions"); 438 /* Warning the user about program errors seems to be quite valuable, from 440 * when we fall back to software due to an unsupportable program, though. 479 p->csr = p->program; 496 GLuint program_size = p->csr - p->program; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
nvprogram.h | 56 _mesa_GetProgramStringNV(GLuint id, GLenum pname, GLubyte *program); 74 _mesa_LoadProgramNV(GLenum target, GLuint id, GLsizei len, const GLubyte *program); 113 _mesa_setup_nv_temporary_count(struct gl_program *program); 117 struct gl_program *program);
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrVertexEffect.h | 16 * program in emitCode.
|
/external/chromium_org/third_party/sqlite/src/ |
mkopcodec.awk | 9 # VDBE program during tracing or as a result of the EXPLAIN keyword.
|
/external/chromium_org/tools/gyp/test/external-cross-compile/ |
gyptest-cross.py | 28 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
|
/external/chromium_org/tools/gyp/test/relative/ |
gyptest-default.py | 8 Verifies simplest-possible build of a "Hello, world!" program
|
/external/chromium_org/tools/gyp/test/rules/src/subdir4/ |
build-asm.gyp | 27 'program.c',
|
/external/clang/test/CXX/dcl.decl/dcl.init/ |
p6.cpp | 5 // If a program calls for the default initialization of an object of a
|
/external/clang/test/SemaObjC/ |
no-warn-unimpl-method.m | 3 // This program tests that if class implements the forwardInvocation method, then
|
/external/clang/test/SemaOpenCL/ |
event_t.cl | 3 event_t glb_evt; // expected-error {{the event_t type cannot be used to declare a program scope variable}}
|
/external/e2fsprogs/e2fsck/ |
mtrace.awk | 3 # Awk program to analyze mtrace.c output.
|
Completed in 1270 milliseconds
<<81828384858687888990>>