HomeSort by relevance Sort by last modified time
    Searched refs:GetEncoding (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/tools/relocation_packer/src/
leb128.h 40 void GetEncoding(std::vector<uint8_t>* encoding) { *encoding = encoding_; }
sleb128.h 41 void GetEncoding(std::vector<uint8_t>* encoding) { *encoding = encoding_; }
packer.cc 40 encoder.GetEncoding(packed);
87 encoder.GetEncoding(&encoded);
leb128_unittest.cc 27 encoder.GetEncoding(&encoding);
sleb128_unittest.cc 32 encoder.GetEncoding(&encoding);
  /external/chromium_org/chrome/browser/
browser_encoding_browsertest.cc 171 GetEncoding());
192 EXPECT_EQ("ISO-8859-1", web_contents->GetEncoding());
200 EXPECT_EQ("gb18030", web_contents->GetEncoding());
311 EXPECT_EQ("ISO-8859-4", web_contents->GetEncoding());
322 EXPECT_EQ(kTestDatas[i].expected_encoding, web_contents->GetEncoding());
  /art/compiler/optimizing/
code_generator.cc 159 DCHECK(!blocked_registers_[loc.GetEncoding()]);
160 blocked_registers_[loc.GetEncoding()] = true;
168 DCHECK(!blocked_registers_[loc.GetEncoding()]);
169 blocked_registers_[loc.GetEncoding()] = true;
locations.h 233 uword GetEncoding() const {
  /external/chromium_org/content/public/browser/
web_contents.h 292 virtual const std::string& GetEncoding() const = 0;
  /external/lldb/source/Symbol/
Type.cpp 388 Type::GetEncoding (uint64_t &count)
391 return GetClangForwardType().GetEncoding(count);
ClangASTType.cpp     [all...]
  /external/chromium_org/tools/grit/grit/tool/
resize.py 184 def GetEncoding(self):
276 self.WriteFile(fname, rc_text, self.GetEncoding())
  /external/lldb/include/lldb/Symbol/
ClangASTType.h 361 GetEncoding (uint64_t &count) const;
Type.h 207 GetEncoding (uint64_t &count);
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model.cc 144 current_tab->GetEncoding(), command_id);
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 339 CPDF_FontEncoding* GetEncoding()
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_doc.cpp 317 if (pEncoding && !pT1Font->GetEncoding()->IsIdentical(pEncoding)) {
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h 245 virtual const std::string& GetEncoding() const OVERRIDE;
    [all...]
web_contents_view_aura.cc 244 const std::string& page_encoding = web_contents->GetEncoding();
    [all...]
web_contents_impl.cc     [all...]
  /external/lldb/source/Core/
ValueObject.cpp 1009 const Encoding encoding = GetClangType().GetEncoding(count);
    [all...]

Completed in 448 milliseconds