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

<<11121314151617181920>>

  /packages/apps/Gallery2/jni/filters/
edge.c 22 char* destination = 0; local
23 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
35 char * dst = destination;
38 char * ptr = destination;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DynamicBinaryDictIOUtils.java 69 // If the node is moved, the parent address is stored in the destination node.
70 // We are guaranteed to process the destination node later, so there is no need to
136 private static int movePtNode(final OutputStream destination,
149 size += BinaryDictIOUtils.writeNodes(destination, new PtNodeInfo[] { info });
190 * @param destination the stream representing the tail of the file.
201 final ArrayList<PendingAttribute> bigrams, final OutputStream destination,
215 movePtNode(destination, dictUpdater, newInfo, oldPtNodeArrayOrigin, oldPtNodeOrigin,
243 * @param destination a stream to the underlying file, with the pointer at the end of the file.
256 final OutputStream destination, final String word, final int frequency,
311 frequency, nodeParentAddress, shortcuts, bigrams, destination,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
bpqether.h 16 unsigned char destination[ETH_ALEN]; member in struct:bpq_ethaddr
fib_rules.h 34 FRA_DST, /* destination address */
if_addr.h 19 * but for point-to-point IFA_ADDRESS is DESTINATION address,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
bpqether.h 16 unsigned char destination[ETH_ALEN]; member in struct:bpq_ethaddr
fib_rules.h 34 FRA_DST, /* destination address */
if_addr.h 19 * but for point-to-point IFA_ADDRESS is DESTINATION address,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
bpqether.h 16 unsigned char destination[ETH_ALEN]; member in struct:bpq_ethaddr
fib_rules.h 34 FRA_DST, /* destination address */
if_addr.h 19 * but for point-to-point IFA_ADDRESS is DESTINATION address,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
FileStoreAdapter.java 66 public void copy(IFileStore destination, int options, IProgressMonitor monitor)
68 mStore.copy(destination, options, monitor);
128 public void move(IFileStore destination, int options, IProgressMonitor monitor)
130 mStore.move(destination, options, monitor);
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbSocket.java 38 public boolean open(String destination) {
40 message.set(AdbMessage.A_OPEN, mId, 0, destination);
  /external/chromium/base/test/
test_file_util.h 28 // destination that already exist will be overwritten.
31 // state of the destination is unknown.
  /external/chromium/chrome/browser/debugger/
devtools_remote_message_unittest.cc 47 "2", // destination
65 message->destination().c_str());
  /external/chromium/chrome/browser/resources/file_manager/bin/
squashdir.py 18 each file into the destination directory. The destination file name will
  /external/chromium/third_party/libjingle/source/talk/base/
socketaddresspair.h 35 // Records a pair (source,destination) of socket addresses. The two addresses
44 const SocketAddress& destination() const { return dest_; } function in class:talk_base::SocketAddressPair
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPrintDocumentAdapter.java 53 public void onWrite(PageRange[] pages, ParcelFileDescriptor destination,
55 mPdfExporter.exportToPdf(destination, mAttributes, new ValueCallback<Boolean>() {
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_manager_base_test_util.cc 23 void ExternalDataFetchCallback(scoped_ptr<std::string>* destination,
26 *destination = data.Pass();
  /external/chromium_org/chrome/
chrome_syzygy.gyp 23 'destination': '<(dest_dir)',
83 'destination': '<(PRODUCT_DIR)/syzygy',
  /external/chromium_org/ppapi/proxy/
extensions_common_resource.h 48 int32_t CommonCall(Destination dest,
53 void CommonPost(Destination dest,
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.idl 39 [RaisesException] void connect(AudioNode? destination, [Default=Undefined] optional unsigned long output, [Default=Undefined] optional unsigned long input);
41 [RaisesException] void connect(AudioParam? destination, [Default=Undefined] optional unsigned long output);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/filters/
NEONHelpers.h 44 inline void storeFloatAsRGBA8(float32x4_t data, uint32_t* destination)
48 *destination = vget_lane_u32(vreinterpret_u32_u8(temporary2), 0);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecUTF8.h 50 bool handlePartialSequence(CharType*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError);
51 void handleError(UChar*& destination, bool stopOnError, bool& sawError);
  /external/chromium_org/third_party/adobe/flash/
flash_player.gyp 65 'destination': '<(SHARED_INTERMEDIATE_DIR)',
73 'destination': '<(PRODUCT_DIR)/PepperFlash',

Completed in 538 milliseconds

<<11121314151617181920>>