HomeSort by relevance Sort by last modified time
    Searched full:bloat (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/netperf/doc/examples/
Makefile.am 11 bloat.sh \
bloat.sh 3 # buffer bloat on latency. We assume that netperf has been compiled
17 echo "Starting netperf TCP_RR at $RR_START" | tee bloat.log
31 echo "Starting netperf TCP_STREAM test at $STREAM_START" | tee -a bloat.log
34 echo "Netperf TCP_STREAM test stopped at $STREAM_STOP" | tee -a bloat.log
41 echo "Netperf TCP_RR test stopped at $RR_STOP" | tee -a bloat.log
106 $RRDTOOL graph bloat.svg --imgformat SVG \
  /external/autotest/client/site_tests/platform_MemoryPressure/
js-bloat.html 16 document.bloat = new Array(__n_arrays);
18 document.bloat[i] = new Array(1);
41 document.bloat[i] += new Array(__n_elements);
43 document.bloat[i][j] = j;
platform_MemoryPressure.py 30 # The program in js-bloat.html allocates a few large arrays and
33 os.path.join(self.bindir, 'js-bloat.html')))
  /developers/samples/android/
.gitignore 25 # Can explicitly add if we want, but shouldn't do so blindly. Licenses, bloat, etc.
  /external/autotest/client/site_tests/build_RootFilesystemSize/
control 20 This test returns the root image size for tracking bloat over time.
  /external/skia/src/gpu/batches/
GrStencilAndCoverPathRenderer.cpp 116 // theoretically could set bloat = 0, instead leave it because of matrix inversion
118 SkScalar bloat = viewMatrix.getMaxScale() * SK_ScalarHalf; local
119 bounds.outset(bloat, bloat);
GrPLSPathRenderer.h 30 * without relying on hardware MSAA. We instead bloat the triangles to ensure complete coverage,
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableEnumMap.java 25 * by {@code Enum<E>} to avoid code-size bloat.
ImmutableEnumSet.java 23 * by {@code Enum<E>} to avoid code-size bloat.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_slist_base.h 55 // moved here to reduce code bloat without templatizing _Slist_iterator_base
  /packages/apps/Launcher3/src/com/android/launcher3/util/
Thunk.java 31 * in unnecessary bloat and runtime method call overhead. It also gets us closer to the dex method
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_slist_base.h 55 // moved here to reduce code bloat without templatizing _Slist_iterator_base
  /art/test/080-oom-throw/src/
Main.java 40 double d1, d2, d3, d4, d5, d6, d7, d8; // Bloat this object so we fill the heap faster.
  /external/vboot_reference/scripts/image_signing/
strip_boot_from_image.sh 53 # zero trash blocks that bloat payload sizes, need to zero them. This was
  /external/libchrome/base/
callback_internal.h 37 // of bloat. Its only task is to call the destructor which can be done with a
61 // template bloat.
91 // bloat.
  /external/libweave/third_party/chromium/base/
callback_internal.h 36 // of bloat. Its only task is to call the destructor which can be done with a
60 // template bloat.
90 // bloat.
  /external/toybox/scripts/
bloatcheck 62 DIFF2=`mktemp bloat.XXXXXXX`
  /external/v8/build/toolchain/
get_concurrent_links.py 65 # 4GB per ld process allows for some more bloat.
  /bootable/recovery/applypatch/
applypatch.sh 82 run_command rm $WORK_DIR/bloat.dat
88 run_command rm /cache/bloat*.dat
250 echo run_command dd if=/dev/zero of=$WORK_DIR/bloat.dat count=$((free_kb-512)) bs=1024 || fail
251 run_command dd if=/dev/zero of=$WORK_DIR/bloat.dat count=$((free_kb-512)) bs=1024 || fail
  /external/autotest/client/site_tests/telemetry_AFDOGenerateClient/
telemetry_AFDOGenerateClient.py 34 'bloat',
  /external/libchrome/base/metrics/
histogram.h 128 // to avoid code bloat from the std::string constructor being inlined into
303 // to avoid code bloat from the std::string constructor being inlined into
379 // to avoid code bloat from the std::string constructor being inlined into
409 // to avoid code bloat from the std::string constructor being inlined into
  /external/v8/src/base/
logging.h 72 // bloat for official release builds.
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
fastmem.h 122 // To avoid code bloat don't use it in case of not performance-critical spots,
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic6x.h 114 emitted only once per section, to save unnecessary bloat. */

Completed in 3447 milliseconds

1 2 3 4 5 6