Searched refs:destination (Results 276 - 300 of 539) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
H A Dbackground.js290 * messages to the proper destination.
299 var destination = new Object();
300 destination.url = msg['url'];
301 chrome.tabs.create(destination);
/external/chromium_org/content/child/
H A Dbrowser_font_resource_trusted.cc390 SkCanvas* destination,
404 destination->getClipBounds(&skclip);
417 font_->drawText(destination, run, web_position, color, web_clip,
389 DrawTextToCanvas( SkCanvas* destination, const PP_BrowserFont_Trusted_TextRun& text, const PP_Point* position, uint32_t color, const PP_Rect* clip, PP_Bool image_data_is_opaque) argument
/external/chromium_org/net/socket/
H A Dtransport_client_socket_pool.cc112 params_->destination(), priority, &addresses_, on_io_complete_, net_log);
481 &casted_params->get()->destination().host_port_pair()));
498 &casted_params->get()->destination().host_port_pair()));
H A Dsocks_client_socket_pool.h36 const HostResolver::RequestInfo& destination() const { return destination_; } function in class:net::SOCKSSocketParams
46 // This is the HTTP destination.
/external/llvm/test/MC/ARM/
H A Dthumb-diagnostics.s117 @ Mismatched source/destination operands for MUL instruction.
119 @ CHECK-ERRORS: error: destination register must match source register
168 @ CHECK-ERRORS: error: source register must be the same as destination
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNode.java444 * qualifier )into and add it to the destination node.
446 * @param destination the node to add the cloned subtree
448 public void cloneSubtree(XMPNode destination) argument
455 destination.addChild((XMPNode) child.clone());
461 destination.addQualifier((XMPNode) qualifier.clone());
/external/chromium_org/chrome/browser/ui/webui/app_list/
H A Dstart_page_browsertest.js26 return {connect: function(destination) {},
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.h102 virtual void startPageScaleAnimation(const blink::WebPoint& destination,
/external/chromium_org/courgette/
H A Dstreams.h73 // Copies bytes from stream to memory at |destination|. Returns 'false' if
75 bool Read(void* destination, size_t byte_count);
/external/chromium_org/mojo/services/html_viewer/
H A Dweblayertreeview_impl.h79 virtual void startPageScaleAnimation(const blink::WebPoint& destination,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar ... .artifact.IArtifactDescriptor descriptor java.io.OutputStream destination org.eclipse.core.runtime.IProgressMonitor monitor ...
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNewHdfParser.java328 private boolean parseHdfNameAttrs(HdfNameAttrs destination, String seq, int index, argument
335 destination.reset(hdfName);
337 int end = parseAttributes(seq, index, state, destination);
342 destination.endOfSequence = end;
/external/tcpdump/
H A DsctpHeader.h64 u_int16_t destination; member in struct:sctpHeader
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DReplaceSelectionCommand.cpp465 bool ReplaceSelectionCommand::shouldMerge(const VisiblePosition& source, const VisiblePosition& destination) argument
467 if (source.isNull() || destination.isNull())
471 Node* destinationNode = destination.deepEquivalent().deprecatedNode();
477 && enclosingTableCell(source.deepEquivalent()) == enclosingTableCell(destination.deepEquivalent())
844 VisiblePosition destination = mergeForward ? endOfInsertedContent.next() : endOfInsertedContent; local
847 // Merging forward could result in deleting the destination anchor node.
849 if (endOfParagraph(startOfParagraphToMove) == destination) {
852 destination = VisiblePosition(positionBeforeNode(placeholder.get()));
855 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination);
1054 // We don't want the destination t
1190 VisiblePosition destination = startOfParagraphToMove.previous(); local
[all...]
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_history_provider_service.cc154 int destination,
169 destination),
151 MoveStatement( history::AndroidStatement* statement, int current_pos, int destination, const MoveStatementCallback& callback, base::CancelableTaskTracker* tracker) argument
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioBufferSourceNode.cpp245 // Render loop - reading from the source buffer to the destination using linear interpolation.
301 float* destination = destinationChannels[i]; local
308 destination[writeIndex] = narrowPrecisionToFloat(sample);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dgit.py126 def move(self, origin, destination):
127 return self._run_git(["mv", "-f", origin, destination])
/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dpush_sinc_resampler_unittest.cc49 void Run(int frames, float* destination) { argument
50 memset(destination, 0, sizeof(float) * frames);
/external/chromium_org/tools/cygprofile/
H A Dcygprofile.cc223 void ThreadLog::TakeEntries(std::vector<LogEntry>* destination) { argument
225 destination->swap(entries_);
/external/chromium_org/tools/gyp/test/lib/
H A DTestGyp.py209 destination = source.replace(source_dir, dest_dir)
210 os.mkdir(destination)
212 shutil.copystat(source, destination)
215 destination = source.replace(source_dir, dest_dir)
216 shutil.copy2(source, destination)
240 def relocate(self, source, destination):
243 to the specified destination, creating the destination directory
250 destination_dir = os.path.dirname(destination)
253 os.rename(source, destination)
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
H A Drepository-tools-ant.jar ... .internal.repository.tools.tasks.DestinationRepository destination public org.eclipse.equinox.p2.internal ...
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.cc76 void MacroAssembler::Load(Register destination, ExternalReference source) { argument
80 movp(destination, Operand(kRootRegister, static_cast<int32_t>(delta)));
85 if (destination.is(rax)) {
89 movp(destination, Operand(kScratchRegister, 0));
94 void MacroAssembler::Store(ExternalReference destination, Register source) { argument
96 int64_t delta = RootRegisterDelta(destination);
104 store_rax(destination);
106 Move(kScratchRegister, destination);
112 void MacroAssembler::LoadAddress(Register destination, argument
117 leap(destination, Operan
161 LoadRoot(Register destination, Heap::RootListIndex index) argument
168 LoadRootIndexed(Register destination, Register variable_offset, int fixed_offset) argument
4714 CopyBytes(Register destination, Register source, Register length, int min_length, Register scratch) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dsubpixel_mmx.asm51 movsxd rax, dword ptr arg(5) ;output_width ; destination pitch?
93 movq [rdi], mm3 ; store the results in the destination
152 movsxd rax, DWORD PTR arg(2) ;output_pitch ; destination pitch?
188 movd [rdi],mm3 ; store the results in the destination
342 movq [rdi], mm3 ; store the results in the destination
497 movq [rdi], mm3 ; store the results in the destination
614 movd [rdi], mm3 ; store the results in the destination
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex57 destination address and not-fragmentable extensions headers (i.e.\
168 \paragraph{Note about IPv6 options and destination address.}
169 \addcontentsline{toc}{subsection}{IPv6 options and destination address}
171 destination address in \verb|sin6_addr| and non-fragmentable
285 \item \verb|dst| is IPv6 destination address associated with the label.
321 label, it will not be reused with different destination and options at least
401 \item \verb|Dst| is IPv6 destination address.

Completed in 2796 milliseconds

<<11121314151617181920>>