/external/iproute2/doc/ |
Plan | 16 3.2 Neighbour cache and destination cache. (iki-neighdst.tex)
|
/external/iproute2/man/man8/ |
ip-mroute.8 | 38 the prefix selecting the destination multicast addresses to list.
|
/external/iptables/extensions/ |
libxt_conntrack.man | 18 Match against original/reply source/destination address 27 Match against original/reply source/destination port (TCP/UDP/etc.) or GRE key. 65 destination. 68 A virtual state, matching if the original destination differs from the reply
|
libxt_dccp.man | 4 [\fB!\fP] \fB\-\-destination\-port\fP,\fB\-\-dport\fP \fIport\fP[\fB:\fP\fIport\fP]
|
/external/iptables/include/linux/netfilter/ |
xt_set.h | 13 #define IPSET_DST 0x02 /* Destination match/add */
|
/external/kernel-headers/original/uapi/linux/ |
bpqether.h | 16 unsigned char destination[ETH_ALEN]; member in struct:bpq_ethaddr
|
/external/libavc/common/ |
ih264_mem_fns.c | 67 * Does memcpy of 8bit data from source to destination for 8,16 or 32 number of bytes 70 * UWORD8 pointer to the destination 106 * UWORD8 pointer to the destination 142 * UWORD8 pointer to the destination
|
/external/libavc/common/x86/ |
ih264_mem_fns_ssse3.c | 60 * Does memcpy of 8bit data from source to destination for 8,16 or 32 number of bytes 63 * UWORD8 pointer to the destination 104 * UWORD8 pointer to the destination 142 * UWORD8 pointer to the destination
|
/external/libhevc/common/x86/ |
ihevc_mem_fns_ssse3_intr.c | 59 * Does memcpy of 8bit data from source to destination for 8,16 or 32 number of bytes 62 * UWORD8 pointer to the destination 103 * UWORD8 pointer to the destination 141 * UWORD8 pointer to the destination
|
/external/libxml2/test/schemas/ |
570702_0.xsd | 8 <xs:documentation>Destination Number Length</xs:documentation>
|
/external/skia/platform_tools/android/gyp_gen/ |
tool_makefile_writer.py | 31 target_dir: Destination for the makefile. Must not be None. 60 skia_trunk: Trunk of Skia, used for determining the destination to write 62 dest_dir: Destination for 'Android.mk', relative to skia_trunk. Used for 64 destination to write the it.
|
/external/skia/src/images/ |
SkJpegUtility.h | 51 /* Our destination struct for directing decompressed pixels to our stream
|
/external/v8/build/android/gyp/ |
create_placeholder_files.py | 19 help='Destination directory to have placeholder files.')
|
/external/v8/build/toolchain/mac/ |
copy_bundle_data.py | 39 dest: string, path to the destination file 65 dest: string, path to the destination file 90 description='copy source to destination for the creation of a bundle') 92 parser.add_argument('dest', help='path to destination')
|
/external/v8/tools/gyp/test/copies/ |
gyptest-samedir.py | 9 same destination directory.
|
gyptest-updir.py | 8 Verifies file copies where the destination is one level above an expansion that
|
/external/v8/tools/gyp/test/ios/extension/ActionExtension/ |
MainInterface.storyboard | 28 <action selector="done" destination="ObA-dk-sSI" id="Qdu-qn-U6V"/> 49 <outlet property="imageView" destination="9ga-4F-77Z" id="5y6-5w-9QO"/> 50 <outlet property="view" destination="zMn-AG-sqS" id="Qma-de-2ek"/> 61 <simulatedScreenMetrics key="destination" type="retina4"/>
|
/external/v8/tools/gyp/test/ios/watch/WatchKitExtension/ |
MainInterface.storyboard | 28 <action selector="done" destination="ObA-dk-sSI" id="Qdu-qn-U6V"/> 49 <outlet property="imageView" destination="9ga-4F-77Z" id="5y6-5w-9QO"/> 50 <outlet property="view" destination="zMn-AG-sqS" id="Qma-de-2ek"/> 61 <simulatedScreenMetrics key="destination" type="retina4"/>
|
/external/v8/tools/gyp/test/mac/postbuild-copy-bundle/ |
test.gyp | 20 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries',
|
/external/valgrind/memcheck/tests/solaris/ |
strlcpy.stderr.exp | 8 Source and destination overlap in strlcpy(0x........, 0x........, 11)
|
/external/vboot_reference/host/lib21/include/ |
host_misc2.h | 21 * @param guid Destination for binary representation
|
/external/vogar/src/vogar/ |
FileCache.java | 30 void copyFromCache(String key, File destination);
|
/external/vulkan-validation-layers/demos/ |
CMakeLists.txt | 8 file(COPY ${TEXTURES} DESTINATION ${CMAKE_BINARY_DIR}/demos) 50 file(COPY cube.vcxproj.user DESTINATION ${CMAKE_BINARY_DIR}/demos) 51 file(COPY tri.vcxproj.user DESTINATION ${CMAKE_BINARY_DIR}/demos) 52 file(COPY vulkaninfo.vcxproj.user DESTINATION ${CMAKE_BINARY_DIR}/demos)
|
/frameworks/base/core/java/android/hardware/camera2/dispatch/ |
MethodNameInvoker.java | 28 * @param <T> destination dispatch type, methods will be looked up in the class of {@code T} 40 * @param target destination dispatch type, invokes will be redirected to this dispatcher 41 * @param targetClass destination dispatch class, the invoked methods will be from this class 55 * The name of the method, which will be matched 1:1 to the destination method
|
/frameworks/base/core/java/android/print/ |
PrintFileDocumentAdapter.java | 87 public void onWrite(PageRange[] pages, ParcelFileDescriptor destination, 89 mWriteFileAsyncTask = new WriteFileAsyncTask(destination, cancellationSignal, callback); 102 public WriteFileAsyncTask(ParcelFileDescriptor destination, 104 mDestination = destination;
|