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

  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 307 return m_pDict->GetBoolean("NewWindow");
325 return m_pDict->GetBoolean("IsMap");
341 return m_pDict->GetBoolean("H", TRUE);
390 return m_pDict->GetBoolean("Synchronous");
395 return m_pDict->GetBoolean("Repeat");
400 return m_pDict->GetBoolean("Mix");
    [all...]
  /art/runtime/
art_field.h 90 uint8_t GetBoolean(mirror::Object* object) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
transaction_test.cc 188 ASSERT_EQ(booleanField->GetBoolean(h_klass.Get()), false);
255 EXPECT_EQ(booleanField->GetBoolean(h_klass.Get()), false);
290 ASSERT_EQ(booleanField->GetBoolean(h_instance.Get()), false);
357 EXPECT_EQ(booleanField->GetBoolean(h_instance.Get()), false);
art_field-inl.h 141 inline uint8_t ArtField::GetBoolean(mirror::Object* object) {
reflection.cc 272 DO_FIRST_ARG("Ljava/lang/Boolean;", GetBoolean, Append)
786 boxed_value.SetZ(primitive_field->GetBoolean(o));
    [all...]
class_linker_test.cc     [all...]
thread.cc     [all...]
debugger.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 49 return field->GetBoolean(field->GetDeclaringClass());
53 return field->GetBoolean(field->GetDeclaringClass());
165 return field->GetBoolean(obj);
173 return field->GetBoolean(obj);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognitionException.cs 174 _approximateLineInfo = info.GetBoolean("ApproximateLineInfo");
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognitionException.cs 196 _approximateLineInfo = info.GetBoolean("ApproximateLineInfo");
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 421 FX_BOOL GetBoolean(FX_BSTR key, FX_BOOL bDefault = FALSE) const;
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 25 FX_BOOL bRegenerateAP = pAcroForm && pAcroForm->GetBoolean("NeedAppearances");
doc_utils.cpp 700 return m_pDict->GetBoolean("FB");
doc_form.cpp 1017 return m_pFormDict->GetBoolean("NeedAppearances");
    [all...]
  /art/runtime/hprof/
hprof.cc 1024 __ AddU1(f->GetBoolean(klass));
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 494 return m_pEncryptDict->GetBoolean(FX_BSTRC("EncryptMetadata"), TRUE);
523 AES256_SetPerms(pEncryptDict, m_Permissions, pEncryptDict->GetBoolean(FX_BSTRC("EncryptMetadata"), TRUE), m_EncryptKey);
    [all...]
fpdf_parser_objects.cpp 682 FX_BOOL CPDF_Dictionary::GetBoolean(FX_BSTR key, FX_BOOL bDefault) const
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc 65 shadow_frame.SetVReg(vregA, f->GetBoolean(obj));
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/arch/
stub_test.cc     [all...]

Completed in 608 milliseconds