HomeSort by relevance Sort by last modified time
    Searched full:amounts (Results 1 - 25 of 352) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/private/
resolv_static.h 9 * this caused vast amounts of crashes and memory corruptions
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapCharacter.java 168 int[] amounts = new int[seconds.length]; local
173 amounts[i] = entry.getValue();
178 oc.write(amounts, "amounts", null);
193 int[] amounts = ic.readIntArray("amounts", null); local
196 kerning.put(seconds[i], amounts[i]);
  /external/clang/test/SemaOpenCL/
shifts.cl 2 // OpenCL essentially reduces all shift amounts to the last word-size bits before evaluating.
  /frameworks/base/docs/html/training/basics/data-storage/
index.jd 31 amounts of information in files and databases. This class introduces you to the
46 <dd>Learn to use a shared preferences file for storing small amounts of information in
  /external/ganymed-ssh2/examples/
SingleThreadStdoutStderr.java 41 sess.execCommand("echo \"Huge amounts of text on STDOUT\"; echo \"Huge amounts of text on STDERR\" >&2");
105 * OKOK, that all matters only if you get HUGE amounts of stdout and stderr data =)
  /external/kernel-headers/original/asm-arm/
stat.h 52 * insane amounts of padding around dev_t's.
  /frameworks/base/core/java/android/hardware/usb/
UsbEndpoint.java 26 * Typically bulk endpoints are used for sending non-trivial amounts of data.
27 * Interrupt endpoints are used for sending small amounts of data, typically events,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.h 20 // StackDepot efficiently stores huge amounts of stack traces.
  /external/kernel-headers/original/asm-x86/
stat.h 31 * insane amounts of padding around dev_t's.
  /external/webkit/Source/WebCore/dom/
DOMStringList.cpp 41 // algorithm is OK. But this may need to be optimized if larger amounts of data are
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
stat.h 31 * insane amounts of padding around dev_t's.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
stat.h 31 * insane amounts of padding around dev_t's.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
stat.h 31 * insane amounts of padding around dev_t's.
  /external/clang/test/Sema/
types.c 62 // but large amounts of Linux and FreeBSD code need this attribute to not be
  /external/kernel-headers/original/asm-mips/
stat.h 47 * amounts of padding around dev_t's. The memory layout is the same as of
  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.h 78 // history_size=0 amounts to 32K memory accesses. Each next value doubles
79 // the amount of memory accesses, up to history_size=7 that amounts to
  /external/skia/legacy/include/core/
SkPostConfig.h 51 #error "all or none of the 32bit SHIFT amounts must be defined"
55 #error "all or none of the 32bit SHIFT amounts must be defined"
  /external/valgrind/main/lackey/docs/
lk-manual.xml 104 trace. Note that this option produces immense amounts of output.</para>
119 the output format. Note that this option produces large amounts of
  /external/ppp/pppd/
md4.c 56 #define fs1 3 /* round 1 shift amounts */
60 #define gs1 3 /* round 2 shift amounts */
64 #define hs1 3 /* round 3 shift amounts */
  /external/chromium/chrome/common/
visitedlink_common.cc 94 // bit cast, which amounts to a memcpy. This does not handle endian issues.
  /external/clang/test/CodeGenOpenCL/
shifts.cl 2 // OpenCL essentially reduces all shift amounts to the last word-size bits before evaluating.
  /external/llvm/test/CodeGen/X86/
vshift-1.ll 4 ; amounts are the same.
vshift-2.ll 4 ; amounts are the same.
vshift-3.ll 4 ; amounts are the same.
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 80 // amounts to int vs. uint.

Completed in 1007 milliseconds

1 2 3 4 5 6 7 8 91011>>