/external/swiftshader/third_party/subzero/bloat/ |
D | README.chromium | 2 Short Name: bloat 3 URL: https://github.com/martine/bloat 15 Only bloat.py is used (with no modifications). 35 was used as the basis for pnacl-sz.bloat.html.
|
/external/swiftshader/third_party/subzero/ |
D | Makefile.standalone | 423 .PHONY: all compile_only make_symlink runtime bloat sb docs help \ 833 bloat: make_symlink 835 bloat/bloat.py --nm-output=/dev/stdin syms > build/pnacl-sz.bloat.json 836 @echo See Subzero size breakdown in bloat/pnacl-sz.bloat.html 838 bloat-sb: sb_make_symlink 839 $(foreach nexe,$(NEXES),nm -C -S -l $(nexe) | bloat/bloat.py \ 840 --nm-output=/dev/stdin syms > build/$(notdir $(nexe)).bloat.json;) 858 $(OBJDIR) $(SB_OBJDIR) $(SBB_OBJDIR) build/*.bloat.json
|
/external/skqp/src/gpu/ops/ |
D | GrStencilAndCoverPathRenderer.cpp | 146 SkScalar bloat = viewMatrix.getMaxScale() * SK_ScalarHalf; in onDrawPath() local 147 coverBounds.outset(bloat, bloat); in onDrawPath()
|
/external/skia/src/gpu/ops/ |
D | GrStencilAndCoverPathRenderer.cpp | 146 SkScalar bloat = viewMatrix.getMaxScale() * SK_ScalarHalf; in onDrawPath() local 147 coverBounds.outset(bloat, bloat); in onDrawPath()
|
/external/protobuf/conformance/ |
D | failure_list_objc.txt | 4 # platforms don't support json wire format to avoid code bloat.
|
/external/skia/src/gpu/ccpr/ |
D | GrCCCoverageProcessor_GSImpl.cpp | 95 float bloat = kAABloatRadius; in emitGeometryShader() local 98 bloat *= proc.debugBloat(); in emitGeometryShader() 101 g->defineConstant("bloat", bloat); in emitGeometryShader()
|
D | GrCCCoverageProcessor_VSImpl.cpp | 275 float bloat = kAABloatRadius; in onEmitCode() local 278 bloat *= proc.debugBloat(); in onEmitCode() 281 v->defineConstant("bloat", bloat); in onEmitCode()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCCoverageProcessor_GSImpl.cpp | 95 float bloat = kAABloatRadius; in emitGeometryShader() local 98 bloat *= proc.debugBloat(); in emitGeometryShader() 101 g->defineConstant("bloat", bloat); in emitGeometryShader()
|
D | GrCCCoverageProcessor_VSImpl.cpp | 274 float bloat = kAABloatRadius; in onEmitCode() local 277 bloat *= proc.debugBloat(); in onEmitCode() 280 v->defineConstant("bloat", bloat); in onEmitCode()
|
/external/grpc-grpc/tools/internal_ci/linux/ |
D | grpc_microbenchmark_diff.sh | 28 tools/internal_ci/linux/run_if_c_cpp_modified.sh tools/profiling/bloat/bloat_diff.py \
|
/external/autotest/client/site_tests/build_RootFilesystemSize/ |
D | control | 19 This test returns the root image size for tracking bloat over time.
|
/external/toybox/scripts/ |
D | bloatcheck | 62 DIFF2=`mktemp bloat.XXXXXXX`
|
/external/tensorflow/tensorflow/core/platform/default/build_config/ |
D | BUILD | 146 # and excludes anything that can bloat binary size if used.
|
/external/protobuf/docs/swift/ |
D | DesignDoc.md | 125 risk compiled size bloat by adding `typealias`es for every type). 602 data to represent the descriptors would add bloat when we wish to keep the code
|
/external/swiftshader/docs/ |
D | Reactor.md | 35 …outines manually, and with the help of metaprogramming it results in code bloat. Worse yet, any no…
|
/external/flatbuffers/docs/source/ |
D | Internals.md | 53 32 and 64bit systems, and a 64bit offset would bloat the size for almost
|
/external/u-boot/tools/buildman/ |
D | README | 697 It is even possible to go a little further with the -B option (--bloat). This 1144 for finding code bloat.
|
/external/googletest/googletest/docs/ |
D | faq.md | 198 single header file and will not bloat your binary.
|
/external/protobuf/ |
D | CHANGES.txt | 1041 to improve performance but want to make sure it doesn't bloat up too large.
|
/external/python/cpython3/Doc/howto/ |
D | regex.rst | 285 don't need REs at all, so there's no need to bloat the language specification by
|
/external/python/cpython2/Doc/howto/ |
D | regex.rst | 282 don't need REs at all, so there's no need to bloat the language specification by
|
/external/llvm/docs/ |
D | CodingStandards.rst | 643 executable bloat even if exceptions are never used in the code base, or if RTTI
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CodingStandards.rst | 652 executable bloat even if exceptions are never used in the code base, or if RTTI
|
/external/tensorflow/tensorflow/core/ |
D | BUILD | 40 # kernels, without bringing in libraries that can bloat code size (e.g.,
|
/external/swiftshader/third_party/subzero/docs/ |
D | DESIGN.rst | 150 memory and contributes to a perception of bloat and sometimes a reality of
|