HomeSort by relevance Sort by last modified time
    Searched refs:destination (Results 251 - 275 of 659) sorted by null

<<11121314151617181920>>

  /external/chromium/net/socket/
socks_client_socket_pool.cc 140 socks_params_->destination().priority(),
164 socks_params_->destination()));
167 socks_params_->destination(),
tcp_client_socket_pool.cc 167 return resolver_.Resolve(params_->destination(), &addresses_, &callback_,
278 casted_params->get()->destination().host_port_pair().ToString())));
299 casted_params->get()->destination().host_port_pair().ToString())));
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 258 logging::LoggingDestination destination = logging::LOG_ONLY_TO_FILE; local
260 logging::LoggingDestination destination = local
271 destination,
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_mac.cc 34 content::BrowserMessageFilter* destination,
67 SpellingServiceClient* client_; // Owned by |destination|.
78 content::BrowserMessageFilter* destination,
83 destination_(destination),
  /external/chromium_org/net/socket/
socks_client_socket_pool.cc 122 socks_params_->destination().priority(), callback_, transport_pool_,
144 socks_params_->destination()));
147 socks_params_->destination(),
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-encoders/skia/
JPEGImageEncoder.cpp 111 JPEGOutputBuffer destination; local
112 destination.output = output;
128 cinfo.dest = &destination;
  /packages/apps/Gallery2/jni/filters/
wbalance.c 133 char* destination = 0; local
134 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
137 unsigned char * rgb = (unsigned char * )destination;
  /external/chromium_org/v8/src/
lithium.cc 162 LOperand* destination = move_operands_[i].destination(); local
165 if (source->Equals(destination)) {
166 destination->PrintTo(stream);
168 destination->PrintTo(stream);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
EmlAttachmentProvider.java 239 .add(attachment.destination) // destination
256 values.getAsInteger(UIProvider.AttachmentColumns.DESTINATION);
261 final int destination = newDestination != null ? local
264 destination == UIProvider.AttachmentDestination.EXTERNAL;
280 // update the destination before getting the new file path
282 attachment.destination = UIProvider.AttachmentDestination.EXTERNAL;
422 attachment.destination == UIProvider.AttachmentDestination.EXTERNAL;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeMoveParticipant.java 131 Object destination = getArguments().getDestination(); local
132 if (destination instanceof IPackageFragment) {
133 IPackageFragment packageFragment = (IPackageFragment) destination;
135 } else if (destination instanceof IResource) {
140 if (resource.equals(destination)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_apitest.cc 92 base::FilePath destination = temp_dir_.path().AppendASCII(destination_name); local
95 EXPECT_TRUE(base::CopyFile(source, destination));
97 return destination;
114 base::FilePath destination = temp_dir_.path().AppendASCII(*it); local
117 EXPECT_TRUE(base::CopyFile(source, destination));
119 result.push_back(destination);
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
cfinstall.js 57 * 'destination' parameter is passed, the page navigates there instead.
59 * properties are: 'mode', 'url', 'destination', 'node', 'onmissing',
101 window.location.assign(args['destination'] || window.location);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
SharedBuffer.cpp 369 char* destination = m_buffer.data() + bufferSize; local
373 memcpy(destination, m_segments[i], bytesToCopy);
374 destination += bytesToCopy;
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 87 @ Mismatched source/destination operands for MUL instruction.
89 @ CHECK-ERRORS: error: destination register must match source register
138 @ CHECK-ERRORS: error: source register must be the same as destination
  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 42 mov $buffer1, %edi # set destination
59 mov $buffer1, %edi # set destination
76 mov $buffer1, %edi # set destination
  /libcore/luni/src/test/java/dalvik/system/
DexClassLoaderTest.java 86 File destination) throws IOException {
87 if (destination.exists()) {
93 FileOutputStream out = new FileOutputStream(destination);
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewActivity.java 237 attachment.destination == AttachmentDestination.EXTERNAL) {
251 mActionHandler.startDownloadingAttachment(attachment.destination);
316 mActionHandler.startDownloadingAttachment(attachment.destination);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 87 setTitle("Destination and key/certificate checks");
105 new Label(composite, SWT.NONE).setText("Destination APK file:");
121 fileDialog.setText("Destination file name");
157 // reset the destination from the content of the project
160 String destination = ProjectHelper.loadStringProperty(project, local
162 if (destination != null) {
163 mDestination.setText(destination);
287 * Callback for destination field edition
300 setErrorMessage("Enter destination for the APK file.");
309 setErrorMessage("Destination is a directory.")
    [all...]
  /external/chromium/chrome/browser/debugger/
devtools_remote_service.cc 105 message.destination(),
  /external/chromium/chrome/browser/themes/
browser_theme_pack.h 141 // Creates tinted and composited frame images. Source and destination is
159 // Takes all images in |source| and puts them in |destination|, freeing any
160 // image already in |destination| that |source| would overwrite.
162 ImageCache* destination) const;
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.h 210 static int Encode(const CTYPE* source, CTYPE* destination, size_t len);
211 static int Encode(const string& source, string& destination);
212 static int Decode(const CTYPE* source, CTYPE* destination, size_t len);
213 static int Decode(const string& source, string& destination);
  /external/chromium_org/chrome/browser/history/android/
android_history_provider_service.h 115 // Moves the statement's current row from |current_pos| to |destination| in DB
120 int destination,
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_test.h 101 // Repeated calls are needed to reach the destination.
164 // Returns next transition info for shortest path from source to destination.
166 State destination,

Completed in 1337 milliseconds

<<11121314151617181920>>