/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/ |
SimpleFile.java | 46 public String destination; field in class:SimpleFile.FileOp 68 else if (fileArg.getName().equals("destination")) //$NON-NLS-1$ 69 op.destination = fileArg.getSimpleValue(); 71 if (op.source == null || op.destination == null) 91 IFile destFile = project.getFile(new Path(op.destination));
|
/external/bluetooth/bluedroid/stack/pan/ |
pan_main.c | 87 ** local_uuid - UUID of the destination role (local device role) 203 /* Check if the destination UUID is a valid one */ 213 /* Check if currently we support the destination role requested */ 221 PAN_TRACE_ERROR1 ("PAN Connection failed because of unsupported destination UUID 0x%x", local_uuid->uu.uuid16); 226 /* Requested destination role is */ 235 ** Check if the new destination role is acceptable 276 /* If this a new connection and destination is PANU role and 300 PAN_TRACE_EVENT1 ("PAN connection destination UUID is 0x%x", local_uuid->uu.uuid16); 373 /* If the connections destination role is NAP remove bridging */ 383 /* Requested destination role is * [all...] |
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
LVM_Buffers.c | 42 /* *pProcessed - Pointer to pointer to the destination of the processed data */ 137 pDest, /* Destination */ 140 pDest += NumChannels * pBuffer->InDelaySamples; /* Update the destination pointer */ 150 pDest, /* Destination */ 180 &pBuffer->InDelayBuffer[0], /* Destination */ 207 /* *pProcessed - Pointer to the destination of the processed data */ 271 /* *pProcessed - Pointer to the destination of the processed data */ 330 pDest, /* Destination */ 355 pDest, /* Destination */ 387 pInstance->pOutputSamples, /* Destination */ [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Attachment.java | 108 * @see AttachmentColumns#DESTINATION 110 public int destination; field in class:Attachment 181 destination = in.readInt(); 202 destination = cursor.getInt(cursor.getColumnIndex(AttachmentColumns.DESTINATION)); 223 destination = srcJson.optInt(AttachmentColumns.DESTINATION); 256 destination = AttachmentDestination.CACHE; 294 destination = values.getAsInteger(AttachmentColumns.DESTINATION); [all...] |
/external/chromium/chrome/common/ |
thumbnail_score.h | 57 // The number of hops from the final destination page that this thumbnail was 59 // destination (value of 0). 63 // this value so the distance from the destination can be taken into account
|
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/ |
landscape.js | 13 * @param {!print_preview.DestinationStore} destinationStore Destination store 71 // TODO(rltoscano): Technically, the print destination can still change 113 * @return {Object} Page orientation capability of the selected destination.
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
apps_helper.cc | 119 void CopyNTPOrdinals(Profile* source, Profile* destination, int index) { 120 SetPageOrdinalForApp(destination, index, GetPageOrdinalForApp(source, index)); 122 destination, index, GetAppLaunchOrdinalForApp(source, index));
|
/external/chromium_org/net/tools/tld_cleanup/ |
tld_cleanup.cc | 50 logging::LoggingDestination destination = logging::LOG_TO_FILE; local 52 logging::LoggingDestination destination = local 62 settings.logging_dest = destination;
|
/external/chromium_org/net/url_request/ |
url_fetcher_response_writer.h | 29 // bytes to the destination. 82 // |file_path| is used as the destination path. If |file_path| is empty, 128 // Destination file path.
|
/external/chromium_org/remoting/base/ |
util.h | 27 // destination buffers are assumed to contain only |source_buffer_rect| and 30 // |dect_rect| is specified in the destination coordinates. 33 // the source and destination dimensions, respectively. |dest_rect| must be
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
BiquadProcessor.cpp | 100 void BiquadProcessor::process(const AudioBus* source, AudioBus* destination, size_t framesToProcess) 103 destination->zero(); 111 m_kernels[i]->process(source->channel(i)->data(), destination->channel(i)->mutableData(), framesToProcess);
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
AudioChannel.cpp | 92 float* destination = mutableData(); local 98 memset(destination, 0, sizeof(float) * rangeLength); 100 memcpy(destination, source + startFrame, sizeof(float) * rangeLength);
|
AudioResampler.cpp | 102 // Now that we have the source data, resample each channel into the destination bus. 105 float* destination = destinationBus->channel(i)->mutableData(); local 106 m_kernels[i]->process(destination, framesToProcess);
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollAnimator.h | 55 // Computes a scroll destination for the given parameters. Returns false if 56 // already at the destination. Otherwise, starts scrolling towards the 57 // destination and returns true. Scrolling may be immediate or animated.
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texstore.h | 47 * \param dstFormat destination Mesa texture format 48 * \param dstX/Y/Zoffset destination x/y/z offset (ala TexSubImage), in texels 49 * \param dstRowStride destination image row stride, in bytes
|
/external/iptables/extensions/ |
libxt_udp.c | 20 "[!] --destination-port port[:port]\n" 22 " match destination port(s)\n"); 31 {.name = "destination-port", .id = O_DEST_PORT, .type = XTTYPE_PORTRC,
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport_Connectionless.h | 58 * \brief <b>Send data on a socket to a given destination SAP</b>. 60 * This function is used to write data on a socket to a given destination SAP. 65 * \param[in] nSap The destination SAP.
|
/external/libppp/src/ |
filter.h | 59 unsigned f_dstop : 2; /* Destination port operation: OP_... */ 67 struct ncprange f_dst; /* Destination address and mask */ 69 u_short f_dstport; /* Destination port, compared with f_dstop */
|
/external/libvpx/libvpx/vpx_scale/generic/ |
vpx_scale.c | 50 * int dest_step : Number of pixels to step on in destination. 51 * unsigned int dest_scale : Scale for destination (UNUSED). 52 * unsigned int dest_length : Length of destination. 104 * int dest_step : Number of pixels to step on in destination. 105 * unsigned int dest_scale : Scale for destination (UNUSED). 106 * unsigned int dest_length : Length of destination. 150 * int dest_step : Number of pixels to step on in destination. 151 * unsigned int dest_scale : Scale for destination. 152 * unsigned int dest_length : Length of destination. 213 * int dest_pitch : Stride of destination image [all...] |
/external/mesa3d/src/mesa/main/ |
texstore.h | 47 * \param dstFormat destination Mesa texture format 48 * \param dstX/Y/Zoffset destination x/y/z offset (ala TexSubImage), in texels 49 * \param dstRowStride destination image row stride, in bytes
|
/external/openfst/src/include/fst/script/ |
print-impl.h | 85 << ", destination = " << dest_; 141 ostream *ostrm_; // text FST destination 142 string dest_; // text FST destination name
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPUtils.java | 149 * @param dest The destination XMP object. 167 * properties that do not already exist in the destination. The flag 176 * <code>doAllProperties</code>) are propagated to the destination, 177 * replacing any existing values.Properties in the destination that are not in the source 181 * Top level properties are added to the destination if they do not already exist. 182 * If they do exist but differ in form (simple/struct/array) then the destination is left alone. 186 * the corresponding destination XMP property to be deleted. The default is to treat empty 217 * copy new items by "xml:lang" value into the destination 219 * copy new items by value into the destination, ignoring order and duplicates 225 * Each source item is checked to see if it already exists in the destination, [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
armVCM4P10_Interpolate_Luma.c | 27 * This function performs copy a block of data from source to destination 33 * [in] iDstStep Step of the destination buffer. 75 * [in] iDstStep Step of the destination(interpolation) buffer.
|
/libcore/luni/src/test/java/libcore/java/lang/ |
ArrayStoreExceptionTest.java | 69 assertEquals("source[4] of type java.lang.String cannot be stored in destination " 125 assertEquals("destination of type java.lang.Integer is not an array", 134 * destination is an array.
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppShareInfo.java | 39 * send/receive to a destination address. 72 int direction, String destination, int visibility, int confirm, int status, 80 mDestination = destination;
|