HomeSort by relevance Sort by last modified time
    Searched full:phase (Results 1 - 25 of 1410) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tcpdump/tests/
isakmp1.out 1 IP 127.0.0.1.500 > 127.0.0.1.500: isakmp: phase 2/others ? #190[C]
isakmp2.out 1 IP 129.170.249.126.500 > 129.170.249.87.500: isakmp: phase 1 ? base
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-GB/
en-GB_kh0_kpdf_phs.utf 4 ! Probability distribution <Phase> for voice en-GB_kh0
20 ! line_section: section definition : 'duration', 'pitch', 'cepstral', 'phase' + '! optional comment'
34 [phase] !phase section opening
38 index = 2500 , uint32 ; !specification for phase indices table
2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 71 , uint8 ; !specification for phase sub table
2613 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2615 phase = 71 , uint8 ; !specification for phase sub table
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/es-ES/
es-ES_zl0_kpdf_phs.utf 4 ! Probability distribution <Phase> for voice es-ES_zl0
20 ! line_section: section definition : 'duration', 'pitch', 'cepstral', 'phase' + '! optional comment'
34 [phase] !phase section opening
38 index = 2500 , uint32 ; !specification for phase indices table
2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 42 , uint8 ; !specification for phase sub table
2584 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2586 phase = 0 , uint8 ; !specification for phase sub table
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/fr-FR/
fr-FR_nk0_kpdf_phs.utf 4 ! Probability distribution <Phase> for voice fr-FR_nk0
20 ! line_section: section definition : 'duration', 'pitch', 'cepstral', 'phase' + '! optional comment'
34 [phase] !phase section opening
38 index = 2500 , uint32 ; !specification for phase indices table
2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 0 , uint8 ; !specification for phase sub table
2542 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2544 phase = 0 , uint8 ; !specification for phase sub table
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/it-IT/
it-IT_cm0_kpdf_phs.utf 4 ! Probability distribution <Phase> for voice it-IT_cm0
20 ! line_section: section definition : 'duration', 'pitch', 'cepstral', 'phase' + '! optional comment'
34 [phase] !phase section opening
38 index = 2500 , uint32 ; !specification for phase indices table
2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 47 , uint8 ; !specification for phase sub table
2589 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2591 phase = 0 , uint8 ; !specification for phase sub table
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-US/
en-US_lh0_kpdf_phs.utf 4 ! Probability distribution <Phase> for voice en-US_lh0
20 ! line_section: section definition : 'duration', 'pitch', 'cepstral', 'phase' + '! optional comment'
34 [phase] !phase section opening
38 index = 3200 , uint32 ; !specification for phase indices table
3239 n_comps = 1 , uint8 ; !specification for phase sub table number of components
3241 phase = 0 , uint8 ; !specification for phase sub table
3242 n_comps = 1 , uint8 ; !specification for phase sub table number of components
3244 phase = 71 , uint8 ; !specification for phase sub table
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/de-DE/
de-DE_gl0_kpdf_phs.utf 4 ! Probability distribution <Phase> for voice de-DE_gl0
20 ! line_section: section definition : 'duration', 'pitch', 'cepstral', 'phase' + '! optional comment'
34 [phase] !phase section opening
38 index = 2500 , uint32 ; !specification for phase indices table
2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 61 , uint8 ; !specification for phase sub table
2603 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2605 phase = 0 , uint8 ; !specification for phase sub table
    [all...]
  /packages/wallpapers/PhaseBeam/res/values/
strings.xml 3 <string name="wallpaper_label">Phase Beam</string>
  /external/webkit/Source/WebCore/platform/mac/
WheelEventMac.mm 38 uint32_t phase = PlatformWheelEventPhaseNone;
42 phase |= PlatformWheelEventPhaseBegan;
44 phase |= PlatformWheelEventPhaseStationary;
46 phase |= PlatformWheelEventPhaseChanged;
48 phase |= PlatformWheelEventPhaseEnded;
50 phase |= PlatformWheelEventPhaseCancelled;
54 phase = PlatformWheelEventPhaseNone;
57 phase = PlatformWheelEventPhaseBegan;
60 phase = PlatformWheelEventPhaseChanged;
63 phase = PlatformWheelEventPhaseEnded
    [all...]
  /external/skia/legacy/src/effects/
