HomeSort by relevance Sort by last modified time
    Searched full:amount (Results 326 - 350 of 6068) sorted by null

<<11121314151617181920>>

  /external/libmojo/mojo/public/cpp/test_support/
test_utils.h 30 // amount of time and reports the number of iterations per unit time.)
  /external/llvm/lib/Fuzzer/test/
afl-driver-extra-stats.test 25 ; amount of time or virtual memory.
  /external/llvm/test/CodeGen/SystemZ/
rot-01.ll 1 ; Test shortening of NILL to NILF when the result is used as a rotate amount.
shift-01.ll 61 ; ...and again with a truncated 64-bit shift amount.
73 ; mask the amount instead.
83 ; Check the next value up. Again, we could mask the amount instead.
105 ; Check that the shift amount uses an address register. It cannot be in %r0.
shift-02.ll 61 ; ...and again with a truncated 64-bit shift amount.
73 ; mask the amount instead.
83 ; Check the next value up. Again, we could mask the amount instead.
105 ; Check that the shift amount uses an address register. It cannot be in %r0.
shift-03.ll 61 ; ...and again with a truncated 64-bit shift amount.
73 ; mask the amount instead.
83 ; Check the next value up. Again, we could mask the amount instead.
105 ; Check that the shift amount uses an address register. It cannot be in %r0.
  /external/llvm/test/Transforms/Util/MemorySSA/
multiple-locations.ll 4 ; Checks that basicAA is doing some amount of disambiguation for us
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
assertions.xml 40 via clock_getcpuclockid(). The value set is the amount of execution
46 The value set is the amount of execution time of the calling process.
54 obtained via pthread_getcpuclockid(). The value set is the amount of
60 The value set is the amount of execution time of the calling thread.
  /external/lzma/CPP/7zip/UI/GUI/
Extract.rc 7 IDS_MEM_ERROR "The system cannot allocate the required amount of memory"
  /external/selinux/libsepol/include/sepol/
handle.h 25 * This should reduce the amount of memory required to expand the policy. */
  /external/sfntly/cpp/src/sfntly/math/
font_math.h 35 // Calculates the amount of padding needed. The values provided need to be in
  /external/skia/include/private/
SkShadowParams.h 26 distortions. This enforces a minimum amount of variance
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTDecompress.h 19 @return Returns the amount of data that was decompressed.
  /external/v8/tools/
profile_view.js 90 * @param {number} totalTime Amount of time that application spent in the
93 * @param {number} selfTime Amount of time that application spent in the
152 * @param {number} totalTime Amount of time that application spent in the
155 * @param {number} selfTime Amount of time that application spent in the
  /external/valgrind/helgrind/
README_YARD.txt 34 sometimes produces an annoying amount of output.
  /external/webrtc/webrtc/base/
systeminfo.h 38 // Total amount of physical memory, in bytes.
  /external/webrtc/webrtc/common_audio/resampler/include/
resampler.h 13 * A wrapper for resampling a numerous amount of sampling combinations.
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
time_scheduler.h 31 // Set updateTimeInMs to the amount of time until UpdateScheduler() should
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
predictive_packet_manipulator.cc 37 "is called same amount of times you're going to invoke the "
  /frameworks/av/media/libmedia/
MediaUtils.h 29 Limit the amount of memory a process can allocate using setrlimit(RLIMIT_AS).
  /frameworks/av/media/mtp/
MtpStorage.h 35 // amount of free space to leave unallocated
  /frameworks/base/core/java/android/app/backup/
BackupProgress.java 37 * Amount of backup data that is already saved in backup.
  /frameworks/base/core/res/res/anim/
window_move_from_decor.xml 22 container size is actually the amount the window has moved. Yes,
  /frameworks/base/core/res/res/values-round-watch/
config_material.xml 23 <!-- The amount to offset when scrolling to a selection in an AlertDialog -->
  /frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
HTTPResponse.java 38 int amount = in.read(input, offset, input.length - offset); local
39 if (amount < 0) {
44 for (int n = offset; n < offset + amount; n++) {
57 offset += amount;

Completed in 752 milliseconds

<<11121314151617181920>>