/external/ltrace/ |
ltrace-elf.h | 166 /* Return whether there's AMOUNT more bytes after OFFSET in DATA. */ 167 int elf_can_read_next(Elf_Data *data, GElf_Xword offset, GElf_Xword amount);
|
/external/opencv/cvaux/src/ |
_cvvm.h | 126 int* amount
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
NotificationCompatImplBase.java | 450 public static float constrain(float amount, float low, float high) { 451 return amount < low ? low : (amount > high ? high : amount);
|
/toolchain/binutils/binutils-2.25/opcodes/ |
aarch64-dis.c | 606 info->shifter.amount = extract_field (FLD_hw, code, 0) << 4; 611 MOVI <Vd>.<T>, #<imm8> {, LSL #<amount>}. */ 663 info->shifter.amount = extract_field_2 (&field, code, 0) << 3; 669 info->shifter.amount = extract_field_2 (&field, code, 0) ? 16 : 8; 703 info->shifter.amount = value ? 12 : 0; 784 /* Decode Ft for e.g. STR <Qt>, [<Xn|SP>, <R><m>{, <extend> {<amount>}}] 838 STR <Qt>, [<Xn|SP>, <R><m>{, <extend> {<amount>}}]. */ 862 info->shifter.amount = 0; 874 info->shifter.amount = get_logsz (size); 933 LD1 {<Vt>.<T>, <Vt2>.<T>, <Vt3>.<T>}, [<Xn|SP>], <Xm|#<amount>>. * [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
ucal.h | 136 * adding the specified (signed) amount of time to a particular time field. 636 * Return the amount of time in milliseconds that the clock is [all...] |
/external/icu/icu4c/source/test/intltest/ |
fldset.cpp | 172 void FieldsSet::set(int32_t field, int32_t amount) { 176 fValue[field] = amount;
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
InterpolationTest.java | 122 public boolean scrolled (int amount) {
124 duration -= amount / 15f;
|
/external/llvm/test/MC/ARM/ |
diagnostics.s | 64 @ CHECK-ERRORS: error: shift amount must be an immediate 251 @ CHECK-ERRORS: error: 'lsr' shift amount must be in range [0,31] 254 @ CHECK-ERRORS: error: 'lsr' shift amount must be in range [0,31] 257 @ CHECK-ERRORS: error: 'asr' shift amount must be in range [1,32] 260 @ CHECK-ERRORS: error: 'asr' shift amount must be in range [1,32] 269 @ CHECK-ERRORS: error: shift amount must be an immediate 332 @ CHECK-ERRORS: error: rotate amount must be an immediate 335 @ CHECK-ERRORS: error: 'ror' rotate amount must be 8, 16, or 24 338 @ CHECK-ERRORS: error: 'ror' rotate amount must be 8, 16, or 24
|
/external/ltrace/sysdeps/linux-gnu/aarch64/ |
fetch.c | 136 size_t amount = ((sz + align - 1) / align) * align; local 144 sp += amount;
|
/external/skia/src/gpu/gl/ |
GrGLPath.cpp | 82 inline void points_to_coords(const SkPoint points[], size_t first_point, size_t amount, 84 for (size_t i = 0; i < amount; ++i) {
|
/external/v8/src/profiler/ |
profile-generator.h | 190 void IncreaseSelfTicks(unsigned amount) { self_ticks_ += amount; }
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
Utils.java | 101 /** Formats the ratio of amount/total as a percentage. */ 102 public static String formatPercentage(long amount, long total) { 103 return formatPercentage(((double) amount) / total);
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
EASLib.c | 762 void *EAS_HWMemCpy (void *dest, const void *src, EAS_I32 amount) 764 return memcpy(dest, src, (size_t) amount); 775 void *EAS_HWMemSet (void *dest, int val, EAS_I32 amount) 777 return memset(dest, val, (size_t) amount); 788 EAS_I32 EAS_HWMemCmp (const void *s1, const void *s2, EAS_I32 amount) 790 return (EAS_I32) memcmp(s1, s2, (size_t) amount); [all...] |
EASLibVst.c | 457 void *EAS_HWMemCpy (void *dest, const void *src, EAS_I32 amount) 459 return memcpy(dest, src, (size_t) amount); 470 void *EAS_HWMemSet (void *dest, int val, EAS_I32 amount) 472 return memset(dest, val, (size_t) amount); 483 EAS_I32 EAS_HWMemCmp (const void *s1, const void *s2, EAS_I32 amount) 485 return (EAS_I32) memcmp(s1, s2, (size_t) amount); [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
BatteryStatsHelper.java | 464 double amount = mMinDrainedPower - mComputedPower; local 466 BatterySipper bs = new BatterySipper(DrainType.UNACCOUNTED, null, amount); 474 mMaxPower = Math.max(mMaxPower, amount); 476 double amount = mComputedPower - mMaxDrainedPower; local 479 BatterySipper bs = new BatterySipper(DrainType.OVERCOUNTED, null, amount); 485 mMaxPower = Math.max(mMaxPower, amount);
|
/libcore/ojluni/src/main/java/java/util/ |
Calendar.java | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pstats.py | 291 # Optional "amount" is either a line count, or a percentage of lines. 343 def print_stats(self, *amount): 356 width, list = self.get_print_list(amount) 365 def print_callees(self, *amount): 366 width, list = self.get_print_list(amount) 380 def print_callers(self, *amount): 381 width, list = self.get_print_list(amount)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pstats.py | 291 # Optional "amount" is either a line count, or a percentage of lines. 343 def print_stats(self, *amount): 356 width, list = self.get_print_list(amount) 365 def print_callees(self, *amount): 366 width, list = self.get_print_list(amount) 380 def print_callers(self, *amount): 381 width, list = self.get_print_list(amount)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pstats.py | 291 # Optional "amount" is either a line count, or a percentage of lines. 343 def print_stats(self, *amount): 356 width, list = self.get_print_list(amount) 365 def print_callees(self, *amount): 366 width, list = self.get_print_list(amount) 380 def print_callers(self, *amount): 381 width, list = self.get_print_list(amount)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pstats.py | 291 # Optional "amount" is either a line count, or a percentage of lines. 343 def print_stats(self, *amount): 356 width, list = self.get_print_list(amount) 365 def print_callees(self, *amount): 366 width, list = self.get_print_list(amount) 380 def print_callers(self, *amount): 381 width, list = self.get_print_list(amount)
|
/external/opencv/ml/src/ |
ml_inner_functions.cpp | 161 int amount = sample->rows; local 172 for( i = 0; i < amount; i++ ) 183 /* Generates <sample> of <amount> points from a discrete variate xi, 185 CV_IMPL void cvRandSeries( float probs[], int len, int sample[], int amount ) 187 CvMat* univals = cvCreateMat(1, amount, CV_32FC1); 199 for( i = 0; i < amount; i++ ) 221 int amount = sample->rows; local 225 int* sample_clsnum = (int*)cvAlloc( amount * sizeof(int) ); 233 classes = cvCreateMat(1, amount, CV_32FC1); 238 cvRandSeries(weights, clsnum, sample_clsnum, amount); [all...] |
/external/opencv3/apps/traincascade/ |
old_ml_inner_functions.cpp | 161 int amount = sample->rows; local 172 for( i = 0; i < amount; i++ ) 183 /* Generates <sample> of <amount> points from a discrete variate xi, 185 static void cvRandSeries( float probs[], int len, int sample[], int amount ) 187 CvMat* univals = cvCreateMat(1, amount, CV_32FC1); 199 for( i = 0; i < amount; i++ ) 221 int amount = sample->rows; local 225 int* sample_clsnum = (int*)cvAlloc( amount * sizeof(int) ); 233 classes = cvCreateMat(1, amount, CV_32FC1); 238 cvRandSeries(weights, clsnum, sample_clsnum, amount); [all...] |
/external/vixl/src/vixl/a64/ |
macro-assembler-a64.cc | 81 void LiteralPool::CheckEmitFor(size_t amount, EmitOption option) { 84 ptrdiff_t distance = masm_->CursorOffset() + amount - first_use_; 197 bool VeneerPool::ShouldEmitVeneer(int64_t max_reachable_pc, size_t amount) { 199 kPoolNonVeneerCodeSize + amount + MaxSize() + OtherPoolsMaxSize(); 204 void VeneerPool::CheckEmitFor(size_t amount, EmitOption option) { 211 if (ShouldEmitVeneers(amount)) { 212 Emit(option, amount); 219 void VeneerPool::Emit(EmitOption option, size_t amount) { 238 amount + kVeneerEmissionMargin)) { 344 void MacroAssembler::CheckEmitFor(size_t amount) { [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
coff64-rs6000.c | 803 bfd_size_type amount; local 850 amount = bfd_coff_scnhsz (abfd); 852 || bfd_bwrite (&buff, amount, abfd) != amount) 1029 bfd_size_type amount = bfd_coff_filhsz (abfd); local 1031 buff = bfd_malloc (amount); 1036 amount = bfd_bwrite (buff, amount, abfd); 1040 if (amount != bfd_coff_filhsz (abfd)) 1047 bfd_size_type amount = bfd_coff_aoutsz (abfd) local [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
CodeEmitter.java | 390 int amount = 0; local 392 amount += state.argumentTypes[i].getSize(); 394 return amount; 407 public void iinc(Local local, int amount) { 408 mv.visitIincInsn(local.getIndex(), amount); local
|