HomeSort by relevance Sort by last modified time
    Searched full:copy (Results 151 - 175 of 42406) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/src/third_party/dtoa/
COPYING 5 Permission to use, copy, modify, and distribute this software for any
8 a copy or modification of this software and in all copies of the
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/resources/
window-open-second.html 21 log("Value for FOO after changing my own copy is " + window.sessionStorage.getItem("FOO"));
34 This is a new window to make sure there is a copy of the previous window's sessionStorage, and that they diverge after a change<br>
  /bionic/libc/string/
strdup.c 42 char *copy; local
45 if ((copy = malloc(siz)) == NULL)
47 (void)memcpy(copy, str, siz);
48 return(copy);
  /dalvik/libcore/security/src/main/java/java/security/spec/
PKCS8EncodedKeySpec.java 7 * the License. You may obtain a copy of the License at
34 // Super class' ctor makes defensive parameter copy
39 * Returns a copy of the encoded key bytes.
41 * @return a copy of the encoded key bytes.
  /development/apps/Term/res/drawable/
atari_small_notice.txt 3 COMMENT License to copy, modify, and distribute for both commercial and
  /external/bison/m4/
error.m4 7 # gives unlimited permission to copy and/or distribute it,
exitfail.m4 4 dnl gives unlimited permission to copy and/or distribute it,
hard-locale.m4 4 dnl gives unlimited permission to copy and/or distribute it,
hash.m4 4 dnl gives unlimited permission to copy and/or distribute it,
quote.m4 4 dnl gives unlimited permission to copy and/or distribute it,
quotearg.m4 4 dnl gives unlimited permission to copy and/or distribute it,
stdio-safer.m4 4 dnl gives unlimited permission to copy and/or distribute it,
stpcpy.m4 4 dnl gives unlimited permission to copy and/or distribute it,
strdup.m4 4 dnl gives unlimited permission to copy and/or distribute it,
strerror.m4 4 dnl gives unlimited permission to copy and/or distribute it,
strtol.m4 4 dnl gives unlimited permission to copy and/or distribute it,
strtoul.m4 4 dnl gives unlimited permission to copy and/or distribute it,
unistd_h.m4 4 dnl gives unlimited permission to copy and/or distribute it,
  /external/genext2fs/
README 2 It does not require you to mount the image file to copy files on it,
  /external/qemu/
softmmu-semi.h 38 int copy)
43 if (copy)
47 #define lock_user(type, p, len, copy) softmmu_lock_user(env, p, len, copy)
  /cts/tools/dasm/
Android.mk 6 # You may obtain a copy of the License at
30 @echo "Copy: $(PRIVATE_MODULE) ($@)"
31 $(copy-file-to-new-target)
  /cts/tools/test-progress-new/
Android.mk 5 # You may obtain a copy of the License at
25 @echo "Copy: $(PRIVATE_MODULE) ($@)"
26 $(copy-file-to-new-target)
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
CertPathTrustManagerParameters.java 7 * the License. You may obtain a copy of the License at
44 * Returns a copy of the certification path parameters.
46 * @return a copy of the certification path parameters.
  /external/bison/lib/
stpcpy.c 1 /* stpcpy.c -- copy a string and return pointer to end of new string
17 You should have received a copy of the GNU General Public License
35 /* Copy SRC to DEST, returning the address of the terminating '\0' in DEST. */
xstrndup.c 15 You should have received a copy of the GNU General Public License
29 /* Return a newly allocated copy of at most N bytes of STRING.
30 In other words, return a copy of the initial segment of length N of

Completed in 156 milliseconds

1 2 3 4 5 67 8 91011>>