Home
last modified time | relevance | path

Searched defs:locations (Results 1 – 25 of 80) sorted by relevance

1234

/external/fonttools/Lib/fontTools/varLib/
Dplot.py23 def _plotLocationsDots(locations, axes, subplot, **kwargs): argument
46 def plotLocations(locations, fig, names=None, **kwargs): argument
Dmodels.py200 def __init__(self, locations, axisOrder=None): argument
229 def getMasterLocationsSortKeyFunc(locations, axisOrder=[]): argument
/external/llvm-project/lldb/utils/lui/
Dsourcewin.py175 def addBPLocations(self, locations): argument
183 def removeBPLocations(self, locations): argument
/external/angle/src/tests/perf_tests/
DUniformsPerf.cpp426 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark()
437 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark()
448 auto setFunc = [](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark()
449 size_t uniform, size_t frameIndex) { in drawBenchmark()
/external/fonttools/Tests/varLib/
Dmodels_test.py138 self, locations, axisOrder, sortedLocs, supports, deltaWeights argument
/external/scapy/scapy/contrib/
Dpnio_rtc.py298 def analyse_profisafe(packets, locations=None): argument
353 def data_entropy(packets, locations=None): argument
386 def draw_entropy(packets, locations=None): argument
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/
DLocationDuringReaderParsingTest.java206 final List<LocData> locations; field in LocationDuringReaderParsingTest.LocationTestCase
208 LocationTestCase(String json, LocData... locations) in LocationTestCase()
DLocationDuringStreamParsingTest.java206 final List<LocData> locations; field in LocationDuringStreamParsingTest.LocationTestCase
208 LocationTestCase(String json, LocData... locations) in LocationTestCase()
/external/llvm-project/mlir/lib/Parser/
DLocationParser.cpp76 SmallVector<Location, 4> locations; in parseFusedLocation() local
/external/fonttools/Lib/fontTools/ttLib/tables/
D_l_o_c_a.py50 def set(self, locations): argument
DG__l_o_c.py52 def set(self, locations): argument
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_msaa.c56 uint8_t locations[ in update_sample_locations() local
/external/skia/src/gpu/effects/
DGrYUVtoRGBEffect.cpp179 static SkAlphaType alpha_type(const SkYUVAInfo::YUVALocations locations) { in alpha_type()
186 const SkYUVAInfo::YUVALocations& locations, in GrYUVtoRGBEffect()
/external/llvm-project/llvm/docs/
DHowToUpdateDebugInfo.rst112 .. _WhenToDropLocation:
/external/swiftshader/src/Reactor/
DReactorDebugInfo.cpp81 std::vector<Location> locations; in getCallerBacktrace() local
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java362 …vocations(int wantedCount, int actualCount, DescribedInvocation wanted, List<Location> locations) { in tooManyActualInvocations()
396 private static String createAllLocationsMessage(List<Location> locations) { in createAllLocationsMessage()
409 List<Location> locations) { in createTooLittleInvocationsMessage()
425 …internal.reporting.Discrepancy discrepancy, DescribedInvocation wanted, List<Location> locations) { in tooLittleActualInvocationsInOrder()
/external/dokka/core/src/main/kotlin/Kotlin/
DExternalDocumentationLinkResolver.kt41 …l rootUrl: URL, val resolver: InboundExternalLinkResolutionService, val locations: Map<String, Str… constant in org.jetbrains.dokka.ExternalDocumentationLinkResolver.ExternalDocumentationRoot
132 val locations = paramsMap["location"].orEmpty() in loadPackageList() constant
/external/mesa3d/src/gallium/auxiliary/util/
Du_framebuffer.c256 unsigned samples, uint8_t *locations) in util_sample_locations_flip_y()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp211 const Instruction* variable, std::unordered_set<uint32_t>* locations, in GetLocationsForVariable()
466 auto locations = (storage_class == SpvStorageClassInput) in ValidateLocations() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_interfaces.cpp211 const Instruction* variable, std::unordered_set<uint32_t>* locations, in GetLocationsForVariable()
466 auto locations = (storage_class == SpvStorageClassInput) in ValidateLocations() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp211 const Instruction* variable, std::unordered_set<uint32_t>* locations, in GetLocationsForVariable()
466 auto locations = (storage_class == SpvStorageClassInput) in ValidateLocations() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcontraction_fusion.cc79 SmallVector<Location, 3> locations = {fuse_into->getLoc(), op->getLoc()}; in matchAndRewrite() local
/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc427 GProfileBuilder(const LocationTracker& locations, in GProfileBuilder()
489 const std::unordered_map<Location, int64_t>& locations = in WriteLocations() local
767 LocationTracker locations = in TraceToHeapPprof() local
907 LocationTracker locations = in TraceToPerfPprof() local
/external/llvm-project/mlir/lib/Target/LLVMIR/
DDebugTranslation.cpp154 ArrayRef<Location> locations = fusedLoc.getLocations(); in translateLoc() local
/external/apache-http/src/org/apache/commons/logging/impl/
DJdk14Logger.java93 StackTraceElement locations[]=dummyException.getStackTrace(); in log() local

1234