HomeSort by relevance Sort by last modified time
    Searched refs:destination (Results 176 - 200 of 2044) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 252 RepeatedField<int> source, destination; local
255 destination.Add(1);
256 destination.Add(2);
257 destination.Add(3);
259 destination.MergeFrom(source);
261 ASSERT_EQ(5, destination.size());
262 EXPECT_EQ(1, destination.Get(0));
263 EXPECT_EQ(2, destination.Get(1));
264 EXPECT_EQ(3, destination.Get(2));
265 EXPECT_EQ(4, destination.Get(3))
278 RepeatedField<int> source, destination; local
362 RepeatedField<int> source, destination; local
753 RepeatedPtrField<string> source, destination; local
779 RepeatedPtrField<string> source, destination; local
882 RepeatedPtrField<string> source, destination; local
    [all...]
  /external/protobuf/src/google/protobuf/util/
field_mask_util.cc 195 Message* destination) {
200 MergeMessage(&root_, source, options, destination);
234 Message* destination);
339 Message* destination) {
342 const Reflection* destination_reflection = destination->GetReflection();
365 destination_reflection->MutableMessage(destination, field));
373 destination, field, source_reflection->Get##Name(source, field)); \
388 destination_reflection->ClearField(destination, field);
391 destination_reflection->MutableMessage(destination, field)
399 destination_reflection->ClearField(destination, field)
    [all...]
  /device/generic/goldfish/dhcp/client/
dhcpclient.h 69 void sendDhcpRequest(in_addr_t destination);
71 Result send(in_addr_t source, in_addr_t destination,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
libprep.bat 15 REM Copy Distro then PyMod files to the destination
  /external/autotest/client/cros/
routing.py 31 self.destination = dest
48 self._intToIp(self.destination),
67 return (self._ipToInt(ip) & self.netmask) == self.destination
84 return (self.flagbits & RTF_GATEWAY) and self.destination == 0
97 destination = route[col_map["Destination"]]
101 routes.append(IPv4Route(interface, destination, gateway, flags, mask))
132 destination = route[0]
136 routes.append(IPv6Route(interface, destination, gateway, flags, prefix))
  /external/jacoco/org.jacoco.agent/src/org/jacoco/agent/
AgentJar.java 85 * @param destination
90 public static void extractTo(File destination) throws IOException {
96 outputJarStream = new FileOutputStream(destination);
  /external/sfntly/cpp/src/test/
open_type_data_test.cc 56 WritableFontDataPtr destination = new WritableFontData(destination_array); local
58 int32_t length = source->CopyTo(destination);
  /external/v8/tools/ignition/
bytecode_dispatches_report.py 55 for destination, counter in iteritems(counters_from_source):
58 destination)
64 for destination, counter in iteritems(counters_from_source):
65 yield source, destination, counter
75 for source, destination, counter in top_bytecode_dispatch_pairs:
76 print "{:>12d}\t{} -> {}".format(counter, source, destination)
107 for destination, count in iteritems(bytecode_destinations):
108 destinations.append((destination, count, count / bytecode_total))
  /external/valgrind/memcheck/tests/solaris/
strlcpy.stderr.exp 8 Source and destination overlap in strlcpy(0x........, 0x........, 11)
  /external/walt/ios/WALT/
MIDIClient.h 48 /** A MIDI client that can read data from a MIDI source and write data to a MIDI destination. */
53 /** The destination attached by -connectToDestination:error:. */
54 @property (readonly, nonatomic) MIDIDestination *destination; variable
68 /** Attaches an output destination to the client. */
69 - (BOOL)connectToDestination:(MIDIDestination *)destination error:(NSError **)error;
71 /** Sends a MIDI packet of data to the client's output destination. */
  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler.h 26 // of data to be rendered into |destination|; zero padded if not enough frames
31 virtual void Run(size_t frames, float* destination) = 0;
64 // Resample |frames| of data from |read_cb_| into |destination|.
65 void Resample(size_t frames, float* destination);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_multi_vector.cc 126 int16_t* destination) const {
127 return ReadInterleavedFromIndex(0, length, destination);
132 int16_t* destination) const {
133 if (!destination) {
136 size_t index = 0; // Number of elements written to |destination| so far.
144 memcpy(destination, &(*this)[0][start_index], length * sizeof(int16_t));
149 destination[index] = (*this)[channel][i + start_index];
157 int16_t* destination) const {
159 return ReadInterleavedFromIndex(Size() - length, length, destination);
  /frameworks/support/navigation/testing/ktx/src/main/java/androidx/navigation/testing/
TestNavigatorDestinationBuilder.kt 28 * Construct a new [TestNavigator.Destination]
33 * Construct a new [TestNavigator.Destination]
38 ) = destination(TestNavigatorDestinationBuilder(provider[TestNavigator::class], id).apply(block))
41 * DSL for constructing a new [TestNavigator.Destination]
47 ) : NavDestinationBuilder<TestNavigator.Destination>(navigator, id)
  /hardware/interfaces/drm/1.0/
