HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 126 - 150 of 3792) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/debugger/
debugger_remote_service.h 54 // Detaches the remote debugger from the tab specified by |destination|.
60 void DetachFromTab(const std::string& destination,
89 // Attaches a remote debugger to the tab specified by |destination|.
91 void AttachToTab(const std::string& destination,
100 // |tool| and |destination| are used as the respective header values.
103 const std::string& destination);
devtools_remote_message.cc 11 const char DevToolsRemoteMessageHeaders::kDestination[] = "Destination";
57 const std::string& destination,
63 headers[DevToolsRemoteMessageHeaders::kDestination] = destination;
  /external/clang/test/SemaObjC/
arc-non-pod-memaccess.m 24 memcpy(sip, ptr, 17); // expected-warning{{destination for this 'memcpy' call is a pointer to ownership-qualified type}} \
26 memcpy(wip, ptr, 17); // expected-warning{{destination for this 'memcpy' call is a pointer to ownership-qualified type}} \
28 memcpy(aip, ptr, 17); // expected-warning{{destination for this 'memcpy' call is a pointer to ownership-qualified type}} \
40 memmove(sip, ptr, 17); // expected-warning{{destination for this 'memmove' call is a pointer to ownership-qualified type}} \
42 memmove(wip, ptr, 17); // expected-warning{{destination for this 'memmove' call is a pointer to ownership-qualified type}} \
44 memmove(aip, ptr, 17); // expected-warning{{destination for this 'memmove' call is a pointer to ownership-qualified type}} \
  /external/icu4c/test/intltest/
nptrans.h 73 * @param dest Pointer to the destination buffer to receive the output
74 * @param destCapacity The capacity of destination array
80 * @return The number of UChars in the destination buffer
94 * @param dest Pointer to the destination buffer to receive the output
95 * @param destCapacity The capacity of destination array
101 * @return The number of UChars in the destination buffer
  /external/webkit/Source/WebCore/platform/audio/
AudioDSPKernelProcessor.cpp 73 void AudioDSPKernelProcessor::process(AudioBus* source, AudioBus* destination, size_t framesToProcess)
75 ASSERT(source && destination);
76 if (!source || !destination)
80 destination->zero();
84 bool channelCountMatches = source->numberOfChannels() == destination->numberOfChannels() && source->numberOfChannels() == m_kernels.size();
90 m_kernels[i]->process(source->channel(i)->data(), destination->channel(i)->data(), framesToProcess);
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
Download.cpp 102 String destination; local
104 if (!sendSync(Messages::DownloadProxy::DecideDestinationWithSuggestedFilename(filename), Messages::DownloadProxy::DecideDestinationWithSuggestedFilename::Reply(destination, allowOverwrite, sandboxExtensionHandle)))
111 return destination;
116 String destination = retrieveDestinationWithSuggestedFilename(filename, allowOverwrite); local
118 didDecideDestination(destination, allowOverwrite);
120 return 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/include/effects/
SkAvoidXfermode.h 25 /** This xfermode draws, or doesn't draw, based on the destination's
30 Avoid: In this mode, drawing is allowed only on destination pixels that
35 Target: In this mode, drawing only occurs on destination pixels that
  /external/skia/legacy/include/effects/
SkAvoidXfermode.h 27 /** This xfermode draws, or doesn't draw, based on the destination's
32 Avoid: In this mode, drawing is allowed only on destination pixels that
37 Target: In this mode, drawing only occurs on destination pixels that
  /external/webkit/Source/WebCore/platform/graphics/cairo/
rgb24-hacks.txt 19 /* Optimize for no destination alpha (surface->pixman_image is non-NULL for all
23 /* We can only handle operator SOURCE or OVER with the destination
29 + // destination has alpha. Remove the RGB24 restriction. || (dst->format != CAIRO_FORMAT_RGB24))
  /packages/apps/Gallery2/jni/filters/
bwfilter.c 22 char* destination = 0; local
23 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
24 unsigned char * rgb = (unsigned char * )destination;
contrast.c 41 char* destination = 0; local
42 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
43 unsigned char * rgb = (unsigned char * )destination;
kmeans.cc 37 char* destination = 0; local
40 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
43 unsigned char * dst = (unsigned char *) destination;
shadows.c 29 char* destination = 0; local
30 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
31 unsigned char * rgb = (unsigned char * )destination;
  /sdk/eclipse/
README_WINDOWS.txt 6 $ tools/eclipse/scripts/build_server.sh destination-directory
8 This will create an "android-eclipse.zip" in the selected destination directory.
31 $ tools/buildbot/_make_windows_sdk.sh path-to-the-linux-sdk.zip destination-directory
  /build/core/
copy_headers.mk 12 # destination header. copy-one-header defines the
  /external/ceres-solver/internal/ceres/
CMakeLists.txt 120 RUNTIME DESTINATION bin
121 LIBRARY DESTINATION lib
122 ARCHIVE DESTINATION lib)
177 RUNTIME DESTINATION bin
178 LIBRARY DESTINATION lib
179 ARCHIVE DESTINATION lib)
191 RUNTIME DESTINATION bin
192 LIBRARY DESTINATION lib
193 ARCHIVE DESTINATION lib)
  /external/dnsmasq/contrib/port-forward/
dnsmasq-portforward 55 ${IPTABLES} -t nat -D PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst
57 ${IPTABLES} -t nat -A PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst
  /external/icu4c/tools/genbrk/
genbrk.1.in 26 .BI "\-d\fP, \fB\-\-destdir" " destination"
59 .BI "\-d\fP, \fB\-\-destdir" " destination"
60 Set the destination directory of the
63 .IR destination .
  /external/icu4c/tools/gencfu/
gencfu.1.in 26 .BI "\-d\fP, \fB\-\-destdir" " destination"
64 .BI "\-d\fP, \fB\-\-destdir" " destination"
65 Set the destination directory of the
68 .IR destination .
  /external/llvm/test/Transforms/InstCombine/
x86-crc32-demanded.ll 3 ; crc32 with 64-bit destination zeros high 32-bit.
  /external/qemu/android/utils/
jpeg-compress.c 19 /* Implements JPEG destination manager's init_destination routine. */
21 /* Implements JPEG destination manager's empty_output_buffer routine. */
23 /* Implements JPEG destination manager's term_destination routine. */
28 /* Common JPEG compression destination manager header. */
44 /* Implements JPEG destination manager's init_destination routine. */
50 /* This is the first time our destination manager is initialized.
58 /* Initialize common header with entire destination buffer. */
63 /* Implements JPEG destination manager's empty_output_buffer routine.
90 /* Implements JPEG destination manager's term_destination routine.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_DisplayYUVOverlay.3 11 Blit the \fBoverlay\fR to the surface specified when it was \fIcreated\fR\&. The \fI\fBSDL_Rect\fR\fR structure, \fBdstrect\fR, specifies the position and size of the destination\&. If the \fBdstrect\fR is a larger or smaller than the overlay then the overlay will be scaled, this is optimized for 2x scaling\&.
SDL_GetClipRect.3 11 Gets the clipping rectangle for a surface\&. When this surface is the destination of a blit, only the area within the clip rectangle is drawn into\&.
  /external/svox/pico/lang/
PicoLangDeDeInSystem.mk 6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp

Completed in 427 milliseconds

1 2 3 4 56 7 8 91011>>