HomeSort by relevance Sort by last modified time
    Searched refs:phase (Results 126 - 150 of 769) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skqp/src/utils/
SkEventTracer.cpp 16 addTraceEvent(char phase,
  /external/skqp/tools/trace/
SkChromeTracingTracer.h 27 SkEventTracer::Handle addTraceEvent(char phase,
SkDebugfTracer.cpp 11 SkEventTracer::Handle SkDebugfTracer::addTraceEvent(char phase,
67 bool open = (phase == TRACE_EVENT_PHASE_COMPLETE);
  /external/v8/src/libplatform/tracing/
trace-object.cc 35 char phase, const uint8_t* category_enabled_flag, const char* name,
43 phase_ = phase;
112 char phase, const uint8_t* category_enabled_flag, const char* name,
121 phase_ = phase;
  /external/webrtc/webrtc/base/
event_tracer_unittest.cc 49 static void AddTraceEventHandler(char phase,
  /frameworks/base/core/jni/android/graphics/
PathEffect.cpp 38 jfloatArray intervalArray, jfloat phase) {
46 SkPathEffect* effect = SkDashPathEffect::Make(intervals, count, phase).release();
51 jlong shapeHandle, jfloat advance, jfloat phase, jint style) {
54 SkPathEffect* effect = SkPath1DPathEffect::Make(*shape, advance, phase,
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
stm32l4xx-cannot-fix-far-ldm.s 23 @ Emit a warning during the link phase and keep the same instruction
  /external/dng_sdk/source/
dng_image.cpp 293 // Find pattern phase at top-left corner of destination area.
295 dng_point phase = dng_pixel_buffer::RepeatPhase (srcArea, local
305 int32 splitV = newArea.t + repeat.v - phase.v;
306 int32 splitH = newArea.l + repeat.h - phase.h;
322 dng_point (phase.v, phase.h));
346 dng_point (phase.v, -phase.h));
370 dng_point (-phase.v, phase.h))
    [all...]
  /external/libjpeg-turbo/simd/
jfdctflt-sse-64.asm 93 movaps xmm4,xmm0 ; transpose coefficients(phase 1)
96 movaps xmm5,xmm2 ; transpose coefficients(phase 1)
111 movaps xmm4,xmm6 ; transpose coefficients(phase 1)
114 movaps xmm2,xmm1 ; transpose coefficients(phase 1)
118 movaps xmm7,xmm6 ; transpose coefficients(phase 2)
121 movaps xmm3,xmm2 ; transpose coefficients(phase 2)
137 movaps xmm7,xmm4 ; transpose coefficients(phase 2)
140 movaps xmm6,xmm1 ; transpose coefficients(phase 2)
228 movaps xmm4,xmm0 ; transpose coefficients(phase 1)
231 movaps xmm5,xmm2 ; transpose coefficients(phase 1
    [all...]
jidctfst-sse2-64.asm 245 movdqa xmm3,xmm6 ; transpose coefficients(phase 1)
248 movdqa xmm0,xmm5 ; transpose coefficients(phase 1)
266 movdqa xmm4,xmm7 ; transpose coefficients(phase 1)
269 movdqa xmm2,xmm1 ; transpose coefficients(phase 1)
273 movdqa xmm0,xmm3 ; transpose coefficients(phase 2)
276 movdqa xmm5,xmm6 ; transpose coefficients(phase 2)
286 movdqa xmm3,xmm1 ; transpose coefficients(phase 2)
289 movdqa xmm0,xmm2 ; transpose coefficients(phase 2)
293 movdqa xmm4,xmm6 ; transpose coefficients(phase 3)
296 movdqa xmm7,xmm5 ; transpose coefficients(phase 3
    [all...]
jidctfst-sse2.asm 252 movdqa xmm3,xmm6 ; transpose coefficients(phase 1)
255 movdqa xmm0,xmm5 ; transpose coefficients(phase 1)
273 movdqa xmm4,xmm7 ; transpose coefficients(phase 1)
276 movdqa xmm2,xmm1 ; transpose coefficients(phase 1)
280 movdqa xmm0,xmm3 ; transpose coefficients(phase 2)
283 movdqa xmm5,xmm6 ; transpose coefficients(phase 2)
293 movdqa xmm3,xmm1 ; transpose coefficients(phase 2)
296 movdqa xmm0,xmm2 ; transpose coefficients(phase 2)
300 movdqa xmm4,xmm6 ; transpose coefficients(phase 3)
303 movdqa xmm7,xmm5 ; transpose coefficients(phase 3
    [all...]
  /external/skia/gm/
stroketext.cpp 55 const SkScalar phase = 0; local
59 p.setPathEffect(SkDashPathEffect::Make(intervals, SK_ARRAY_COUNT(intervals), phase));
  /external/skia/tools/trace/
SkDebugfTracer.cpp 11 SkEventTracer::Handle SkDebugfTracer::addTraceEvent(char phase,
67 bool open = (phase == TRACE_EVENT_PHASE_COMPLETE);
  /external/skqp/gm/
stroketext.cpp 55 const SkScalar phase = 0; local
59 p.setPathEffect(SkDashPathEffect::Make(intervals, SK_ARRAY_COUNT(intervals), phase));
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
RttService.java 51 public void onBootPhase(int phase) {
52 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) {
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_parse_sc_fast_loop.c 51 /* searching for a zero, ignore phase for now */
54 /* if we've already got two zeros, hold at phase == 2 */
62 /* if we've already got two zeros hold at phase == 2
63 * we also enter here of we're at phase 3
171 &cxt->phase );
179 cxt->phase++;
  /prebuilts/checkcolor/
checkcolor.jar 
  /external/v8/src/tracing/
trace-event.h 86 // char phase,
152 #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \
157 phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
200 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category_group, name, id, \
209 phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
216 #define INTERNAL_TRACE_EVENT_ADD_WITH_TIMESTAMP(phase, category_group, name, \
222 phase, category_group, name, id, timestamp, flags, ...) \
228 phase, category_group, name, id, thread_id, timestamp, flags, ...) \
415 char phase, const uint8_t* category_group_enabled, const char* name,
431 return platform->AddTraceEvent(phase, category_group_enabled, name, scope, id
    [all...]
  /external/tcpdump/
print-isakmp.c 584 uint32_t phase,\
622 uint32_t phase,
635 const u_char *ep, uint32_t phase,
685 uint32_t phase,
1013 const u_char *ep, uint32_t phase, uint32_t doi0 _U_,
1060 cp = ikev1_sub_print(ndo, ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0,
1072 const u_char *ep, uint32_t phase, uint32_t doi0,
2820 int phase; local
2979 int phase; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_swizzles.c 55 for(unsigned int phase = 0; phase < split.NumPhases; ++phase) {
63 mov->U.I.DstReg.WriteMask = split.Phase[phase];
69 if (!GET_BIT(split.Phase[phase], chan))
77 masked_negate = split.Phase[phase] & mov->U.I.SrcReg[0].Negate;
80 else if (masked_negate == split.Phase[phase]
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
plexus-container-default-1.0-alpha-9-stable-1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/
plexus-container-default-1.0-alpha-9-stable-1.jar 
  /external/autotest/client/cros/power/
power_suspend.py 322 phase = match.group(1)
323 if not phase:
324 phase = 'REG'
325 phase_times.append((phase.upper(), ts))
331 #checking if timestamp was before that phase's cutoff
355 #looking if we're in a special phase
356 phase = self._get_phase(ts, phase_table, device)
358 if phase in dev:
359 logging.warning('Duplicate %s entry for device %s, +%f', phase,
361 dev[phase] += sec
    [all...]
  /art/runtime/gc/space/
large_object_space_test.cc 58 for (size_t phase = 0; phase < 2; ++phase) {
82 // Check the zygote flag for the first phase.
83 if (phase == 0) {
95 // Free 1 / 2 the allocations the first phase, and all the second phase.
96 size_t limit = phase == 0 ? requests.size() / 2 : 0;
  /external/libchrome/base/test/
trace_event_analyzer.cc 25 phase(TRACE_EVENT_PHASE_BEGIN),
52 phase = *phase_str.data();
54 bool may_have_duration = (phase == TRACE_EVENT_PHASE_COMPLETE);
55 bool require_origin = (phase != TRACE_EVENT_PHASE_METADATA);
56 bool require_id = (phase == TRACE_EVENT_PHASE_ASYNC_BEGIN ||
57 phase == TRACE_EVENT_PHASE_ASYNC_STEP_INTO ||
58 phase == TRACE_EVENT_PHASE_ASYNC_STEP_PAST ||
59 phase == TRACE_EVENT_PHASE_MEMORY_DUMP ||
60 phase == TRACE_EVENT_PHASE_ENTER_CONTEXT ||
61 phase == TRACE_EVENT_PHASE_LEAVE_CONTEXT |
    [all...]

Completed in 854 milliseconds

1 2 3 4 56 7 8 91011>>