/external/chromium_org/printing/ |
metafile.h | 46 // destination page if the source PDF is bigger than the destination page in 50 // the destination page if the source page size is smaller in all dimensions. 52 // done) should be centered horizontally within the destination page. 54 // done) should be centered vertically within the destination page. 57 // on the destination page.
|
/external/chromium_org/sandbox/win/src/ |
policy_engine_params.h | 64 bool Get(unsigned long* destination) const { 68 *destination = Void2TypePointerCopy<unsigned long>(); 73 bool Get(const void** destination) const { 77 *destination = Void2TypePointerCopy<void*>(); 82 bool Get(const wchar_t** destination) const { 86 *destination = Void2TypePointerCopy<const wchar_t*>();
|
/external/chromium_org/sync/protocol/ |
synced_notification_render.proto | 35 // The default destination target. 113 optional SyncedNotificationDestination destination = 1; 121 // A Destination is a target URL that the user can be taken to by clicking on or 124 // The description for the link to the destination. 127 // The icon to use for the link to the destination. 130 // The destination URL.
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
derb.1.in | 38 .BI "\-d\fP, \fB\-\-destdir" " destination" 140 .BI "\-d\fP, \fB\-\-destdir" " destination" 141 Set the destination directory to 142 .IR destination . 143 The default destination directory is specified by the environment variable 167 is written in the destination
|
/external/icu4c/tools/genrb/ |
derb.1.in | 38 .BI "\-d\fP, \fB\-\-destdir" " destination" 140 .BI "\-d\fP, \fB\-\-destdir" " destination" 141 Set the destination directory to 142 .IR destination . 143 The default destination directory is specified by the environment variable 167 is written in the destination
|
/libcore/luni/src/main/java/java/util/zip/ |
InflaterOutputStream.java | 41 * implementation-defined default internal buffer size. {@code out} is a destination 44 * @param out the destination {@code OutputStream} 52 * implementation-defined default internal buffer size. {@code out} is a destination 55 * @param out the destination {@code OutputStream} 64 * given internal buffer size. {@code out} is a destination 67 * @param out the destination {@code OutputStream}
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
Action.java | 161 private void drawCenteredImage(Bitmap source, Bitmap destination, boolean scale) { 162 int minSide = Math.min(destination.getWidth(), destination.getHeight()); 166 float dx = (destination.getWidth() - source.getWidth() * scaleFactor) / 2.0f; 167 float dy = (destination.getHeight() - source.getHeight() * scaleFactor) / 2.0f; 174 Canvas canvas = new Canvas(destination);
|
/frameworks/base/core/java/com/android/internal/util/ |
AsyncChannel.java | 43 * server/destination. And the server uses the replyToMessage methods. 44 * In this usage model there is no need for the destination to 59 * <p>A second usage model is where the server/destination needs to know 97 * means that the channel can be used to send commends to the destination 98 * but the destination is unaware that the channel exists. The first 99 * command sent to the destination is typically CMD_CHANNEL_FULL_CONNECTION if 112 * This is used to initiate a long term connection with the destination and 113 * typically the destination will reply with CMD_CHANNEL_FULLY_CONNECTED. 120 * Command typically sent after the destination receives a CMD_CHANNEL_FULL_CONNECTION. 124 * : All other values signify the destination rejected the connectio [all...] |
/external/chromium/net/http/ |
http_proxy_client_socket_pool.cc | 57 const HostResolver::RequestInfo& HttpProxySocketParams::destination() const { function in class:net::HttpProxySocketParams 59 return ssl_params_->transport_params()->destination(); 61 return transport_params_->destination(); 191 params_->transport_params()->destination().priority(), 213 HostPortProxyPair pair(params_->destination().host_port_pair(), 225 params_->ssl_params()->transport_params()->destination().priority(), 276 const HostResolver::RequestInfo& tcp_destination = params_->destination(); 319 HostPortProxyPair pair(params_->destination().host_port_pair(), 342 params_->destination().priority(), 365 params_->destination().host_port_pair() [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_blit.c | 441 * to destination buffer. 451 * @param[in] dst_bo destination radeon buffer object 452 * @param[in] dst_offset offset of the destination image in the @a dst_bo 453 * @param[in] dst_mesaformat destination image format 454 * @param[in] dst_pitch aligned destination image width 455 * @param[in] dst_width destination image width 456 * @param[in] dst_height destination image height 457 * @param[in] dst_x_offset x offset in the destination image 458 * @param[in] dst_y_offset y offset in the destination image 495 * or write outside of the destination buffer [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_blit.c | 319 * to destination buffer. 329 * @param[in] dst_bo destination radeon buffer object 330 * @param[in] dst_offset offset of the destination image in the @a dst_bo 331 * @param[in] dst_mesaformat destination image format 332 * @param[in] dst_pitch aligned destination image width 333 * @param[in] dst_width destination image width 334 * @param[in] dst_height destination image height 335 * @param[in] dst_x_offset x offset in the destination image 336 * @param[in] dst_y_offset y offset in the destination image 373 * or write outside of the destination buffer [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
backup_ioerr.test | 82 # 2) Open a backup process. Set the cache-size for the destination 94 # backup_finish() the destination database handle error code and 99 # * following the call to backup_finish(), the destination database 134 # * Destination database is initially larger than the source database, OR 135 # * Destination database is initially smaller than the source database. 140 # * Destination page-size is smaller than the source. 141 # * Destination page-size is the same as the source. 142 # * Destination page-size is larger than the source. 161 # Open the source and destination databases. 165 # Step 1: Populate the source and destination databases [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_blit.c | 441 * to destination buffer. 451 * @param[in] dst_bo destination radeon buffer object 452 * @param[in] dst_offset offset of the destination image in the @a dst_bo 453 * @param[in] dst_mesaformat destination image format 454 * @param[in] dst_pitch aligned destination image width 455 * @param[in] dst_width destination image width 456 * @param[in] dst_height destination image height 457 * @param[in] dst_x_offset x offset in the destination image 458 * @param[in] dst_y_offset y offset in the destination image 495 * or write outside of the destination buffer [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_blit.c | 319 * to destination buffer. 329 * @param[in] dst_bo destination radeon buffer object 330 * @param[in] dst_offset offset of the destination image in the @a dst_bo 331 * @param[in] dst_mesaformat destination image format 332 * @param[in] dst_pitch aligned destination image width 333 * @param[in] dst_width destination image width 334 * @param[in] dst_height destination image height 335 * @param[in] dst_x_offset x offset in the destination image 336 * @param[in] dst_y_offset y offset in the destination image 373 * or write outside of the destination buffer [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
AudioBus.cpp | 288 float* destination = channelByType(ChannelLeft)->mutableData(); local 289 vadd(sourceL, 1, sourceR, 1, destination, 1, length()); 291 vsmul(destination, 1, &scale, destination, 1, length()); 330 float* destination = channelByType(ChannelLeft)->mutableData(); local 332 vsma(sourceL, 1, &scale, destination, 1, length()); 333 vsma(sourceR, 1, &scale, destination, 1, length()); 356 float* destination = channelByType(ChannelLeft)->mutableData(); local 365 vadd(tempData, 1, destination, 1, destination, 1, length()) 520 float* destination = channel(channelIndex)->mutableData(); local 577 float* destination = destinationBus->channel(i)->mutableData(); local 604 float* destination = destinationBus->channel(0)->mutableData(); local [all...] |
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLEngine.java | 303 * the array of destination buffers for incoming application 306 * the offset in the array of destination buffers to which data 309 * the maximum number of destination buffers to be used. 317 * if one of the destination buffers is read-only. 343 * the destination buffer for network data. 351 * if the destination buffer is readonly. 370 * the destination buffer for incoming application data. 375 * if one of the destination buffers is read-only. 394 * the array of destination buffers for incoming application 400 * if one of the destination buffers is read-only [all...] |
/external/chromium_org/third_party/skia/src/utils/ |
SkTFitsIn.h | 24 * that source values are in the range of the Destination. 110 * the implementation of which is tailored for the source and destination types. 127 * the implementation of which is tailored for the source and destination types. 144 * the implementation of which is tailored for the source and destination types. 162 * the implementation of which is tailored for the source and destination types. 180 * the implementation of which is tailored for the source and destination types. 201 /** Returns true if the integer source value 's' will fit in the integer destination type 'D'. */
|
/external/iproute2/man/man8/ |
ip-xfrm.8 | 389 is specified by a source address, destination address, 446 address, the destination address, the network device, and/or 453 protocols, the source and destination port can optionally be specified. 471 .RI "using source port " SPORT ", destination port " DPORT 493 address, the destination address, the network device, and/or 500 protocols, the source and destination port can optionally be specified. 549 is specified by a source address, destination address,
|
/external/skia/src/utils/ |
SkTFitsIn.h | 24 * that source values are in the range of the Destination. 110 * the implementation of which is tailored for the source and destination types. 127 * the implementation of which is tailored for the source and destination types. 144 * the implementation of which is tailored for the source and destination types. 162 * the implementation of which is tailored for the source and destination types. 180 * the implementation of which is tailored for the source and destination types. 201 /** Returns true if the integer source value 's' will fit in the integer destination type 'D'. */
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoCarousel.java | 186 ImageView destination = getBackface(); local 191 destination.setImageBitmap(photo); 192 destination.setTag(R.id.photo_orientation, Integer.valueOf(orientation)); 193 destination.setTag(R.id.photo_width, Integer.valueOf(width)); 194 destination.setTag(R.id.photo_height, Integer.valueOf(height)); 195 setScaleType(destination); 197 Bitmap old = mBitmapStore.put(destination, photo);
|
/prebuilts/sdk/tools/linux/ |
acp | |
/external/chromium_org/chrome/browser/themes/ |
browser_theme_pack.h | 154 // Source and destination is |images|. 159 // can be of any size. Source and destination is |images|. 162 // Creates tinted and composited frame images. Source and destination is 180 // Takes all images in |source| and puts them in |destination|, freeing any 181 // image already in |destination| that |source| would overwrite. 183 ImageCache* destination) const; 185 // Copies images from |source| to |destination| such that the lifetimes of 186 // the images in |destination| are not affected by the lifetimes of the 188 void CopyImagesTo(const ImageCache& source, ImageCache* destination) const;
|
/external/chromium_org/chrome/ |
chrome_resources.gyp | 103 'destination': '<(PRODUCT_DIR)/resources/extension/demo', 335 'destination': '<(PRODUCT_DIR)', 410 'destination': '<(PRODUCT_DIR)', 416 'destination': '<(PRODUCT_DIR)', 422 'destination': '<(PRODUCT_DIR)/locales', 428 'destination': '<(PRODUCT_DIR)/pseudo_locales', 443 'destination': '<(PRODUCT_DIR)/default_apps', 451 'destination': '<(PRODUCT_DIR)', 461 'destination': '<(PRODUCT_DIR)',
|
/external/chromium_org/courgette/ |
streams.cc | 48 // |destination|. |destination| must have sufficient length to hold kMax32 50 static uint8* Encode32(uint8* destination, uint32 value); 116 inline uint8* Varint::Encode32(uint8* destination, uint32 value) { 118 *(destination++) = value | 128; 121 *(destination++) = value; 122 return destination; 129 bool SourceStream::Read(void* destination, size_t count) { 132 memcpy(destination, current_, count);
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
RealtimeAnalyser.cpp | 196 float* destination = magnitudeBuffer().data(); local 201 destination[i] = float(k * destination[i] + (1 - k) * scalarMagnitude); 220 float* destination = destinationArray->data(); local 225 destination[i] = float(dbMag); 247 unsigned char* destination = destinationArray->data(); local 262 destination[i] = static_cast<unsigned char>(scaledValue); 283 unsigned char* destination = destinationArray->data(); local 300 destination[i] = static_cast<unsigned char>(scaledValue);
|