/external/chromium_org/media/base/ |
sinc_resampler.cc | 258 void SincResampler::Resample(int frames, float* destination) { 308 *destination++ = CONVOLVE_FUNC(
|
/external/chromium_org/net/socket/ |
socks_client_socket_pool.cc | 145 socks_params_->destination())); 148 socks_params_->destination(),
|
transport_client_socket_pool.cc | 175 params_->destination(), 447 &casted_params->get()->destination().host_port_pair())); 467 &casted_params->get()->destination().host_port_pair()));
|
/external/chromium_org/printing/android/java/src/org/chromium/printing/ |
PrintingControllerImpl.java | 258 final ParcelFileDescriptor destination, 270 mFileDescriptor = destination.getFd();
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
svn.py | 149 def move(self, origin, destination): 150 return self._run_svn(["mv", "--force", origin, destination], return_exit_code=True)
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_sit.cpp | 333 int32_t ucol_sit_dumpSpecs(CollatorSpec *s, char *destination, int32_t capacity, UErrorCode *status) 343 uprv_strcat(destination, "_"); 351 destination[len+j] = uprv_toupper(*(s->entries[i].start+j)); 358 uprv_strncat(destination,s->entries[i].start, s->entries[i].len); 615 char *destination, 625 if(destination) { 626 uprv_memset(destination, 0, capacity*sizeof(char)); 638 return ucol_sit_dumpSpecs(&s, destination, capacity, status);
|
/external/icu4c/i18n/ |
ucol_sit.cpp | 365 int32_t ucol_sit_dumpSpecs(CollatorSpec *s, char *destination, int32_t capacity, UErrorCode *status) 375 uprv_strcat(destination, "_"); 383 destination[len+j] = uprv_toupper(*(s->entries[i].start+j)); 390 uprv_strncat(destination,s->entries[i].start, s->entries[i].len); 656 char *destination, 666 if(destination) { 667 uprv_memset(destination, 0, capacity*sizeof(char)); 679 return ucol_sit_dumpSpecs(&s, destination, capacity, status); [all...] |
/external/libvpx/libvpx/vp8/common/ppc/ |
copy_altivec.asm | 41 add r5, r5, r6 ;# increment destination pointer
|
/frameworks/base/services/java/com/android/server/updates/ |
SELinuxPolicyInstallReceiver.java | 88 private void installFile(File destination, BufferedInputStream stream, int length) 92 writeUpdate(updateDir, destination, Base64.decode(chunk, Base64.DEFAULT));
|
/packages/experimental/PrintApp/src/foo/bar/print/ |
PrintActivity.java | 156 final ParcelFileDescriptor destination, 205 destination.getFileDescriptor()));
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyLoader.java | 183 public int compare(ViewNode.Property source, ViewNode.Property destination) { 184 return source.name.compareTo(destination.name);
|
/system/core/adb/ |
adb.h | 244 asocket *create_local_service_socket(const char *destination); 247 void connect_to_remote(asocket *s, const char *destination);
|
/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...] |
/frameworks/ex/chips/src/com/android/ex/chips/ |
RecipientAlternatesAdapter.java | 126 query.getProjection()[Queries.Query.DESTINATION] + " IN (" 221 String address = c.getString(Queries.Query.DESTINATION); 226 c.getString(Queries.Query.DESTINATION), 249 + " ADDRESS :" + c.getString(Queries.Query.DESTINATION)); 283 // If only one has a display name that is not the same as the destination, use it 376 * - This method ignores all other fields and dedupe solely on the destination. Normally, 377 * if a cursor contains multiple contacts and they have the same destination, we'd still want 391 final String destination = original.getString(Query.DESTINATION); local 392 if (destinationsSeen.contains(destination)) { 474 TextView destination = (TextView) view.findViewById(android.R.id.text1); local [all...] |
/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);
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
CompositeEditCommand.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
StringImpl.h | 297 template <typename T> static void copyChars(T* destination, const T* source, unsigned numCharacters) 300 *destination = *source; 314 uint32_t* destCharacters = reinterpret_cast<uint32_t*>(destination); 320 destination[i] = source[i]; 322 memcpy(destination, source, numCharacters * sizeof(T)); 325 ALWAYS_INLINE static void copyChars(UChar* destination, const LChar* source, unsigned numCharacters) 328 destination[i] = source[i];
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
PublicApiFunctionalTest.java | 350 Uri destination = getExternalUri(); local 351 Download download = enqueueRequest(getRequest().setDestinationUri(destination)); 355 assertEquals(destination, localUri); 357 InputStream stream = new FileInputStream(destination.getPath()); 685 Uri destination = getExternalUri(); local 686 new File(destination.getPath()).createNewFile(); 688 Download download = enqueueRequest(getRequest().setDestinationUri(destination)); [all...] |
/external/chromium_org/chrome/installer/mac/ |
pkg-dmg | 910 # diskImageMaker($source, $destination, $format, $name, $tempDir, $tempMount, 913 # Creates a disk image in $destination of format $format corresponding to the 922 my($baseName, $destination, $format, $name, $setRootIcon, $source, 924 ($source, $destination, $format, $name, $tempDir, $tempMount, [all...] |
/external/chromium_org/v8/src/x64/ |
macro-assembler-x64.h | 126 void Load(Register destination, ExternalReference source); 127 void Store(ExternalReference destination, Register source); 128 // Loads the address of the external reference into the destination 130 void LoadAddress(Register destination, ExternalReference source); 138 void LoadRoot(Register destination, Heap::RootListIndex index); 143 void LoadRootIndexed(Register destination, 429 // high 32 bits of destination. 451 // the original values of source registers. The destination register [all...] |
/external/chromium/net/socket/ |
transport_client_socket_pool.cc | 226 return resolver_.Resolve(params_->destination(), &addresses_, &callback_, 456 casted_params->get()->destination().host_port_pair().ToString()))); 477 casted_params->get()->destination().host_port_pair().ToString())));
|
/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/content/child/ |
browser_font_resource_trusted.cc | 390 SkCanvas* destination, 404 destination->getClipBounds(&skclip); 417 font_->drawText(destination, run, web_position, color, web_clip,
|
/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.
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPNode.java | 444 * qualifier )into and add it to the destination node. 446 * @param destination the node to add the cloned subtree 448 public void cloneSubtree(XMPNode destination) 455 destination.addChild((XMPNode) child.clone()); 461 destination.addQualifier((XMPNode) qualifier.clone());
|