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

<<11121314151617181920>>

  /external/ImageMagick/utilities/
magick.1 207 \-splice geometry splice the background color into the image
magick.1.in 207 \-splice geometry splice the background color into the image
mogrify.1 244 \-splice geometry splice the background color into the image
mogrify.1.in 244 \-splice geometry splice the background color into the image
  /external/boringssl/src/crypto/perlasm/
ppc-xlate.pl 230 my $vshasigmad = sub { my ($st,$six)=splice(@_,-2); vcrypto_op(@_, $st<<4|$six, 1730); };
231 my $vshasigmaw = sub { my ($st,$six)=splice(@_,-2); vcrypto_op(@_, $st<<4|$six, 1666); };
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 279 .splice(FirstCondBlock->end(), CB->getInstList());
436 .splice(FirstEntryBlock->end(), SecondEntryBlock->getInstList());
  /external/parameter-framework/upstream/parameter/
DomainConfiguration.cpp 100 mAreaConfigurationList.splice(insertLocation, mAreaConfigurationList, areaConfiguration);
253 mAreaConfigurationList.splice(insertLocation, mAreaConfigurationList, areaConfiguration);
  /external/strace/linux/32/
syscallent.h 80 [ 76] = { 6, TD, SEN(splice), "splice" },
  /external/strace/linux/64/
syscallent.h 77 [ 76] = { 6, TD, SEN(splice), "splice" },
  /external/strace/linux/avr32/
syscallent.h 290 [261] = { 6, TD, SEN(splice), "splice" },
  /external/strace/linux/hppa/
syscallent.h 297 [291] = { 6, TD, SEN(splice), "splice" },
  /external/strace/linux/mips/
syscallent-n32.h 270 [6267] = { 6, TD, SEN(splice), "splice" },
syscallent-n64.h 266 [5263] = { 6, TD, SEN(splice), "splice" },
  /external/strace/linux/sparc/
syscallent.h 233 [232] = { 6, TD, SEN(splice), "splice" },
  /external/strace/linux/sparc64/
syscallent.h 231 [232] = { 6, TD, SEN(splice), "splice" },
  /external/strace/linux/x86_64/
syscallent.h 276 [275] = { 6, TD, SEN(splice), "splice" },
  /external/strace/linux/xtensa/
syscallent.h 261 [268] = { 6, TD, SEN(splice), "splice" },
  /external/valgrind/coregrind/m_demangle/
dyn-string.c 269 /* Splice in the new stuff. */
292 /* Splice in the new stuff. */
  /external/webrtc/webrtc/modules/audio_coding/neteq/
payload_splitter.cc 111 packet_list->splice(it, new_packets, new_packets.begin(),
345 packet_list->splice(it, new_packets, new_packets.begin(),
  /hardware/google/av/media/sfplugin/utils/
Codec2BufferUtils.cpp 309 mFreeBlocks.splice(mFreeBlocks.begin(), mBlocksInUse, block);
324 mBlocksInUse.splice(mBlocksInUse.begin(), mFreeBlocks, mFreeBlocks.begin());
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 180 public long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offOut, long len, int flags) throws ErrnoException { return os.splice(fdIn, offIn, fdOut, offOut, len, flags); } method in class:ForwardingOs
  /toolchain/binutils/binutils-2.27/libiberty/
dyn-string.c 256 /* Splice in the new stuff. */
279 /* Splice in the new stuff. */
  /bionic/libc/private/
bionic_errdefs.h 146 __BIONIC_ERRDEF( ETOOMANYREFS , 109, "Too many references: cannot splice" )
  /bionic/libc/seccomp/
arm_app_policy.cpp 117 BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 344, 19, 18), //splice|sync_file_range2|tee|vmsplice
arm_global_policy.cpp 119 BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 344, 17, 16), //splice|sync_file_range2|tee|vmsplice

Completed in 408 milliseconds

<<11121314151617181920>>