HomeSort by relevance Sort by last modified time
    Searched refs:destination (Results 401 - 425 of 659) sorted by null

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
  /external/icu4c/i18n/
usearch.cpp 200 * Adds a uint32_t value to a destination array.
204 * before calling this method. destination not to be NULL and has at least
206 * @param destination target array
207 * @param offset destination offset to add value
213 * @return new destination array, destination if there was no new allocation
216 inline int32_t * addTouint32_tArray(int32_t *destination,
231 uprv_memcpy(temp, destination, sizeof(int32_t) * offset);
233 destination = temp;
235 destination[offset] = value
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultDataContext.java 344 public void setSymlink(String sourcePath, Data destination) {
  /external/netperf/
nettest_bsd.h 428 struct addrinfo *destination);
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosASM.S 33 ; entry a1 -> destination
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_filter_gnu.s 64 @ Setup passed parameters in their destination registers
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 64 @ Setup passed parameters in their destination registers
  /external/tcpdump/
print-sctp.c 103 destPort = EXTRACT_16BITS(&sctpPktHdr->destination);
  /external/v8/src/
utils.h 586 void WriteTo(Vector<T> destination) {
587 ASSERT(size_ <= destination.length());
592 destination[position] = chunk[j];
597 destination[position] = current_chunk_[i];
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 285 def push(self, source, destination):
286 self._call_adb(*["push", source, destination])
288 # adb forward <source> <destination>
289 def forward(self, source, destination):
290 self._call_adb(*["forward", source, destination])
  /ndk/build/core/
definitions-host.mk 126 # 2: destination file
128 # Rationale: This function copy source file to destination file if contents are
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTile.java 117 attachment.destination, attachment.downloadedSize, attachment.contentUri,
  /system/core/adb/
sockets.c 541 void connect_to_remote(asocket *s, const char *destination)
545 int len = strlen(destination) + 1;
548 fatal("destination oversized");
551 D("LS(%d): connect('%s')\n", s->id, destination);
555 strcpy((char*) p->data, destination);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js 115 this.destination = {}
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c 90 struct pipe_surface **destination; local
120 destination = dec->idct_source->get_surfaces(dec->idct_source);
122 destination = dec->mc_source->get_surfaces(dec->mc_source);
124 if (!destination)
129 &buffer->zscan[i], buffer->zscan_source, destination[i]))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c 90 struct pipe_surface **destination; local
120 destination = dec->idct_source->get_surfaces(dec->idct_source);
122 destination = dec->mc_source->get_surfaces(dec->mc_source);
124 if (!destination)
129 &buffer->zscan[i], buffer->zscan_source, destination[i]))
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_impl_sse2.asm 468 add edi, dword ptr arg(3) ;src_pixels_per_line ; next destination
575 add edi, dword ptr arg(3) ;src_pixels_per_line ; next destination
682 add edi, dword ptr arg(3) ;src_pixels_per_line ; next destination
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_util.js 41 * @param {string} href The destination for the link.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
git.py 171 def move(self, origin, destination):
172 return self._run_git(["mv", "-f", origin, destination])
  /external/libvpx/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.asm 122 ; store to destination
  /external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_sse2.asm 57 movsxd rax, DWORD PTR arg(2) ;src_pixels_per_line ; destination pitch?
229 mov eax, dword arg(3) ;dst_pixels_per_line ; destination pitch?
230 add rdi,rax ; next destination
231 mov eax, dword arg(2) ;src_pixels_per_line ; destination pitch?
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 1706 String destination = item.getDestination(); local
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 130 EdgePointer CDelaunay::makeEdge(SitePointer origin, SitePointer destination)
140 orig(temp) = destination;

Completed in 2584 milliseconds

<<11121314151617181920>>