HomeSort by relevance Sort by last modified time
    Searched defs:full_name (Results 51 - 71 of 71) sorted by null

1 23

  /external/freetype/include/freetype/
t1tables.h 93 FT_String* full_name; member in struct:PS_FontInfoRec_
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.cpp 139 const char* full_name; member in struct:__anon31017::AbbrPair
169 return it != table + count ? ByteStringView(it->full_name) : ByteStringView();
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
t1tables.h 93 FT_String* full_name; member in struct:PS_FontInfoRec_
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 477 const String& full_name = String::Format("%s.%s", local
501 return (MatchesFilter(full_name, positive.c_str()) &&
502 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 476 const String& full_name = String::Format("%s.%s", local
500 return (MatchesFilter(full_name, positive.c_str()) &&
501 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 482 const std::string& full_name = test_case_name + "." + test_name.c_str(); local
504 return (MatchesFilter(full_name, positive.c_str()) &&
505 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 465 const String& full_name = String::Format("%s.%s", local
489 return (MatchesFilter(full_name, positive.c_str()) &&
490 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 484 bool AddSymbol(const string& full_name, Symbol symbol);
4057 string* full_name = tables_->AllocateString(scope); local
4194 string* full_name = tables_->AllocateString(scope); local
4511 string* full_name = tables_->AllocateString(parent->full_name()); local
4535 string* full_name = tables_->AllocateString(scope); local
4578 string* full_name = tables_->AllocateString(*parent->full_name_); local
4640 string* full_name = tables_->AllocateString(file_->package()); local
4669 string* full_name = tables_->AllocateString(parent->full_name()); local
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest.cc 476 const String& full_name = String::Format("%s.%s", local
500 return (MatchesFilter(full_name, positive.c_str()) &&
501 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 482 const std::string& full_name = test_case_name + "." + test_name.c_str(); local
504 return (MatchesFilter(full_name, positive.c_str()) &&
505 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest.cc 478 const std::string& full_name = test_case_name + "." + test_name.c_str(); local
500 return (MatchesFilter(full_name, positive.c_str()) &&
501 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/googletest/googletest/src/
gtest.cc 505 const std::string& full_name = test_case_name + "." + test_name.c_str(); local
527 return (MatchesFilter(full_name, positive.c_str()) &&
528 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 505 const std::string& full_name = test_case_name + "." + test_name.c_str(); local
527 return (MatchesFilter(full_name, positive.c_str()) &&
528 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 1805 const String& full_name = String::Format("%s.%s", local
    [all...]
  /external/v8/src/parsing/
parser-base.h 806 const char* full_name, int pos, bool* ok);
3456 MessageTemplate::kInvalidEscapedMetaProperty, full_name); local
    [all...]
  /external/v8/testing/gtest/src/
gtest.cc 504 const std::string& full_name = test_case_name + "." + test_name.c_str(); local
526 return (MatchesFilter(full_name, positive.c_str()) &&
527 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 1966 const std::string& full_name = test_case_name + "." + test_name.c_str(); local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 1966 const std::string& full_name = test_case_name + "." + test_name.c_str(); local
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 6945 char full_name[256]; local
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 2456 inline const char* Def::full_name() const { return upb_def_fullname(this); } function in class:upb::Def
2506 inline const char* FieldDef::full_name() const { function in class:upb::FieldDef
2671 inline const char *MessageDef::full_name() const { function in class:upb::MessageDef
2858 inline const char* EnumDef::full_name() const { function in class:upb::EnumDef
2910 inline const char* OneofDef::full_name() const { function in class:upb::OneofDef
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 3056 inline const char* Def::full_name() const { return upb_def_fullname(this); } function in class:upb::Def
3107 inline const char* FieldDef::full_name() const { function in class:upb::FieldDef
3287 inline const char *MessageDef::full_name() const { function in class:upb::MessageDef
3483 inline const char* EnumDef::full_name() const { function in class:upb::EnumDef
    [all...]

Completed in 1817 milliseconds

1 23