HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 201 - 225 of 5499) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/sqlite/src/src/
backup.c 28 sqlite3* pDestDb; /* Destination database handle */
29 Btree *pDest; /* Destination b-tree file */
30 u32 iDestSchema; /* Original schema cookie in destination */
121 ** Attempt to set the page size of the destination to match the page size
146 /* Lock the source database handle. The destination database
149 ** other thread accesses the destination handle for the duration
150 ** of the backup operation. Any attempt to use the destination
159 pDestDb, SQLITE_ERROR, "source and destination must be distinct"
214 ** destination database.
235 /* Catch the case where the destination is an in-memory database and th
    [all...]
  /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/chromium_org/base/
safe_numerics_unittest.cc 62 // Narrow signed destination.
70 // Narrow unsigned destination.
78 // Same width signed destination.
84 // Same width unsigned destination.
90 // Wider signed destination.
96 // Wider unsigned destination.
  /external/chromium_org/third_party/icu/source/test/intltest/
nptrans.h 77 * @param dest Pointer to the destination buffer to receive the output
78 * @param destCapacity The capacity of destination array
84 * @return The number of UChars in the destination buffer
99 * @param dest Pointer to the destination buffer to receive the output
100 * @param destCapacity The capacity of destination array
106 * @return The number of UChars in the destination buffer
  /external/chromium_org/third_party/skia/src/images/
SkDecodingImageGenerator.h 65 * Install the SkData into the destination bitmap, using a new
71 * @param destination Upon success, this bitmap will be
80 static bool Install(SkData* data, SkBitmap* destination,
83 * Install the stream into the destination bitmap, using a new
101 * @param destination Upon success, this bitmap will be
110 static bool Install(SkStreamRewindable* stream, SkBitmap* 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/skia/src/images/
SkDecodingImageGenerator.h 65 * Install the SkData into the destination bitmap, using a new
71 * @param destination Upon success, this bitmap will be
80 static bool Install(SkData* data, SkBitmap* destination,
83 * Install the stream into the destination bitmap, using a new
101 * @param destination Upon success, this bitmap will be
110 static bool Install(SkStreamRewindable* stream, SkBitmap* 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/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
copies.js 12 * @param {!print_preview.DestinationStore} destinationStore Destination store
13 * used determine if a destination has the copies capability.
59 * @return {Object} Copies capability of the selected destination.
duplex.js 13 * @param {!print_preview.DestinationStore} destinationStore Destination store
14 * used determine if a destination has the collate capability.
65 * @return {Object} Duplex capability of the selected destination.
  /external/chromium_org/media/base/
audio_fifo.h 31 // them to |destination| starting at position |start_frame|.
33 // frames or if there is insufficient space in |destination| to store the
35 void Consume(AudioBus* destination, int start_frame, int frames_to_consume);
  /external/chromium_org/net/disk_cache/
cache_util_posix.cc 23 LOG(ERROR) << "Unable to create destination cache directory.";
30 base::FilePath destination = to_path.Append(name.BaseName()); local
31 if (!base::Move(name, destination)) {
  /external/chromium_org/third_party/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/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
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsTracker.java 51 /** Destination port flag bit for no destination port. */
54 /** Destination port flag bit to indicate 3GPP format message. */
57 /** Destination port flag bit to indicate 3GPP2 format message. */
60 /** Destination port flag bit to indicate 3GPP2 format WAP message. */
63 /** Destination port mask (16-bit unsigned value on GSM and CDMA). */
70 * @param destPort the destination port
97 * @param destPort the destination port
181 // Always set the destination port, since it now contains message format flags.
208 * Get the port number, or -1 if there is no destination port
    [all...]
  /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
  /system/media/audio_utils/include/audio_utils/
primitives.h 42 * dst Destination buffer
45 * The destination and source buffers must either be completely separate (non-overlapping), or
52 * dst Destination buffer
55 * The destination and source buffers must either be completely separate (non-overlapping), or
63 * dst Destination buffer
66 * The destination and source buffers must either be completely separate (non-overlapping), or
75 * dst Destination buffer
78 * The destination and source buffers must either be completely separate (non-overlapping), or
86 * dst Destination buffer
89 * The destination and source buffers must be completely separate (non-overlapping)
    [all...]
  /external/chromium_org/build/mac/
asan.gyp 22 'destination': '<(PRODUCT_DIR)',
  /external/chromium_org/chrome/browser/resources/print_preview/data/
app_state.js 71 /** @return {?string} ID of the selected destination. */
76 /** @return {?string} Origin of the selected destination. */
81 /** @return {?print_preview.Cdd} CDD of the selected destination. */
86 /** @return {?string} Name of the selected destination. */
132 print_preview.Destination.Origin.LOCAL :
133 print_preview.Destination.Origin.COOKIES;
168 * Persists the selected destination.
169 * @param {!print_preview.Destination} dest Destination to persist.

Completed in 1857 milliseconds

1 2 3 4 5 6 7 891011>>