Searched defs:View (Results 1 – 12 of 12) sorted by relevance
/external/v8/tools/turbolizer/ |
D | view.js | 7 class View { class
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_occontext.h | 25 enum UsageType { View = 0, Design, Print, Export }; enumerator
|
/external/droiddriver/src/io/appium/droiddriver/instrumentation/ |
D | InstrumentationUiDevice.java | 37 InstrumentationUiDevice(DroidDriverContext<View, ViewElement> context) { in InstrumentationUiDevice()
|
D | ViewElement.java | 56 public ViewElement(DroidDriverContext<View, ViewElement> context, View view, ViewElement parent) { in ViewElement()
|
/external/llvm/tools/llvm-cov/ |
D | SourceCoverageView.cpp | 126 std::unique_ptr<SourceCoverageView> View) { in addExpansion() 132 std::unique_ptr<SourceCoverageView> View) { in addInstantiation()
|
D | SourceCoverageView.h | 29 std::unique_ptr<SourceCoverageView> View; member 55 std::unique_ptr<SourceCoverageView> View; member
|
D | CodeCoverage.cpp | 172 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/ |
D | gold-plugin.cpp | 654 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/ |
D | StreamReader.h | 93 StreamRef View = Stream.slice(Offset, Length); in readArray() local
|
/external/autotest/frontend/client/src/autotest/moblab/wizard/ |
D | ConfigWizard.java | 231 View, enumConstant
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | dummy.cpp | 92 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/ |
D | perforce.py | 81 class View(collections.MutableSet): class
|