HomeSort by relevance Sort by last modified time
    Searched defs:Copy (Results 201 - 225 of 353) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webp/src/dsp/
enc.c 279 // is equivalent to VE prediction where you just copy the top samples.
690 // Block copy
692 static WEBP_INLINE void Copy(const uint8_t* src, uint8_t* dst, int w, int h) {
702 Copy(src, dst, 4, 4);
706 Copy(src, dst, 16, 8);
  /external/webrtc/talk/session/media/
mediasession.h 364 virtual ContentDescription* Copy() const {
386 virtual ContentDescription* Copy() const {
394 virtual ContentDescription* Copy() const {
  /external/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc 121 virtual SoundDeviceLocator *Copy() const {
731 // zero-copy writes, but Hardy is not new enough to have that so we can't
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 361 /// Returns a copy of this CallEvent, but using the given state.
365 /// Returns a copy of this CallEvent, but using the given state.
582 // that is initialized to a copy of the lambda.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 361 /// Returns a copy of this CallEvent, but using the given state.
365 /// Returns a copy of this CallEvent, but using the given state.
582 // that is initialized to a copy of the lambda.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 361 /// Returns a copy of this CallEvent, but using the given state.
365 /// Returns a copy of this CallEvent, but using the given state.
582 // that is initialized to a copy of the lambda.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 361 /// Returns a copy of this CallEvent, but using the given state.
365 /// Returns a copy of this CallEvent, but using the given state.
569 // that is initialized to a copy of the lambda.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 361 /// Returns a copy of this CallEvent, but using the given state.
365 /// Returns a copy of this CallEvent, but using the given state.
569 // that is initialized to a copy of the lambda.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 361 /// Returns a copy of this CallEvent, but using the given state.
365 /// Returns a copy of this CallEvent, but using the given state.
569 // that is initialized to a copy of the lambda.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 361 /// Returns a copy of this CallEvent, but using the given state.
365 /// Returns a copy of this CallEvent, but using the given state.
569 // that is initialized to a copy of the lambda.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 361 /// Returns a copy of this CallEvent, but using the given state.
365 /// Returns a copy of this CallEvent, but using the given state.
582 // that is initialized to a copy of the lambda.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 361 /// Returns a copy of this CallEvent, but using the given state.
365 /// Returns a copy of this CallEvent, but using the given state.
582 // that is initialized to a copy of the lambda.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 361 /// Returns a copy of this CallEvent, but using the given state.
365 /// Returns a copy of this CallEvent, but using the given state.
582 // that is initialized to a copy of the lambda.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 361 /// Returns a copy of this CallEvent, but using the given state.
365 /// Returns a copy of this CallEvent, but using the given state.
569 // that is initialized to a copy of the lambda.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 361 /// Returns a copy of this CallEvent, but using the given state.
365 /// Returns a copy of this CallEvent, but using the given state.
569 // that is initialized to a copy of the lambda.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 361 /// Returns a copy of this CallEvent, but using the given state.
365 /// Returns a copy of this CallEvent, but using the given state.
569 // that is initialized to a copy of the lambda.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 361 /// Returns a copy of this CallEvent, but using the given state.
365 /// Returns a copy of this CallEvent, but using the given state.
569 // that is initialized to a copy of the lambda.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h 85 BSTR copy(bool fCopy = true) const;
107 BSTR Copy() const;
216 inline BSTR _bstr_t::copy(bool fCopy) const { return (m_Data!=NULL) ? (fCopy ? m_Data->Copy() : m_Data->GetWString()) : NULL; } function in class:_bstr_t
331 inline BSTR _bstr_t::Data_t::Copy() const {
  /art/runtime/gc/collector/
concurrent_copying.cc 6 * You may obtain a copy of the License at
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Emmc.h 97 UINT32 Copy:1; // Copy flag (OTP) [14:14]
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc 886 // Return a pointer to a copy of this rule.
887 virtual Rule *Copy() const = 0;
912 Rule *Copy() const { return new UndefinedRule(*this); }
    [all...]
  /external/google-breakpad/src/processor/
minidump.cc     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVUtil.cpp 11 // copy of this software and associated documentation files (the "Software"),
13 // the rights to use, copy, modify, merge, publish, distribute, sublicense,
570 auto Copy = MangledName;
571 eraseSubstitutionFromMangledName(Copy);
572 char Mangled = Copy.back();
573 std::string Mangled2 = Copy.substr(Copy.size() - 2);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 2360 milliseconds

1 2 3 4 5 6 7 891011>>