Searched refs:GetCode (Results 1 - 25 of 169) sorted by relevance

1234567

/external/pdfium/core/fpdfapi/font/
H A Dcpdf_cmapparser_unittest.cpp21 TEST(cpdf_cmapparser, GetCode) {
24 EXPECT_EQ(0u, parser.GetCode(""));
25 EXPECT_EQ(0u, parser.GetCode("<"));
26 EXPECT_EQ(194u, parser.GetCode("<c2"));
27 EXPECT_EQ(162u, parser.GetCode("<A2"));
28 EXPECT_EQ(2802u, parser.GetCode("<Af2"));
29 EXPECT_EQ(162u, parser.GetCode("<A2z"));
31 EXPECT_EQ(12u, parser.GetCode("12"));
32 EXPECT_EQ(12u, parser.GetCode("12d"));
33 EXPECT_EQ(128u, parser.GetCode("12
[all...]
H A Dcpdf_cmapparser.h31 uint32_t GetCode(const ByteStringView& word) const;
H A Dcpdf_cmapparser.cpp72 m_CodePoints[m_CodeSeq] = GetCode(word);
108 m_pCMap->SetVertical(GetCode(word) != 0);
137 uint32_t CPDF_CMapParser::GetCode(const ByteStringView& word) const { function in class:CPDF_CMapParser
/external/libbrillo/brillo/errors/
H A Derror_codes_unittest.cc16 EXPECT_EQ("ENOENT", error->GetCode());
22 EXPECT_EQ("EPROTO", error->GetCode());
31 EXPECT_EQ("error_10000", error->GetCode());
H A Derror_unittest.cc31 EXPECT_EQ("not_found", err->GetCode());
50 EXPECT_EQ("404", err->GetCode());
72 EXPECT_EQ(error1->GetCode(), error2->GetCode());
H A Derror.h57 const std::string& GetCode() const { return code_; } function in class:brillo::Error
/external/vixl/src/aarch32/
H A Dassembler-aarch32.cc1922 EmitT32_32(0xf1400000U | (rd.GetCode() << 8) | (rn.GetCode() << 16) |
1934 (rd.GetCode() << 12) | (rn.GetCode() << 16) |
1947 EmitT32_16(0x4140 | rd.GetCode() | (rm.GetCode() << 3));
1960 EmitT32_32(0xeb400000U | (rd.GetCode() << 8) | (rn.GetCode() << 16) |
1961 rm.GetCode() | (operand.GetTypeEncodingValue() << 4) |
1971 (rd.GetCode() << 1
[all...]
H A Dinstructions-aarch32.h120 uint32_t GetCode() const { return (value_ & kCodeMask) >> kCodeShift; }
140 VIXL_ASSERT(GetCode() < kNumberOfRegisters);
142 bool Is(Register ref) const { return GetCode() == ref.GetCode(); }
143 bool IsLow() const { return GetCode() < kNumberOfT32LowRegisters; }
144 bool IsLR() const { return GetCode() == kLrCode; }
145 bool IsPC() const { return GetCode() == kPcCode; }
146 bool IsSP() const { return GetCode() == kSpCode; }
159 uint32_t GetCode() const { return code_; }
196 return ((GetCode()
[all...]
H A Dinstructions-aarch32.cc64 switch (reg.GetCode()) {
74 return os << "r" << reg.GetCode();
81 return SRegister(GetCode());
87 return DRegister(GetCode());
93 return QRegister(GetCode());
181 nreglist.GetLastDRegister().GetCode() - first.GetCode() + increment;
199 unsigned next = first.GetCode() + increment;
/external/vixl/test/aarch32/
H A Dtest-utils-aarch32.cc94 MemOperand(dump2_base, r_offset + (tmp.GetCode() * kRegSizeInBytes)));
97 r_offset + (dump_base.GetCode() * kRegSizeInBytes)));
120 return Equal32(expected, core, core->reg(reg.GetCode()));
128 return Equal32(expected, core, core->GetSRegisterBits(sreg.GetCode()));
146 return Equal64(expected, core, core->GetDRegisterBits(dreg.GetCode()));
170 vec128_t result = core->GetQRegisterBits(qreg.GetCode());
211 uint32_t result = core->GetSRegisterBits(sreg.GetCode());
238 uint64_t result = core->GetDRegisterBits(dreg.GetCode());
/external/vixl/test/aarch64/
H A Dtest-utils-aarch64.cc138 int64_t result_x = core->xreg(reg.GetCode());
145 uint32_t result_w = core->wreg(reg.GetCode());
152 uint64_t result = core->xreg(reg.GetCode());
163 vec128_t result = core->qreg(vreg.GetCode());
174 uint64_t result_64 = core->dreg_bits(fpreg.GetCode());
183 return EqualFP32(expected, core, core->sreg(fpreg.GetCode()));
191 return EqualFP64(expected, core, core->dreg(fpreg.GetCode()));
199 int64_t expected = core->xreg(reg0.GetCode());
200 int64_t result = core->xreg(reg1.GetCode());
209 uint64_t result = core->dreg_bits(vreg.GetCode());
[all...]
/external/v8/src/ic/
H A Dhandler-compiler.cc27 Handle<Code> PropertyHandlerCompiler::GetCode(Code::Kind kind, function in class:v8::internal::PropertyHandlerCompiler
105 return GetCode(kind(), name);
118 return GetCode(kind(), name);
239 return GetCode(kind(), it->name());
311 return GetCode(kind(), name);
321 return GetCode(kind(), name);
338 return GetCode(kind(), name);
351 return LoadIndexedInterceptorStub(isolate).GetCode();
366 return KeyedLoadSloppyArgumentsStub(isolate).GetCode();
H A Daccess-compiler.cc16 masm()->GetCode(&desc);
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
H A Dintegral_image.h150 inline Code GetCode(const BoundingBox& bounding_box) const { function in class:tf_tracking::IntegralImage
151 return GetCode(bounding_box.left_, bounding_box.top_,
155 inline Code GetCode(const int x1, const int y1, function in class:tf_tracking::IntegralImage
/external/libbrillo/brillo/dbus/
H A Dutils.cc35 error_name = error->GetCode();
46 error->GetDomain() + '/' + error->GetCode() + ':' + error->GetMessage();
H A Ddbus_param_reader_unittest.cc83 EXPECT_EQ(DBUS_ERROR_INVALID_ARGS, error->GetCode());
103 EXPECT_EQ(DBUS_ERROR_INVALID_ARGS, error->GetCode());
124 EXPECT_EQ(DBUS_ERROR_INVALID_ARGS, error->GetCode());
227 EXPECT_EQ(DBUS_ERROR_INVALID_ARGS, error->GetCode());
248 EXPECT_EQ(DBUS_ERROR_INVALID_ARGS, error->GetCode());
/external/libbrillo/brillo/streams/
H A Dstream_utils_unittest.cc54 EXPECT_EQ(errors::stream::kStreamClosed, error->GetCode());
62 EXPECT_EQ(errors::stream::kOperationNotSupported, error->GetCode());
70 EXPECT_EQ(errors::stream::kPartialData, error->GetCode());
89 EXPECT_EQ(errors::stream::kInvalidParameter, error->GetCode());
143 EXPECT_EQ(errors::stream::kInvalidParameter, error->GetCode());
180 EXPECT_EQ(expected_error, error->GetCode());
H A Dmemory_containers_unittest.cc120 EXPECT_EQ("read_error", error->GetCode());
187 EXPECT_EQ("write_error", error->GetCode());
209 EXPECT_EQ("write_error", error->GetCode());
H A Dstream_unittest.cc96 EXPECT_EQ(errors::stream::kInvalidParameter, error->GetCode());
146 EXPECT_EQ(errors::stream::kOperationNotSupported, error->GetCode());
202 EXPECT_EQ(errors::stream::kOperationNotSupported, error->GetCode());
271 ASSERT_EQ(errors::stream::kPartialData, error->GetCode());
376 EXPECT_EQ(errors::stream::kPartialData, error->GetCode());
417 EXPECT_EQ(errors::stream::kOperationNotSupported, error->GetCode());
H A Dfile_stream_unittest.cc159 EXPECT_EQ(errors::stream::kStreamClosed, error->GetCode());
165 EXPECT_EQ(errors::stream::kInvalidParameter, error->GetCode());
288 EXPECT_EQ("EIO", error->GetCode());
368 EXPECT_EQ("EPIPE", error->GetCode());
438 EXPECT_EQ("EACCES", error->GetCode());
475 EXPECT_EQ("EBADF", error->GetCode());
512 EXPECT_EQ(errors::stream::kPartialData, error->GetCode());
577 EXPECT_EQ("EACCES", error->GetCode());
620 EXPECT_EQ("EBADF", error->GetCode());
658 EXPECT_EQ("EBADF", error->GetCode());
[all...]
/external/v8/src/compiler/
H A Djs-graph.cc51 .GetCode()));
59 .GetCode()));
63 return HeapConstant(stub.GetCode());
/external/vixl/examples/aarch32/
H A Dcustom-aarch32-disasm.cc64 os() << "R" << reg.GetCode();
/external/vixl/examples/aarch64/
H A Dcustom-disassembler.cc39 switch (reg.GetCode()) {
/external/vixl/src/aarch64/
H A Doperands-aarch64.h68 unsigned GetCode() const { function in class:vixl::aarch64::CPURegister
72 VIXL_DEPRECATED("GetCode", unsigned code() const) { return GetCode(); }
241 : CPURegister(other.GetCode(), other.GetSizeInBits(), other.GetType()) {
279 : Register(other.GetCode(), size_in_bits) {
284 : Register(other.GetCode(), other.GetSizeInBits()) {
305 : CPURegister(other.GetCode(), other.GetSizeInBits(), other.GetType()),
583 Combine(other.GetCode());
589 Remove(other.GetCode());
/external/v8/src/
H A Dcode-factory.cc16 // TODO(ishell): make it (const Stub& stub) once CodeStub::GetCode() is const.
20 return Callable(stub.GetCode(), Descriptor(stub.isolate()));
28 return stub.GetCode();
202 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor());
322 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor());
482 return Callable(stub.GetCode(), InterpreterCEntryDescriptor(isolate));

Completed in 2846 milliseconds

1234567