Home
last modified time | relevance | path

Searched defs:View (Results 1 – 19 of 19) sorted by relevance

/external/v8/tools/turbolizer/src/
Dview.ts5 export abstract class View { class
/external/pdfium/core/fpdfdoc/
Dcpdf_occontext.h25 enum UsageType { View = 0, Design, Print, Export }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DSourceCoverageView.h33 std::unique_ptr<SourceCoverageView> View; member
59 std::unique_ptr<SourceCoverageView> View; member
DSourceCoverageView.cpp159 std::unique_ptr<SourceCoverageView> View) { in addExpansion()
165 std::unique_ptr<SourceCoverageView> View) { in addInstantiation()
DCodeCoverage.cpp251 SourceCoverageView &View, ArrayRef<ExpansionRecord> Expansions, in attachExpansionSubViews()
283 auto View = SourceCoverageView::create(DC.demangle(Function.Name), in createFunctionView() local
302 auto View = SourceCoverageView::create(SourceFile, SourceBuffer.get(), in createSourceFileView() local
524 auto View = createSourceFileView(SourceFile, *Coverage); in writeSourceFileView() local
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
DInstrumentationUiDevice.java37 InstrumentationUiDevice(DroidDriverContext<View, ViewElement> context) { in InstrumentationUiDevice()
DViewElement.java56 public ViewElement(DroidDriverContext<View, ViewElement> context, View view, ViewElement parent) { in ViewElement()
/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DView.java43 public abstract class View { class
55 View() {} in View() method in View
/external/llvm/tools/llvm-cov/
DSourceCoverageView.cpp126 std::unique_ptr<SourceCoverageView> View) { in addExpansion()
132 std::unique_ptr<SourceCoverageView> View) { in addInstantiation()
DSourceCoverageView.h29 std::unique_ptr<SourceCoverageView> View; member
55 std::unique_ptr<SourceCoverageView> View; member
DCodeCoverage.cpp172 CodeCoverageTool::attachExpansionSubViews(SourceCoverageView &View, in attachExpansionSubViews()
205 auto View = SourceCoverageView::create(Function.Name, SourceBuffer.get(), in createFunctionView() local
223 auto View = SourceCoverageView::create(SourceFile, SourceBuffer.get(), in createSourceFileView() local
556 auto View = createSourceFileView(SourceFile, *Coverage); in show() local
/external/llvm/tools/gold/
Dgold-plugin.cpp654 const void *View; in getSymbolsAndView() local
663 const void *View = getSymbolsAndView(F); in getModuleSummaryIndexForFile() local
690 getModuleForFile(LLVMContext &Context, claimed_file &F, const void *View, in getModuleForFile()
1141 const void *View, StringRef Name, in linkInModule()
1180 static void thinLTOBackendTask(claimed_file &F, const void *View, in thinLTOBackendTask()
1229 const void *View = getSymbolsAndView(F); in thinLTOBackends() local
1329 const void *View = getSymbolsAndView(F); in thinLTOLink() local
1488 const void *View = getSymbolsAndView(F); in allSymbolsReadHook() local
/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamReader.h93 StreamRef View = Stream.slice(Offset, Length); in readArray() local
/external/autotest/frontend/client/src/autotest/moblab/wizard/
DConfigWizard.java231 View, enumConstant
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryStreamReader.h233 BinaryStreamRef View; in readArray() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
Dgold-plugin.cpp649 const void *View; in getSymbolsAndView() local
690 static void addModule(LTO &Lto, claimed_file &F, const void *View, in addModule()
999 if (const void *View = getSymbolsAndView(F)) in runLTO() local
/external/toolchain-utils/automation/clients/helper/
Dperforce.py81 class View(collections.MutableSet): class
/external/v8/src/heap/
Dworklist.h32 View(Worklist<EntryType, SEGMENT_SIZE>* worklist, int task_id) in View() function
/external/libkmsxx/utils/
Dkmstest.cpp432 View, enumerator