HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 1076 - 1100 of 5499) sorted by null

<<41424344454647484950>>

  /external/protobuf/java/src/test/java/com/google/protobuf/
UnknownFieldSetTest.java 174 TestEmptyMessage destination = local
193 destination.toString());
218 TestAllTypes destination = TestAllTypes.parseFrom(data); local
220 TestUtil.assertAllFieldsSet(destination);
221 assertEquals(1, destination.getUnknownFields().asMap().size());
224 destination.getUnknownFields().getField(123456);
  /external/skia/src/core/
SkBitmapScaler.cpp 39 // Likewise, the range of destination values to compute and the scale factor
99 // source become p pixels in the destination) will have a period of p.
115 // means the destination pixels are much smaller than the source pixels, and
133 // source pixels to compute the destination pixel.
143 // why, observe that the destination pixel at coordinates (0, 0) in a 5.0x
257 // If the size of source or destination is 0, i.e. 0x0, 0xN or Nx0, just
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 75 static final String PROPERTY_DESTINATION = "destination"; //$NON-NLS-1$
335 // check if we have the apk to resign, the destination location, and either
546 * @param destination where to write the resulting file
550 private String zipAlign(String zipAlignPath, File source, File destination) throws IOException {
551 // command line: zipaling -f 4 tmp destination
557 command[4] = destination.getAbsolutePath();
  /bionic/libc/arch-arm/cortex-a9/bionic/
memcpy_base.S 55 /* align destination to 16 bytes for the write-buffer */
73 // copies 4 bytes, destination 32-bits aligned
77 // copies 8 bytes, destination 64-bits aligned
  /external/chromium/net/socket/
socks_client_socket_pool.cc 140 socks_params_->destination().priority(),
164 socks_params_->destination()));
167 socks_params_->destination(),
tcp_client_socket_pool.cc 167 return resolver_.Resolve(params_->destination(), &addresses_, &callback_,
278 casted_params->get()->destination().host_port_pair().ToString())));
299 casted_params->get()->destination().host_port_pair().ToString())));
  /external/chromium_org/chrome/app/nibs/
ContentBlockedMixedScript.xib 268 <reference key="destination" ref="433059244"/>
276 <reference key="destination" ref="266815090"/>
284 <reference key="destination" ref="433059244"/>
292 <reference key="destination" ref="833823153"/>
300 <reference key="destination" ref="833823153"/>
308 <reference key="destination" ref="301729179"/>
316 <reference key="destination" ref="1005"/>
324 <reference key="destination" ref="841670204"/>
332 <reference key="destination" ref="841670204"/>
340 <reference key="destination" ref="1001"/
    [all...]
ExtensionInstallPrompt.xib 354 <reference key="destination" ref="212922230"/>
362 <reference key="destination" ref="35876364"/>
370 <reference key="destination" ref="359431345"/>
378 <reference key="destination" ref="931530361"/>
386 <reference key="destination" ref="111827522"/>
394 <reference key="destination" ref="212922230"/>
402 <reference key="destination" ref="35876364"/>
410 <reference key="destination" ref="293999151"/>
418 <reference key="destination" ref="936638122"/>
426 <reference key="destination" ref="359431345"/
    [all...]
ExtensionInstallPromptBundle.xib 344 <reference key="destination" ref="116161706"/>
352 <reference key="destination" ref="658209583"/>
360 <reference key="destination" ref="658209583"/>
368 <reference key="destination" ref="78143092"/>
376 <reference key="destination" ref="78143092"/>
384 <reference key="destination" ref="674425416"/>
392 <reference key="destination" ref="983177040"/>
400 <reference key="destination" ref="727455624"/>
408 <reference key="destination" ref="936638122"/>
416 <reference key="destination" ref="727455624"/
    [all...]
