HomeSort by relevance Sort by last modified time
    Searched refs:stored (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /frameworks/base/core/tests/coretests/src/android/view/
SetTagsTest.java 57 final Object stored = mView.getTag(); local
58 assertNotNull(stored);
59 assertSame("The stored tag is inccorect", o, stored);
72 final Object stored = mView.getTag(R.id.a); local
73 assertNotNull(stored);
74 assertSame("The stored tag is inccorect", o, stored);
  /external/clang/test/CodeGenCXX/
mangle-subst-std.cpp 53 basic_istream(int x) : basic_ios<charT, traits>(x), stored(x) { }
55 int stored; member in struct:std::basic_istream
59 basic_ostream(int x) : basic_ios<charT, traits>(x), stored(x) { }
61 float stored; member in struct:std::basic_ostream
  /external/dropbear/libtomcrypt/src/misc/pkcs5/
pkcs_5_2.c 38 unsigned long stored, left, x, y; local
68 stored = 0;
105 out[stored++] = buf[1][y];
109 *outlen = stored;
  /hardware/ti/omap4xxx/hwc/
Android.mk 4 # HAL module implementation, not prelinked and stored in
  /external/zlib/examples/
gzlog.c 40 - compressed data ending initially with empty stored block
41 - uncompressed data filling out originally empty stored block and
42 subsequent stored blocks as needed (16K max each)
49 stored block and determine where to append the data in the foo.add file, as
95 recovery if interrupted. Multi-byte values are stored little endian
99 for large files is actually the length modulo 2^32.) The stored block
110 - Pointer to first stored block length -- this points to the two-byte length
111 of the first stored block, which is followed by the two-byte, one's
112 complement of that length. The stored block length is preceded by the
113 three-bit header of the stored block, which is the actual start of th
296 uint stored; \/* bytes currently in last stored block *\/ member in struct:log
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 48 size_t stored; member in struct:MtdWriteContext
394 ctx->stored = 0;
481 if (ctx->stored > 0 || len - wrote < ctx->partition->erase_size) {
482 size_t avail = ctx->partition->erase_size - ctx->stored;
484 memcpy(ctx->buffer + ctx->stored, data + wrote, copy);
485 ctx->stored += copy;
490 if (ctx->stored == ctx->partition->erase_size) {
492 ctx->stored = 0;
496 while (ctx->stored == 0 && len - wrote >= ctx->partition->erase_size) {
508 if (ctx->stored > 0)
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_IPUT_OBJECT.S 76 testl rINST, rINST # test if we stored a null value
77 je 1f # skip card mark if null stored
  /development/tools/emulator/system/gps/
Android.mk 25 # HAL module implemenation stored in
  /development/tools/emulator/system/lights/
Android.mk 17 # HAL module implemenation, not prelinked and stored in
  /device/samsung/tuna/liblight/
Android.mk 16 # HAL module implemenation stored in
  /device/samsung/tuna/libsensors/
Android.mk 18 # HAL module implemenation stored in
  /external/markdown/markdown/
inlinepatterns.py 299 """ Match to a stored reference and return link element. """
327 """ Match to a stored reference and return img element. """
  /hardware/libhardware/modules/gralloc/
Android.mk 18 # HAL module implemenation stored in
  /hardware/libhardware/modules/hwcomposer/
Android.mk 18 # HAL module implemenation stored in
  /hardware/msm7k/libcopybit/
Android.mk 17 # HAL module implemenation stored in
  /hardware/msm7k/libgralloc/
Android.mk 18 # HAL module implemenation stored in
  /hardware/msm7k/libgralloc-qsd8k/
Android.mk 17 # HAL module implemenation stored in
  /hardware/msm7k/liblights/
Android.mk 17 # HAL module implemenation stored in
  /sdk/emulator/sensors/
Android.mk 26 # HAL module implemenation, not prelinked and stored in
  /dalvik/vm/mterp/armv5te/
OP_IPUT_OBJECT.S 49 cmp r0, #0 @ stored a null reference?
OP_IPUT_OBJECT_JUMBO.S 56 cmp r0, #0 @ stored a null reference?
OP_SPUT_OBJECT.S 33 cmp r1, #0 @ stored a null object?
OP_SPUT_OBJECT_JUMBO.S 33 cmp r1, #0 @ stored a null object?
  /dalvik/vm/mterp/x86/
OP_IPUT_OBJECT.S 52 testl rINST,rINST # stored a NULL?
OP_IPUT_OBJECT_JUMBO.S 48 testl rINST,rINST # stored a NULL?

Completed in 363 milliseconds

1 2 3 4