HomeSort by relevance Sort by last modified time
    Searched full:fact (Results 26 - 50 of 919) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu4c/test/intltest/
sfwdchit.h 33 * RTTI").<P> Despite the fact that this function is public,
  /external/webkit/WebKit/android/icu/unicode/
ucnv.h 41 // fact that this file will be included before any of the real icu headers.
  /ndk/build/awk/
extract-pid.awk 43 # We use the fact that the 9th column of the 'ps' output
  /dalvik/dx/src/com/android/dx/rop/cst/
ConstantPool.java 26 * class file field {@code constant_pool_count}, and is in fact
  /dalvik/dx/src/com/android/dx/rop/type/
TypeBearer.java 37 * fact {@link Type#INT}, in which case this method returns an instance
  /external/e2fsprogs/
INSTALL.elfbin 3 fact, in general you're better off compiling e2fsprogs from sources
  /external/e2fsprogs/lib/ext2fs/
irel.h 62 * Add an inode reference (i.e., note the fact that a
  /external/elfutils/libelf/
gelf_getrel.c 53 /* This is the one place where we have to take advantage of the fact
gelf_getrela.c 53 /* This is the one place where we have to take advantage of the fact
  /external/guava/src/com/google/common/base/
Function.java 35 * encouraged to state this fact clearly in their API documentation.
Predicate.java 29 * encouraged to state this fact clearly in their API documentation.
  /external/libxml2/include/libxml/
xmlexports.h 21 * readability as well as the fact that different compilers on the same
  /external/svox/pico/lib/
picodata.c 704 picoos_int32 fact, rest; local
708 fact = (targetdur << (PICODATA_PRECISION - frame_duration_exp)) / inputdur;
711 rest += fact * inout[i];
730 picoos_int32 fact, rest, out, weighted_sum; local
744 fact = ((targetdur - inputdur) << (PICODATA_PRECISION-frame_duration_exp))/ weighted_sum;
746 fact = -((inputdur - targetdur) << (PICODATA_PRECISION-frame_duration_exp))/ weighted_sum;
749 /* input[i] * fact * weight[i] is the additive modification in PICODATA_PRECISION */
751 rest += fact * inout[i] * weight[i];
788 PICODBG_TRACE(("######## transforming duration fact=%i, limits = [%i,%i] (input frames: %i)",facttarget,mintarget,maxtarget, inputdur));
    [all...]
  /external/v8/test/mjsunit/
global-load-from-eval.js 63 // code that loads the global variable accounts for the fact that the
  /external/v8/test/mjsunit/regress/
regress-799761.js 35 // to scoping - in fact they behave more sanely. Inside a 'with' they do
  /external/v8/tools/
windows-tick-processor.bat 8 rem we prepend cmdline args with a number (in fact, any letter or number)
  /external/webkit/WebKit/mac/WebView/
WebDynamicScrollBarsView.h 29 // This is a Private header (containing SPI), despite the fact that its name
  /external/iproute2/man/man8/
tc-tbf.8 47 some tokens, no matter how small it is. This reflects the fact that even a zero-sized packet occupies
63 This limit is caused by the fact that the kernel can only throttle for at minimum 1 'jiffy', which depends
  /external/skia/gm/
gmmain.cpp 20 GMRegistry::Factory fact = fReg->factory(); local
22 return fact(0);
  /external/skia/include/core/
SkFlattenable.h 152 uint32_t record(SkFlattenable::Factory fact) {
153 return this->recordPtr((void*)fact);
  /external/skia/src/core/
SkFlattenable.cpp 250 const char* SkFlattenable::FactoryToName(Factory fact) {
253 if (pairs[i].fFactory == fact) {
  /dalvik/libcore/suncompat/src/main/java/sun/misc/
Unsafe.java 147 * @return <code>true</code> if the new value was in fact stored, and
162 * @return <code>true</code> if the new value was in fact stored, and
177 * @return <code>true</code> if the new value was in fact stored, and
  /frameworks/base/graphics/java/android/graphics/drawable/
ShapeDrawable.java 90 * @param fact an instance of your ShaderFactory implementation
92 public void setShaderFactory(ShaderFactory fact) {
93 mShapeState.mShaderFactory = fact;
  /bionic/libc/docs/
SYSV-IPC.TXT 9 The reason for this is due to the fact that, by design, they lead to global
  /bionic/libc/netbsd/resolv/
res_compat.c 63 * We depend on the fact the the first 440 [32 bit machines] bytes are

Completed in 140 milliseconds

12 3 4 5 6 7 8 91011>>