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

/external/libvorbis/doc/
H A D05-comment.tex4 \section{comment field and header specification} \label{vorbis:spec:comment}
/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. ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 167 milliseconds