HomeSort by relevance Sort by last modified time
    Searched refs:amount (Results 101 - 125 of 190) sorted by null

1 2 3 45 6 7 8

  /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/chromium/chrome/common/
metrics_helpers.cc 504 void MetricsServiceBase::SnapshotProblemResolved(int amount) {
506 std::abs(amount));
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 241 unsigned amount,
245 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MaterialLoader.java 181 int amount = Integer.parseInt(split[1]); local
182 textures[texUnit].setAnisotropicFilter(amount);
  /frameworks/base/core/java/android/view/
Window.java 766 * Set the amount of dim behind the window when using
768 * the default dim amount of that is selected by the Window based on
771 * @param amount The new dim amount, from 0 for no dim to 1 for full dim.
773 public void setDimAmount(float amount) {
775 attrs.dimAmount = amount;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java     [all...]
  /external/chromium/net/base/
net_util.cc 743 explicit SubtractFromOffset(size_t amount)
744 : amount(amount) {}
747 if (offset >= amount)
748 offset -= amount;
754 size_t amount; member in struct:net::__anon3965::SubtractFromOffset
758 explicit AddToOffset(size_t amount)
759 : amount(amount) {}
762 offset += amount;
765 size_t amount; member in struct:net::__anon3965::AddToOffset
    [all...]
  /dalvik/vm/arch/arm/
CallEABI.S 195 @ Expand the stack by the specified amount. We want to extract the
  /external/icu4c/i18n/
tmutfmt.cpp 206 const TimeUnitAmount* amount = dynamic_cast<const TimeUnitAmount*>(formatObj); local
207 if (amount != NULL){
208 Hashtable* countToPattern = fTimeUnitToCountToPatterns[amount->getTimeUnitField()];
210 const Formattable& amtNumber = amount->getNumber();
    [all...]
  /external/mesa3d/docs/
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
  /external/v8/src/
profile-generator.h 144 INLINE(void IncreaseSelfTicks(unsigned amount)) { self_ticks_ += amount; }
145 INLINE(void IncreaseTotalTicks(unsigned amount)) { total_ticks_ += amount; }
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/
plt.h 254 __le16 amount; member in struct:wl1271_cmd_pkt_params
  /external/skia/src/pdf/
SkPDFFont.cpp 184 size_t amount; local
185 while ((amount = srcStream->read(buf, kBufSize)) > 0) {
186 dynamicStream.write(buf, amount);
188 amount = 0;
189 dynamicStream.write(&amount, 1); // NULL terminator.
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 510 //cal.add(field, amount); //<-- PROBLEM SEEN WITH field = DATE,MONTH
1143 int32_t amount = ADDROLL_int[i\/2]; local
1994 int32_t amount; member in struct:__anon7087
2162 int32_t amount = DATA[i].amount * (sign==MINUS?-1:1); local
    [all...]
caltest.cpp 1851 int32_t amount; local
    [all...]
  /external/oprofile/daemon/
opd_sfile.c 606 int amount = LRU_AMOUNT; local
613 if (!--amount)
  /external/opencv/cvaux/src/
cvlmeds.cpp     [all...]
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 535 static void StickyShiftRightMant(InternalFPF *ptr,int amount);
869 int amount)
880 ** If the amount of shifting will shift everyting
884 if(amount>=INTERNAL_FPF_PRECISION * 16)
891 for(i=0;i<amount;i++)
    [all...]
  /external/genext2fs/
genext2fs.c     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 1276 int amount = (isInc ? 1 : -1); local
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/
bcmutils.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c     [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 105 \texttt{blktrace} run are used to determine the amount of time between
143 \item[\texttt{--max-bunch-time}] This is the amount of time to encompass
305 amount of time (in nanoseconds) to include in any one bunch of IOs that
308 However, after a certain point the amount of overhead per bunch may result
  /external/dropbear/
scp.c 767 bwlimit(int amount)
779 lamt += amount;
  /external/libvpx/vpx_ports/
x86_abi_support.asm 136 ; The Microsoft assembler tries to impose a certain amount of type safety in

Completed in 820 milliseconds

1 2 3 45 6 7 8