Home
last modified time | relevance | path

Searched refs:phase (Results 151 - 175 of 250) sorted by relevance

12345678910

/third_party/skia/src/core/
H A DSkATrace.h25 SkEventTracer::Handle addTraceEvent(char phase,
/third_party/skia/third_party/externals/dawn/src/dawn_platform/
H A DDawnPlatform.cpp39 uint64_t Platform::AddTraceEvent(char phase, in AddTraceEvent() argument
/third_party/skia/tools/trace/
H A DSkDebugfTracer.h22 SkEventTracer::Handle addTraceEvent(char phase,
H A DChromeTracingTracer.h27 SkEventTracer::Handle addTraceEvent(char phase,
/third_party/skia/include/utils/
H A DSkEventTracer.h58 addTraceEvent(char phase,
/third_party/skia/third_party/externals/angle2/include/platform/
H A DPlatformMethods.h105 // - phase specifies the type of event:
150 char phase,
161 char phase, in DefaultAddTraceEvent()
160 DefaultAddTraceEvent(PlatformMethods *platform, char phase, const unsigned char *categoryEnabledFlag, const char *name, unsigned long long id, double timestamp, int numArgs, const char **argNames, const unsigned char *argTypes, const unsigned long long *argValues, unsigned char flags) DefaultAddTraceEvent() argument
/third_party/mesa3d/.gitlab-ci/lava/utils/
H A Dlava_log_hints.py26 self.log_follower.phase == LogSectionType.TEST_CASE
/third_party/node/deps/v8/src/libplatform/tracing/
H A Drecorder-win.cc57 TraceLoggingValue(trace_event->phase(), "phase"), in AddEvent()
/third_party/skia/src/utils/
H A DSkEventTracer.cpp16 addTraceEvent(char phase,
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DANGLEPerfTest.cpp75 char phase, in AddPerfTraceEvent()
102 buffer.emplace_back(phase, category->name, name, timestamp, tid); in AddPerfTraceEvent()
179 value.AddMember("ph", std::string(1, traceEvent.phase), allocator); in DumpTraceEventsToJSONFile()
235 : phase(phaseIn), categoryName(categoryNameIn), name{}, timestamp(timestampIn), tid(tidIn) in TraceEvent()
74 AddPerfTraceEvent(PlatformMethods *platform, char phase, const unsigned char *categoryEnabledFlag, const char *name, unsigned long long id, double timestamp, int numArgs, const char **argNames, const unsigned char *argTypes, const unsigned long long *argValues, unsigned char flags) AddPerfTraceEvent() argument
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djidctint-avx2.asm79 ; transpose coefficients(phase 1)
89 ; transpose coefficients(phase 2)
99 ; transpose coefficients(phase 3)
109 ; transpose coefficients(phase 4)
H A Djfdctint-avx2.asm78 ; transpose coefficients(phase 1)
88 ; transpose coefficients(phase 2)
98 ; transpose coefficients(phase 3)
/third_party/backends/backend/
H A Dcanon630u-common.c1366 int stepsize, faststep = 0x0104, reverse = 0x28, phase, pwm = 0x1f; in scan() local
1373 phase = 0x39a8; in scan()
1378 phase = 0x3198; in scan()
1382 phase = 0x2184; in scan()
1386 phase = 0x0074; in scan()
1391 phase = 0x41ac; in scan()
1410 write_word (fd, 0x52, phase); in scan()
/third_party/node/deps/v8/tools/mb/
H A Dmb.py124 subp.add_argument('--phase',
125 help='optional phase name (used when builders '
620 if self.args.phase is None:
621 raise MBErr('Must specify a build --phase for %s on %s' %
623 phase = str(self.args.phase)
624 if phase not in config:
626 (phase, self.args.builder, self.args.builder_group))
627 return config[phase]
629 if self.args.phase i
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferTextureBufferRange.cpp1048 * @param phase name of test phase
1053 bool TextureBufferTextureBufferRange::checkResult(FormatInfo& info, const char* phase, bool transformFeedback) in checkResult() argument
1090 m_testCtx.getLog() << tcu::TestLog::Message << "Texture size is wrong for " << phase << " phase \n" in checkResult()
1129 logError(phase, glu::getUncompressedTextureFormatName(info.get_internal_format()), i, in checkResult()
1156 logError(phase, glu::getUncompressedTextureFormatName(info.get_internal_format()), i, in checkResult()
1184 logError(phase, glu::getUncompressedTextureFormatName(info.get_internal_format()), i, in checkResult()
1210 * @param phase name of phase
1217 logError(const char* phase, const char* internalFormat, glw::GLuint component, const char* exptectedValue, const char* resultValue) logError() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dcffdecode.c1097 FT_Int phase = ( op == cff_op_hlineto ); in FT_LOCAL_DEF() local
1118 if ( phase ) in FT_LOCAL_DEF()
1127 phase ^= 1; in FT_LOCAL_DEF()
1268 FT_Int phase; in FT_LOCAL_DEF() local
1290 phase = ( op == cff_op_hvcurveto ); in FT_LOCAL_DEF()
1295 if ( phase ) in FT_LOCAL_DEF()
1324 phase ^= 1; in FT_LOCAL_DEF()
/third_party/python/Lib/test/
H A Dlock_tests.py237 phase = []
241 phase.append(None)
243 phase.append(None)
247 while len(phase) == 0:
250 self.assertEqual(len(phase), 1)
252 while len(phase) == 1:
254 self.assertEqual(len(phase), 2)
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pixel_buffer.cpp1283 dng_point phase = RepeatPhase (srcArea, in RepeatArea() local
1313 phase.v, in RepeatArea()
1314 phase.h); in RepeatArea()
1333 phase.v, in RepeatArea()
1334 phase.h); in RepeatArea()
1353 phase.v, in RepeatArea()
1354 phase.h); in RepeatArea()
/third_party/python/Objects/
H A Dcomplexobject.c132 double vabs,len,at,phase; in _Py_c_pow() local
147 phase = at*b.real; in _Py_c_pow()
150 phase += b.imag*log(vabs); in _Py_c_pow()
152 r.real = len*cos(phase); in _Py_c_pow()
153 r.imag = len*sin(phase); in _Py_c_pow()
/third_party/skia/third_party/externals/freetype/src/lzw/
H A Dftzopen.h115 FT_LzwPhase phase; member
/third_party/skia/modules/skottie/src/effects/
H A DMotionBlurEffect.h43 size_t sample_count, float phase, float dt);
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py1840 """Abstract base for build phase classes. Not represented in a project
1850 # TODO(mark): Some build phase types, like PBXShellScriptBuildPhase, don't
1853 # phase types that do have "files" lists should be derived from that new
1885 """Adds path to the dict tracking paths belonging to this build phase.
1887 If the path is already a member of this build phase, raises an exception.
1898 phase, and pbxbuildfile must contain either a PBXFileReference directly
1904 phase.
1906 If the path is already present in the phase, raises an exception.
1909 are already present in the phase, referenced by a different PBXBuildFile
1969 # There's already a PBXBuildFile in this phase correspondin
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djfdctint-avx2.asm78 ; transpose coefficients(phase 1)
88 ; transpose coefficients(phase 2)
98 ; transpose coefficients(phase 3)
/third_party/mksh/
H A DBuild.sh260 phase=x
350 if test $phase = u; then
1517 phase=u
1519 phase=x
1565 NOWARN=$DOWARN; phase=u
1621 phase=u
1624 phase=x
1654 phase=u
1657 phase=x
1705 phase
[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Didlharness-shadowrealm.js77 promise_test(t => {t.set_status(status, message); t.phase = t.phases.HAS_RESULT; t.done()}, name);

Completed in 22 milliseconds

12345678910