HomeSort by relevance Sort by last modified time
    Searched full:little (Results 51 - 75 of 4093) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/src/utils/
SkBitmapHasher.cpp 16 * Write an int32 value to a stream in little-endian order.
27 * Return the first 8 bytes of a bytearray, encoded as a little-endian uint64.
  /libcore/dalvik/src/main/java/dalvik/system/
NativeStart.java 22 * when the function returns. That gets a little weird when we're
26 * Rather than having some special-case code, we create this simple little
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
mult_targets 11 ."an output of \"I am little\" or \"I am big\"";
35 $answer = "I am little\n";
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
plstr.h 356 * Returns a pointer to the first instance of the little string within the
361 PL_strstr(const char *big, const char *little);
366 * Returns a pointer to the last instance of the little string within the big one.
371 PL_strrstr(const char *big, const char *little);
376 * Returns a pointer to the first instance of the little string within the first
378 * returns null if the length of the little string is greater than n.
382 PL_strnstr(const char *big, const char *little, PRUint32 n);
387 * Returns a pointer to the last instance of the little string within the first
389 * returns null if the length of the little string is greater than n.
393 PL_strnrstr(const char *big, const char *little, PRUint32 max)
    [all...]
  /bootable/recovery/minzip/
Bits.h 70 * Get 2 little-endian bytes.
83 * Get 4 little-endian bytes.
98 * Get 8 little-endian bytes.
172 * Grab 2 little-endian bytes and advance the data pointer.
185 * Grab 4 little-endian bytes and advance the data pointer.
200 * Get 8 little-endian bytes.
312 * Set 2 little-endian bytes.
321 * Set 4 little-endian bytes.
332 * Set 8 little-endian bytes.
  /dalvik/vm/
Bits.h 74 * Get 2 little-endian bytes.
82 * Get 4 little-endian bytes.
97 * Get 8 little-endian bytes.
172 * Grab 2 little-endian bytes and advance the data pointer.
182 * Grab 4 little-endian bytes and advance the data pointer.
199 * Get 8 little-endian bytes and advance the data pointer.
313 * Set 2 little-endian bytes.
322 * Set 4 little-endian bytes.
333 * Set 8 little-endian bytes.
  /bootable/recovery/tools/ota/
convert-to-bmp.py 23 BMP_HEADER_FMT = ("<" # little-endian
30 BITMAPINFO_HEADER_FMT= ("<" # little-endian
48 0x4d42, # "BM" in little-endian
  /external/chromium_org/third_party/openssl/openssl/crypto/
s390xcpuid.S 74 .Little:
77 brctg %r3,.Little
92 jnz .Little
arm_arch.h 17 * __ARMEL__/__ARMEB__ for little-/big-endian.
  /external/openssl/crypto/
s390xcpuid.S 74 .Little:
77 brctg %r3,.Little
92 jnz .Little
arm_arch.h 17 * __ARMEL__/__ARMEB__ for little-/big-endian.
  /bootable/recovery/applypatch/
utils.h 22 // Read and write little-endian values of various sizes.
  /development/build/
sdk-android-mips.atree 17 # Copy the little-endian Mips32-fp kernel image to .../kernel-qemu
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_bar_constants.h 23 // This is actually a little smaller than it should be (by |kVisualHeightOffset|
  /external/chromium_org/chrome/browser/ui/views/frame/
test_with_browser_view.h 23 // a Browser with a valid BrowserView and BrowserFrame with as little else as
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
p1.cpp 3 // This lame little test was ripped straight from the standard.
  /external/clang/test/Preprocessor/
macro_paste_msextensions.c 19 #define nested(x) int x comment cute little dead tokens...
  /external/kernel-headers/original/asm-mips/
vga.h 23 * These are only needed for supporting VGA or MDA text mode, which use little
  /external/llvm/include/llvm/Object/
Binary.h 46 ID_ELF32L, // ELF 32-bit, little endian
48 ID_ELF64L, // ELF 64-bit, little endian
51 ID_MachO32L, // MachO 32-bit, little endian
53 ID_MachO64L, // MachO 64-bit, little endian
  /external/llvm/lib/Object/
ELFObjectFile.cpp 34 return new ELFObjectFile<ELFType<support::little, 4, false> >(Object, ec);
38 return new ELFObjectFile<ELFType<support::little, 2, false> >(Object, ec);
64 return new ELFObjectFile<ELFType<support::little, 8, true> >(Object, ec);
68 return new ELFObjectFile<ELFType<support::little, 2, true> >(Object, ec);
  /external/markdown/tests/misc/
multi-test.html 20 <p>And then there is a little bit of text.</p
  /external/oprofile/libabi/
op_abi.h 30 /// return non zero if the abi is little endian
  /external/valgrind/main/memcheck/tests/x86/
bug152022.c 11 This little fragment used to cause Memcheck to assert, so if the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
posix_types_64.h 6 * be a little careful about namespace pollution etc. Also, we cannot
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
posix_types_64.h 6 * be a little careful about namespace pollution etc. Also, we cannot

Completed in 4715 milliseconds

1 23 4 5 6 7 8 91011>>