Home
last modified time | relevance | path

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

/external/v8/tools/turbolizer/
Dview.js7 class View { class
/external/pdfium/core/fpdfdoc/
Dcpdf_occontext.h25 enum UsageType { View = 0, Design, Print, Export }; enumerator
/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/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/vulkan-validation-layers/libs/glm/detail/
Ddummy.cpp92 glm::mat4 View = glm::rotate(ViewRotateX, Rotate.x, glm::vec3(0.0f, 1.0f, 0.0f)); in func() local
/external/toolchain-utils/automation/clients/helper/
Dperforce.py81 class View(collections.MutableSet): class