HomeSort by relevance Sort by last modified time
    Searched refs:amount (Results 276 - 300 of 996) sorted by null

<<11121314151617181920>>

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 291 unsigned amount,
295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 291 unsigned amount,
295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 291 unsigned amount,
295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 291 unsigned amount,
295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 291 unsigned amount,
295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 291 unsigned amount,
295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 291 unsigned amount,
295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 291 unsigned amount,
295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 230 spaces = lambda amount=0: ' ' * (amount + indent)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 230 spaces = lambda amount=0: ' ' * (amount + indent)
  /prebuilts/go/darwin-x86/src/cmd/link/
linkbig_test.go 34 // Generate the scenario where the total amount of text exceeds the
  /prebuilts/go/darwin-x86/src/runtime/
extern.go 70 error at each collection, summarizing the amount of memory collected and the
137 The GOTRACEBACK variable controls the amount of output generated when a Go
154 amount of output at run time, but it cannot reduce the amount below that
mstats.go 219 // HeapSys measures the amount of virtual address space
237 // HeapIdle minus HeapReleased estimates the amount of memory
251 // HeapInuse minus HeapAlloc esimates the amount of memory
333 // is computed based on the amount of reachable data and the
529 // During program execution we only count number of frees and amount of freed memory.
530 // Current number of alive object in the heap and amount of alive heap memory
533 // Similarly, total amount of allocated memory is calculated as amount of freed memory
534 // plus amount of alive heap memory.
  /prebuilts/go/darwin-x86/test/
maplinear.go 49 // the effect that a constant amount of overhead has
  /prebuilts/go/linux-x86/src/cmd/link/
linkbig_test.go 34 // Generate the scenario where the total amount of text exceeds the
  /prebuilts/go/linux-x86/src/runtime/
extern.go 70 error at each collection, summarizing the amount of memory collected and the
137 The GOTRACEBACK variable controls the amount of output generated when a Go
154 amount of output at run time, but it cannot reduce the amount below that
mstats.go 219 // HeapSys measures the amount of virtual address space
237 // HeapIdle minus HeapReleased estimates the amount of memory
251 // HeapInuse minus HeapAlloc esimates the amount of memory
333 // is computed based on the amount of reachable data and the
529 // During program execution we only count number of frees and amount of freed memory.
530 // Current number of alive object in the heap and amount of alive heap memory
533 // Similarly, total amount of allocated memory is calculated as amount of freed memory
534 // plus amount of alive heap memory.
  /prebuilts/go/linux-x86/test/
maplinear.go 49 // the effect that a constant amount of overhead has
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 230 spaces = lambda amount=0: ' ' * (amount + indent)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 230 spaces = lambda amount=0: ' ' * (amount + indent)
  /external/vixl/src/aarch32/
