Home
last modified time | relevance | path

Searched refs:instantiations (Results 1 – 25 of 43) sorted by relevance

12

/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
DInstantiationSet.java13 private List<Instantiation> instantiations; field in InstantiationSet
26 instantiations = new LinkedList<>(); in InstantiationSet()
31 newInstance.instantiations.addAll(this.instantiations); in withInstantiation()
32 newInstance.instantiations.add(instantiation); in withInstantiation()
37 return instantiations.isEmpty(); in isEmpty()
47 return instantiations.equals(that.instantiations); in equals()
52 return instantiations.hashCode(); in hashCode()
58 "instantiations=" + instantiations + in toString()
63 for (Instantiation instantiation : instantiations) { in apply()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/
DshowExpansions.json48 // CHECK-SAME: "instantiations":{"count":1,"covered":1,"percent":100},
/external/llvm/test/tools/llvm-cov/
Dcov-comdat.test6 # tests that the coverage data from different instantiations
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/
Dcov-comdat.test6 # tests that the coverage data from different instantiations
/external/libcxx/docs/DesignDocs/
DVisibilityMacros.rst146 explicit instantiations themselves are marked as exported. Note that this
155 must be specified on all class template explicit instantiations.
168 instantiations to export members, which is consistent with existing Windows
179 being exported from those libraries, since those implicit instantiations will
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-09-18-OptimizeExceptions.txt24 to analyze instantiations of said code.
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-09-18-OptimizeExceptions.txt24 to analyze instantiations of said code.
/external/llvm/docs/HistoricalNotes/
D2001-09-18-OptimizeExceptions.txt24 to analyze instantiations of said code.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-cov.rst206 .. option:: -show-instantiations
356 Show statistics for all function instantiations. Defaults to false.
/external/python/cpython3/Doc/library/
Dwebbrowser.rst104 may be passed to the :func:`get` function and the corresponding instantiations
/external/python/cpython2/Doc/library/
Dwebbrowser.rst103 may be passed to the :func:`get` function and the corresponding instantiations
/external/clang/docs/
DSourceBasedCodeCoverage.rst121 templated functions and their instantiations. For our example program, we get
/external/llvm/docs/TableGen/
DLangIntro.rst433 multiclass instantiations.
559 levels of multiclass instantiations. This also avoids the need of using "let"
/external/antlr/runtime/C/doxygen/
Ddoxygengroups.dox64 /// This is the definition of the base recognizer interface, instantiations
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/
DLangIntro.rst513 multiclass instantiations.
639 levels of multiclass instantiations. This also avoids the need of using "let"
/external/llvm/docs/CommandGuide/
Dllvm-cov.rst205 .. option:: -show-instantiations
/external/tensorflow/tensorflow/contrib/eager/python/examples/workshop/
D3_inspecting.ipynb172 "# Layer and so subsequent instantiations will have different variable scopes\n",
/external/libchrome/base/containers/
DREADME.md184 Since instantiations require both code for a std::map and a brute-force search
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-param-test.h.pump109 // instantiations. The tests from the instantiation above will have
/external/skia/docs/
Dspelling.txt112 instantaneous instantiated instantiation instantiations instead instruct instructs integer integers
/external/skqp/docs/
Dspelling.txt112 instantaneous instantiated instantiation instantiations instead instruct instructs integer integers
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-param-test.h.pump110 // instantiations. The tests from the instantiation above will have
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-param-test.h.pump110 // instantiations. The tests from the instantiation above will have
/external/mesa3d/src/gtest/include/gtest/
Dgtest-param-test.h.pump110 // instantiations. The tests from the instantiation above will have
/external/skqp/site/user/api/
DSkPicture_Reference.md103 …when aborted is undefined. <a href='SkPicture_Reference#SkPicture'>SkPicture</a> instantiations are

12