/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
TextCodecASCIIFastPath.h | 36 static void copy(LChar* destination, const uint8_t* source) 38 memcpy(destination, source, 4); 41 static void copy(UChar* destination, const uint8_t* source) 43 destination[0] = source[0]; 44 destination[1] = source[1]; 45 destination[2] = source[2]; 46 destination[3] = source[3]; 50 static void copy(LChar* destination, const uint8_t* source) 52 memcpy(destination, source, 8); 55 static void copy(UChar* destination, const uint8_t* source [all...] |
StringConcatenate.h | 59 void writeTo(LChar* destination) 61 *destination = m_buffer; 64 void writeTo(UChar* destination) { *destination = m_buffer; } 82 void writeTo(LChar* destination) 84 *destination = m_buffer; 87 void writeTo(UChar* destination) { *destination = m_buffer; } 105 void writeTo(LChar* destination) 108 *destination = static_cast<LChar>(m_buffer) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsContext3DImagePacking.cpp | 257 template<> void unpack<GraphicsContext3D::DataFormatRGB8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) 260 destination[0] = source[0]; 261 destination[1] = source[1]; 262 destination[2] = source[2]; 263 destination[3] = 0xFF; 265 destination += 4; 269 template<> void unpack<GraphicsContext3D::DataFormatBGR8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) 272 destination[0] = source[2]; 273 destination[1] = source[1]; 274 destination[2] = source[0] [all...] |
/libcore/luni/src/main/java/java/io/ |
PipedWriter.java | 31 private PipedReader destination; field in class:PipedWriter 45 * Constructs a new {@code PipedWriter} connected to {@code destination}. 46 * Any data written to this writer can be read from {@code destination}. 48 * @param destination 51 * if {@code destination} is already connected. 53 public PipedWriter(PipedReader destination) throws IOException { 54 super(destination); 55 connect(destination); 68 PipedReader reader = destination; 72 destination = null [all...] |
/external/chromium_org/v8/src/x64/ |
lithium-gap-resolver-x64.cc | 72 // the same as the destination, the destination is ignored and 94 // Clear this move's destination to indicate a pending move. The actual 95 // destination is saved in a stack-allocated local. Recursion may allow 98 LOperand* destination = moves_[index].destination(); local 103 // as this one's destination blocks this one so recursively perform all 107 if (other_move.Blocks(destination) && !other_move.IsPending()) { 113 // not be swapped). Since this move's destination is B and there is 122 // pending, so restore its destination 153 LOperand* destination = moves_[i].destination(); local 167 LOperand* destination = moves_[index].destination(); local 257 LOperand* destination = moves_[index].destination(); local [all...] |
/external/chromium_org/chrome/browser/resources/print_preview/settings/ |
destination_settings.css | 5 #destination-settings h1 { 10 #destination-settings .throbber { 16 #destination-settings .destination-settings-box { 23 #destination-settings .destination-settings-change-button { 27 .destination-settings-icon { 34 .destination-settings-info-wrapper { 40 .destination-settings-info { 59 .destination-throbber-name-container [all...] |
/external/v8/src/ia32/ |
lithium-gap-resolver-ia32.cc | 77 // the same as the destination, the destination is ignored and 99 // Clear this move's destination to indicate a pending move. The actual 100 // destination is saved on the side. 102 LOperand* destination = moves_[index].destination(); local 107 // as this one's destination blocks this one so recursively perform all 111 if (other_move.Blocks(destination) && !other_move.IsPending()) { 117 // not be swapped). Since this move's destination is B and there is 126 // pending, so restore its destination 157 LOperand* destination = move.destination(); local 171 LOperand* destination = moves_[index].destination(); local 219 LOperand* destination = moves_[i].destination(); local 278 LOperand* destination = moves_[index].destination(); local 360 LOperand* destination = moves_[index].destination(); local [all...] |
/external/v8/src/x64/ |
lithium-gap-resolver-x64.cc | 72 // the same as the destination, the destination is ignored and 94 // Clear this move's destination to indicate a pending move. The actual 95 // destination is saved in a stack-allocated local. Recursion may allow 98 LOperand* destination = moves_[index].destination(); local 103 // as this one's destination blocks this one so recursively perform all 107 if (other_move.Blocks(destination) && !other_move.IsPending()) { 113 // not be swapped). Since this move's destination is B and there is 122 // pending, so restore its destination 153 LOperand* destination = moves_[i].destination(); local 167 LOperand* destination = moves_[index].destination(); local 243 LOperand* destination = moves_[index].destination(); local [all...] |
/external/chromium_org/ppapi/api/private/ |
ppb_video_destination_private.idl | 8 * for a video destination resource, which sends video frames to a MediaStream 18 * several functions for creating video destination resources and using them to 23 * Creates a video destination resource. 34 * Determines if a resource is a video destination resource. 39 * resource is a video destination resource or <code>PP_FALSE</code> 45 * Opens a video destination for putting frames. 47 * @param[in] destination A <code>PP_Resource</code> corresponding to a video 48 * destination resource. 55 * Returns PP_ERROR_BADRESOURCE if destination isn't a valid video 56 * destination [all...] |
/external/chromium_org/chrome/browser/resources/print_preview/search/ |
destination_list_item.css | 5 .destination-list-item { 14 .destination-list-item:hover { 18 .destination-list-item.stale { 22 .destination-list-item-icon { 31 .destination-list-item-name { 35 .destination-list-item .offline-status {
|
destination_list.css | 5 .destination-list > header { 11 .destination-list .title { 18 .destination-list .action-link { 22 .destination-list > ul { 28 .destination-list .throbber-container { 35 .destination-list .no-destinations-message { 42 .destination-list > footer { 47 .destination-list .total {
|
destination_search.css | 5 #destination-search { 9 #destination-search.transparent { 15 #destination-search .page { 19 #destination-search .user-info { 31 [dir='rtl'] #destination-search .user-info { 36 #destination-search > .page > .close-button { 40 #destination-search .search-box { 45 #destination-search .lists { 50 #destination-search .lists > * { 55 #destination-search .cloudprint-promo [all...] |
/external/chromium_org/ppapi/c/private/ |
ppb_video_destination_private.h | 31 * for a video destination resource, which sends video frames to a MediaStream 42 * several functions for creating video destination resources and using them to 47 * Creates a video destination resource. 57 * Determines if a resource is a video destination resource. 62 * resource is a video destination resource or <code>PP_FALSE</code> 67 * Opens a video destination for putting frames. 69 * @param[in] destination A <code>PP_Resource</code> corresponding to a video 70 * destination resource. 77 * Returns PP_ERROR_BADRESOURCE if destination isn't a valid video 78 * destination [all...] |
/packages/apps/Gallery2/jni/filters/ |
negative.c | 21 char* destination = 0; local 22 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination); 26 char * dst = destination;
|
redeye.c | 22 char* destination = 0; local 23 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination); 24 unsigned char * rgb = (unsigned char * )destination;
|
geometry.c | 20 __inline__ void flipVertical(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){ 30 memcpy(destination + temp - i, source + i, bytes_to_copy); 34 __inline__ void flipHorizontal(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){ 46 memcpy(destination + temp - j, source + i + j, cpy_bytes); 51 __inline__ void flip_fun(int flip, char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){ 58 flipVertical(temp, dstWidth, dstHeight, destination, dstWidth, dstHeight); 63 flipHorizontal(source, srcWidth, srcHeight, destination, dstWidth, dstHeight); 67 flipVertical(source, srcWidth, srcHeight, destination, dstWidth, dstHeight); 73 __inline__ void rotate90(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){ 84 memcpy(destination + column_disp + row_disp , source + j * srcWidth + i, cpy_bytes) 131 char* destination = 0; local 144 char* destination = 0; local 155 char* destination = 0; local 166 char* destination = 0; local [all...] |
gradient.c | 22 char* destination = 0; local 33 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination); 40 int r = destination[RED]; 42 destination[RED] = r; 46 int g = destination[GREEN]; 48 destination[GREEN] = g; 52 int b = destination[BLUE]; 54 destination[BLUE] = b;
|
saturated.c | 21 char* destination = 0; local 22 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination); 36 int r = destination[RED]; 37 int g = destination[GREEN]; 38 int b = destination[BLUE]; 48 destination[RED] = CLAMP(Rc); 49 destination[GREEN] = CLAMP(Gc); 50 destination[BLUE] = CLAMP(Bc);
|
/external/android-clat/ |
setroute.h | 25 int if_route(const char *ifname, int family, const void *destination, int cidr, const void *gateway, int metric, int mtu, int change_type);
|
/external/v8/src/arm/ |
lithium-gap-resolver-arm.cc | 77 // the same as the destination, the destination is ignored and 98 // its destination. All other moves from the spilled source have been 106 // Clear this move's destination to indicate a pending move. The actual 107 // destination is saved in a stack allocated local. Multiple moves can 110 LOperand* destination = moves_[index].destination(); local 115 // as this one's destination blocks this one so recursively perform all 119 if (other_move.Blocks(destination) && !other_move.IsPending()) { 128 // pending, so restore its destination 150 LOperand* destination = moves_[i].destination(); local 209 LOperand* destination = moves_[index].destination(); local [all...] |
/external/v8/src/mips/ |
lithium-gap-resolver-mips.cc | 78 // the same as the destination, the destination is ignored and 99 // its destination. All other moves from the spilled source have been 107 // Clear this move's destination to indicate a pending move. The actual 108 // destination is saved in a stack allocated local. Multiple moves can 111 LOperand* destination = moves_[index].destination(); local 116 // as this one's destination blocks this one so recursively perform all 120 if (other_move.Blocks(destination) && !other_move.IsPending()) { 129 // pending, so restore its destination 151 LOperand* destination = moves_[i].destination(); local 212 LOperand* destination = moves_[index].destination(); local [all...] |
/external/chromium_org/v8/src/ia32/ |
lithium-gap-resolver-ia32.cc | 77 // the same as the destination, the destination is ignored and 99 // Clear this move's destination to indicate a pending move. The actual 100 // destination is saved on the side. 102 LOperand* destination = moves_[index].destination(); local 107 // as this one's destination blocks this one so recursively perform all 111 if (other_move.Blocks(destination) && !other_move.IsPending()) { 117 // not be swapped). Since this move's destination is B and there is 126 // pending, so restore its destination 157 LOperand* destination = move.destination(); local 171 LOperand* destination = moves_[index].destination(); local 219 LOperand* destination = moves_[i].destination(); local 278 LOperand* destination = moves_[index].destination(); local 418 LOperand* destination = moves_[index].destination(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/ |
HexNumber.h | 44 inline void appendByteAsHex(unsigned char byte, T& destination, HexConversionMode mode = Uppercase) 47 destination.append(hexDigits[byte >> 4]); 48 destination.append(hexDigits[byte & 0xF]); 52 inline void placeByteAsHexCompressIfPossible(unsigned char byte, T& destination, unsigned& index, HexConversionMode mode = Uppercase) 56 destination[index++] = hexDigits[byte >> 4]; 57 destination[index++] = hexDigits[byte & 0xF]; 61 inline void placeByteAsHex(unsigned char byte, T& destination, HexConversionMode mode = Uppercase) 64 *destination++ = hexDigits[byte >> 4]; 65 *destination++ = hexDigits[byte & 0xF]; 69 inline void appendUnsignedAsHex(unsigned number, T& destination, HexConversionMode mode = Uppercase [all...] |
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
chrome_notifier_delegate.cc | 49 GURL destination = notification->GetDefaultDestinationUrl(); 50 NavigateToUrl(destination); 63 GURL destination = notification->GetButtonUrl(button_index); local 64 NavigateToUrl(destination); 73 void ChromeNotifierDelegate::NavigateToUrl(const GURL& destination) const { 74 if (!destination.is_valid()) 78 content::OpenURLParams open_params(destination, content::Referrer(),
|
/external/chromium_org/v8/src/arm/ |
lithium-gap-resolver-arm.cc | 77 // the same as the destination, the destination is ignored and 98 // its destination. All other moves from the spilled source have been 106 // Clear this move's destination to indicate a pending move. The actual 107 // destination is saved in a stack allocated local. Multiple moves can 110 LOperand* destination = moves_[index].destination(); local 115 // as this one's destination blocks this one so recursively perform all 119 if (other_move.Blocks(destination) && !other_move.IsPending()) { 128 // pending, so restore its destination 150 LOperand* destination = moves_[i].destination(); local 209 LOperand* destination = moves_[index].destination(); local [all...] |