Searched
full:program (Results
1376 -
1400 of
23867) sorted by null
<<51525354555657585960>>
/external/checkpolicy/test/ |
Makefile | 2 # Makefile for building the dispol program
|
/external/chromium/webkit/glue/resources/ |
webkit_strings_sv.xtb | 4 <translation id="4519964825805946997">Det gick inte att installera plugin-program från <ph name="URL"/></translation> 10 <translation id="372362261556059955">Ett ytterligare plugin-program krävs</translation> 27 <translation id="2745343197843472802">Hämta plugin-program</translation> 29 <translation id="5776402066334188252">Bekräfta att du vill installera detta plugin-program. Installera bara plugin-program från tillförlitliga källor.</translation> 40 <translation id="5253117816378681419">Bekräfta att du vill installera plugin-programmet <ph name="PLUGIN"/>. Installera bara plugin-program från tillförlitliga källor.</translation> 42 <translation id="7335060848622232389">Installationen av plugin-program har inaktiverats.</translation> 52 <translation id="3851140433852960970">Det finns inget plugin-program för att visa det här innehållet</translation> 55 <translation id="9198010615634362518">Det plugin-program som krävs är inte installerat.</translation>
|
/external/chromium_org/build/android/ |
adb_gdb_android_webview_shell | 14 --program-name=AwShellApplication \
|
adb_gdb_chromium_testshell | 14 --program-name=ChromiumTestShell \
|
adb_gdb_content_shell | 14 --program-name=ContentShell \
|
adb_gdb_mojo_shell | 14 --program-name=MojoShell \
|
/external/chromium_org/cc/test/ |
fake_web_graphics_context_3d.cc | 72 WebGLId program, 79 WebGLId program, 86 WebGLId program, 110 WebGLId program, 118 WebGLId program) { 188 WebGLId program, 215 WebGLId program) { 312 void FakeWebGraphicsContext3D::attachShader(WebGLId program, WebGLId shader) { 315 void FakeWebGraphicsContext3D::useProgram(WebGLId program) {
|
/external/chromium_org/chrome/renderer/ |
benchmarking_extension.h | 15 // an external profiler program (such as Quantify). The "External" part of the
|
/external/chromium_org/courgette/ |
encode_decode_unittest.cc | 21 courgette::AssemblyProgram* program = NULL; local 25 &program); 30 const courgette::Status encode_status = Encode(program, &encoded); 33 DeleteAssemblyProgram(program);
|
/external/chromium_org/gpu/command_buffer/service/ |
disk_cache_proto.proto | 22 optional bytes program = 3;
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLProgram.h | 53 // This is to be called everytime after the program is successfully linked. 54 // We don't deal with integer overflow here, assuming in reality a program 56 // Also, we invalidate the cached program info. 79 // program or not.
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
MockWebGraphicsContext3D.h | 71 virtual void attachShader(WebGLId program, WebGLId shader) { } 72 virtual void bindAttribLocation(WebGLId program, WGC3Duint index, const WGC3Dchar* name) { } 106 virtual void detachShader(WebGLId program, WebGLId shader) { } 121 virtual bool getActiveAttrib(WebGLId program, WGC3Duint index, ActiveInfo&) { return false; } 122 virtual bool getActiveUniform(WebGLId program, WGC3Duint index, ActiveInfo&) { return false; } 123 virtual void getAttachedShaders(WebGLId program, WGC3Dsizei maxCount, WGC3Dsizei* count, WebGLId* shaders) { } 124 virtual WGC3Dint getAttribLocation(WebGLId program, const WGC3Dchar* name) { return 0; } 138 virtual void getProgramiv(WebGLId program, WGC3Denum pname, WGC3Dint* value) 144 virtual WebString getProgramInfoLog(WebGLId program) { return WebString(); } 159 virtual void getUniformfv(WebGLId program, WGC3Dint location, WGC3Dfloat* value) { [all...] |
/external/chromium_org/third_party/jstemplate/ |
README.chromium | 14 compile.py is a simple program used to generate the single compiled
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_program.c | 57 struct rc_instruction * inst = c->Program.Instructions.Next; 59 while(inst != &c->Program.Instructions) { 100 * program. This is meant to be combined with rc_find_free_temporary_list as a 114 for(inst = c->Program.Instructions.Next; 115 inst != &c->Program.Instructions; inst = inst->Next) { 209 * Return the number of instructions in the program. 216 for(inst = c->Program.Instructions.Next; 217 inst != &c->Program.Instructions; 222 c->Program.Instructions.IP = 0xcafedead;
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/ |
SConscript | 23 prog = env.Program(
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
descrip.mms | 30 program.c \ 48 program.obj,\ 83 program.obj : program.c
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_program.c | 37 #include "program/prog_instruction.h" 38 #include "program/program.h" 53 * fragment program. 75 * Called via ctx->Driver.UseProgram() to bind a linked GLSL program 91 * fragment program. 188 * Called when the program's text/code is changed. We have to free 228 /* XXX check if program is legal, within limits */ 234 * Plug in the program and shader-related device driver functions.
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
README | 7 This program is free software; you can redistribute it and/or modify 18 This kit builds a DES encryption library and a DES encryption program. 31 The des program is a replacement for the sun des command. I believe it 46 [ 10-Jan-97 and a function of an incorrect speed testing program in
|
/external/chromium_org/third_party/openssl/openssl/crypto/threads/ |
README | 9 I have tested this program on a 12 CPU ultra sparc box (solaris 2.5.1)
|
/external/chromium_org/third_party/skia/src/gpu/gl/debug/ |
GrProgramObj.cpp | 19 // shaders are automatically detached from a deleted program. They will only be
|
GrProgramObj.h | 38 bool fInUse; // has this program been activated by a glUseProgram call?
|
/external/chromium_org/tools/android/common/ |
daemon.h | 16 void ShowHelp(const char* program,
|
/external/chromium_org/tools/gyp/test/actions/generated-header/ |
test.gyp | 23 'target_name': 'program',
|
/external/chromium_org/tools/gyp/test/build-option/ |
gyptest-build.py | 8 Verifies simplest-possible build of a "Hello, world!" program
|
/external/chromium_org/tools/gyp/test/dependencies/ |
gyptest-sharedlib-linksettings.py | 20 test.run_built_executable('program', stdout="1\n2\n", chdir=CHDIR)
|
Completed in 1360 milliseconds
<<51525354555657585960>>