HomeSort by relevance Sort by last modified time
    Searched full:spec (Results 226 - 250 of 1636) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ContentType.java 29 * Identifies change cipher spec message
  /external/blktrace/
btrace.spec 2 # spec file for package btrace (Version 1.0)
  /external/elfutils/
Makefile.am 25 EXTRA_DIST = splint.rc elfutils.spec GPG-KEY NOTES COPYING.GPL
  /external/icu4c/layout/
Features.cpp 30 * Note: according to the OpenType Spec. v 1.4, the entries in the Feature
  /external/openssl/crypto/rc2/
version 10 First version of SSLeay with rc2. This has been written from the spec
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audio_c.h 31 extern void SDL_CalculateAudioSpec(SDL_AudioSpec *spec);
  /external/quake/quake/src/QW/
glqwcl.spec.sh 2 # Generate qwcl.spec
qwcl.x11.spec.sh 2 # Generate qwcl.x11.spec
  /external/webkit/LayoutTests/http/tests/appcache/
idempotent-update.html 20 // During update, additional update() should be no-op (the spec says that fake checking and
  /external/webkit/WebCore/dom/
Notation.cpp 46 // Spec says cloning Notation nodes is "implementation dependent". We do not support it.
  /external/webkit/WebCore/html/
HTMLOptionsCollection.idl 23 // FIXME: The W3C spec says that HTMLOptionsCollection should not have a parent class.
HTMLPreElement.idl 24 // FIXME: DOM spec says that width should be of type DOMString
  /external/webkit/WebCore/svg/
SVGGlyphElement.cpp 139 // Spec: The horizontal advance after rendering the glyph in horizontal orientation.
145 // Spec: The X-coordinate in the font coordinate system of the origin of the glyph to be
150 // Spec: The Y-coordinate in the font coordinate system of the origin of a glyph to be
155 // Spec: The vertical advance after rendering a glyph in vertical orientation.
  /external/webkit/WebKitTools/Scripts/
update-webkit-support-libs 36 use File::Spec;
47 my $pathToZip = File::Spec->catfile($zipDirectory, $zipFile);
49 my $tmpDir = File::Spec->rel2abs(File::Temp::tempdir("webkitlibsXXXXXXX", TMPDIR => 1, CLEANUP => 1));
85 my $relativeName = File::Spec->abs2rel($File::Find::name, "$tmpDir/$file/win");
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILAnimateMotionElement.java 23 * of time. Check with the SVG spec for better support
  /external/libxml2/include/libxml/
parserInternals.h 67 * Macro to check the following production in the XML spec:
78 * Macro to check the following production in the XML spec:
98 * Macro to check the following production in the XML spec:
116 * Macro to check the following production in the XML spec:
126 * Macro to check the following production in the XML spec:
144 * Macro to check the following production in the XML spec:
162 * Macro to check the following production in the XML spec:
183 * Macro to check the following production in the XML spec:
194 * Macro to check the following production in the XML spec:
233 * Macro to check the following production in the XML spec
    [all...]
  /frameworks/base/core/java/android/text/util/
Linkify.java 434 LinkSpec spec = new LinkSpec(); local
437 spec.url = url;
438 spec.start = start;
439 spec.end = end;
441 links.add(spec);
458 LinkSpec spec = new LinkSpec(); local
462 spec.start = base + start;
463 spec.end = base + end;
475 spec.url = "geo:0,0?q=" + encodedAddress;
476 links.add(spec);
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCEStreamCipher.java 8 import java.security.spec.AlgorithmParameterSpec;
14 import javax.crypto.spec.IvParameterSpec;
15 import javax.crypto.spec.PBEParameterSpec;
16 import javax.crypto.spec.RC2ParameterSpec;
17 import javax.crypto.spec.RC5ParameterSpec;
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/
scope-001.js 82 // Mozilla result, which contradicts IE and the ECMA spec: expect = 2;
102 // Mozilla result, which contradicts IE and the ECMA spec: expect = 2;
124 // Mozilla result, which contradicts IE and the ECMA spec: expect = 3;
145 // Mozilla result, which contradicts IE and the ECMA spec: expect = 2;
170 // Mozilla result, which contradicts IE and the ECMA spec: expect = 2; // NOT 3 !!!
  /external/webkit/WebCore/css/
MediaList.cpp 36 * CSS 2.1 Spec (http://www.w3.org/TR/CSS21/media.html)
38 * CSS 3 Media Queries Spec (http://www.w3.org/TR/css3-mediaqueries/)
40 * HTML 4.01 spec (http://www.w3.org/TR/REC-html40/present/styles.html#adef-media)
42 * DOM Level 2 Style Sheet spec (http://www.w3.org/TR/DOM-Level-2-Style/)
138 // DOM Style Sheets spec doesn't allow SYNTAX_ERR to be thrown in deleteMedium
  /external/webkit/WebCore/wml/
WMLPageState.cpp 153 // Spec: The path attribute defaults to the value "/"
156 // Spec: The domain attribute defaults to the current decks domain.
160 // Spec: To simplify the development of applications that may not know the absolute path to the
199 // Spec: The access domain is suffix-matched against the domain name portion of the referring URI
234 // Spec: The access path is prefix matched against the path portion of the referring URI
WMLTableElement.cpp 68 // Spec: This required attribute specifies the number of columns for the table.
172 // Spec: If the actual number of columns in a row is greater than the value specified
189 // Spec: A single inter-word space must be inserted between two cells that are being aggregated.
210 // Spec: If the actual number of columns in a row is less than the value specified by the columns
224 // Spec: User agents should consider the current language when determining
  /external/opencore/codecs_v2/audio/aac/dec/src/
tns_ar_filter.cpp 88 spec = spectral input to be shaped by the filter.
93 spec_length = length of spec array.
98 (first input to filter is spec[0])
100 (first input to filter is spec[spec_length-1])
125 spec = contains spectral data after application of TNS filter
138 A block of spectral data (Int32 spec[]) of length (const Int spec_length)
146 back to the calling function via (Int32 spec[])
198 spec = spec + spec_length - 1;
203 y = *spec;
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
tns_ar_filter.cpp 88 spec = spectral input to be shaped by the filter.
93 spec_length = length of spec array.
98 (first input to filter is spec[0])
100 (first input to filter is spec[spec_length-1])
125 spec = contains spectral data after application of TNS filter
138 A block of spectral data (Int32 spec[]) of length (const Int spec_length)
146 back to the calling function via (Int32 spec[])
198 spec = spec + spec_length - 1;
203 y = *spec;
    [all...]
  /bionic/libc/bionic/
pthread-timers.c 89 /* The Posix spec says the function receives an unsigned parameter, but
412 struct itimerspec* spec)
430 spec->it_value = diff;
431 spec->it_interval = timer->period;
463 const struct itimerspec* spec,
466 if (spec == NULL) {
472 return __timer_settime( id, flags, spec, ospec );
491 expires = spec->it_value;
502 timer->period = spec->it_interval;

Completed in 60 milliseconds

1 2 3 4 5 6 7 8 91011>>