HomeSort by relevance Sort by last modified time
    Searched refs:destination (Results 76 - 100 of 454) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerSH4.cpp 70 void MacroAssemblerSH4::repatchCall(CodeLocationCall call, CodeLocationLabel destination)
72 SH4Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
75 void MacroAssemblerSH4::repatchCall(CodeLocationCall call, FunctionPtr destination)
77 SH4Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
  /external/webkit/Source/WebCore/platform/
PlatformScreen.h 58 FloatRect toUserSpace(const NSRect&, NSWindow *destination);
  /external/webkit/Source/WebCore/platform/audio/
AudioDSPKernelProcessor.h 62 virtual void process(AudioBus* source, AudioBus* destination, size_t framesToProcess);
AudioChannel.cpp 76 float* destination = data();
77 memcpy(destination, source + startFrame, sizeof(float) * rangeLength);
  /external/webkit/Source/WebCore/webaudio/
RealtimeAnalyser.cpp 188 float* destination = magnitudeBuffer().data(); local
192 destination[i] = float(k * destination[i] + (1.0 - k) * scalarMagnitude);
213 float* destination = destinationArray->data(); local
218 destination[i] = float(dbMag);
239 unsigned char* destination = destinationArray->data(); local
254 destination[i] = static_cast<unsigned char>(scaledValue);
275 unsigned char* destination = destinationArray->data(); local
292 destination[i] = static_cast<unsigned char>(scaledValue);
AudioContext.idl 35 // All rendered audio ultimately connects to destination, which represents the audio hardware.
36 readonly attribute AudioDestinationNode destination;
AudioNode.cpp 111 bool AudioNode::connect(AudioNode* destination, unsigned outputIndex, unsigned inputIndex)
119 if (destination && inputIndex >= destination->numberOfInputs())
123 if (!destination) {
129 AudioNodeInput* input = destination->input(inputIndex);
  /external/webkit/Source/WebKit2/UIProcess/Downloads/
DownloadProxy.cpp 129 void DownloadProxy::decideDestinationWithSuggestedFilename(const String& filename, String& destination, bool& allowOverwrite, SandboxExtension::Handle& sandboxExtensionHandle)
134 destination = m_webContext->downloadClient().decideDestinationWithSuggestedFilename(m_webContext, this, filename, allowOverwrite);
136 if (!destination.isNull())
137 SandboxExtension::createHandle(destination, SandboxExtension::WriteOnly, sandboxExtensionHandle);
  /external/webkit/Source/WebKit2/WebProcess/Downloads/curl/
DownloadCurl.cpp 56 void Download::didDecideDestination(const String& destination, bool allowOverwrite)
  /external/webkit/Source/WebKit2/WebProcess/Downloads/qt/
DownloadQt.cpp 55 void Download::didDecideDestination(const String& destination, bool allowOverwrite)
  /external/webkit/Source/WebKit2/WebProcess/Downloads/soup/
DownloadSoup.cpp 56 void Download::didDecideDestination(const String& destination, bool allowOverwrite)
  /frameworks/ex/variablespeed/jni/
ring_buffer.h 59 // @param destination float buffer to which the samples will be written.
60 void Copy(int reader, float* destination, int num_frames) const;
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSSerializer.java 381 * @param destination The destination for the serialized DOM.
394 LSOutput destination)
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CombinedInputOutput.java 204 * @param destination a destination stream to write to.
207 public static void writeDictionaryCombined(Writer destination, FusionDictionary dict)
214 destination.write(DICTIONARY_TAG + "=");
216 destination.write(options.get(DICTIONARY_TAG));
220 destination.write("," + OPTIONS_TAG + "=" + GERMAN_UMLAUT_PROCESSING_OPTION);
222 destination.write("," + OPTIONS_TAG + "=" + FRENCH_LIGATURE_PROCESSING_OPTION);
226 destination.write("," + key + "=" + value);
228 destination.write("\n");
230 destination.write(" " + WORD_TAG + "=" + word.mWord + ",
    [all...]
  /external/chromium/chrome/browser/debugger/
devtools_remote_message.cc 11 const char DevToolsRemoteMessageHeaders::kDestination[] = "Destination";
57 const std::string& destination,
63 headers[DevToolsRemoteMessageHeaders::kDestination] = destination;
devtools_remote_message.h 21 // The destination (inspected) object identifier (if any), like a TabID.
58 const std::string destination() const { function in class:DevToolsRemoteMessage
90 const std::string& destination,
  /external/chromium/net/disk_cache/
cache_util_posix.cc 22 LOG(ERROR) << "Unable to create destination cache directory.";
32 FilePath destination = to_path.Append(name.BaseName()); local
33 if (!file_util::Move(name, destination)) {
  /external/skia/legacy/src/animator/
SkMatrixParts.h 99 SkDrawRect* destination; member in class:SkRectToRect
114 SkPolygon* destination; member in class:SkPolyToPoly
  /external/skia/src/animator/
SkMatrixParts.h 99 SkDrawRect* destination; member in class:SkRectToRect
114 SkPolygon* destination; member in class:SkPolyToPoly
  /external/webkit/Source/WebCore/platform/graphics/filters/
FilterEffect.cpp 129 inline void FilterEffect::copyImageBytes(ByteArray* source, ByteArray* destination, const IntRect& rect)
131 // Initialize the destination to transparent black, if not entirely covered by the source.
133 memset(destination->data(), 0, destination->length());
162 unsigned char *destinationPixel = destination->data() + ((yDest * rect.width()) + xDest) * 4;
173 void FilterEffect::copyUnmultipliedImage(ByteArray* destination, const IntRect& rect)
204 copyImageBytes(m_unmultipliedImageResult.get(), destination, rect);
207 void FilterEffect::copyPremultipliedImage(ByteArray* destination, const IntRect& rect)
232 copyImageBytes(m_premultipliedImageResult.get(), destination, rect);
  /frameworks/ex/chips/src/com/android/ex/chips/
SingleRecipientArrayAdapter.java 60 TextView destination = (TextView) view.findViewById(android.R.id.text1); local
61 destination.setText(Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress());
  /libcore/
CaCerts.mk 29 # $(3): destination directory
30 define include-prebuilt-with-destination-directory
45 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_target_directory))))
55 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_host_directory))))
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 39 * send/receive to a destination address.
72 int direction, String destination, int visibility, int confirm, int status,
80 mDestination = destination;
  /external/oprofile/libutil++/
file_manip.cpp 33 bool copy_file(string const & source, string const & destination)
51 int fd = open(destination.c_str(), O_RDWR|O_CREAT, mode);
59 retval = chown(destination.c_str(), buf.st_uid, buf.st_gid);
63 ofstream out(destination.c_str(), ios::trunc);
72 if (utime(destination.c_str(), &utim))
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
VideoSinkGStreamer.cpp 192 guint8 *destination = GST_BUFFER_DATA(newBuffer); local
198 destination[0] = (source[0] * alpha + 128) / 255;
199 destination[1] = (source[1] * alpha + 128) / 255;
200 destination[2] = (source[2] * alpha + 128) / 255;
201 destination[3] = alpha;
204 destination[0] = alpha;
205 destination[1] = (source[1] * alpha + 128) / 255;
206 destination[2] = (source[2] * alpha + 128) / 255;
207 destination[3] = (source[3] * alpha + 128) / 255;
210 destination += 4
    [all...]

Completed in 1373 milliseconds

1 2 34 5 6 7 8 91011>>