HomeSort by relevance Sort by last modified time
    Searched full:dumptype (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/swiftshader/third_party/subzero/src/
IceGlobalInits.cpp 114 void FunctionDeclaration::dumpType(Ostream &Stream) const {
139 void VariableDeclaration::dumpType(Ostream &Stream) const {
143 Initializers.front()->dumpType(Stream);
153 Init->dumpType(Stream);
170 dumpType(Stream);
190 void VariableDeclaration::Initializer::dumpType(Ostream &Stream) const {
199 dumpType(Stream);
216 dumpType(Stream);
220 void VariableDeclaration::RelocInitializer::dumpType(Ostream &Stream) const {
231 dumpType(Stream)
    [all...]
IceGlobalInits.h 88 virtual void dumpType(Ostream &Stream) const = 0;
151 void dumpType(Ostream &Stream) const final;
240 virtual void dumpType(Ostream &Stream) const;
371 void dumpType(Ostream &Stream) const final;
457 void dumpType(Ostream &Stream) const final;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 78 void DWARFContext::dump(raw_ostream &OS, DIDumpType DumpType, bool DumpEH) {
79 if (DumpType == DIDT_All || DumpType == DIDT_Abbrev) {
84 if (DumpType == DIDT_All || DumpType == DIDT_AbbrevDwo)
90 if (DumpType == DIDT_All || DumpType == DIDT_Info) {
96 if ((DumpType == DIDT_All || DumpType == DIDT_InfoDwo) &&
103 if ((DumpType == DIDT_All || DumpType == DIDT_Types) && getNumTypeUnits())
    [all...]
  /frameworks/base/libs/hwui/service/
GraphicsStatsService.h 40 enum class DumpType {
49 ANDROID_API static Dump* createDump(int outFd, DumpType type);
GraphicsStatsService.cpp 310 Dump(int outFd, DumpType type) : mFd(outFd), mType(type) {}
312 DumpType type() { return mType; }
317 DumpType mType;
321 GraphicsStatsService::Dump* GraphicsStatsService::createDump(int outFd, DumpType type) {
342 if (dump->type() == DumpType::Protobuf) {
354 if (dump->type() == DumpType::Protobuf) {
362 if (dump->type() == DumpType::Protobuf) {
  /hardware/google/av/codec2/tests/
C2SampleComponent_test.cpp 292 void dumpType(C2Param::Type type) {
321 void dumpType(C2Param::CoreIndex type) {
331 void dumpType(C2FieldDescriptor::type_t type) {
343 dumpType((C2Param::Type)type);
351 dumpType(sd.coreIndex());
389 dumpType(C2Param::Type(pd.index().type()));
  /external/llvm/lib/Support/Windows/
Signals.inc 641 /// "DumpType" for a given Windows Registry key.
645 /// valid values for DumpType are:
657 DWORD DumpType;
658 DWORD TypeSize = sizeof(DumpType);
659 if (ERROR_SUCCESS != ::RegGetValueW(Key, NULL, L"DumpType", RRF_RT_REG_DWORD,
660 NULL, &DumpType,
664 switch (DumpType) {
729 // is NULL or if there is no valid DumpType value at its location).
730 MINIDUMP_TYPE DumpType;
731 if (!GetDumpType(AppSpecificKey, DumpType))
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
Signals.inc 642 /// "DumpType" for a given Windows Registry key.
646 /// valid values for DumpType are:
658 DWORD DumpType;
659 DWORD TypeSize = sizeof(DumpType);
660 if (ERROR_SUCCESS != ::RegGetValueW(Key, NULL, L"DumpType", RRF_RT_REG_DWORD,
661 NULL, &DumpType,
665 switch (DumpType) {
730 // is NULL or if there is no valid DumpType value at its location).
731 MINIDUMP_TYPE DumpType;
732 if (!GetDumpType(AppSpecificKey, DumpType))
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_GraphicsStatsService.cpp 37 ? GraphicsStatsService::DumpType::Protobuf : GraphicsStatsService::DumpType::Text);
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBContext.h 42 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBContext.h 44 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBContext.h 44 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
werapi.h 115 HRESULT WINAPI WerReportAddDump(HREPORT hReportHandle,HANDLE hProcess,HANDLE hThread,WER_DUMP_TYPE dumpType,PWER_EXCEPTION_INFORMATION pExceptionParam,PWER_DUMP_CUSTOM_OPTIONS pDumpCustomOptions,DWORD dwFlags);
  /frameworks/base/services/core/java/com/android/server/trust/
TrustArchive.java 127 dumpType(ev.type));
176 private String dumpType(int type) {
  /external/clang/lib/AST/
ASTDumper.cpp 225 void dumpType(QualType T);
649 void ASTDumper::dumpType(QualType T) {
735 dumpType(VD->getType());
914 dumpType(QualType(Init->getBaseClass(), 0));
916 dumpType(Init->getTypeSourceInfo()->getType());
    [all...]
  /external/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 42 static cl::opt<DIDumpType> DumpType(
89 DICtx->dump(outs(), DumpType);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/
DIContext.h 153 DIDumpType DumpType = DIDT_All;
173 virtual bool verify(raw_ostream &OS, DIDumpType DumpType = DIDT_All) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/
DIContext.h 153 DIDumpType DumpType = DIDT_All;
173 virtual bool verify(raw_ostream &OS, DIDumpType DumpType = DIDT_All) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/
DIContext.h 153 DIDumpType DumpType = DIDT_All;
173 virtual bool verify(raw_ostream &OS, DIDumpType DumpType = DIDT_All) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/
DIContext.h 153 DIDumpType DumpType = DIDT_All;
173 virtual bool verify(raw_ostream &OS, DIDumpType DumpType = DIDT_All) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
lex.c 501 DumpType(p->ret, f);
514 DumpType(p->ret, f);
602 DumpType(p->ret, f);
750 DumpType( char *s, FILE *f )
752 DumpType( s, f )
765 require(s!=NULL, "DumpType: invalid type string");
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.h 105 MINIDUMP_TYPE DumpType,
  /external/llvm/include/llvm/DebugInfo/
DIContext.h 141 virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All,
  /external/llvm/lib/DebugInfo/PDB/
PDBContext.cpp 32 void PDBContext::dump(raw_ostream &OS, DIDumpType DumpType,
  /frameworks/base/services/core/java/com/android/server/utils/
PriorityDump.java 243 * is called without priority arguments. By default, it calls the 3 {@code dumpTYPE}

Completed in 710 milliseconds

1 2 3