HomeSort by relevance Sort by last modified time
    Searched defs:isShort (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/xml/
XMLViewer.js 115 if (child.nodeType == Node.TEXT_NODE && isShort(child.nodeValue) && !child.nextSibling)
156 if (isShort(node.nodeValue)) {
176 if (isShort(node.nodeValue)) {
196 if (isShort(node.nodeValue)) {
226 function isShort(value)
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
bitenc.c 273 Flag isShort;
277 isShort = 1;
281 isShort = 0;
300 WriteBits(hBitStream,tnsInfo.tnsActive[i],(isShort?1:2));
306 WriteBits(hBitStream,tnsInfo.length[i],(isShort?4:6));
308 WriteBits(hBitStream,tnsInfo.order[i],(isShort?3:5));
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]

Completed in 398 milliseconds