Searched refs:LENGTH (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DHeaderSet.java75 * The value of <code>LENGTH</code> is 0xC3 (195).
77 public static final int LENGTH = 0xC3; field in class:HeaderSet
323 case LENGTH:
520 case LENGTH:
589 out.write(LENGTH);
H A DObexHelper.java437 intHeader = (Long)headImpl.getHeader(HeaderSet.LENGTH);
439 out.write((byte)HeaderSet.LENGTH);
443 headImpl.setHeader(HeaderSet.LENGTH, null);
H A DClientOperation.java251 Long temp = (Long)mReplyHeader.getHeader(HeaderSet.LENGTH);
H A DServerOperation.java722 Long temp = (Long)requestHeader.getHeader(HeaderSet.LENGTH);
/frameworks/compile/mclinker/include/mcld/Script/
H A DUnaryOp.h74 IntOperand* UnaryOp<Operator::LENGTH>::eval(const Module&,
H A DOperator.h74 LENGTH = 41, enumerator in enum:mcld::Operator::Type
151 Operator& Operator::create<Operator::LENGTH>();
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequest.java131 mHeaderSet.setHeader(HeaderSet.LENGTH, Long.valueOf(body.length));
/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp37 "DATA_SEGMENT_RELRO_END", "DEFINED", "LENGTH",
130 Operator& Operator::create<Operator::LENGTH>() {
131 static UnaryOp<Operator::LENGTH> op;
H A DUnaryOp.cpp131 IntOperand* UnaryOp<Operator::LENGTH>::eval(const Module& pModule,
H A DScriptParser.yy131 %token LENGTH
847 | LENGTH '(' string ')'
H A DScriptScanner.ll120 <EXPRESSION>"LENGTH" { return token::LENGTH; }
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_cavlc.c58 #define LENGTH(vlc) ((vlc) & 0xF) macro
869 BUFFER_FLUSH(bufferValue, bufferBits, LENGTH(zerosLeft));
883 BUFFER_FLUSH(bufferValue, bufferBits, LENGTH(tmp));

Completed in 250 milliseconds