/frameworks/base/core/java/android/hardware/camera2/utils/ |
ParamsUtils.java | 162 * ({@code destination}) in-place. 165 * @param destination the resulting floating point rectangle will be written out to here 169 public static void convertRectF(Rect source, RectF destination) { 171 checkNotNull(destination, "destination must not be null"); 173 destination.left = source.left; 174 destination.right = source.right; 175 destination.bottom = source.bottom; 176 destination.top = source.top;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
gen_scalers.c | 23 * unsigned char *dest : Pointer to destination data. 24 * unsigned int dest_width : Stride of destination (NOT USED). 31 * destination scaling up by 4 to 5. 103 * unsigned char *dest : Pointer to destination data. 104 * unsigned int dest_width : Stride of destination (NOT USED). 111 * destination scaling up by 3 to 5. 179 * unsigned char *dest : Pointer to destination data. 180 * unsigned int dest_width : Stride of destination (NOT USED). 187 * destination scaling up by 1 to 2.
|
/libcore/ |
CaCerts.mk | 29 # $(3): destination directory 30 define include-prebuilt-with-destination-directory 45 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_target_directory)))) 54 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_host_directory))))
|
/external/protobuf/src/google/protobuf/ |
repeated_field_unittest.cc | 250 RepeatedField<int> source, destination; local 253 destination.Add(1); 254 destination.Add(2); 255 destination.Add(3); 257 destination.MergeFrom(source); 259 ASSERT_EQ(5, destination.size()); 260 EXPECT_EQ(1, destination.Get(0)); 261 EXPECT_EQ(2, destination.Get(1)); 262 EXPECT_EQ(3, destination.Get(2)); 263 EXPECT_EQ(4, destination.Get(3)) 276 RepeatedField<int> source, destination; local 327 RepeatedField<int> source, destination; local 696 RepeatedPtrField<string> source, destination; local 722 RepeatedPtrField<string> source, destination; local 792 RepeatedPtrField<string> source, destination; local [all...] |
/external/jetty/src/java/org/eclipse/jetty/client/ |
SelectConnector.java | 67 public void startConnection( HttpDestination destination ) 74 Address address = destination.isProxied() ? destination.getProxy() : destination.getAddress(); 81 _selectorManager.register( channel, destination ); 87 _selectorManager.register(channel,destination); 88 ConnectTimeout connectTimeout = new ConnectTimeout(channel,destination); 97 destination.onConnectionFailed(ex); 103 destination.onConnectionFailed(ex); 149 // key should have destination at this point (will be replaced by endpoint after this call 215 private final HttpDestination destination; field in class:SelectConnector.ConnectTimeout [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicBlend.java | 68 * @param aout The destination buffer 88 * @param aout The destination buffer 109 * @param aout The destination buffer 128 * @param aout The destination buffer 147 * @param aout The destination buffer 166 * @param aout The destination buffer 185 * @param aout The destination buffer 204 * @param aout The destination buffer 223 * @param aout The destination buffer 243 * @param aout The destination buffe [all...] |
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiCecMessageBuilder.java | 34 * @param dest destination address of command 49 * @param dest destination address of command 67 * @param dest destination address of command 78 * @param dest destination address of command 89 * @param dest destination address of command 190 * @param dest destination address of command 206 * @param dest destination address of command 217 * @param dest destination address of command 228 * @param dest destination address of command 239 * @param dest destination address of comman [all...] |
/cts/suite/cts/deviceTests/dram/src/com/android/cts/dram/ |
MemoryNative.java | 24 * run memcpy for given number of repetition from a source to a destination buffers 33 * run memset for given number of repetition from a source to a destination buffers
|
/external/icu/icu4c/source/test/testdata/ |
root.txt | 99 nestedRootAliasClient:alias {"/LOCALE/rootAliasTable/destination"} 101 destination { "correct" }
|
/external/iproute2/include/linux/netfilter/ |
xt_tcpudp.h | 9 __u16 dpts[2]; /* Destination port range. */ 26 __u16 dpts[2]; /* Destination port range. */
|
/external/iptables/extensions/ |
libip6t_DNPT.man | 1 Provides stateless destination IPv6-to-IPv6 Network Prefix Translation (as 14 Set destination prefix that you want to use in the translation and length
|
/external/iptables/include/linux/netfilter/ |
xt_tcpudp.h | 9 __u16 dpts[2]; /* Destination port range. */ 26 __u16 dpts[2]; /* Destination port range. */
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_tcpudp.h | 9 __u16 dpts[2]; /* Destination port range. */ 26 __u16 dpts[2]; /* Destination port range. */
|
/external/libhevc/common/ |
ihevc_inter_pred_filters.c | 82 * UWORD8 pointer to the destination 88 * integer destination stride 145 * UWORD8 pointer to the destination 151 * integer destination stride 217 * UWORD8 pointer to the destination 223 * integer destination stride 290 * WORD16 pointer to the destination 296 * integer destination stride 356 * WORD16 pointer to the destination 362 * integer destination strid [all...] |
/external/libmpeg2/common/ |
impeg2_mem_func.c | 51 * Arguments : destination buffer 69 * Arguments : destination buffer, value and stride
|
/external/llvm/cmake/modules/ |
AddSphinxTarget.cmake | 53 DESTINATION share/man/man1) 57 DESTINATION "share/doc/${project}")
|
/external/llvm/test/MC/Mips/mips32r6/ |
invalid.s | 10 jalr.hb $31 # ASM: :[[@LINE]]:9: error: source and destination must be different 11 jalr.hb $31, $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
|
/external/skia/src/lazy/ |
SkCachingPixelRef.h | 33 * the generator. If it succeeds, it will modify destination 37 * installed into destination is destroyed, it will call
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_IDCT8x8blk_s.s | 70 ;// Stride RN 1 ;// destination stride in bytes 71 ;// pDest RN 2 ;// destination data buffer
|
/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
RecipientAlternatesAdapterTest.java | 56 // Test: add a third row with a non-unique destination. 66 // Test: add a forth row with a non-unique destination again. 79 String destination, 87 c.addRow(new Object[] {displayName, destination, destinationType, destinationLabel, 94 String destination, 104 assertEquals(destination, c.getString(1)); 136 // Ensure that if one has a display name different from its destination, and the other's 137 // is equal to its destination, we use the unique one
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
ContactRecipientEntryUtils.java | 48 * Construct a special "Send to xxx" entry for a given destination. 50 public static RecipientEntry constructSendToDestinationEntry(final String destination) { 51 return constructSpecialRecipientEntry(destination, CONTACT_ID_SENDTO_DESTINATION); 57 public static RecipientEntry constructNumberWithAvatarEntry(final String destination) { 58 return constructSpecialRecipientEntry(destination, CONTACT_ID_NUMBER_WITH_AVATAR); 61 private static RecipientEntry constructSpecialRecipientEntry(final String destination, 63 // For the send-to-destination (e.g. "Send to xxx" in the auto-complete drop-down) 69 destination, RecipientEntry.INVALID_DESTINATION_TYPE, null, contactId,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/ |
xt_tcpudp.h | 10 __u16 dpts[2]; /* Destination port range. */ 28 __u16 dpts[2]; /* Destination port range. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/ |
xt_tcpudp.h | 9 __u16 dpts[2]; /* Destination port range. */ 26 __u16 dpts[2]; /* Destination port range. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/templates/ |
addNdkSupport.xml | 25 <simple name="destination" value="jni/Android.mk"/>
29 <simple name="destination" value="jni/$(libraryName).cpp"/>
|
/external/icu/icu4c/source/tools/genccode/ |
genccode.8.in | 20 .BI "\-d\fP, \fB\-\-destdir" " destination" 70 .BI "\-d\fP, \fB\-\-destdir" " destination" 71 Set the destination directory to 72 .IR destination . 73 The default destination directory is the current directory.
|