Home
last modified time | relevance | path

Searched refs:Char (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
DPath.h108 template <class Char, class Traits>
109 inline std::basic_ostream<Char, Traits>& operator<<(
110 std::basic_ostream<Char, Traits>& pOS,
115 template <class Char, class Traits>
116 inline std::basic_istream<Char, Traits>& operator>>(
117 std::basic_istream<Char, Traits>& pOS,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djsoncpp.cpp444 Char c = getNextChar(); in readToken()
514 Char c = *current_; in skipSpaces()
535 Char c = getNextChar(); in readComment()
589 Char c = getNextChar(); in readCStyleComment()
598 Char c = getNextChar(); in readCppStyleComment()
635 Char c = 0; in readString()
765 Char c = *current++; in decodeNumber()
830 Char c = *current++; in decodeString()
836 Char escape = *current++; in decodeString()
918 Char c = *current++; in decodeUnicodeEscapeSequence()
[all …]
Djson.h1283 typedef char Char; typedef
1284 typedef const Char* Location;
1472 Char getNextChar();
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dvlc_encode.h26 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream);
Dmp4def.h56 typedef int8_t Char; typedef
Dvlc_encode.cpp146 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream);
269 PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream) in PutCBPY()
951 PutCBPY(CBP >> 2, (Char)(1), bs2); /* cbpy */ in MBVlcEncodeDataPar_I_VOP()
1077 PutCBPY(CBP >> 2, (Char)(Mode == MODE_INTRA || Mode == MODE_INTRA_Q), bs2); /* cbpy */ in MBVlcEncodeDataPar_P_VOP()
1106 PutCBPY(CBP >> 2, (Char)(Mode == MODE_INTRA || Mode == MODE_INTRA_Q), bs2); /* cbpy */ in MBVlcEncodeDataPar_P_VOP()
1188 PutCBPY(CBP >> 2, (Char)(1), bs1); /* cbpy */ in MBVlcEncodeCombined_I_VOP()
1330 PutCBPY(CBP >> 2, (Char)(intra), bs1); /* cbpy */ in MBVlcEncodeCombined_P_VOP()
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dtypedefs.h77 typedef char Char; typedef
/frameworks/base/core/jni/
Dscoped_nullable_primitive_array.h44 ARRAY_TRAITS(jcharArray, jchar*, Char) in ARRAY_TRAITS()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
Dmp4enc_api.h27 typedef int8_t Char; typedef