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

1 2

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
GeneralDigest.java 37 copyIn(t);
40 protected void copyIn(GeneralDigest t)
SHA1Digest.java 38 copyIn(t);
41 private void copyIn(SHA1Digest t)
302 super.copyIn(d);
303 copyIn(d);
SHA256Digest.java 45 copyIn(t);
48 private void copyIn(SHA256Digest t)
50 super.copyIn(t);
311 copyIn(d);
SHA384Digest.java 97 super.copyIn(d);
SHA512Digest.java 99 copyIn(d);
MD5Digest.java 35 copyIn(t);
38 private void copyIn(MD5Digest t)
40 super.copyIn(t);
321 copyIn(d);
LongDigest.java 46 copyIn(t);
49 protected void copyIn(LongDigest t)
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
threshold.fs 73 float4 __attribute__((kernel)) copyIn(uchar4 in) {
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
threshold.fs 73 float4 __attribute__((kernel)) copyIn(uchar4 in) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
threshold.fs 73 float4 __attribute__((kernel)) copyIn(uchar4 in) {
  /external/chromium_org/third_party/re2/re2/
prefilter.cc 294 static void CopyIn(const set<string>& src, set<string>* dst) {
349 CopyIn(a->exact_, &ab->exact_);
350 CopyIn(b->exact_, &ab->exact_);
  /external/regex-re2/re2/
prefilter.cc 294 static void CopyIn(const set<string>& src, set<string>* dst) {
349 CopyIn(a->exact_, &ab->exact_);
350 CopyIn(b->exact_, &ab->exact_);
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_operation_runner_unittest.cc 355 // The URL is in syncing so CopyIn (which is a write operation) won't run.
  /external/clang/lib/Parse/
ParseOpenMP.cpp 321 /// 'shared', 'copyin', or 'reduction'.
  /external/clang/include/clang/AST/
StmtOpenMP.h 69 /// 'firstprivate', 'copyin', 'shared', or 'reduction' clauses in the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 573 ones, which are handled differently due to copyin/copyout issues as
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 573 ones, which are handled differently due to copyin/copyout issues as
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 316 /* OpenMP clause: copyin (variable_list). */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 316 /* OpenMP clause: copyin (variable_list). */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 316 /* OpenMP clause: copyin (variable_list). */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 316 /* OpenMP clause: copyin (variable_list). */
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/
cc1 
cc1plus 
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/
cc1 

Completed in 1736 milliseconds

1 2