SkDashPathEffect.cpp 18 static SkScalar FindFirstInterval(const SkScalar intervals[], SkScalar phase,
22 for (i = 0; phase > intervals[i]; i++) {
23 phase -= intervals[i];
26 return intervals[i] - phase;
30 SkScalar phase, bool scaleToFit)
47 if (phase < 0) {
48 phase = -phase;
49 if (phase > len) {
50 phase = SkScalarMod(phase, len)
    [all...]
Sk1DPathEffect.cpp 32 SkScalar phase, Style style) : fPath(path)
38 // cleanup their phase parameter, inverting it so that it becomes an
40 if (phase < 0) {
41 phase = -phase;
42 if (phase > advance) {
43 phase = SkScalarMod(phase, advance);
46 if (phase > advance) {
47 phase = SkScalarMod(phase, advance)
    [all...]
  /external/skia/legacy/src/animator/
SkDrawDash.cpp 17 SK_MEMBER(phase, Float)
24 SkDash::SkDash() : phase(0) {
34 return new SkDashPathEffect(intervals.begin(), count, phase);
  /external/skia/src/animator/
SkDrawDash.cpp 17 SK_MEMBER(phase, Float)
24 SkDash::SkDash() : phase(0) {
34 return new SkDashPathEffect(intervals.begin(), count, phase);
  /libcore/luni/src/main/java/java/util/concurrent/
Phaser.java 37 * generation of a phaser has an associated phase number. The phase
40 * Integer.MAX_VALUE}. The use of phase numbers enables independent
49 * do not block, but return an associated <em>arrival phase
50 * number</em>; that is, the phase number of the phaser to which
51 * the arrival applied. When the final party for a given phase
52 * arrives, an optional action is performed and the phase
54 * triggering a phase advance, and are arranged by overriding
61 * argument indicating an arrival phase number, and returns when
62 * the phaser advances to (or is already at) a different phase
357 int phase = (int)(s >>> PHASE_SHIFT); local
403 int phase; local
465 int phase, p; local
526 int phase = 0; local
652 int phase = (int)(s >>> PHASE_SHIFT); local
1063 final int phase; field in class:Phaser.QNode
    [all...]
  /external/objenesis/tck/
pom.xml 122 <phase>package</phase>
154 <phase>test</phase>
164 <phase>test</phase>
174 <phase>test</phase>
184 <phase>test</phase>
    [all...]
  /external/proguard/src/proguard/gui/splash/
SawToothTiming.java 31 private final long phase; field in class:SawToothTiming
37 * @param phase the phase of the cycle, which is added to the actual time.
39 public SawToothTiming(long period, long phase)
42 this.phase = phase;
51 return (double)((time + phase) % period) / (double)period;
SineTiming.java 31 private final long phase; field in class:SineTiming
37 * @param phase the phase of the cycle, which is added to the actual time.
39 public SineTiming(long period, long phase)
42 this.phase = phase;
51 return 0.5 + 0.5 * Math.sin(2.0 * Math.PI * (time + phase) / period);
  /frameworks/base/graphics/java/android/graphics/
DashPathEffect.java 24 * specifying the "off" intervals. phase is an offset into the intervals
32 * @param phase offset into the intervals array
34 public DashPathEffect(float intervals[], float phase) {
38 native_instance = nativeCreate(intervals, phase);
41 private static native int nativeCreate(float intervals[], float phase);
  /external/chromium/chrome/browser/ui/cocoa/
background_tile_view.mm 17 // Tile within the view, so set the phase to start at the view bottom.
18 NSPoint phase = NSMakePoint(0.0, NSMinY([self frame]));
19 [[NSGraphicsContext currentContext] setPatternPhase:phase];
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.pom 45 <phase>process-classes</phase>
76 <phase>post-integration-test</phase>
87 <phase>post-integration-test</phase>
106 <phase>test</phase>
131 <phase>site</phase>
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.pom 46 <phase>process-classes</phase>
76 <phase>post-integration-test</phase>
87 <phase>post-integration-test</phase>
106 <phase>test</phase>
131 <phase>site</phase>
    [all...]
  /system/extras/ext4_utils/
test_ext4fixup 3 typeset -i I ITERATIONS PHASE LOC COUNT MAXCOUNT
42 # There is also a phase 4, which is writing out the updated superblocks and
44 let PHASE="$RANDOM"%3 # 0 to 2
45 let PHASE++ # 1 to 3
54 ext4fixup -d "$PHASE,$LOC,$COUNT" "$NEW_FS_IMAGE" 2>/dev/null
63 echo "$ME: test failed with parameters $PHASE, $LOC, $COUNT"
  /external/skia/src/effects/
Sk1DPathEffect.cpp 34 SkScalar phase, Style style) : fPath(path)
42 // cleanup their phase parameter, inverting it so that it becomes an
44 if (phase < 0) {
45 phase = -phase;
46 if (phase > advance) {
47 phase = SkScalarMod(phase, advance);
50 if (phase > advance) {
51 phase = SkScalarMod(phase, advance)
    [all...]
  /external/speex/libspeex/
_kiss_fft_guts.h 133 # define KISS_FFT_COS(phase) floor(MIN(32767,MAX(-32767,.5+32768 * cos (phase))))
134 # define KISS_FFT_SIN(phase) floor(MIN(32767,MAX(-32767,.5+32768 * sin (phase))))
137 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) )
138 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) )
141 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase)
    [all...]

Completed in 839 milliseconds

1 2 3 4 5 6 7 8 91011>>