Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_occontext.h22 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/perfetto/tools/trace_to_text/
Dpprof_builder.cc54 struct View { struct
55 const char* type;
56 const char* unit;
57 const char* aggregator;
58 const char* filter;
/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()
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
DSourceCoverageView.h29 std::unique_ptr<SourceCoverageView> View; member
55 std::unique_ptr<SourceCoverageView> View; member
/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/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_buffer_test.cc53 TEST(Buffer, View) { in TEST() argument
/external/v8/src/wasm/
Dfunction-compiler.cc26 class View : public AssemblerBuffer { class in v8::internal::wasm::__anon16f3f3d90111::WasmInstructionBufferImpl
28 View(Vector<uint8_t> buffer, WasmInstructionBufferImpl* holder) in View() function in v8::internal::wasm::__anon16f3f3d90111::WasmInstructionBufferImpl::View
/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/v8/src/heap/
Dscavenger.h52 View(PromotionList* promotion_list, int task_id) in View() function
Dworklist.h32 View(Worklist<EntryType, SEGMENT_SIZE>* worklist, int task_id) in View() function
/external/toolchain-utils/deprecated/automation/clients/helper/
Dperforce.py81 class View(collections.MutableSet): class
/external/guava/android/guava/src/com/google/common/collect/
DHashBiMap.java656 abstract static class View<K, V, T> extends AbstractSet<T> { class in HashBiMap
659 View(HashBiMap<K, V> biMap) { in View() method in HashBiMap.View
/external/libkmsxx/utils/
Dkmstest.cpp437 View, enumerator