Searched
full:destination (Results
601 -
625 of
5499) sorted by null
<<21222324252627282930>>
/dalvik/vm/mterp/arm-vfp/ |
OP_CMPL_FLOAT.S | 7 * destination register based on the results of the comparison.
|
/dalvik/vm/mterp/x86/ |
OP_CMP_LONG.S | 6 * Compare two 64-bit values. Puts 0, 1, or -1 into the destination
|
/development/ndk/platforms/android-3/include/netinet/ |
udp.h | 39 u_int16_t uh_dport; /* destination port */
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOMOutputImpl.java | 32 * This class represents an output destination for data.
34 * output destination in a single object, which may include a URI, a byte stream
123 * destination. If the application knows the character encoding of the
136 * destination. If the application knows the character encoding of the
|
/external/chromium/chrome/browser/ |
spellchecker_linux.cc | 64 BrowserMessageFilter* destination) {}
|
spellchecker_win.cc | 64 BrowserMessageFilter* destination) {}
|
/external/chromium/net/udp/ |
udp_socket.h | 26 // Read/Write // Reads/Writes all go to a single destination
|
/external/chromium/third_party/libevent/ |
install-sh | 128 echo "install: no destination specified" 134 # If destination is a directory, append the input filename; if your system 148 # Make sure that the destination directory exists. 230 # Now rename the file to the real destination.
|
/external/chromium_org/base/threading/ |
post_task_and_reply_impl.h | 18 // for sending to a destination thread.
|
/external/chromium_org/build/android/ |
native_app_dependencies.gypi | 30 'destination': '<(output_dir)',
|
/external/chromium_org/build/mac/ |
copy_framework_unversioned.sh | 88 DESTINATION="${DESTINATION_DIR}/${FRAMEWORK_NAME}" 91 # destination location. 94 --include '*.so' "${CURRENT_VERSION}/" "${DESTINATION}" 106 FRAMEWORK_DYLIB="${DESTINATION}/${FRAMEWORK_NAME_NOEXT}"
|
/external/chromium_org/chrome/browser/history/ |
history_backend_android.cc | 97 int destination) { 99 DCHECK_LE(-1, destination); 102 if (current_pos > destination) { 106 for (; cur < destination; ++cur) {
|
top_sites_cache.cc | 155 size_t destination) { 159 // Map all the redirected URLs to the destination. 164 entry.first = &(top_sites_[destination]); 166 canonical_urls_[entry] = destination;
|
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
chrome_notifier_delegate.h | 56 void NavigateToUrl(const GURL& destination) const;
|
/external/chromium_org/chrome/browser/printing/ |
print_job_worker.h | 42 // Set a destination for print. 43 // This supercedes the document's rendering destination. 44 void SetPrintDestination(PrintDestinationInterface* destination); 127 // The print destination, may be NULL.
|
/external/chromium_org/chrome/browser/ui/android/infobars/ |
translate_infobar.cc | 107 TranslateInfoBar* destination, 112 reinterpret_cast<intptr_t>(destination), new_type)) { 113 ReassignJavaInfoBar(destination); 114 destination->SetJavaDelegate(java_translate_delegate_.Release());
|
translate_infobar.h | 35 void TransferOwnership(TranslateInfoBar* destination,
|
/external/chromium_org/content/browser/download/ |
base_file_posix.cc | 15 // to |new_path|. Here, we try to fix up the destination file with appropriate
|
/external/chromium_org/content/ppapi_plugin/ |
plugin_process_dispatcher.cc | 32 // source and destination page of a navigation. We don't want to tear down
|
/external/chromium_org/content/public/browser/ |
download_destination_observer.h | 17 // called after the destination is finished with whatever operation it
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_copy_texture_chromium.h | 35 // destination texture.
|
/external/chromium_org/jingle/glue/ |
fake_socket_factory.cc | 52 net::IPEndPoint destination; local 53 if (!SocketAddressToIPEndPoint(address, &destination)) { 60 fake_socket_manager_->SendPacket(endpoint_, destination, data_vector); 144 LOG(WARNING) << "Dropping packet with unknown destination: "
|
/external/chromium_org/media/base/ |
sinc_resampler.h | 43 // of data to be rendered into |destination|; zero padded if not enough frames 45 typedef base::Callback<void(int frames, float* destination)> ReadCB; 58 // Resample |frames| of data from |read_cb_| into |destination|. 59 void Resample(int frames, float* destination);
|
/external/chromium_org/media/cast/test/transport/ |
transport.h | 34 // Specifies the destination port and IP address.
|
/external/chromium_org/net/quic/ |
port_suggester.h | 18 // way for a given destination host-port pair. The generator is used to
|
Completed in 1524 milliseconds
<<21222324252627282930>>