/external/chromium_org/third_party/icu/source/i18n/ |
unum.cpp | 212 // NULL destination for pure preflighting: empty dummy string 213 // otherwise, alias the destination buffer 245 // NULL destination for pure preflighting: empty dummy string 246 // otherwise, alias the destination buffer 296 // Alias the destination buffer. 322 // NULL destination for pure preflighting: empty dummy string 323 // otherwise, alias the destination buffer 698 // NULL destination for pure preflighting: empty dummy string 699 // otherwise, alias the destination buffer 822 // NULL destination for pure preflighting: empty dummy strin [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
unknown_field_set_unittest.cc | 281 unittest::TestEmptyMessage source, destination; local 283 destination.mutable_unknown_fields()->AddVarint(1, 1); 284 destination.mutable_unknown_fields()->AddVarint(3, 2); 288 destination.MergeFrom(source); 297 destination.DebugString()); 323 unittest::TestAllTypes destination; local 324 ASSERT_TRUE(destination.ParseFromString(all_fields_data_ + data)); 326 TestUtil::ExpectAllFieldsSet(destination); 327 ASSERT_EQ(1, destination.unknown_fields().field_count()); 329 destination.unknown_fields().field(0).type()) [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
InsnFormat.java | 167 * output destination. The instruction must be of this instance's format. 171 * @param out {@code non-null;} the output destination to write to 586 * Writes one code unit to the given output destination. 596 * Writes two code units to the given output destination. 608 * Writes three code units to the given output destination. 623 * Writes four code units to the given output destination. 640 * Writes five code units to the given output destination. 659 * Writes three code units to the given output destination, where the 672 * Writes four code units to the given output destination, where the 687 * Writes five code units to the given output destination, where th [all...] |
/external/libnfc-nxp/src/ |
phHciNfc_Pipe.c | 123 phHciNfc_Gate_Info_t *destination, 136 * This function creates the pipe between a source host's gate and destination 146 phHciNfc_Gate_Info_t *destination, 160 /* The Source Gate is same as the Destination Gate */ 162 ((phHciNfc_Gate_Info_t *)destination)->gate_id; 164 ((phHciNfc_Gate_Info_t *)destination)->host_id; 166 ((phHciNfc_Gate_Info_t *)destination)->gate_id; 212 /* The Source Gate is same as the Destination Gate */ 276 * destination host's gate [all...] |
/libcore/crypto/src/main/java/org/conscrypt/ |
SSLEngineImpl.java | 74 // placed in destination buffers it will be stored in this 398 * be placed in the destination buffers. 402 * @param dsts destination buffers to place received application data. 442 // check the destination buffers and count their capacity 564 * @param offset the offset in the destination buffers array pointing to 567 * @param dst the destination buffer where encoded data will be placed. 613 // place the alert record into destination 644 logger.println("Capacity of the destination(" 661 logger.println("The destination buffer(" 676 // It should newer happen because we checked the destination [all...] |
/art/runtime/native/ |
java_lang_System.cc | 75 // If the source and destination pointers are the same, this is 82 // Determine if the source and destination buffers will overlap if 85 // It's okay if the destination buffer starts before the source and 194 // Make sure source and destination are both arrays. 202 ThrowArrayStoreException_NotAnArray("destination", dstObject); 284 // we know is assignable to the destination array's component type. 313 "source[%d] of type %s cannot be stored in destination array of type %s",
|
/external/chromium_org/chrome/browser/resources/quota_internals/ |
event_handler.js | 27 * Copy properties from |source| to |destination|. 29 * @param {Object} destination Destination of the copy. 30 * @return {Object} |destination|. 33 function copyAttributes_(source, destination) { 35 destination[i] = source[i]; 36 return destination;
|
/external/chromium_org/media/filters/ |
skcanvas_video_renderer.cc | 97 // Transform the destination rectangle to local coordinates. 102 // After projecting the destination rectangle to local coordinates, round 109 // No point painting if the destination rect doesn't intersect with the 117 // Calculate the address for the top left corner of destination rect in 138 // Project the "left" and "top" of the final destination rect to local 150 // Use the "left" and "top" of the destination rect to locate the offset 216 // Use the "left" and "top" of the destination rect to locate the offset
|
/external/chromium_org/net/http/ |
http_proxy_client_socket_pool.cc | 59 const HostResolver::RequestInfo& HttpProxySocketParams::destination() const { function in class:net::HttpProxySocketParams 61 return ssl_params_->GetDirectConnectionParams()->destination(); 63 return transport_params_->destination(); 207 SpdySessionKey key(params_->destination().host_port_pair(), 272 const HostResolver::RequestInfo& tcp_destination = params_->destination(); 303 SpdySessionKey key(params_->destination().host_port_pair(), 347 params_->destination().host_port_pair(),
|
/external/chromium_org/third_party/angle/extensions/ |
ANGLE_framebuffer_multisample.txt | 65 framebuffer object and the destination is a single-sample 124 a single sample before being written to the destination. 138 dimensions of the source and destination rectangles provided to 140 source and destination buffers, otherwise no copy is performed and 266 - the source or destination rectangles do not specify the entire 267 source or destination buffer. 278 and the specified source and destination dimensions are not
|
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 57 destination address and not-fragmentable extensions headers (i.e.\ 168 \paragraph{Note about IPv6 options and destination address.} 169 \addcontentsline{toc}{subsection}{IPv6 options and destination address} 171 destination address in \verb|sin6_addr| and non-fragmentable 285 \item \verb|dst| is IPv6 destination address associated with the label. 321 label, it will not be reused with different destination and options at least 401 \item \verb|Dst| is IPv6 destination address.
|
/external/iptables/extensions/ |
libxt_multiport.c | 29 " --destination-ports port[,port,port...]\n" 31 " match destination port(s)\n" 33 " match both source and destination port(s)\n" 44 "[!] --destination-ports port[,port:port,port...]\n" 46 " match destination port(s)\n" 48 " match both source and destination port(s)\n"); 56 {.name = "destination-ports", .id = O_DEST_PORTS,
|
/external/libvpx/libvpx/vp8/common/x86/ |
subpixel_mmx.asm | 51 movsxd rax, dword ptr arg(5) ;output_width ; destination pitch? 93 movq [rdi], mm3 ; store the results in the destination 152 movsxd rax, DWORD PTR arg(2) ;output_pitch ; destination pitch? 188 movd [rdi],mm3 ; store the results in the destination 342 movq [rdi], mm3 ; store the results in the destination 497 movq [rdi], mm3 ; store the results in the destination 614 movd [rdi], mm3 ; store the results in the destination
|
/external/llvm/lib/Linker/ |
LinkModules.cpp | 37 /// MappedTypes - This is a mapping from a source type to a destination type 47 /// source module that are mapped to an opaque struct in the destination 52 /// destination modules who are getting a body from the source module. 59 /// addTypeMapping - Indicate that the specified type in the destination 147 // type that we're mapping onto this destination type then we succeed. Keep 152 // We can only map one source type onto the opaque destination type. 314 // where T does not exist at all in the destination module. 316 // The other case we watch for is when the type is not in the destination 318 // is already mapped. For example, if the destination module has: 337 // identified structs in the destination module [all...] |
/external/v8/src/ |
lithium.h | 210 LMoveOperands(LOperand* source, LOperand* destination) 211 : source_(source), destination_(destination) { 217 LOperand* destination() const { return destination_; } function in class:v8::internal::BASE_EMBEDDED 221 // destination (but not the source). 226 // True if this move a move into the given destination operand. 232 // destination are the same, or if its destination is unneeded.
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppNotification.java | 124 String destination; // destination associated with this transfer field in class:BluetoothOppNotification.NotificationItem 237 final int destinationIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION); 248 String destination = cursor.getString(destinationIndex); local 280 item.destination = destination; 310 intent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, item.destination);
|
/packages/apps/Camera2/src/com/android/camera/crop/ |
SaveImage.java | 113 * @param destination Destinaton File, if this is null, a new file will be 119 File destination, Bitmap previewImage, Callback callback) { 124 if (destination == null) { 127 mDestinationFile = destination; 276 * @param dstFile Providing the destination file info to help to build the 287 // Get the destination directory and create the auxilliary directory 308 // We are using the destination file name such that photos sitting in
|
/external/chromium_org/chrome/app/nibs/ |
GlobalErrorBubble.xib | 242 <reference key="destination" ref="1005"/> 250 <reference key="destination" ref="301729179"/> 258 <reference key="destination" ref="109169575"/> 266 <reference key="destination" ref="64317875"/> 274 <reference key="destination" ref="487768874"/> 282 <reference key="destination" ref="888011893"/> 290 <reference key="destination" ref="283883954"/> 298 <reference key="destination" ref="487768874"/> 306 <reference key="destination" ref="888011893"/> 314 <reference key="destination" ref="755607118"/ [all...] |
Toolbar.xib | 241 <reference key="destination" ref="634265909"/> 249 <reference key="destination" ref="781044416"/> 257 <reference key="destination" ref="458854861"/> 265 <reference key="destination" ref="928520650"/> 273 <reference key="destination" ref="535508469"/> 281 <reference key="destination" ref="368496192"/> 289 <reference key="destination" ref="602421009"/> 297 <reference key="destination" ref="421615633"/> 305 <reference key="destination" ref="535508469"/> 313 <reference key="destination" ref="458854861"/ [all...] |
ExtensionInstallPromptInline.xib | 468 <reference key="destination" ref="116161706"/> 476 <reference key="destination" ref="658209583"/> 484 <reference key="destination" ref="658209583"/> 492 <reference key="destination" ref="78143092"/> 500 <reference key="destination" ref="78143092"/> 508 <reference key="destination" ref="773187810"/> 516 <reference key="destination" ref="721552738"/> 524 <reference key="destination" ref="193702477"/> 532 <reference key="destination" ref="1028275909"/> 540 <reference key="destination" ref="668901952"/ [all...] |
/external/chromium_org/chrome/browser/resources/print_preview/ |
print_preview.js | 92 * Component that renders the print destination. 365 this.destinationSearch_.decorate($('destination-search')); 366 this.destinationSettings_.decorate($('destination-settings')); 410 print_preview.Destination.GooglePromotedId.SAVE_AS_PDF) { 421 print_preview.Destination.GooglePromotedId.SAVE_AS_PDF) || 607 print_preview.Destination.GooglePromotedId.FEDEX) { 707 var devicesUrl = 'chrome://devices/register?id=' + e.destination.id; 776 * Called when the destination settings' change button is activated. 777 * Displays the destination search component. 790 * Called when the destination search dispatches manage cloud destination [all...] |
/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data_provider_win.cc | 574 STGMEDIUM* destination) { 577 destination->hGlobal = 582 destination->hMetaFilePict = 587 destination->hBitmap = 592 destination->hEnhMetaFile = 597 destination->lpszFileName = 602 destination->pstm = source->pstm; 603 destination->pstm->AddRef(); 606 destination->pstg = source->pstg; 607 destination->pstg->AddRef() [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPUtilsImpl.java | 508 * @param destination The destination XMP object. 511 * @param deleteEmptyValues Delete destination values if source property is empty. 514 public static void appendProperties(XMPMeta source, XMPMeta destination, 519 ParameterAsserts.assertImplementation(destination); 522 XMPMetaImpl dest = (XMPMetaImpl) destination; 528 // Make sure we have a destination schema node 590 * @param destXMP The destination XMP object. 592 * @param destParent the parent of the destination node 595 * in the destination object [all...] |
/ndk/build/tools/ |
gen-platforms.sh | 140 echo " --dst-dir=<path> Destination directory [$DSTDIR]" 187 log "Using destination directory: $DSTDIR" 265 # $2: destination directory (relative to $DSTDIR) 282 # $2: destination dir 305 # $2: destination directory (relative to $DSTDIR) 383 # $4: destination file 415 # Copy to our destination now 433 # $3: destination directory for generated libs (relative to $DSTDIR) 473 # $5: destination directory 597 # Copy platform sysroot and samples into your destination [all...] |
/external/icu4c/i18n/unicode/ |
uregex.h | [all...] |