HomeSort by relevance Sort by last modified time
    Searched full:phase (Results 176 - 200 of 1908) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/tools/common/m2/internal/org/apache/commons/commons-parent/9/
commons-parent-9.pom 237 <phase>process-classes</phase>
260 <phase>generate-sources</phase>
378 <phase>verify</phase>
399 <phase>package</phase>
418 <phase>package</phase>
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/11/
commons-parent-11.pom 248 <phase>process-classes</phase>
271 <phase>generate-sources</phase>
393 <phase>verify</phase>
414 <phase>package</phase>
433 <phase>package</phase>
    [all...]
  /external/android-mock/src/com/google/android/testing/mocking/
AndroidMock.java 72 * The downside of this is that when writing the test code in the record phase, how to use the
244 * Expectation setters are used during the recording phase to specify what method calls
245 * will be expected during the replay phase, and with which parameters. Parameters may be
289 * mock object's recording phase, then an {@code IllegalStateException} will be thrown.
305 * mock object's recording phase, then an {@code IllegalStateException} will be thrown.
321 * mock object's recording phase, then an {@code IllegalStateException} will be thrown.
337 * mock object's recording phase, then an {@code IllegalStateException} will be thrown.
353 * mock object's recording phase, then an {@code IllegalStateException} will be thrown.
369 * mock object's recording phase, then an {@code IllegalStateException} will be thrown.
385 * mock object's recording phase, then an {@code IllegalStateException} will be thrown
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmengine.c 139 * Transform pitch cents to linear phase increment
285 EAS_U32 phase; local
298 /* establish local phase variables */
299 phase = p->phase;
301 /* calculate the new phase increment */
329 phaseTemp = phase + temp;
334 /* increment operator phase */
335 phase += phaseInc;
359 /* save phase and gain *
395 EAS_U32 phase; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmengine.c 139 * Transform pitch cents to linear phase increment
285 EAS_U32 phase; local
298 /* establish local phase variables */
299 phase = p->phase;
301 /* calculate the new phase increment */
329 phaseTemp = phase + temp;
334 /* increment operator phase */
335 phase += phaseInc;
359 /* save phase and gain *
395 EAS_U32 phase; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 72 // Returns the phase in which a given local candidate (or rather, the port that
213 void BasicPortAllocator::AddWritablePhase(int phase) {
214 if ((best_writable_phase_ == -1) || (phase < best_writable_phase_))
215 best_writable_phase_ = phase;
536 // All of the phases up until the best-writable phase so far run in step 0.
538 // no best-writable so far, then only phase 0 occurs in step 0.
541 for (int phase = 0; phase < kNumPhases; ++phase)
542 step_of_phase_[phase] = talk_base::_max(0, phase - last_phase_in_step_zero)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
TimedItemTest.cpp 42 void onEventCondition(const TimedItem* timedItem, bool isFirstSample, TimedItem::Phase previousPhase, double previousIteration) OVERRIDE
45 m_phaseChanged = previousPhase != timedItem->phase();
125 EXPECT_EQ(TimedItem::PhaseActive, timedItem->phase());
136 EXPECT_EQ(TimedItem::PhaseActive, timedItem->phase());
147 EXPECT_EQ(TimedItem::PhaseAfter, timedItem->phase());
158 EXPECT_EQ(TimedItem::PhaseAfter, timedItem->phase());
373 EXPECT_EQ(TimedItem::PhaseAfter, timedItem->phase());
384 EXPECT_EQ(TimedItem::PhaseAfter, timedItem->phase());
587 EXPECT_EQ(TimedItem::PhaseActive, timedItem->phase());
597 EXPECT_EQ(TimedItem::PhaseActive, timedItem->phase());
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_types.h 58 // Different results from the verify phase will yield different methods of
59 // processing in the ProcessUpdates phase. The SKIP result means the entry
60 // doesn't go to the ProcessUpdates phase.
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_view.mm 68 // Set the pattern phase
69 NSPoint phase = [[self window] themePatternPhase];
71 [context setPatternPhase:phase];
  /external/chromium_org/net/quic/congestion_control/
cubic_test.cc 76 // Normal TCP phase.
88 // Cubic phase.
135 // Cubic phase.
  /external/chromium_org/ppapi/c/dev/
ppb_trace_event_dev.h 59 void (*AddTraceEvent)(int8_t phase,
74 void (*AddTraceEventWithThreadIdAndTimestamp)(int8_t phase,
102 void (*AddTraceEvent)(int8_t phase,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
GraphicsContextAnnotator.cpp 42 static const char* paintPhaseName(WebCore::PaintPhase phase)
44 switch (phase) {
99 paintPhase = paintPhaseName(paintInfo.phase);
RenderReplaced.cpp 118 if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
121 if (paintInfo.phase == PaintPhaseMask) {
126 if (paintInfo.phase == PaintPhaseClippingMask && (!hasLayer() || !layer()->hasCompositedClippingMask()))
130 if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && style()->outlineWidth())
133 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && !canHaveChildren() && paintInfo.phase != PaintPhaseClippingMask)
140 if (paintInfo.phase == PaintPhaseSelection)
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
gypd.py 63 # notify the generator to tell it which phase it is operating in, and this
64 # module should use < for the early phase and then switch to > for the late
65 # phase. Bonus points for carrying @ back into the output too.
  /external/chromium_org/third_party/leveldatabase/src/db/
c_test.c 14 const char* phase = ""; variable
19 phase = name;
31 fprintf(stderr, "%s:%d: %s: %s\n", __FILE__, __LINE__, phase, (err)); \
37 fprintf(stderr, "%s:%d: %s: %s\n", __FILE__, __LINE__, phase, #cond); \
50 phase,
365 if (phase == 0) {
  /external/robolectric/
pom.xml 152 <phase>package</phase>
202 <phase>package</phase>
220 <phase>package</phase>
  /external/chromium/build/mac/
strip_from_xcode 9 # and then does it. This script should be called by a post-link phase in
13 # An example "Strip If Needed" build phase placed after "Link Binary With
  /external/chromium/chrome/browser/resources/net_internals/
loggrouper.js 23 return this.orig.phase == LogEventPhase.PHASE_BEGIN;
27 return this.orig.phase == LogEventPhase.PHASE_END
  /external/chromium_org/build/mac/
strip_from_xcode 9 # and then does it. This script should be called by a post-link phase in
13 # An example "Strip If Needed" build phase placed after "Link Binary With
  /external/chromium_org/chrome/browser/resources/net_internals/
log_grouper.js 26 return this.orig.phase == EventPhase.PHASE_BEGIN;
30 return this.orig.phase == EventPhase.PHASE_END;
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_shelf_view.mm 50 NSPoint phase = NSMakePoint(
52 [[NSGraphicsContext currentContext] cr_setPatternPhase:phase forView:self];
  /external/chromium_org/content/renderer/devtools/
devtools_agent.h 62 char phase, const unsigned char*, const char* name, unsigned long long id,
89 char phase,
  /external/chromium_org/ppapi/api/dev/
ppb_trace_event_dev.idl 41 [in] int8_t phase,
59 [in] int8_t phase,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.h 39 // SVGTextLayoutEngine performs the second layout phase for SVG text.
43 // The second layout phase uses the SVGTextLayoutAttributes stored in the individual
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
BiquadDSPKernel.h 49 // Get the magnitude and phase response of the filter at the given
50 // set of frequencies (in Hz). The phase response is in radians.

Completed in 1001 milliseconds

1 2 3 4 5 6 78 91011>>