HomeSort by relevance Sort by last modified time
    Searched refs:cutoff (Results 1 - 25 of 36) sorted by null

1 2

  /packages/apps/Email/src/org/apache/commons/io/filefilter/
AgeFileFilter.java 26 * Filters files based on a cutoff time, can filter either newer
35 * long cutoff = System.currentTimeMillis() - (24 * 60 * 60 * 1000);
36 * String[] files = dir.list( new AgeFileFilter(cutoff) );
48 /** The cutoff time threshold. */
49 private final long cutoff; field in class:AgeFileFilter
55 * a certain cutoff
57 * @param cutoff the threshold age of the files
59 public AgeFileFilter(long cutoff) {
60 this(cutoff, true);
65 * of a certain cutoff.
    [all...]
FileFilterUtils.java 172 * the specified cutoff time.
174 * @param cutoff the time threshold
178 public static IOFileFilter ageFileFilter(long cutoff) {
179 return new AgeFileFilter(cutoff);
183 * Returns a filter that filters files based on a cutoff time.
185 * @param cutoff the time threshold
190 public static IOFileFilter ageFileFilter(long cutoff, boolean acceptOlder) {
191 return new AgeFileFilter(cutoff, acceptOlder);
196 * the specified cutoff date.
207 * Returns a filter that filters files based on a cutoff date.
    [all...]
  /bionic/libc/stdlib/
strtoimax.c 46 intmax_t acc, cutoff; local
77 * Compute the cutoff value between legal numbers and illegal
85 * is 10, cutoff will be set to 922337203685477580 and cutlim to
100 cutoff = INTMAX_MIN / x; \
103 cutoff = INTMAX_MAX / x; \
111 cutoff = INTMAX_MIN / 4;
114 cutoff = INTMAX_MAX / 4;
122 cutoff = neg ? INTMAX_MIN : INTMAX_MAX;
123 cutlim = cutoff % base;
124 cutoff /= base
    [all...]
strtol.c 47 long acc, cutoff; local
78 * Compute the cutoff value between legal numbers and illegal
86 * cutoff will be set to 214748364 and cutlim to either
94 cutoff = neg ? LONG_MIN : LONG_MAX;
95 cutlim = cutoff % base;
96 cutoff /= base;
100 cutoff += 1;
116 if (acc < cutoff || (acc == cutoff && c > cutlim)) {
126 if (acc > cutoff || (acc == cutoff && c > cutlim))
    [all...]
strtoumax.c 46 uintmax_t acc, cutoff; local
76 case x: cutoff = UINTMAX_MAX / x; \
85 cutoff = UINTMAX_MAX / base;
100 if (acc > cutoff || (acc == cutoff && c > cutlim)) {
strtoul.c 46 unsigned long acc, cutoff; local
74 cutoff = ULONG_MAX / (unsigned long)base;
87 if (acc > cutoff || (acc == cutoff && c > cutlim)) {
  /external/openssh/openbsd-compat/
strtoll.c 53 long long acc, cutoff; local
84 * Compute the cutoff value between legal numbers and illegal
92 * is 10, cutoff will be set to 922337203685477580 and cutlim to
101 cutoff = neg ? LLONG_MIN : LLONG_MAX;
102 cutlim = cutoff % base;
103 cutoff /= base;
107 cutoff += 1;
123 if (acc < cutoff || (acc == cutoff && c > cutlim)) {
133 if (acc > cutoff || (acc == cutoff && c > cutlim))
    [all...]
strtoul.c 51 unsigned long acc, cutoff; local
79 cutoff = ULONG_MAX / (unsigned long)base;
92 if (acc > cutoff || acc == cutoff && c > cutlim) {
  /external/webkit/Source/WebCore/webaudio/
HighPass2FilterNode.idl 32 readonly attribute AudioParam cutoff;
LowPass2FilterNode.idl 32 readonly attribute AudioParam cutoff;
HighPass2FilterNode.h 42 AudioParam* cutoff() { return biquadProcessor()->parameter1(); } function in class:WebCore::HighPass2FilterNode
LowPass2FilterNode.h 42 AudioParam* cutoff() { return biquadProcessor()->parameter1(); } function in class:WebCore::LowPass2FilterNode
  /external/webkit/Source/WebCore/platform/audio/
Biquad.h 51 // cutoff is 0-1 normalized, resonance is in dB >= 0.0
52 void setLowpassParams(double cutoff, double resonance);
53 void setHighpassParams(double cutoff, double resonance);
55 void setLowShelfParams(double cutoff, double dbGain);
58 // void setHighShelfParams(double cutoff, double dbGain);
59 // void setParametricEQParams(double cutoff, double resonance);
Biquad.cpp 191 void Biquad::setLowpassParams(double cutoff, double resonance)
199 double theta = piDouble * cutoff;
212 void Biquad::setHighpassParams(double cutoff, double resonance)
220 double theta = piDouble * cutoff;
233 void Biquad::setLowShelfParams(double cutoff, double dbGain)
235 double theta = piDouble * cutoff;
  /external/dbus/tools/
strtoll.c 70 unsigned long long cutoff; local
106 * Compute the cutoff value between legal numbers and illegal
114 * is 10, cutoff will be set to 922337203685477580 and cutlim to
123 cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX
125 cutlim = cutoff % base;
126 cutoff /= base;
138 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
strtoull.c 71 unsigned long long cutoff; local
104 cutoff = ULLONG_MAX / base;
117 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtsynth.h 36 /* adjust the filter cutoff frequency to the sample rate */
61 void WT_SetFilterCoeffs (S_WT_INT_FRAME *pIntFrame, EAS_I32 cutoff, EAS_I32 resonance);
eas_wtsynth.c 996 EAS_I32 cutoff; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtsynth.h 36 /* adjust the filter cutoff frequency to the sample rate */
61 void WT_SetFilterCoeffs (S_WT_INT_FRAME *pIntFrame, EAS_I32 cutoff, EAS_I32 resonance);
eas_wtsynth.c 1002 EAS_I32 cutoff; local
    [all...]
eas_dlssynth.c 249 EAS_I32 cutoff; local
259 /* start with base cutoff frequency */
260 cutoff = pDLSArt->filterCutoff;
274 cutoff += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue);
277 cutoff += FMUL_15x15(pWTVoice->eg2Value, pDLSArt->eg2ToFc);
281 cutoff += (pVoice->velocity * pDLSArt->velToFc) >> 7;
285 cutoff += (pVoice->note * pDLSArt->keyNumToFc) >> 7;
288 cutoff -= FILTER_CUTOFF_FREQ_ADJUST + A5_PITCH_OFFSET_IN_CENTS;
290 /* limit the cutoff frequency */
291 if (cutoff > FILTER_CUTOFF_MAX_PITCH_CENTS
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
ParticleDepositionHeightMap.java 134 float cutoff; local
229 cutoff = calderaStartPoint * (1.0f - caldera);
260 if (tempBuffer[calderaX][calderaY] > cutoff
267 2 * cutoff - tempBuffer[calderaX][calderaY];
  /external/bison/lib/
strtol.c 256 register unsigned LONG int cutoff; local
359 cutoff = STRTOL_ULONG_MAX / (unsigned LONG int) base;
377 if (i > cutoff || (i == cutoff && c > cutlim))
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
ShaderUtils.java 194 float cutoff = ShaderUtils.clamp(0.5f / swidth, 0, maxFreq); local
196 for (f = minFreq; f < 0.5 * cutoff; f *= 2) {
199 float fade = ShaderUtils.clamp(2 * (cutoff - f) / cutoff, 0, 1);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
sfnt_info.h 102 unsigned short pefe; /* modulation pitch & cutoff (0x0000) */
103 unsigned short fmmod; /* LFO1 pitch & cutoff (0x0000) */
106 unsigned char cutoff; /* initial cutoff (0xff) */ member in struct:soundfont_voice_parm

Completed in 1225 milliseconds

1 2