HomeSort by relevance Sort by last modified time
    Searched refs:fcc (Results 1 - 5 of 5) sorted by null

  /external/v8/test/mjsunit/
string-fromcharcode.js 35 var fcc = String.fromCharCode; variable
36 var fcc2 = fcc;
54 assertEquals(" ", fcc(0x20));
55 assertEquals(" ", fcc(0x20 + 0x10000));
56 assertEquals(" ", fcc(0x20 - 0x10000));
57 assertEquals(" ", fcc(0x20 + 0.5));
59 assertEquals("\u1234", fcc(0x1234));
60 assertEquals("\u1234", fcc(0x1234 + 0x10000));
61 assertEquals("\u1234", fcc(0x1234 - 0x10000));
62 assertEquals("\u1234", fcc(0x1234 + 0.5))
    [all...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
MjpegFileWriter.java 63 byte[] fcc = new byte[]{'0', '0', 'd', 'b'};
73 aviOutput.write(fcc);
136 public byte[] fcc = new byte[]{'R', 'I', 'F', 'F'}; field in class:MjpegFileWriter.RIFFHeader
148 baos.write(fcc);
163 * FOURCC fcc; DWORD cb; DWORD dwMicroSecPerFrame; DWORD
170 public byte[] fcc = new byte[]{'a', 'v', 'i', 'h'}; field in class:MjpegFileWriter.AVIMainHeader
208 baos.write(fcc);
232 public byte[] fcc = new byte[]{'L', 'I', 'S', 'T'}; field in class:MjpegFileWriter.AVIStreamList
241 baos.write(fcc);
252 * FOURCC fcc; DWORD cb; FOURCC fccType; FOURCC fccHandler; DWOR
260 public byte[] fcc = new byte[]{'s', 't', 'r', 'h'}; field in class:MjpegFileWriter.AVIStreamHeader
328 public byte[] fcc = new byte[]{'s', 't', 'r', 'f'}; field in class:MjpegFileWriter.AVIStreamFormat
377 public byte[] fcc = new byte[]{'L', 'I', 'S', 'T'}; field in class:MjpegFileWriter.AVIMovieList
398 public byte[] fcc = new byte[]{'i', 'd', 'x', '1'}; field in class:MjpegFileWriter.AVIIndexList
433 public byte[] fcc = new byte[]{'0', '0', 'd', 'b'}; field in class:MjpegFileWriter.AVIIndex
457 public byte[] fcc = new byte[]{'J', 'U', 'N', 'K'}; field in class:MjpegFileWriter.AVIJunk
    [all...]
  /external/icu4c/common/
normalizer2.cpp 318 ComposeNormalizer2(const Normalizer2Impl &ni, UBool fcc) :
319 Normalizer2WithImpl(ni), onlyContiguous(fcc) {}
426 Norm2AllModes() : comp(impl, FALSE), decomp(impl), fcd(impl), fcc(impl, TRUE) {}
432 ComposeNormalizer2 fcc; member in struct:Norm2AllModes
531 return allModes!=NULL ? &allModes->fcc : NULL;
696 return &allModes->fcc;
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
WebKit.idl 279 [uuid(0967AAFF-2FFE-4fcc-81F3-3FF2A9C6DCE2)]
  /external/webkit/Source/WebCore/css/
html.css 706 background: -webkit-gradient(linear, left top, left bottom, from(#f77), to(#f77), color-stop(0.20, #fcc), color-stop(0.45, #d44), color-stop(0.55, #d44));

Completed in 135 milliseconds