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

  /frameworks/base/tools/aapt2/link/
AutoVersioner.cpp 128 new_style->SetComment(style->GetComment());
TableMerger.cpp 343 new_file_ref->SetComment(file_ref.GetComment());
  /frameworks/base/tools/aapt2/test/
Builders.h 93 ValueBuilder& SetComment(const android::StringPiece& str) {
94 value_->SetComment(str);
  /frameworks/base/tools/aapt2/java/
JavaClassGenerator_test.cpp 272 ->SetComment(std::string("This is a comment\n@deprecated"));
300 attr.SetComment(StringPiece("This is an attribute"));
305 styleable.SetComment(StringPiece("This is a styleable"));
383 attr.SetComment(StringPiece("removed"));
  /frameworks/base/tools/aapt2/
ResourceValues.h 70 void SetComment(const android::StringPiece& str) { comment_ = str.to_string(); }
72 void SetComment(std::string&& str) { comment_ = std::move(str); }
ResourceParser.cpp 122 res->value->SetComment(std::move(res->comment));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstask.h 236 virtual HRESULT WINAPI SetComment(LPCWSTR pwszComment) = 0;
272 HRESULT (WINAPI *SetComment)(IScheduledWorkItem *This,LPCWSTR pwszComment);
310 #define IScheduledWorkItem_SetComment(This,pwszComment) (This)->lpVtbl->SetComment(This,pwszComment)
431 HRESULT (WINAPI *SetComment)(ITask *This,LPCWSTR pwszComment);
481 #define ITask_SetComment(This,pwszComment) (This)->lpVtbl->SetComment(This,pwszComment)
    [all...]
  /frameworks/base/tools/aapt2/proto/
TableProtoDeserializer.cpp 349 out_value->SetComment(pb_item.comment());
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
CommonObject.py 842 def SetComment(self, Comment):
  /external/curl/src/
tool_operate.c     [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 2049 milliseconds