encoder           132 chrome/browser/bookmarks/bookmark_codec_unittest.cc     BookmarkCodec encoder;
encoder           134 chrome/browser/bookmarks/bookmark_codec_unittest.cc     EXPECT_EQ("", encoder.computed_checksum());
encoder           135 chrome/browser/bookmarks/bookmark_codec_unittest.cc     EXPECT_EQ("", encoder.stored_checksum());
encoder           137 chrome/browser/bookmarks/bookmark_codec_unittest.cc     scoped_ptr<base::Value> value(encoder.Encode(model));
encoder           138 chrome/browser/bookmarks/bookmark_codec_unittest.cc     const std::string& computed_checksum = encoder.computed_checksum();
encoder           139 chrome/browser/bookmarks/bookmark_codec_unittest.cc     const std::string& stored_checksum = encoder.stored_checksum();
encoder           311 chrome/browser/bookmarks/bookmark_codec_unittest.cc   BookmarkCodec encoder;
encoder           312 chrome/browser/bookmarks/bookmark_codec_unittest.cc   scoped_ptr<base::Value> model_value(encoder.Encode(model_to_encode.get()));
encoder           705 chrome/utility/chrome_content_utility_client.cc   cloud_print::PwgEncoder encoder;
encoder           707 chrome/utility/chrome_content_utility_client.cc   encoder.EncodeDocumentHeader(&pwg_header);
encoder           743 chrome/utility/chrome_content_utility_client.cc     if (!encoder.EncodePage(
encoder            69 chrome/utility/cloud_print/pwg_encoder_unittest.cc   PwgEncoder encoder;
encoder            72 chrome/utility/cloud_print/pwg_encoder_unittest.cc   encoder.EncodeDocumentHeader(&output);
encoder            73 chrome/utility/cloud_print/pwg_encoder_unittest.cc   encoder.EncodePage(*image, kRasterDPI, 1, &output, false);
encoder            33 content/browser/speech/audio_encoder.cc       const FLAC__StreamEncoder* encoder,
encoder            47 content/browser/speech/audio_encoder.cc     const FLAC__StreamEncoder* encoder,
encoder            54 content/browser/speech/audio_encoder.cc   DCHECK(me->encoder_ == encoder);
encoder           758 content/common/gpu/gpu_command_buffer_stub.cc   GpuVideoEncodeAccelerator* encoder =
encoder           760 content/common/gpu/gpu_command_buffer_stub.cc   encoder->Initialize(input_format,
encoder           103 content/renderer/media/rtc_video_encoder_factory.cc     webrtc::VideoEncoder* encoder) {
encoder           104 content/renderer/media/rtc_video_encoder_factory.cc   delete encoder;
encoder            38 content/renderer/media/rtc_video_encoder_factory.h   virtual void DestroyVideoEncoder(webrtc::VideoEncoder* encoder) OVERRIDE;
encoder            48 media/base/audio_video_metadata_extractor.h   const std::string& encoder() const;
encoder            56 media/base/audio_video_metadata_extractor_unittest.cc   EXPECT_EQ("Lavf54.37.100", extractor->encoder());
encoder            67 media/base/audio_video_metadata_extractor_unittest.cc   EXPECT_EQ("Lavf53.9.0", extractor->encoder());
encoder           102 media/base/audio_video_metadata_extractor_unittest.cc   EXPECT_EQ("Lavf54.4.100", extractor->encoder());
encoder           106 net/quic/quic_socket_address_coder_test.cc     QuicSocketAddressCoder encoder(IPEndPoint(ip, test_case[i].port));
encoder           107 net/quic/quic_socket_address_coder_test.cc     string serialized = encoder.Encode();
encoder           111 net/quic/quic_socket_address_coder_test.cc     EXPECT_EQ(encoder.ip(), decoder.ip());
encoder           112 net/quic/quic_socket_address_coder_test.cc     EXPECT_EQ(encoder.port(), decoder.port());
encoder           359 net/spdy/hpack_decoder_test.cc   HpackEncoder encoder;
encoder           368 net/spdy/hpack_decoder_test.cc   EXPECT_TRUE(encoder.EncodeHeaderSet(
encoder            23 net/spdy/hpack_encoder_test.cc   explicit HpackEncoderPeer(HpackEncoder* encoder)
encoder            24 net/spdy/hpack_encoder_test.cc       : encoder_(encoder) {}
encoder            66 net/spdy/hpack_encoder_test.cc   HpackEncoder encoder;
encoder            73 net/spdy/hpack_encoder_test.cc   EXPECT_TRUE(encoder.EncodeHeaderSet(header_set1, &encoded_header_set1));
encoder            82 net/spdy/hpack_encoder_test.cc   EXPECT_TRUE(encoder.EncodeHeaderSet(header_set2, &encoded_header_set2));
encoder            88 net/spdy/hpack_encoder_test.cc   HpackEncoder encoder;
encoder            94 net/spdy/hpack_encoder_test.cc   EXPECT_TRUE(encoder.EncodeHeaderSet(header_set, &encoded_header_set));
encoder           102 net/spdy/hpack_encoder_test.cc   HpackEncoder encoder;
encoder           103 net/spdy/hpack_encoder_test.cc   test::HpackEncoderPeer(&encoder).set_max_string_literal_size(10);
encoder           112 net/spdy/hpack_encoder_test.cc   EXPECT_FALSE(encoder.EncodeHeaderSet(header_set, &encoded_header_set));
encoder           246 remoting/codec/codec_test.cc static void TestEncodingRects(VideoEncoder* encoder,
encoder           256 remoting/codec/codec_test.cc   scoped_ptr<VideoPacket> packet = encoder->Encode(*frame);
encoder           260 remoting/codec/codec_test.cc void TestVideoEncoder(VideoEncoder* encoder, bool strict) {
encoder           273 remoting/codec/codec_test.cc         TestEncodingRects(encoder, &tester, frame.get(),
encoder           280 remoting/codec/codec_test.cc static void TestEncodeDecodeRects(VideoEncoder* encoder,
encoder           306 remoting/codec/codec_test.cc   scoped_ptr<VideoPacket> packet = encoder->Encode(*frame);
encoder           313 remoting/codec/codec_test.cc     VideoEncoder* encoder, VideoDecoder* decoder, bool strict) {
encoder           329 remoting/codec/codec_test.cc     TestEncodeDecodeRects(encoder, &encoder_tester, &decoder_tester,
encoder           347 remoting/codec/codec_test.cc void TestVideoEncoderDecoderGradient(VideoEncoder* encoder,
encoder           366 remoting/codec/codec_test.cc   scoped_ptr<VideoPacket> packet = encoder->Encode(*frame);
encoder            24 remoting/codec/codec_test.h void TestVideoEncoder(VideoEncoder* encoder, bool strict);
encoder            30 remoting/codec/codec_test.h void TestVideoEncoderDecoder(VideoEncoder* encoder,
encoder            36 remoting/codec/codec_test.h void TestVideoEncoderDecoderGradient(VideoEncoder* encoder,
encoder            14 remoting/codec/video_encoder_verbatim_unittest.cc   scoped_ptr<VideoEncoderVerbatim> encoder(new VideoEncoderVerbatim());
encoder            15 remoting/codec/video_encoder_verbatim_unittest.cc   TestVideoEncoder(encoder.get(), true);
encoder            19 remoting/codec/video_encoder_verbatim_unittest.cc   scoped_ptr<VideoEncoderVerbatim> encoder(new VideoEncoderVerbatim());
encoder            21 remoting/codec/video_encoder_verbatim_unittest.cc   TestVideoEncoderDecoder(encoder.get(), decoder.get(), true);
encoder            25 remoting/codec/video_encoder_vpx_unittest.cc   scoped_ptr<VideoEncoderVpx> encoder(VideoEncoderVpx::CreateForVP8());
encoder            26 remoting/codec/video_encoder_vpx_unittest.cc   TestVideoEncoder(encoder.get(), false);
encoder            35 remoting/codec/video_encoder_vpx_unittest.cc   scoped_ptr<VideoEncoderVpx> encoder(VideoEncoderVpx::CreateForVP8());
encoder            40 remoting/codec/video_encoder_vpx_unittest.cc   scoped_ptr<VideoPacket> packet = encoder->Encode(*frame);
encoder            46 remoting/codec/video_encoder_vpx_unittest.cc   packet = encoder->Encode(*frame);
encoder            56 remoting/codec/video_encoder_vpx_unittest.cc   scoped_ptr<VideoEncoderVpx> encoder(VideoEncoderVpx::CreateForVP8());
encoder            61 remoting/codec/video_encoder_vpx_unittest.cc   scoped_ptr<VideoPacket> packet = encoder->Encode(*frame);
encoder            39 remoting/host/video_scheduler.cc     scoped_ptr<VideoEncoder> encoder,
encoder            46 remoting/host/video_scheduler.cc       encoder_(encoder.Pass()),
encoder            88 remoting/host/video_scheduler.h       scoped_ptr<VideoEncoder> encoder,
encoder           365 third_party/libxml/src/HTMLparser.c         (ctxt->input->buf->encoder != NULL))
encoder          3484 third_party/libxml/src/HTMLparser.c 		(ctxt->input->buf->encoder == NULL)) {
encoder          3506 third_party/libxml/src/HTMLparser.c 	    (ctxt->input->buf->encoder != NULL) &&
encoder          3517 third_party/libxml/src/HTMLparser.c 	    nbchars = xmlCharEncInFunc(ctxt->input->buf->encoder,
encoder          5932 third_party/libxml/src/HTMLparser.c 	    if ((in->encoder != NULL) && (in->buffer != NULL) &&
encoder          5936 third_party/libxml/src/HTMLparser.c 		nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
encoder          6001 third_party/libxml/src/HTMLparser.c     if(enc==XML_CHAR_ENCODING_UTF8 || buf->encoder)
encoder           332 third_party/libxml/src/HTMLtree.c xmlAllocOutputBufferInternal(xmlCharEncodingHandlerPtr encoder);
encoder           423 third_party/libxml/src/HTMLtree.c     outbuf->encoder = NULL;
encoder          1786 third_party/libxml/src/c14n.c     if (buf->encoder != NULL) {
encoder          1894 third_party/libxml/src/c14n.c     if (buf->encoder != NULL) {
encoder          2429 third_party/libxml/src/encoding.c     if ((in->buf != NULL) && (in->buf->encoder != NULL)) {
encoder          2431 third_party/libxml/src/encoding.c 	xmlCharEncodingHandler * handler = in->buf->encoder;
encoder            55 third_party/libxml/src/include/libxml/globals.h typedef xmlOutputBufferPtr (*xmlOutputBufferCreateFilenameFunc) (const char *URI, xmlCharEncodingHandlerPtr encoder, int compression);
encoder           130 third_party/libxml/src/include/libxml/xmlIO.h     xmlCharEncodingHandlerPtr encoder; /* I18N conversions to UTF-8 */
encoder           146 third_party/libxml/src/include/libxml/xmlIO.h     xmlCharEncodingHandlerPtr encoder; /* I18N conversions to UTF-8 */
encoder           223 third_party/libxml/src/include/libxml/xmlIO.h 	xmlAllocOutputBuffer		(xmlCharEncodingHandlerPtr encoder);
encoder           227 third_party/libxml/src/include/libxml/xmlIO.h 					 xmlCharEncodingHandlerPtr encoder,
encoder           232 third_party/libxml/src/include/libxml/xmlIO.h 					 xmlCharEncodingHandlerPtr encoder);
encoder           236 third_party/libxml/src/include/libxml/xmlIO.h 					 xmlCharEncodingHandlerPtr encoder);
encoder           240 third_party/libxml/src/include/libxml/xmlIO.h 					 xmlCharEncodingHandlerPtr encoder);
encoder           246 third_party/libxml/src/include/libxml/xmlIO.h 					 xmlCharEncodingHandlerPtr encoder);
encoder           273 third_party/libxml/src/include/libxml/xmlIO.h                               xmlCharEncodingHandlerPtr encoder,
encoder          9926 third_party/libxml/src/parser.c 	        (ctxt->input->buf->encoder == NULL)) {
encoder          11706 third_party/libxml/src/parser.c             (ctxt->input->buf != NULL) && (ctxt->input->buf->encoder != NULL)) {
encoder          11709 third_party/libxml/src/parser.c             if ((xmlStrcasestr(BAD_CAST ctxt->input->buf->encoder->name,
encoder          11711 third_party/libxml/src/parser.c                 (xmlStrcasestr(BAD_CAST ctxt->input->buf->encoder->name,
encoder          11714 third_party/libxml/src/parser.c             else if ((xmlStrcasestr(BAD_CAST ctxt->input->buf->encoder->name,
encoder          11716 third_party/libxml/src/parser.c                      (xmlStrcasestr(BAD_CAST ctxt->input->buf->encoder->name,
encoder          11752 third_party/libxml/src/parser.c 	    if ((in->encoder != NULL) && (in->buffer != NULL) &&
encoder          11756 third_party/libxml/src/parser.c 		nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
encoder          1160 third_party/libxml/src/parserInternals.c         if (input->buf->encoder != NULL) {
encoder          1165 third_party/libxml/src/parserInternals.c             if (input->buf->encoder == handler)
encoder          1183 third_party/libxml/src/parserInternals.c             xmlCharEncCloseFunc(input->buf->encoder);
encoder          1184 third_party/libxml/src/parserInternals.c             input->buf->encoder = handler;
encoder          1187 third_party/libxml/src/parserInternals.c         input->buf->encoder = handler;
encoder          1238 third_party/libxml/src/parserInternals.c                 nbchars = xmlCharEncInFunc(input->buf->encoder,
encoder          1248 third_party/libxml/src/parserInternals.c                 nbchars = xmlCharEncFirstLineInt(input->buf->encoder,
encoder          27500 third_party/libxml/src/testapi.c     xmlCharEncodingHandlerPtr encoder; /* the encoding converter or NULL */
encoder          27505 third_party/libxml/src/testapi.c         encoder = gen_xmlCharEncodingHandlerPtr(n_encoder, 0);
encoder          27507 third_party/libxml/src/testapi.c         ret_val = xmlAllocOutputBuffer(encoder);
encoder          27510 third_party/libxml/src/testapi.c         des_xmlCharEncodingHandlerPtr(n_encoder, encoder, 0);
encoder          28207 third_party/libxml/src/testapi.c     xmlCharEncodingHandlerPtr encoder; /* the encoding converter or NULL */
encoder          28214 third_party/libxml/src/testapi.c         encoder = gen_xmlCharEncodingHandlerPtr(n_encoder, 1);
encoder          28216 third_party/libxml/src/testapi.c         ret_val = xmlOutputBufferCreateBuffer(buffer, encoder);
encoder          28220 third_party/libxml/src/testapi.c         des_xmlCharEncodingHandlerPtr(n_encoder, encoder, 1);
encoder          28248 third_party/libxml/src/testapi.c     xmlCharEncodingHandlerPtr encoder; /* the encoding converter or NULL */
encoder          28255 third_party/libxml/src/testapi.c         encoder = gen_xmlCharEncodingHandlerPtr(n_encoder, 1);
encoder          28257 third_party/libxml/src/testapi.c         ret_val = xmlOutputBufferCreateFd(fd, encoder);
encoder          28261 third_party/libxml/src/testapi.c         des_xmlCharEncodingHandlerPtr(n_encoder, encoder, 1);
encoder          28289 third_party/libxml/src/testapi.c     xmlCharEncodingHandlerPtr encoder; /* the encoding converter or NULL */
encoder          28296 third_party/libxml/src/testapi.c         encoder = gen_xmlCharEncodingHandlerPtr(n_encoder, 1);
encoder          28298 third_party/libxml/src/testapi.c         ret_val = xmlOutputBufferCreateFile(file, encoder);
encoder          28302 third_party/libxml/src/testapi.c         des_xmlCharEncodingHandlerPtr(n_encoder, encoder, 1);
encoder          28330 third_party/libxml/src/testapi.c     xmlCharEncodingHandlerPtr encoder; /* the encoding converter or NULL */
encoder          28340 third_party/libxml/src/testapi.c         encoder = gen_xmlCharEncodingHandlerPtr(n_encoder, 1);
encoder          28343 third_party/libxml/src/testapi.c         ret_val = xmlOutputBufferCreateFilename(URI, encoder, compression);
encoder          28347 third_party/libxml/src/testapi.c         des_xmlCharEncodingHandlerPtr(n_encoder, encoder, 1);
encoder           140 third_party/libxml/src/xmlIO.c xmlAllocOutputBufferInternal(xmlCharEncodingHandlerPtr encoder);
encoder          2287 third_party/libxml/src/xmlIO.c     ret->encoder = xmlGetCharEncodingHandler(enc);
encoder          2288 third_party/libxml/src/xmlIO.c     if (ret->encoder != NULL)
encoder          2311 third_party/libxml/src/xmlIO.c xmlAllocOutputBuffer(xmlCharEncodingHandlerPtr encoder) {
encoder          2330 third_party/libxml/src/xmlIO.c     ret->encoder = encoder;
encoder          2331 third_party/libxml/src/xmlIO.c     if (encoder != NULL) {
encoder          2341 third_party/libxml/src/xmlIO.c 	xmlCharEncOutFunc(encoder, ret->conv, NULL);
encoder          2361 third_party/libxml/src/xmlIO.c xmlAllocOutputBufferInternal(xmlCharEncodingHandlerPtr encoder) {
encoder          2385 third_party/libxml/src/xmlIO.c     ret->encoder = encoder;
encoder          2386 third_party/libxml/src/xmlIO.c     if (encoder != NULL) {
encoder          2396 third_party/libxml/src/xmlIO.c 	xmlCharEncOutFunc(encoder, ret->conv, NULL);
encoder          2423 third_party/libxml/src/xmlIO.c     if (in->encoder != NULL) {
encoder          2424 third_party/libxml/src/xmlIO.c         xmlCharEncCloseFunc(in->encoder);
encoder          2465 third_party/libxml/src/xmlIO.c     if (out->encoder != NULL) {
encoder          2466 third_party/libxml/src/xmlIO.c         xmlCharEncCloseFunc(out->encoder);
encoder          2569 third_party/libxml/src/xmlIO.c                               xmlCharEncodingHandlerPtr encoder,
encoder          2611 third_party/libxml/src/xmlIO.c 		ret = xmlAllocOutputBufferInternal(encoder);
encoder          2648 third_party/libxml/src/xmlIO.c 		ret = xmlAllocOutputBufferInternal(encoder);
encoder          2681 third_party/libxml/src/xmlIO.c     ret = xmlAllocOutputBufferInternal(encoder);
encoder          2707 third_party/libxml/src/xmlIO.c                               xmlCharEncodingHandlerPtr encoder,
encoder          2710 third_party/libxml/src/xmlIO.c 		return xmlOutputBufferCreateFilenameValue(URI, encoder, compression);
encoder          2712 third_party/libxml/src/xmlIO.c 	return __xmlOutputBufferCreateFilename(URI, encoder, compression);
encoder          2757 third_party/libxml/src/xmlIO.c xmlOutputBufferCreateFile(FILE *file, xmlCharEncodingHandlerPtr encoder) {
encoder          2765 third_party/libxml/src/xmlIO.c     ret = xmlAllocOutputBufferInternal(encoder);
encoder          2786 third_party/libxml/src/xmlIO.c                             xmlCharEncodingHandlerPtr encoder) {
encoder          2794 third_party/libxml/src/xmlIO.c                                   NULL, (void *) buffer, encoder);
encoder          2893 third_party/libxml/src/xmlIO.c     ret->encoder = xmlGetCharEncodingHandler(enc);
encoder          2894 third_party/libxml/src/xmlIO.c     if (ret->encoder != NULL)
encoder          2918 third_party/libxml/src/xmlIO.c xmlOutputBufferCreateFd(int fd, xmlCharEncodingHandlerPtr encoder) {
encoder          2923 third_party/libxml/src/xmlIO.c     ret = xmlAllocOutputBufferInternal(encoder);
encoder          2979 third_party/libxml/src/xmlIO.c 	 xmlCharEncodingHandlerPtr encoder) {
encoder          2984 third_party/libxml/src/xmlIO.c     ret = xmlAllocOutputBufferInternal(encoder);
encoder          3057 third_party/libxml/src/xmlIO.c     if (in->encoder != NULL) {
encoder          3074 third_party/libxml/src/xmlIO.c 	nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
encoder          3168 third_party/libxml/src/xmlIO.c     if (in->encoder != NULL) {
encoder          3185 third_party/libxml/src/xmlIO.c 	nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
encoder          3263 third_party/libxml/src/xmlIO.c 	if (out->encoder != NULL) {
encoder          3280 third_party/libxml/src/xmlIO.c 	    ret = xmlCharEncOutFunc(out->encoder, out->conv, out->buffer);
encoder          3303 third_party/libxml/src/xmlIO.c 	    if (out->encoder != NULL) {
encoder          3449 third_party/libxml/src/xmlIO.c 	if (out->encoder != NULL) {
encoder          3469 third_party/libxml/src/xmlIO.c 	    ret = xmlCharEncOutFunc(out->encoder, out->conv, out->buffer);
encoder          3495 third_party/libxml/src/xmlIO.c 	    if (out->encoder != NULL) {
encoder          3569 third_party/libxml/src/xmlIO.c     if ((out->conv != NULL) && (out->encoder != NULL)) {
encoder          3573 third_party/libxml/src/xmlIO.c 	nbchars = xmlCharEncOutFunc(out->encoder, out->conv, out->buffer);
encoder          3584 third_party/libxml/src/xmlIO.c     if ((out->conv != NULL) && (out->encoder != NULL) &&
encoder           463 third_party/libxml/src/xmlsave.c     if ((encoding != NULL) && (buf->encoder == NULL) && (buf->conv == NULL)) {
encoder           464 third_party/libxml/src/xmlsave.c 	buf->encoder = xmlFindCharEncodingHandler((const char *)encoding);
encoder           465 third_party/libxml/src/xmlsave.c 	if (buf->encoder == NULL) {
encoder           472 third_party/libxml/src/xmlsave.c 	    xmlCharEncCloseFunc(buf->encoder);
encoder           479 third_party/libxml/src/xmlsave.c 	xmlCharEncOutFunc(buf->encoder, buf->conv, NULL);
encoder           487 third_party/libxml/src/xmlsave.c     xmlCharEncCloseFunc(buf->encoder);
encoder           489 third_party/libxml/src/xmlsave.c     buf->encoder = NULL;
encoder           710 third_party/libxml/src/xmlsave.c 	(buf->encoder == NULL) && (buf->conv == NULL)) {
encoder           974 third_party/libxml/src/xmlsave.c 	    (buf->encoder == NULL) && (buf->conv == NULL)) {
encoder           997 third_party/libxml/src/xmlsave.c 	    (buf->encoder == NULL) && (buf->conv == NULL) &&
encoder          2039 third_party/libxml/src/xmlsave.c     outbuf->encoder = NULL;
encoder           523 third_party/libxml/src/xmlwriter.c     xmlCharEncodingHandlerPtr encoder;
encoder           538 third_party/libxml/src/xmlwriter.c     encoder = NULL;
encoder           540 third_party/libxml/src/xmlwriter.c         encoder = xmlFindCharEncodingHandler(encoding);
encoder           541 third_party/libxml/src/xmlwriter.c         if (encoder == NULL) {
encoder           548 third_party/libxml/src/xmlwriter.c     writer->out->encoder = encoder;
encoder           549 third_party/libxml/src/xmlwriter.c     if (encoder != NULL) {
encoder           553 third_party/libxml/src/xmlwriter.c         xmlCharEncOutFunc(encoder, writer->out->conv, NULL);
encoder           555 third_party/libxml/src/xmlwriter.c             writer->doc->encoding = xmlStrdup((xmlChar *)writer->out->encoder->name);
encoder           579 third_party/libxml/src/xmlwriter.c     if (writer->out->encoder != 0) {
encoder           590 third_party/libxml/src/xmlwriter.c                                        writer->out->encoder->name);
encoder          1613 third_party/libxslt/libxslt/xsltutils.c 	xmlCharEncodingHandlerPtr encoder;
encoder          1615 third_party/libxslt/libxslt/xsltutils.c 	encoder = xmlFindCharEncodingHandler((char *)encoding);
encoder          1616 third_party/libxslt/libxslt/xsltutils.c 	if ((encoder != NULL) &&
encoder          1617 third_party/libxslt/libxslt/xsltutils.c 	    (xmlStrEqual((const xmlChar *)encoder->name,
encoder          1619 third_party/libxslt/libxslt/xsltutils.c 	    encoder = NULL;
encoder          1620 third_party/libxslt/libxslt/xsltutils.c 	buf = xmlOutputBufferCreateFilename(URL, encoder, compression);
encoder          1656 third_party/libxslt/libxslt/xsltutils.c 	xmlCharEncodingHandlerPtr encoder;
encoder          1658 third_party/libxslt/libxslt/xsltutils.c 	encoder = xmlFindCharEncodingHandler((char *)encoding);
encoder          1659 third_party/libxslt/libxslt/xsltutils.c 	if ((encoder != NULL) &&
encoder          1660 third_party/libxslt/libxslt/xsltutils.c 	    (xmlStrEqual((const xmlChar *)encoder->name,
encoder          1662 third_party/libxslt/libxslt/xsltutils.c 	    encoder = NULL;
encoder          1663 third_party/libxslt/libxslt/xsltutils.c 	buf = xmlOutputBufferCreateFile(file, encoder);
encoder          1700 third_party/libxslt/libxslt/xsltutils.c 	xmlCharEncodingHandlerPtr encoder;
encoder          1702 third_party/libxslt/libxslt/xsltutils.c 	encoder = xmlFindCharEncodingHandler((char *)encoding);
encoder          1703 third_party/libxslt/libxslt/xsltutils.c 	if ((encoder != NULL) &&
encoder          1704 third_party/libxslt/libxslt/xsltutils.c 	    (xmlStrEqual((const xmlChar *)encoder->name,
encoder          1706 third_party/libxslt/libxslt/xsltutils.c 	    encoder = NULL;
encoder          1707 third_party/libxslt/libxslt/xsltutils.c 	buf = xmlOutputBufferCreateFd(fd, encoder);
encoder          1743 third_party/libxslt/libxslt/xsltutils.c 	xmlCharEncodingHandlerPtr encoder;
encoder          1745 third_party/libxslt/libxslt/xsltutils.c 	encoder = xmlFindCharEncodingHandler((char *)encoding);
encoder          1746 third_party/libxslt/libxslt/xsltutils.c 	if ((encoder != NULL) &&
encoder          1747 third_party/libxslt/libxslt/xsltutils.c 	    (xmlStrEqual((const xmlChar *)encoder->name,
encoder          1749 third_party/libxslt/libxslt/xsltutils.c 	    encoder = NULL;
encoder          1750 third_party/libxslt/libxslt/xsltutils.c 	buf = xmlAllocOutputBuffer(encoder);
encoder          1657 third_party/lzma_sdk/LzmaEnc.c     const CLzmaProb *encoder = p->posSlotEncoder[lenToPosState];
encoder          1660 third_party/lzma_sdk/LzmaEnc.c       posSlotPrices[posSlot] = RcTree_GetPrice(encoder, kNumPosSlotBits, posSlot, p->ProbPrices);
encoder           319 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java     CharsetEncoder encoder = Charset.forName("UTF-8").newEncoder()
encoder           326 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java     int maxBytes = (int) (encoder.maxBytesPerChar() * maxChars) + 1;
encoder           344 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java       encoder.reset();
encoder           360 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java       result = encoder.encode(cb, bbReencoded, true);
encoder           362 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java       result = encoder.flush(bbReencoded);
encoder           262 third_party/protobuf/src/google/protobuf/message_lite.cc   io::CodedOutputStream encoder(output);
encoder           263 third_party/protobuf/src/google/protobuf/message_lite.cc   return SerializeToCodedStream(&encoder);
encoder           268 third_party/protobuf/src/google/protobuf/message_lite.cc   io::CodedOutputStream encoder(output);
encoder           269 third_party/protobuf/src/google/protobuf/message_lite.cc   return SerializePartialToCodedStream(&encoder);
encoder            78 third_party/simplejson/_speedups.c     PyObject *encoder;
encoder            98 third_party/simplejson/_speedups.c     {"encoder", T_OBJECT, offsetof(PyEncoderObject, encoder), READONLY, "encoder"},
encoder          2053 third_party/simplejson/_speedups.c         s->encoder = NULL;
encoder          2073 third_party/simplejson/_speedups.c     PyObject *markers, *defaultfn, *encoder, *indent, *key_separator;
encoder          2082 third_party/simplejson/_speedups.c         &markers, &defaultfn, &encoder, &indent, &key_separator, &item_separator,
encoder          2090 third_party/simplejson/_speedups.c     s->encoder = encoder;
encoder          2097 third_party/simplejson/_speedups.c     s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunction)py_encode_basestring_ascii);
encoder          2108 third_party/simplejson/_speedups.c     Py_INCREF(s->encoder);
encoder          2209 third_party/simplejson/_speedups.c         return PyObject_CallFunctionObjArgs(s->encoder, obj, NULL);
encoder          2635 third_party/simplejson/_speedups.c     Py_VISIT(s->encoder);
encoder          2655 third_party/simplejson/_speedups.c     Py_CLEAR(s->encoder);
encoder            73 ui/gfx/ozone/dri/dri_surface_factory.cc     drmModeEncoder* encoder = drmModeGetEncoder(fd, connector->encoder_id);
encoder            74 ui/gfx/ozone/dri/dri_surface_factory.cc     if (encoder) {
encoder            75 ui/gfx/ozone/dri/dri_surface_factory.cc       if (encoder->crtc_id) {
encoder            76 ui/gfx/ozone/dri/dri_surface_factory.cc         uint32_t crtc = encoder->crtc_id;
encoder            77 ui/gfx/ozone/dri/dri_surface_factory.cc         drmModeFreeEncoder(encoder);
encoder            80 ui/gfx/ozone/dri/dri_surface_factory.cc       drmModeFreeEncoder(encoder);
encoder            86 ui/gfx/ozone/dri/dri_surface_factory.cc     drmModeEncoder* encoder = drmModeGetEncoder(fd, connector->encoders[i]);
encoder            87 ui/gfx/ozone/dri/dri_surface_factory.cc     if (!encoder)
encoder            92 ui/gfx/ozone/dri/dri_surface_factory.cc       if (!(encoder->possible_crtcs & (1 << j)))
encoder            95 ui/gfx/ozone/dri/dri_surface_factory.cc       drmModeFreeEncoder(encoder);