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

12 3 4

  /dalvik/vm/mterp/x86/
OP_SPUT_OBJECT.S 20 testl %ecx,%ecx # stored null object ptr?
OP_SPUT_OBJECT_JUMBO.S 19 testl %ecx,%ecx # stored null object ptr?
  /dalvik/vm/mterp/x86-atom/
OP_SPUT_OBJECT.S 62 testl rINST, rINST # stored null object ptr?
  /development/tools/emulator/system/sensors/
Android.mk 26 # HAL module implemenation stored in
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 246 * @return Whether the pattern matches the stored one.
252 final byte[] stored = new byte[(int) raf.length()];
253 int got = raf.read(stored, 0, stored.length);
259 return Arrays.equals(stored, LockPatternUtils.patternToHash(pattern));
271 * @return Whether the password matches the stored one.
277 final byte[] stored = new byte[(int) raf.length()];
278 int got = raf.read(stored, 0, stored.length);
284 return Arrays.equals(stored, passwordToHash(password))
    [all...]
  /sdk/emulator/gps/
Android.mk 26 # HAL module implemenation, not prelinked and stored in
  /external/chromium/net/disk_cache/
entry_impl.cc 112 // actual file has |eof| bytes stored. Note that the number of bytes to read
563 EntryStore* stored = entry_.Data(); local
564 if (!stored->rankings_node || stored->key_len <= 0)
567 if (stored->reuse_count < 0 || stored->refetch_count < 0)
570 Addr rankings_addr(stored->rankings_node);
575 Addr next_addr(stored->next);
583 if (stored->state > ENTRY_DOOMED || stored->state < ENTRY_NORMAL
    [all...]
  /development/tools/emulator/opengl/
common.mk 190 # Source files will be stored in the local intermediates directory that will
203 # Source files will be stored in the local intermediates directory that will
216 # Source files will be stored in the local intermediates directory that will
236 # <dst-dir> is the destination directory where the generated sources are stored
268 # <dst-dir> is the destination directory where the generated sources are stored
303 # <dst-dir> is the destination directory where the generated sources are stored
  /bionic/libc/tzcode/
localtime.c 420 register int stored; local
520 for (stored = 4; stored <= 8; stored *= 2) {
539 sp->timecnt * stored + /* ats */
543 sp->leapcnt * (stored + 4) + /* lsinfos */
548 sp->ats[i] = (stored == 4) ?
550 p += stored;
578 lsisp->ls_trans = (stored == 4) ?
580 p += stored;
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 344 register int stored; local
392 for (stored = 4; stored <= 8; stored *= 2) {
411 sp->timecnt * stored + /* ats */
415 sp->leapcnt * (stored + 4) + /* lsinfos */
420 sp->ats[i] = (stored == 4) ?
422 p += stored;
450 lsisp->ls_trans = (stored == 4) ?
452 p += stored;
    [all...]
  /system/core/libcutils/
tztime.c 362 register int stored; local
446 for (stored = 4; stored <= 8; stored *= 2) {
465 sp->timecnt * stored + /* ats */
469 sp->leapcnt * (stored + 4) + /* lsinfos */
474 sp->ats[i] = (stored == 4) ?
476 p += stored;
504 lsisp->ls_trans = (stored == 4) ?
506 p += stored;
    [all...]
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdatagetdata.js 81 currently stored in the node.
hc_characterdatagetlength.js 79 stored in this nodes data.
hc_characterdatasetnodevalue.js 79 currently stored in the node.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_characterdatagetdata.js 81 currently stored in the node.
hc_characterdatagetlength.js 79 stored in this nodes data.
hc_characterdatasetnodevalue.js 79 currently stored in the node.
  /external/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 25 ;and the result is stored in transpose.
85 strh r11, [lr], #20 ; result is transposed and stored, which
165 strb lr, [r0], r1 ; the result is transposed back and stored
  /external/mesa3d/docs/
MESA_swap_control.spec 94 stored.
MESA_ycbcr_texture.spec 34 This extension supports texture images stored in the YCbCr format.
126 All pixel transfer operations are bypassed. The texture is stored as
  /external/v8/test/mjsunit/
object-literal-overwrite.js 29 // correctly, i.e., the last initializer for any name is stored in the object.
  /external/zlib/contrib/puff/
puff.c 21 * works whether integers are stored big endian or little endian.
114 * - Bits are stored in bytes from the least significant bit to the most
140 * Process a stored block.
144 * - After the two-bit stored block type (00), the stored block length and
145 * stored bytes are byte-aligned for fast copying. Therefore any leftover
150 * - The second inverted copy of the stored block length does not have to be
153 * - A stored block can have zero length. This is sometimes used to byte-align
156 local int stored(struct state *s) function
158 unsigned len; /* length of stored block *
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
socketpoolwrapper.js 12 * unique name from the two, which is stored as |fullName|. |parent|
  /ndk/build/core/
main.mk 134 # Where all app-specific generated files will be stored
  /external/dropbear/libtomcrypt/
crypt.tex 320 must pass it the length of the buffer where the output will be stored. For example:
424 If the function returns successfully the variable \textit{skey} will have a scheduled key stored in it. It's important to note
    [all...]

Completed in 1400 milliseconds

12 3 4