Searched defs:specification (Results 1 - 5 of 5) sorted by relevance

/external/flac/libFLAC/
H A Dstream_encoder.c1537 FLAC_API FLAC__bool FLAC__stream_encoder_set_apodization(FLAC__StreamEncoder *encoder, const char *specification) argument
1542 FLAC__ASSERT(0 != specification);
1546 (void)specification; /* silently ignore since we haven't integerized; will always use a rectangular window */
1550 const char *s = strchr(specification, ';');
1551 const size_t n = s? (size_t)(s - specification) : strlen(specification);
1552 if (n==8 && 0 == strncmp("bartlett" , specification, n))
1554 else if(n==13 && 0 == strncmp("bartlett_hann", specification, n))
1556 else if(n==8 && 0 == strncmp("blackman" , specification, n))
1558 else if(n==26 && 0 == strncmp("blackman_harris_4term_92db", specification,
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar ... metadata.IArtifactKey parse (java.lang.String) String specification String[] parts org.eclipse.equinox.p2. ...

Completed in 100 milliseconds