Home
last modified time | relevance | path

Searched defs:proc (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/oboe/src/aaudio/
DAAudioLoader.cpp134 static void AAudioLoader_check(void *proc, const char *functionName) { in AAudioLoader_check()
141 void *proc = dlsym(mLibHandle, functionName); in load_I_PPB() local
147 void *proc = dlsym(mLibHandle, functionName); in load_CPH_I() local
153 void *proc = dlsym(mLibHandle, functionName); in load_V_PBI() local
159 void *proc = dlsym(mLibHandle, functionName); in load_V_PBPDPV() local
165 void *proc = dlsym(mLibHandle, functionName); in load_V_PBPEPV() local
171 void *proc = dlsym(mLibHandle, functionName); in load_I_PSI() local
177 void *proc = dlsym(mLibHandle, functionName); in load_I_PS() local
183 void *proc = dlsym(mLibHandle, functionName); in load_L_PS() local
189 void *proc = dlsym(mLibHandle, functionName); in load_F_PS() local
[all …]
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dbinary.cpp68 proc(std::ostream &os, const T &x) { in proc() function
73 proc(std::istream &is, T &x) { in proc() function
78 proc(binary::size_t &sz, const T &x) { in proc() function
89 proc(std::ostream &os, const std::vector<T> &v) { in proc() function
97 proc(std::istream &is, std::vector<T> &v) { in proc() function
105 proc(binary::size_t &sz, const std::vector<T> &v) { in proc() function
118 proc(std::ostream &os, const std::vector<T> &v) { in proc() function
125 proc(std::istream &is, std::vector<T> &v) { in proc() function
132 proc(binary::size_t &sz, const std::vector<T> &v) { in proc() function
141 proc(std::ostream &os, const std::string &s) { in proc() function
[all …]
/third_party/flutter/skia/resources/lua/
Dslides_transitions.lua11 proc = function(self, canvas, drawSlideProc) function
53 proc = function(self, canvas, drawSlideProc) function
99 proc = function(self, canvas, drawSlideProc) function
131 proc = function(self, canvas, drawSlideProc) function
175 proc = function(self, canvas, drawSlideProc) function
Dslides.lua252 proc = function (self, canvas, drawSlideProc) function
275 proc = function (self, canvas, drawSlideProc) function
/third_party/glib/gio/tests/
Dgsubprocess.c70 GSubprocess *proc; in test_noop() local
107 GSubprocess *proc; in test_noop_all_to_null() local
125 GSubprocess *proc; in test_noop_no_wait() local
141 GSubprocess *proc; in test_noop_stdin_inherit() local
160 GSubprocess *proc; in test_search_path() local
178 GSubprocess *proc; in test_exit1() local
233 GSubprocess *proc; in test_exit1_cancel() local
288 GSubprocess *proc; in test_exit1_cancel_in_cb() local
341 GSubprocess *proc; in test_echo1() local
368 GSubprocess *proc; in test_echo_merged() local
[all …]
/third_party/node/test/parallel/
Dtest-cli-options-negation.js33 function assertHasWarning(proc) { argument
37 function assertHasNoWarning(proc) { argument
Dtest-stdio-closed.js19 const proc = spawn(python, [script, process.execPath, __filename, 'child']); constant
33 const proc = spawn('/bin/sh', ['-c', cmd], { stdio: 'inherit' }); constant
Dtest-cli-eval.js164 const proc = child.spawnSync(process.execPath, ['-e', script], options); constant
177 const proc = child.fork('-e', [script]); constant
Dtest-repl-clear-immediate-crash.js7 const proc = child_process.spawn(process.execPath, ['-i']); constant
Dtest-stdout-close-unref.js36 const proc = spawn(process.execPath, [__filename, 'child'], { stdio: 'pipe' }); constant
/third_party/flutter/skia/src/core/
DSkDataTable.cpp26 FreeProc proc, void* context) { in SkDataTable()
36 SkDataTable::SkDataTable(const Dir* dir, int count, FreeProc proc, void* ctx) { in SkDataTable()
126 FreeProc proc, void* ctx) { in MakeArrayProc()
DSkTypefaceCache.cpp24 sk_sp<SkTypeface> SkTypefaceCache::findByProcAndRef(FindProc proc, void* ctx) const { in findByProcAndRef()
75 sk_sp<SkTypeface> SkTypefaceCache::FindByProcAndRef(FindProc proc, void* ctx) { in FindByProcAndRef()
/third_party/skia/src/core/
DSkDataTable.cpp26 FreeProc proc, void* context) { in SkDataTable()
36 SkDataTable::SkDataTable(const Dir* dir, int count, FreeProc proc, void* ctx) { in SkDataTable()
126 FreeProc proc, void* ctx) { in MakeArrayProc()
DSkTypefaceCache.cpp24 sk_sp<SkTypeface> SkTypefaceCache::findByProcAndRef(FindProc proc, void* ctx) const { in findByProcAndRef()
75 sk_sp<SkTypeface> SkTypefaceCache::FindByProcAndRef(FindProc proc, void* ctx) { in FindByProcAndRef()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DFunctionsWGL.cpp24 T proc = nullptr; in GetWGLProcAddress() local
46 T proc = nullptr; in GetWGLExtensionProcAddress() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DFunctionsWGL.cpp24 T proc = nullptr; in GetWGLProcAddress() local
46 T proc = nullptr; in GetWGLExtensionProcAddress() local
/third_party/boost/boost/process/detail/windows/
Dasync_pipe.hpp216 auto proc = ::boost::winapi::GetCurrentProcess(); in source() local
232 auto proc = ::boost::winapi::GetCurrentProcess(); in sink() local
253 auto proc = ::boost::winapi::GetCurrentProcess(); in async_pipe() local
327 auto proc = ::boost::winapi::GetCurrentProcess(); in operator =() local
364 auto proc = ::boost::winapi::GetCurrentProcess(); in operator =() local
415 auto proc = ::boost::winapi::GetCurrentProcess(); in operator basic_pipe<CharT,Traits>() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_vertexstageexport.cpp9 VertexStageExportBase::VertexStageExportBase(VertexStage& proc): in VertexStageExportBase()
51 VertexStageExportForFS::VertexStageExportForFS(VertexStage& proc, in VertexStageExportForFS()
277 VertexStageWithOutputInfo::VertexStageWithOutputInfo(VertexStage& proc): in VertexStageWithOutputInfo()
458 VertexStageExportForGS::VertexStageExportForGS(VertexStage &proc, in VertexStageExportForGS()
520 VertexStageExportForES::VertexStageExportForES(VertexStage& proc): in VertexStageExportForES()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLXferProcessor.cpp22 const GrXferProcessor& proc) { in adjust_for_lcd_coverage()
145 const GrXferProcessor& proc) { in DefaultCoverageModulation()
/third_party/node/test/sequential/
Dtest-process-title.js21 const proc = spawnSync(process.execPath, ['-p', 'process.title', xs]); constant
Dtest-debug-prompt.js7 const proc = spawn(process.execPath, ['inspect', 'foo']); constant
/third_party/skia/bench/
DRegionContainBench.cpp36 RegionContainBench(Proc proc, const char name[]) { in RegionContainBench()
56 Proc proc = fProc; in onDraw() local
/third_party/flutter/skia/bench/
DRegionContainBench.cpp36 RegionContainBench(Proc proc, const char name[]) { in RegionContainBench()
56 Proc proc = fProc; in onDraw() local
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCClipProcessor.cpp56 const GrCCClipProcessor& proc = args.fFp.cast<GrCCClipProcessor>(); in emitCode() local
107 const GrCCClipProcessor& proc = fp.cast<GrCCClipProcessor>(); in onSetData() local
/third_party/python/Lib/test/
Dmp_preload.py16 proc = ctx.Process(target=f) variable

12345678910>>...13