disasm-aarch32.cc 7149 uint32_t amount = (instr >> 22) & 0x1f; local
7152 asr(CurrentCond(), Best, Register(rd), Register(rm), amount); local
7159 uint32_t amount = (instr >> 22) & 0x1f; local
7162 asrs(Condition::None(), Best, Register(rd), Register(rm), amount); local
7169 uint32_t amount = (instr >> 22) & 0x1f; local
7171 lsl(CurrentCond(), Best, Register(rd), Register(rm), amount); local
7178 uint32_t amount = (instr >> 22) & 0x1f; local
7180 lsls(Condition::None(), Best, Register(rd), Register(rm), amount); local
7187 uint32_t amount = (instr >> 22) & 0x1f; local
7190 lsr(CurrentCond(), Best, Register(rd), Register(rm), amount); local
7197 uint32_t amount = (instr >> 22) & 0x1f; local
7200 lsrs(Condition::None(), Best, Register(rd), Register(rm), amount); local
9290 uint32_t amount = local
9296 Operand(Register(rn), LSL, amount)); local
9328 uint32_t amount = local
9334 Operand(Register(rn), ASR, amount)); local
9409 uint32_t amount = local
9415 Operand(Register(rn), LSL, amount)); local
9447 uint32_t amount = local
9453 Operand(Register(rn), ASR, amount)); local
10752 uint32_t amount = (instr >> 4) & 0x3; local
10776 amount, local
10870 uint32_t amount = (instr >> 4) & 0x3; local
10894 amount, local
11009 uint32_t amount = (instr >> 4) & 0x3; local
11033 amount, local
16894 uint32_t amount = (instr >> 4) & 0x3; local
16902 amount, local
16917 uint32_t amount = (instr >> 4) & 0x3; local
16941 amount, local
17078 uint32_t amount = (instr >> 4) & 0x3; local
17086 amount, local
17101 uint32_t amount = (instr >> 4) & 0x3; local
17125 amount, local
17401 uint32_t amount = (instr >> 4) & 0x3; local
17425 amount, local
17646 uint32_t amount = local
17655 amount, local
17672 uint32_t amount = local
17701 amount, local
17908 uint32_t amount = (instr >> 4) & 0x3; local
17932 amount, local
18225 uint32_t amount = ((instr >> 6) & 0x3) | local
18237 amount); local
18247 amount); local
18259 uint32_t amount = ((instr >> 6) & 0x3) | local
18270 amount); local
18280 amount); local
18291 uint32_t amount = ((instr >> 6) & 0x3) | local
18303 amount); local
18313 amount); local
18325 uint32_t amount = ((instr >> 6) & 0x3) | local
18332 amount); local
18807 uint32_t amount = ((instr >> 6) & 0x3) | local
18819 amount); local
18829 amount); local
18841 uint32_t amount = ((instr >> 6) & 0x3) | local
18852 amount); local
18862 amount); local
18873 uint32_t amount = ((instr >> 6) & 0x3) | local
18885 amount); local
18895 amount); local
18907 uint32_t amount = ((instr >> 6) & 0x3) | local
18914 amount); local
19225 uint32_t amount = local
19231 Operand(Register(rm), LSL, amount)); local
19242 uint32_t amount = local
19249 Operand(Register(rm), ASR, amount)); local
20591 uint32_t amount = ((instr >> 4) & 0x3) * 8; local
20608 Operand(Register(rm), ROR, amount)); local
20623 uint32_t amount = ((instr >> 4) & 0x3) * 8; local
20628 Operand(Register(rm), ROR, amount)); local
20644 uint32_t amount = ((instr >> 4) & 0x3) * 8; local
20648 Operand(Register(rm), ROR, amount)); local
20662 uint32_t amount = ((instr >> 4) & 0x3) * 8; local
20667 Operand(Register(rm), ROR, amount)); local
20683 uint32_t amount = ((instr >> 4) & 0x3) * 8; local
20700 Operand(Register(rm), ROR, amount)); local
20715 uint32_t amount = ((instr >> 4) & 0x3) * 8; local
20720 Operand(Register(rm), ROR, amount)); local
20884 uint32_t amount = ((instr >> 4) & 0x3) * 8; local
20901 Operand(Register(rm), ROR, amount)); local
20916 uint32_t amount = ((instr >> 4) & 0x3) * 8; local
20921 Operand(Register(rm), ROR, amount)); local
20937 uint32_t amount = ((instr >> 4) & 0x3) * 8; local
20941 Operand(Register(rm), ROR, amount)); local
20955 uint32_t amount = ((instr >> 4) & 0x3) * 8; local
20960 Operand(Register(rm), ROR, amount)); local
20976 uint32_t amount = ((instr >> 4) & 0x3) * 8; local
20993 Operand(Register(rm), ROR, amount)); local
21008 uint32_t amount = ((instr >> 4) & 0x3) * 8; local
21013 Operand(Register(rm), ROR, amount)); local
55318 uint32_t amount = 0; local
55344 uint32_t amount = shift_operand.GetAmount(); local
55371 uint32_t amount = 0; local
55397 uint32_t amount = shift_operand.GetAmount(); local
55424 uint32_t amount = 0; local
55450 uint32_t amount = shift_operand.GetAmount(); local
57326 uint32_t amount = (instr >> 7) & 0x1f; local
57346 uint32_t amount = (instr >> 7) & 0x1f; local
57364 uint32_t amount = (instr >> 7) & 0x1f; local
57384 uint32_t amount = (instr >> 7) & 0x1f; local
59664 uint32_t amount = (instr >> 7) & 0x1f; local
59679 uint32_t amount = (instr >> 7) & 0x1f; local
59692 uint32_t amount = (instr >> 7) & 0x1f; local
59707 uint32_t amount = (instr >> 7) & 0x1f; local
62635 uint32_t amount = shift_operand.GetAmount(); local
62664 uint32_t amount = shift_operand.GetAmount(); local
62815 uint32_t amount = (instr >> 7) & 0x1f; local
62854 uint32_t amount = (instr >> 7) & 0x1f; local
62878 uint32_t amount = ((instr >> 10) & 0x3) * 8; local
62898 uint32_t amount = ((instr >> 10) & 0x3) * 8; local
63201 uint32_t amount = (instr >> 7) & 0x1f; local
63277 uint32_t amount = (instr >> 7) & 0x1f; local
63301 uint32_t amount = ((instr >> 10) & 0x3) * 8; local
63322 uint32_t amount = ((instr >> 10) & 0x3) * 8; local
63348 uint32_t amount = ((instr >> 10) & 0x3) * 8; local
63369 uint32_t amount = ((instr >> 10) & 0x3) * 8; local
63411 uint32_t amount = shift_operand.GetAmount(); local
63440 uint32_t amount = shift_operand.GetAmount(); local
63573 uint32_t amount = ((instr >> 10) & 0x3) * 8; local
63593 uint32_t amount = ((instr >> 10) & 0x3) * 8; local
63896 uint32_t amount = (instr >> 7) & 0x1f; local
63972 uint32_t amount = (instr >> 7) & 0x1f; local
63996 uint32_t amount = ((instr >> 10) & 0x3) * 8; local
64017 uint32_t amount = ((instr >> 10) & 0x3) * 8; local
64043 uint32_t amount = ((instr >> 10) & 0x3) * 8; local
64064 uint32_t amount = ((instr >> 10) & 0x3) * 8; local
64106 uint32_t amount = shift_operand.GetAmount(); local
64136 uint32_t amount = shift_operand.GetAmount(); local
64393 uint32_t amount = shift_operand.GetAmount(); local
64423 uint32_t amount = shift_operand.GetAmount(); local
64505 uint32_t amount = shift_operand.GetAmount(); local
64535 uint32_t amount = shift_operand.GetAmount(); local
64851 uint32_t amount = shift_operand.GetAmount(); local
64881 uint32_t amount = shift_operand.GetAmount(); local
    [all...]
  /build/make/tools/releasetools/
edify_generator.py 200 def CacheFreeSpaceCheck(self, amount):
201 """Check that there's at least 'amount' space that can be made
203 self._required_cache = max(self._required_cache, amount)
206 amount,
  /external/icu/icu4c/source/test/intltest/
numfmtst.h 224 void expectParseCurrency(const NumberFormat &fmt, const UChar* currency, double amount, const char *text);
  /external/mesa3d/docs/specs/
MESA_swap_frame_usage.spec 50 The value, percent, indicates the amount of time spent between the
61 completions, as a significant amount of time may pass between the

Completed in 1152 milliseconds

<<11121314151617181920>>