HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 276 - 300 of 5294) sorted by null

<<11121314151617181920>>

  /external/libhevc/common/x86/
ihevc_mem_fns_ssse3_intr.c 59 * Does memcpy of 8bit data from source to destination for 8,16 or 32 number of bytes
62 * UWORD8 pointer to the destination
103 * UWORD8 pointer to the destination
141 * UWORD8 pointer to the destination
  /external/libxml2/test/schemas/
570702_0.xsd 8 <xs:documentation>Destination Number Length</xs:documentation>
  /external/lldb/examples/test/
.lldb-loggings 12 print "with log destination:", dest
  /external/llvm/test/Linker/
type-unique-dst-types.ll 6 ; destination module.
  /external/skia/platform_tools/android/gyp_gen/
tool_makefile_writer.py 34 target_dir: Destination for the makefile. Must not be None.
60 skia_trunk: Trunk of Skia, used for determining the destination to write
62 dest_dir: Destination for 'Android.mk', relative to skia_trunk. Used for
64 destination to write the it.
  /external/skia/src/images/
SkJpegUtility.h 51 /* Our destination struct for directing decompressed pixels to our stream
  /external/vboot_reference/host/lib21/include/
host_misc2.h 21 * @param guid Destination for binary representation
  /external/vogar/src/vogar/
FileCache.java 30 void copyFromCache(String key, File destination);
  /frameworks/base/core/java/android/hardware/camera2/dispatch/
MethodNameInvoker.java 28 * @param <T> destination dispatch type, methods will be looked up in the class of {@code T}
40 * @param target destination dispatch type, invokes will be redirected to this dispatcher
41 * @param targetClass destination dispatch class, the invoked methods will be from this class
55 * The name of the method, which will be matched 1:1 to the destination method
  /frameworks/base/core/java/android/print/
PrintFileDocumentAdapter.java 87 public void onWrite(PageRange[] pages, ParcelFileDescriptor destination,
89 mWriteFileAsyncTask = new WriteFileAsyncTask(destination, cancellationSignal, callback);
102 public WriteFileAsyncTask(ParcelFileDescriptor destination,
104 mDestination = destination;
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
IPdfEditor.aidl 30 void write(in ParcelFileDescriptor destination);
  /frameworks/base/telecomm/java/android/telecom/
GatewayInfo.java 112 public void writeToParcel(Parcel destination, int flags) {
113 destination.writeString(mGatewayProviderPackageName);
114 mGatewayAddress.writeToParcel(destination, 0);
115 mOriginalAddress.writeToParcel(destination, 0);
  /libcore/luni/src/main/java/javax/net/ssl/
SSLEngineResult.java 61 * The size of the destination buffer is too small to hold the result of
104 * the number of bytes transferred to the destination buffer(s).
158 * Returns the number of bytes transferred to the destination buffer(s).
160 * @return the number of bytes transferred to the destination buffer(s).
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast_stress.cpp 58 typedef B<Width/2, Depth> Destination;
59 // typedef A<Width, Depth> Destination;
61 Destination* b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
dynamic_cast_stress.cpp 58 typedef B<Width/2, Depth> Destination;
59 // typedef A<Width, Depth> Destination;
61 Destination* b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
  /packages/apps/Gallery2/jni/filters/
edge.c 22 char* destination = 0; local
23 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
35 char * dst = destination;
38 char * ptr = destination;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
bpqether.h 16 unsigned char destination[ETH_ALEN]; member in struct:bpq_ethaddr
fib_rules.h 34 FRA_DST, /* destination address */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
bpqether.h 16 unsigned char destination[ETH_ALEN]; member in struct:bpq_ethaddr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_set.h 13 #define IPSET_DST 0x02 /* Destination match/add */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
FileStoreAdapter.java 66 public void copy(IFileStore destination, int options, IProgressMonitor monitor)
68 mStore.copy(destination, options, monitor);
128 public void move(IFileStore destination, int options, IProgressMonitor monitor)
130 mStore.move(destination, options, monitor);
  /system/extras/perfprofd/
perfprofd.conf 6 # Destination directory for profiles
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbSocket.java 38 public boolean open(String destination) {
40 message.set(AdbMessage.A_OPEN, mId, 0, destination);
  /external/clang/test/Sema/
builtin-object-size.c 26 __builtin___vsnprintf_chk (0, 42, 0, 11, fmt, args); // expected-warning {{'__builtin___vsnprintf_chk' will always overflow destination buffer}}
53 __builtin___memccpy_chk (b, buf, '\0', sizeof(buf), __builtin_object_size (b, 0)); // expected-warning {{'__builtin___memccpy_chk' will always overflow destination buffer}}
  /external/e2fsprogs/util/
install-symlink.in 3 # install-symlink source destination destdir
49 echo $DEST: Destination pathname must be absolute

Completed in 1378 milliseconds

<<11121314151617181920>>