FullscreenExitBubble.xib 237 <reference key="destination" ref="661293467"/>
245 <reference key="destination" ref="292228158"/>
253 <reference key="destination" ref="436635720"/>
261 <reference key="destination" ref="1005"/>
269 <reference key="destination" ref="292228158"/>
277 <reference key="destination" ref="436635720"/>
285 <reference key="destination" ref="904099127"/>
293 <reference key="destination" ref="478354727"/>
301 <reference key="destination" ref="1005"/>
309 <reference key="destination" ref="505725325"/
    [all...]
SpeechRecognitionBubble.xib 235 <reference key="destination" ref="789820196"/>
243 <reference key="destination" ref="793691203"/>
251 <reference key="destination" ref="513744381"/>
259 <reference key="destination" ref="789820196"/>
267 <reference key="destination" ref="926910107"/>
275 <reference key="destination" ref="530565492"/>
283 <reference key="destination" ref="1038338233"/>
291 <reference key="destination" ref="1038338233"/>
299 <reference key="destination" ref="476113060"/>
307 <reference key="destination" ref="476113060"/
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
ReverbConvolver.cpp 161 float* destination = destinationChannel->mutableData(); local
162 bool isDataSafe = source && destination;
175 m_accumulationBuffer.readAndClear(destination, framesToProcess);
  /external/chromium_org/third_party/WebKit/public/platform/
WebLayerTreeView.h 91 // If useAnchor is true, destination is a point on the screen that will remain fixed for the duration of the animation.
92 // If useAnchor is false, destination is the final top-left scroll position.
93 virtual void startPageScaleAnimation(const WebPoint& destination, bool useAnchor, float newPageScale, double durationSec) = 0;
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 229 // if the destination has no pixels then we must allocate them.
238 // check to see if the destination is large enough to decode the desired
240 // into the destination that we can.
  /external/iptables/extensions/
libxt_dccp.c 39 "[!] --destination-port port[:port] match destination port(s)\n"
49 {.name = "destination-port", .id = O_DEST_PORT, .type = XTTYPE_PORTRC,
  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 84 // For each conditional branch, if the offset to its destination is larger
111 // Determine the offset from the current branch to the destination
160 // Uncond branch to the real destination.
  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 94 // For each conditional branch, if the offset to its destination is larger
128 // Determine the offset from the current branch to the destination
181 // Uncond branch to the real destination.
  /external/skia/src/images/
SkImageDecoder.cpp 229 // if the destination has no pixels then we must allocate them.
238 // check to see if the destination is large enough to decode the desired
240 // into the destination that we can.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
complement.h 37 // destination of all RHO labels. Each remaining output state s
75 // Exchange final and non-final states; make rho destination state final.
235 // Adds the rho label to the rho destination state.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 725 * [out] ppPosCoefbuf Double pointer to destination residual
751 * [in] dstStep Step of the destination buffer
753 * [out] pDst Pointer to the destination buffer
837 * [in] iDstStep Step of the destination(interpolation) buffer.
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 725 * [out] ppPosCoefbuf Double pointer to destination residual
751 * [in] dstStep Step of the destination buffer
753 * [out] pDst Pointer to the destination buffer
837 * [in] iDstStep Step of the destination(interpolation) buffer.
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 725 * [out] ppPosCoefbuf Double pointer to destination residual
751 * [in] dstStep Step of the destination buffer
753 * [out] pDst Pointer to the destination buffer
837 * [in] iDstStep Step of the destination(interpolation) buffer.
    [all...]
  /frameworks/rs/scriptc/
rs_quaternion.rsh 44 * @param q destination quaternion
70 * @param q destination quaternion to add to
159 * @param q destination quaternion
  /ndk/sources/android/support/src/
wchar_support.c 89 // Always zero terminate destination
102 // Copy all non-zero bytes that fit into siz-1 destination bytes
106 // Always zero-terminate destination buffer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
icmp6.h 74 #define ICMP6_DST_UNREACH_NOROUTE 0 /* no route to destination */
75 #define ICMP6_DST_UNREACH_ADMIN 1 /* communication with destination */
178 struct in6_addr nd_rd_dst; /* destination address */

Completed in 1253 milliseconds

<<41424344454647484950>>