ICryptoPlugin.hal 64 * for decrypt source and destination addresses.
78 * destination memory buffer.
95 * @param destination the output buffer for the decryption
112 SharedBuffer source, uint64_t offset, DestinationBuffer destination)
  /hardware/interfaces/drm/1.0/default/
CryptoPlugin.cpp 67 const DestinationBuffer& destination,
75 if (destination.type == BufferType::SHARED_MEMORY) {
76 const SharedBuffer& dest = destination.nonsecureMemory;
78 _hidl_cb(Status::ERROR_DRM_CANNOT_HANDLE, 0, "destination decrypt buffer base not set");
129 if (destination.type == BufferType::SHARED_MEMORY) {
130 const SharedBuffer& destBuffer = destination.nonsecureMemory;
133 _hidl_cb(Status::ERROR_DRM_CANNOT_HANDLE, 0, "destination is a nullptr");
141 destPtr = static_cast<void *>(base + destination.nonsecureMemory.offset);
142 } else if (destination.type == BufferType::NATIVE_HANDLE) {
144 destination.secureMemory.getNativeHandle())
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
ProcessBuilder.java 82 * <li><a name="redirect-output">a destination for <i>standard output</i>
112 * to the same destination (this makes it easier to correlate error
114 * <li>the common destination of standard error and standard output can be
438 * Represents a source of subprocess input or a destination of
516 * Indicates that subprocess I/O source or destination will be the
531 * Returns the {@link File} source or destination associated
540 * When redirected to a destination file, indicates if the output
710 * Sets this process builder's standard output destination.
713 * method send their standard output to this destination.
715 * <p>If the destination is {@link Redirect#PIPE Redirect.PIPE
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 39 * send/receive to a destination address.
72 int direction, String destination, int visibility, int confirm, int status,
80 mDestination = destination;
  /packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
PrefsBackupHelper.java 63 private void copyMatchingPreferences(SharedPreferences source, Editor destination) {
66 setPreference(destination, preference);
  /system/ca-certificates/
Android.mk 31 # $(3): destination directory
32 define include-prebuilt-with-destination-directory
47 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_target_directory))))
56 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_host_directory))))
  /system/core/adb/
socket.h 107 asocket* create_local_service_socket(const char* destination, atransport* transport);
110 void connect_to_remote(asocket *s, const char *destination);
  /system/netd/server/
NetdHwService.h 39 uint64_t networkHandle, const hidl_string& ifname, const hidl_string& destination,
42 uint64_t networkHandle, const hidl_string& ifname, const hidl_string& destination,
  /frameworks/av/media/libaaudio/src/client/
AudioStreamInternalCapture.cpp 160 uint8_t *destination = (uint8_t *) buffer; local
180 memcpy(destination, wrappingBuffer.data[partIndex], numBytes);
185 (float *) destination,
192 (int16_t *) destination,
199 destination += numBytes;
  /frameworks/base/libs/hwui/
GlopBuilder.h 87 GlopBuilder& setModelViewMapUnitToRect(const Rect destination);
88 GlopBuilder& setModelViewMapUnitToRectSnap(const Rect destination);
89 GlopBuilder& setModelViewMapUnitToRectOptionalSnap(bool snap, const Rect& destination) {
91 return setModelViewMapUnitToRectSnap(destination);
93 return setModelViewMapUnitToRect(destination);
  /frameworks/support/navigation/common/src/main/java/androidx/navigation/
NavGraph.java 39 * <p>A NavGraph serves as a 'virtual' destination: while the NavGraph itself will not appear
41 * {@link #getStartDestination starting destination} to be added to the back stack.</p>
49 * {@link #addDestination(NavDestination) add a destination} and
50 * {@link #setStartDestination(int) set the starting destination}.
61 * {@link #addDestination(NavDestination) add a destination} and
62 * {@link #setStartDestination(int) set the starting destination}.
64 * @param navGraphNavigator The {@link NavGraphNavigator} which this destination
102 * Adds a destination to this NavGraph. The destination must have an
105 * <p>The destination must not have a {@link NavDestination#getParent() parent} set. I
182 NavDestination destination = mNodes.get(resid); local
235 NavDestination destination = iterator.next(); local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ContactListItemData.java 61 final String destination = cursor.getString(ContactUtil.INDEX_PHONE_EMAIL); local
81 DisplayNameSources.STRUCTURED_NAME, destination, destinationType, destinationLabel,
89 * optional styled name & destination for showing bold search match.
115 final CharSequence destination = mStyledDestination != null ? local
117 return destination == null ? "" : destination;

Completed in 782 milliseconds

1 2 3 4 5 6 78 91011>>