/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.cpp | 353 void unpackRGBA8ToRGBA8(const uint8_t* source, uint8_t* destination) in unpackRGBA8ToRGBA8() 361 void unpackRGBA16LittleToRGBA8(const uint16_t* source, uint8_t* destination) in unpackRGBA16LittleToRGBA8() 369 void unpackRGBA16BigToRGBA8(const uint16_t* source, uint8_t* destination) in unpackRGBA16BigToRGBA8() 377 void unpackRGB8ToRGBA8(const uint8_t* source, uint8_t* destination) in unpackRGB8ToRGBA8() 385 void unpackRGB16LittleToRGBA8(const uint16_t* source, uint8_t* destination) in unpackRGB16LittleToRGBA8() 393 void unpackRGB16BigToRGBA8(const uint16_t* source, uint8_t* destination) in unpackRGB16BigToRGBA8() 401 void unpackBGR8ToRGBA8(const uint8_t* source, uint8_t* destination) in unpackBGR8ToRGBA8() 409 void unpackARGB8ToRGBA8(const uint8_t* source, uint8_t* destination) in unpackARGB8ToRGBA8() 417 void unpackARGB16LittleToRGBA8(const uint16_t* source, uint8_t* destination) in unpackARGB16LittleToRGBA8() 425 void unpackARGB16BigToRGBA8(const uint16_t* source, uint8_t* destination) in unpackARGB16BigToRGBA8() [all …]
|
/external/webkit/Source/JavaScriptCore/assembler/ |
D | RepatchBuffer.h | 60 void relink(CodeLocationJump jump, CodeLocationLabel destination) in relink() 65 void relink(CodeLocationCall call, CodeLocationLabel destination) in relink() 70 void relink(CodeLocationCall call, FunctionPtr destination) in relink() 75 void relink(CodeLocationNearCall nearCall, CodePtr destination) in relink() 80 void relink(CodeLocationNearCall nearCall, CodeLocationLabel destination) in relink()
|
D | MacroAssemblerSH4.cpp | 70 void MacroAssemblerSH4::repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall() 75 void MacroAssemblerSH4::repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall()
|
/external/webkit/Source/WebKit2/Platform/cg/ |
D | CGUtilities.cpp | 33 void paintImage(CGContextRef context, CGImageRef image, CGPoint destination, CGRect source) in paintImage() 50 void paintBitmapContext(CGContextRef context, CGContextRef bitmapContext, CGPoint destination, CGRe… in paintBitmapContext()
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | MessageLog.java | 51 private String destination; field in MessageLog 85 String destination, in MessageLog() 118 String destination, in MessageLog()
|
D | DefaultMessageLogFactory.java | 16 String destination, String timeStamp, boolean isSender, in createLogRecord() 23 String destination, long timeStamp, boolean isSender, in createLogRecord()
|
/external/webkit/Source/WebCore/platform/text/ |
D | TextCodecUTF8.cpp | 140 static inline UChar* appendCharacter(UChar* destination, int character) in appendCharacter() 159 void TextCodecUTF8::handleError(UChar*& destination, bool stopOnError, bool& sawError) in handleError() 169 void TextCodecUTF8::handlePartialSequence(UChar*& destination, const uint8_t*& source, const uint8_… in handlePartialSequence() 226 UChar* destination = buffer.characters(); in decode() local
|
/external/skia/src/animator/ |
D | SkMatrixParts.h | 107 SkDrawRect* destination; variable 122 SkPolygon* destination; variable
|
/external/webkit/Source/WebCore/platform/audio/ |
D | ReverbAccumulationBuffer.cpp | 48 void ReverbAccumulationBuffer::readAndClear(float* destination, size_t numberOfFrames) in readAndClear() 94 float* destination = m_buffer.data(); in accumulate() local
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | socketaddresspair.h | 44 const SocketAddress& destination() const { return dest_; } in destination() function
|
/external/webkit/Source/WebCore/webaudio/ |
D | RealtimeAnalyser.cpp | 188 float* destination = magnitudeBuffer().data(); in doFFTAnalysis() local 213 float* destination = destinationArray->data(); in getFloatFrequencyData() local 239 unsigned char* destination = destinationArray->data(); in getByteFrequencyData() local 275 unsigned char* destination = destinationArray->data(); in getByteTimeDomainData() local
|
D | BiquadDSPKernel.cpp | 35 void BiquadDSPKernel::process(const float* source, float* destination, size_t framesToProcess) in process()
|
D | AudioChannelSplitter.cpp | 64 AudioBus* destination = output(i)->bus(); in process() local
|
/external/chromium/chrome/browser/debugger/ |
D | debugger_remote_service.cc | 58 const std::string destination = message.destination(); in HandleMessage() local 121 const std::string& destination) { in SendResponse() 195 void DebuggerRemoteService::AttachToTab(const std::string& destination, in AttachToTab() 239 void DebuggerRemoteService::DetachFromTab(const std::string& destination, in DetachFromTab()
|
/external/v8/src/ia32/ |
D | lithium-gap-resolver-ia32.cc | 102 LOperand* destination = moves_[index].destination(); in PerformMove() local 157 LOperand* destination = move.destination(); in AddMove() local 171 LOperand* destination = moves_[index].destination(); in RemoveMove() local 219 LOperand* destination = moves_[i].destination(); in Verify() local 278 LOperand* destination = moves_[index].destination(); in EmitMove() local 342 LOperand* destination = moves_[index].destination(); in EmitSwap() local
|
/external/v8/src/x64/ |
D | lithium-gap-resolver-x64.cc | 98 LOperand* destination = moves_[index].destination(); in PerformMove() local 153 LOperand* destination = moves_[i].destination(); in Verify() local 167 LOperand* destination = moves_[index].destination(); in EmitMove() local 241 LOperand* destination = moves_[index].destination(); in EmitSwap() local
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
D | FilterEffect.cpp | 129 inline void FilterEffect::copyImageBytes(ByteArray* source, ByteArray* destination, const IntRect& … in copyImageBytes() 173 void FilterEffect::copyUnmultipliedImage(ByteArray* destination, const IntRect& rect) in copyUnmultipliedImage() 207 void FilterEffect::copyPremultipliedImage(ByteArray* destination, const IntRect& rect) in copyPremultipliedImage()
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/ |
D | Download.cpp | 102 String destination; in retrieveDestinationWithSuggestedFilename() local 116 String destination = retrieveDestinationWithSuggestedFilename(filename, allowOverwrite); in decideDestinationWithSuggestedFilename() local
|
/external/protobuf/src/google/protobuf/ |
D | extension_set_unittest.cc | 190 unittest::TestAllTypes destination; in TEST() local 211 unittest::TestAllTypes destination; in TEST() local 234 unittest::TestPackedTypes destination; in TEST() local 255 unittest::TestPackedTypes destination; in TEST() local 273 unittest::TestAllExtensions destination; in TEST() local 285 unittest::TestPackedExtensions destination; in TEST() local
|
/external/v8/src/arm/ |
D | lithium-gap-resolver-arm.cc | 111 LOperand* destination = moves_[index].destination(); in PerformMove() local 151 LOperand* destination = moves_[i].destination(); in Verify() local 212 LOperand* destination = moves_[index].destination(); in EmitMove() local
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | LogRecordFactory.java | 34 String destination, long timeStamp, boolean isSender, in createLogRecord()
|
/external/webkit/Source/WebCore/platform/image-decoders/haiku/ |
D | ImageDecoderHaiku.cpp | 40 uint8* destination = reinterpret_cast<uint8*>(bitmap->Bits()); in asNewNativeImage() local
|
/external/webkit/Source/JavaScriptCore/wtf/text/ |
D | StringConcatenate.h | 46 void writeTo(UChar* destination) { *destination = m_buffer; } in writeTo() 61 void writeTo(UChar* destination) { *destination = m_buffer; } in writeTo() 78 void writeTo(UChar* destination) in writeTo() 109 void writeTo(UChar* destination) in writeTo() 130 void writeTo(UChar* destination) in writeTo() 153 void writeTo(UChar* destination) in writeTo() 175 void writeTo(UChar* destination) in writeTo()
|
/external/chromium/net/disk_cache/ |
D | cache_util_posix.cc | 32 FilePath destination = to_path.Append(name.BaseName()); in MoveCache() local
|
/external/chromium/net/tools/tld_cleanup/ |
D | tld_cleanup.cc | 258 logging::LoggingDestination destination = logging::LOG_ONLY_TO_FILE; in main() local 260 logging::LoggingDestination destination = in main() local
|