Searched refs:Char (Results 1 – 9 of 9) sorted by relevance
/frameworks/compile/mclinker/include/mcld/Support/ |
D | Path.h | 108 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/ |
D | jsoncpp.cpp | 444 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 …]
|
D | json.h | 1283 typedef char Char; typedef 1284 typedef const Char* Location; 1472 Char getNextChar();
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | vlc_encode.h | 26 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream);
|
D | mp4def.h | 56 typedef int8_t Char; typedef
|
D | vlc_encode.cpp | 146 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/ |
D | typedefs.h | 77 typedef char Char; typedef
|
/frameworks/base/core/jni/ |
D | scoped_nullable_primitive_array.h | 44 ARRAY_TRAITS(jcharArray, jchar*, Char) in ARRAY_TRAITS()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
D | mp4enc_api.h | 27 typedef int8_t Char; typedef
|