Home
last modified time | relevance | path

Searched refs:proc (Results 351 - 375 of 459) sorted by relevance

1...<<111213141516171819

/third_party/vk-gl-cts/external/
H A Dfetch_sources.py256 proc = subprocess.Popen(['git', 'tag', '-l', tag], stdout=subprocess.PIPE)
257 (stdout, stderr) = proc.communicate()
/third_party/skia/src/image/
H A DSkImage_Raster.cpp340 sk_sp<SkImage> SkImage::MakeFromRaster(const SkPixmap& pmap, RasterReleaseProc proc, in MakeFromRaster() argument
347 sk_sp<SkData> data(SkData::MakeWithProc(pmap.addr(), size, proc, ctx)); in MakeFromRaster()
/third_party/skia/src/core/
H A DSkFont.cpp258 void (*proc)(const SkPath*, const SkMatrix&, void*), void* ctx) const { in getPaths()
268 proc(glyph->path(), mx, ctx); in getPaths()
/third_party/skia/src/gpu/
H A DGrGpu.h871 SubmittedProc(GrGpuSubmittedProc proc, GrGpuSubmittedContext context) in SubmittedProc()
872 : fProc(proc), fContext(context) {} in SubmittedProc()
/third_party/skia/src/images/
H A DSkPngEncoder.cpp65 transform_scanline_proc proc() const { return fProc; } in proc() function in final
444 fEncoderMgr->proc()((char*)fStorage.get(), in onEncodeRows()
/third_party/skia/src/gpu/effects/
H A DGrYUVtoRGBEffect.cpp308 const GrFragmentProcessor& proc) override { in onMakeProgramImpl()
309 const GrYUVtoRGBEffect& yuvEffect = proc.cast<GrYUVtoRGBEffect>(); in onMakeProgramImpl()
/third_party/skia/tools/skpbench/
H A Dskpbench.py127 def __init__(self, queue, proc):
129 self._proc = proc
/third_party/skia/gm/
H A Dimage.cpp291 for (auto& proc : procs) {
292 sk_sp<SkImage> image(proc(info, canvas->recordingContext(), draw_contents));
/third_party/skia/bench/
H A DDashBench.cpp180 MakeDashBench(void (*proc)(SkPath*), const char name[]) { in MakeDashBench() argument
182 proc(&fPath); in MakeDashBench()
/third_party/vk-gl-cts/scripts/
H A Drun_nightly.py152 proc = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
153 out, err = proc.communicate()
/third_party/glfw/src/
H A Degl_context.c320 GLFWglproc proc = (GLFWglproc) in getProcAddressEGL() local
322 if (proc) in getProcAddressEGL()
323 return proc; in getProcAddressEGL()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dimage.c219 const char *proc = util_get_process_name(); in vlVaDeriveImage() local
250 if ((strcmp(derive_interlaced_allowlist[i], proc) == 0)) in vlVaDeriveImage()
263 if ((strcmp(derive_progressive_disallowlist[i], proc) == 0)) in vlVaDeriveImage()
/third_party/python/Lib/test/
H A Dtest_cmd_line_script.py761 proc = spawn_python(script, text=True,
764 out, err = proc.communicate()
766 self.assertNotEqual(proc.returncode, 0)
H A Dtest_support.py503 proc = subprocess.run(cmd,
510 self.assertEqual(proc.stdout.rstrip(), repr(expected))
511 self.assertEqual(proc.returncode, 0)
H A Dtest_gzip.py779 with Popen(args, stdin=PIPE, stdout=PIPE, stderr=PIPE) as proc:
780 out, err = proc.communicate(bytes_io.getvalue())
812 with Popen(args, stdin=PIPE, stdout=PIPE, stderr=PIPE) as proc:
813 out, err = proc.communicate(self.data)
/third_party/vk-gl-cts/execserver/tools/
H A DxsTest.cpp959 deProcess* proc = deProcess_create("ls -lah /Users/pyry", DE_NULL);
960 deFile* out = deProcess_getStdOut(proc);
969 deProcess_destroy(proc);
/third_party/skia/src/codec/
H A DSkCodec.cpp141 for (DecoderProc proc : *decoders()) { in MakeFromStream()
142 if (proc.IsFormat(buffer, bytesRead)) { in MakeFromStream()
143 return proc.MakeFromStream(std::move(stream), outResult); in MakeFromStream()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTracePerfTest.cpp1632 ProcessHandle proc(LaunchProcess(args, ProcessOutputCapture::StdoutOnly)); in PrintFileDiff()
1633 if (proc && proc->finish()) in PrintFileDiff()
1635 printf("\n%s\n", proc->getStdout().c_str()); in PrintFileDiff()
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-esound.c142 int (*proc)(connection *c, esd_proto_t request, const void *data, size_t length); member
1036 if (!handler->proc) { in do_read()
1044 if (handler->proc(c, c->request, NULL, 0) < 0) in do_read()
1061 pa_assert(handler->proc); in do_read()
1079 pa_assert(handler->proc); in do_read()
1084 if (handler->proc(c, c->request, c->read_data, l) < 0) in do_read()
/third_party/NuttX/fs/nfs/
H A Drpc.h221 uint32_t proc; member
/third_party/libunwind/libunwind/src/ia64/
H A Dgetcontext.S40 .proc _Uia64_getcontext
/third_party/nghttp2/src/
H A Dshrpx_connection_handler.h80 Process proc; member
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/
H A Ddriver.sh257 if ! grep 'crashkernel=' /proc/cmdline; then
/third_party/ltp/testcases/kernel/mce-test/lib/
H A Dmce.sh327 echo -n $1 > /proc/sys/kernel/panic_on_oops
/third_party/ltp/testcases/lib/
H A Dtest.sh347 if ! grep -q "$device" /proc/mounts; then

Completed in 28 milliseconds

1...<<111213141516171819