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

1 2 3 4 5 6 7 891011>>

  /external/android-clat/
setroute.c 37 * destination - pointer to a struct in_addr or in6_addr for the destination network
44 int if_route(const char *ifname, int family, const void *destination, int prefixlen, const void *gateway, int metric, int mtu, int change_type) {
102 if(nla_put(msg, RTA_DST, addr_size, destination) < 0) {
  /external/chromium_org/chrome/browser/printing/
print_job_manager.cc 46 PrintDestinationInterface* destination) {
47 destination_ = destination;
printer_query.cc 104 PrintDestinationInterface* destination) {
105 worker_->SetPrintDestination(destination);
print_job_worker.h 42 // Set a destination for print.
43 // This supercedes the document's rendering destination.
44 void SetPrintDestination(PrintDestinationInterface* destination);
125 // The print destination, may be NULL.
printer_query.h 59 // Set a destination for the worker.
60 void SetWorkerDestination(PrintDestinationInterface* destination);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterEffect.cpp 273 inline void FilterEffect::copyImageBytes(Uint8ClampedArray* source, Uint8ClampedArray* destination, const IntRect& rect)
275 // Initialize the destination to transparent black, if not entirely covered by the source.
277 memset(destination->data(), 0, destination->length());
306 unsigned char *destinationPixel = destination->data() + ((yDest * rect.width()) + xDest) * 4;
317 void FilterEffect::copyUnmultipliedImage(Uint8ClampedArray* destination, const IntRect& rect)
348 copyImageBytes(m_unmultipliedImageResult.get(), destination, rect);
351 void FilterEffect::copyPremultipliedImage(Uint8ClampedArray* destination, const IntRect& rect)
376 copyImageBytes(m_premultipliedImageResult.get(), destination, rect);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set_unittest.cc 267 unittest::TestAllTypes destination; local
275 EXPECT_TRUE(destination.ParseFromString(data));
276 TestUtil::ExpectAllFieldsSet(destination);
288 unittest::TestAllTypes destination; local
299 EXPECT_TRUE(destination.ParseFromString(data));
300 TestUtil::ExpectAllFieldsSet(destination);
311 unittest::TestPackedTypes destination; local
319 EXPECT_TRUE(destination.ParseFromString(data));
320 TestUtil::ExpectPackedFieldsSet(destination);
332 unittest::TestPackedTypes destination; local
350 unittest::TestAllExtensions destination; local
362 unittest::TestPackedExtensions destination; local
    [all...]
unknown_field_set_unittest.cc 281 unittest::TestEmptyMessage source, destination; local
283 destination.mutable_unknown_fields()->AddVarint(1, 1);
284 destination.mutable_unknown_fields()->AddVarint(3, 2);
288 destination.MergeFrom(source);
297 destination.DebugString());
323 unittest::TestAllTypes destination; local
324 ASSERT_TRUE(destination.ParseFromString(all_fields_data_ + data));
326 TestUtil::ExpectAllFieldsSet(destination);
327 ASSERT_EQ(1, destination.unknown_fields().field_count());
329 destination.unknown_fields().field(0).type())
    [all...]
  /external/protobuf/src/google/protobuf/
unknown_field_set_unittest.cc 281 unittest::TestEmptyMessage source, destination; local
283 destination.mutable_unknown_fields()->AddVarint(1, 1);
284 destination.mutable_unknown_fields()->AddVarint(3, 2);
288 destination.MergeFrom(source);
297 destination.DebugString());
314 unittest::TestAllTypes destination; local
315 ASSERT_TRUE(destination.ParseFromString(all_fields_data_ + data));
317 TestUtil::ExpectAllFieldsSet(destination);
318 ASSERT_EQ(1, destination.unknown_fields().field_count());
320 destination.unknown_fields().field(0).type())
    [all...]
  /external/chromium/chrome/browser/debugger/
devtools_remote_message_unittest.cc 47 "2", // destination
65 message->destination().c_str());
extension_ports_remote_service.h 72 // |tool| and |destination| are used as the respective header values.
75 const std::string& destination);
  /external/chromium/chrome/browser/history/
top_sites_cache.h 92 void StoreRedirectChain(const RedirectList& redirects, size_t destination);
  /external/chromium_org/chrome/browser/history/
top_sites_cache.h 81 void StoreRedirectChain(const RedirectList& redirects, size_t destination);
  /external/chromium_org/chrome/browser/sync/test/integration/
apps_helper.h 82 void CopyNTPOrdinals(Profile* source, Profile* destination, int index);
  /external/chromium_org/content/child/
browser_font_resource_trusted.h 67 void DrawTextToCanvas(SkCanvas* destination,
  /external/chromium_org/content/worker/
websharedworkerclient_proxy.h 50 int destination,
  /external/chromium_org/webkit/support/
web_layer_tree_view_impl_for_testing.h 44 virtual void startPageScaleAnimation(const WebKit::WebPoint& destination,
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DelegatedData.java 216 public void setSymlink(String sourcePath, Data destination) {
217 destination = unwrap(destination);
218 getDelegate().setSymlink(sourcePath, destination);
  /frameworks/base/core/tests/coretests/src/android/net/
RouteInfoTest.java 47 fail("Expected RuntimeException: destination and gateway null");
50 // Null destination is default route.
75 public PatchedRouteInfo(LinkAddress destination, InetAddress gateway, String iface) {
76 super(destination, gateway, iface);
79 public boolean matches(InetAddress destination) {
80 return super.matches(destination);
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 148 public final String destination; field in class:BaseRecipientAdapter.TemporaryEntry
159 String destination,
168 this.destination = destination;
180 this.destination = cursor.getString(Queries.Query.DESTINATION);
470 * First, each destination (an email address or a phone number) with a valid contactId is
680 if (existingDestinations.contains(entry.destination)) {
684 existingDestinations.add(entry.destination);
690 entry.destination, entry.destinationType, entry.destinationLabel
948 String destination = entry.getDestination(); local
    [all...]
  /hardware/ti/omap4xxx/security/tf_sdk/include/
tee_client_api_ex.h 88 const TEEC_UUID* destination,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
RenderingRequest.java 56 RenderingRequestCaller caller, Rect bounds, Rect destination) {
85 request.setDestination(destination);
186 public void setDestination(Rect destination) {
187 mDestination = destination;
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_test.cc 221 State destination = transition_table_[source][event]; local
222 state_transitions_[source][destination].event = static_cast<Event>(event);
223 state_transitions_[source][destination].state = destination;
224 state_transitions_[source][destination].distance = 1;
601 State destination,
606 if (state_transitions_[source][destination].state == STATE_INVALID) {
620 next_state_candidate, destination, search_limit - 1);
630 state_transitions_[source][destination] = result;
633 return state_transitions_[source][destination];
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 183 String destination; local
185 destination = ((BluetoothOppRfcommTransport)mTransport).getRemoteAddress();
187 destination = "FF:FF:FF:00:00:00";
190 isWhitelisted(destination);
272 values.put(BluetoothShare.DESTINATION, destination);
556 String destination; local
558 destination = ((BluetoothOppRfcommTransport)mTransport).getRemoteAddress();
560 destination = "FF:FF:FF:00:00:00";
563 isWhitelisted(destination);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
SincResampler.cpp 185 void SincResampler::process(const float* source, float* destination, unsigned numberOfSourceFrames)
195 process(&sourceProvider, destination, framesThisTime);
197 destination += framesThisTime;
202 void SincResampler::process(AudioSourceProvider* sourceProvider, float* destination, size_t framesToProcess)
448 *destination++ = result;

Completed in 2086 milliseconds

1 2 3 4 5 6 7 891011>>