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

1 23 4 5 6 7 8 91011>>

  /external/brotli/java/org/brotli/wrapper/enc/
BrotliOutputStream.java 25 * @param destination underlying destination
29 public BrotliOutputStream(OutputStream destination, Encoder.Parameters params, int bufferSize)
31 this.encoder = new Encoder(Channels.newChannel(destination), params, bufferSize);
34 public BrotliOutputStream(OutputStream destination, Encoder.Parameters params)
36 this(destination, params, DEFAULT_BUFFER_SIZE);
39 public BrotliOutputStream(OutputStream destination) throws IOException {
40 this(destination, new Encoder.Parameters());
  /frameworks/support/navigation/common/src/main/java/androidx/navigation/
NavGraphNavigator.java 26 * correct destination when the NavGraph is the target of navigation actions.
34 * destination within a {@link NavGraph}.
52 public void navigate(@NonNull NavGraph destination, @Nullable Bundle args,
54 int startId = destination.getStartDestination();
56 throw new IllegalStateException("no start destination defined via"
58 + (destination.getId() != 0
59 ? NavDestination.getDisplayName(mContext, destination.getId())
62 NavDestination startDestination = destination.findNode(startId, false);
65 throw new IllegalArgumentException("navigation destination " + dest
68 dispatchOnNavigatorNavigated(destination.getId(), BACK_STACK_DESTINATION_ADDED)
    [all...]
  /frameworks/support/navigation/testing/ktx/src/test/java/androidx/navigation/testing/
TestNavigatorTest.kt 33 val destination = testNavigator.createDestination()
35 testNavigator.navigate(destination, args, null)
40 assertEquals("last() returns last destination navigated to",
41 destination, foundDestination)
  /frameworks/support/navigation/testing/src/main/java/androidx/navigation/testing/
TestNavigator.java 34 public class TestNavigator extends Navigator<TestNavigator.Destination> {
36 public final ArrayDeque<Pair<Destination, Bundle>> mBackStack = new ArrayDeque<>();
40 public Destination createDestination() {
41 return new Destination(this);
45 public void navigate(@NonNull Destination destination, @Nullable Bundle args,
48 && mBackStack.peekLast().first.getId() == destination.getId()) {
50 mBackStack.add(new Pair<>(destination, args));
51 dispatchOnNavigatorNavigated(destination.getId(), BACK_STACK_UNCHANGED);
53 mBackStack.add(new Pair<>(destination, args))
    [all...]
  /external/gemmlowp/meta/generators/
neon_emitter.py 287 def EmitAdd(self, destination, source, param):
288 self.EmitOp3('add', destination, source, param)
290 def EmitSubs(self, destination, source, param):
291 self.EmitOp3('subs', destination, source, param)
293 def EmitSub(self, destination, source, param):
294 self.EmitOp3('sub', destination, source, param)
296 def EmitMul(self, destination, source, param):
297 self.EmitOp3('mul', destination, source, param)
326 def EmitVAdd(self, add_type, destination, source_1, source_2):
327 destination, source_1, source_2 = _MakeCompatible(destination, source_1
    [all...]
neon_emitter_64.py 523 def EmitAdd(self, destination, source, param):
524 self.EmitOp3('add', destination, source, param)
526 def EmitSubs(self, destination, source, param):
527 self.EmitOp3('subs', destination, source, param)
529 def EmitSub(self, destination, source, param):
530 self.EmitOp3('sub', destination, source, param)
532 def EmitMul(self, destination, source, param):
533 self.EmitOp3('mul', destination, source, param)
538 def EmitVMovl(self, mov_type, destination, source):
540 destination = _AppendType(wide_type, destination
    [all...]
  /external/v8/src/compiler/
gap-resolver.cc 22 inline bool Blocks(MoveOperands* move, InstructionOperand destination) {
23 return !move->IsEliminated() && move->source().InterferesWith(destination);
36 const LocationOperand& dst_loc = LocationOperand::cast(move->destination());
98 if (!kSimpleFPAliasing && move->destination().IsFPRegister()) {
100 REP_BIT(LocationOperand::cast(move->destination()).representation());
112 if (!move->IsEliminated() && move->destination().IsFloatRegister())
120 if (!move->IsEliminated() && move->destination().IsDoubleRegister())
143 // Clear this move's destination to indicate a pending move. The actual
144 // destination is saved on the side.
147 InstructionOperand destination = move->destination() local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactRequest.java 28 * A request object for contact images. ContactRequests have a destination because multiple
109 * include the destination. We need to put multiple ContactRequests in a set,
110 * but its implementations of equals() and hashcode() don't include the destination.
115 public final ContactDrawableInterface destination; field in class:ContactRequest.ContactRequestHolder
118 final ContactDrawableInterface destination) {
120 this.destination = destination;
139 if (destination != null ? !destination.equals(that.destination)
    [all...]
  /frameworks/av/media/libaaudio/src/utility/
AAudioUtilities.cpp 78 int16_t *destination,
84 *destination++ = clipAndClampFloatToPcm16(sample, scaler);
89 int16_t *destination,
100 *destination++ = clipAndClampFloatToPcm16(sample, scaler);
109 float *destination,
114 destination[i] = source[i] * scaler;
120 float *destination,
129 *destination++ = *source++ * scaler;
138 float *destination,
151 *destination++ = sample * scaler
    [all...]
  /external/valgrind/memcheck/tests/
overlap.stderr.exp 1 Source and destination overlap in memcpy(0x........, 0x........, 21)
5 Source and destination overlap in memcpy(0x........, 0x........, 21)
9 Source and destination overlap in strncpy(0x........, 0x........, 21)
13 Source and destination overlap in strncpy(0x........, 0x........, 21)
17 Source and destination overlap in strcpy(0x........, 0x........)
21 Source and destination overlap in strncat(0x........, 0x........, 21)
25 Source and destination overlap in strncat(0x........, 0x........, 21)
  /frameworks/support/navigation/common/ktx/src/androidTest/java/androidx/navigation/
NavGraphTest.kt 38 val destination = NavDestination(navigator).apply { id = DESTINATION_ID }
39 graph += destination
40 assertSame("plusAssign destination should be retrieved with get", destination,
47 val destination = NavDestination(navigator).apply { id = DESTINATION_ID }
48 graph += destination
49 assertSame("plusAssign destination should be retrieved with get", destination,
51 graph -= destination
52 assertFalse("Destination should be removed after minusAssign"
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/params/
RggbChannelVector.java 133 * Copy the vector into the destination in the order {@code [R, Geven, Godd, B]}.
135 * @param destination
142 * If {@code destination} was {@code null}
144 * If there's not enough room to write the elements at the specified destination and
147 public void copyTo(final float[] destination, final int offset) {
148 checkNotNull(destination, "destination must not be null");
149 if (destination.length - offset < COUNT) {
150 throw new ArrayIndexOutOfBoundsException("destination too small to fit elements");
153 destination[offset + RED] = mRed
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
ParcelableConnection.java 306 public void writeToParcel(Parcel destination, int flags) {
307 destination.writeParcelable(mPhoneAccount, 0);
308 destination.writeInt(mState);
309 destination.writeInt(mConnectionCapabilities);
310 destination.writeParcelable(mAddress, 0);
311 destination.writeInt(mAddressPresentation);
312 destination.writeString(mCallerDisplayName);
313 destination.writeInt(mCallerDisplayNamePresentation);
314 destination.writeStrongBinder(
316 destination.writeInt(mVideoState)
    [all...]
ParcelableCall.java 381 public void writeToParcel(Parcel destination, int flags) {
382 destination.writeString(mId);
383 destination.writeInt(mState);
384 destination.writeParcelable(mDisconnectCause, 0);
385 destination.writeList(mCannedSmsResponses);
386 destination.writeInt(mCapabilities);
387 destination.writeInt(mProperties);
388 destination.writeLong(mConnectTimeMillis);
389 destination.writeParcelable(mHandle, 0);
390 destination.writeInt(mHandlePresentation)
    [all...]
ParcelableConference.java 175 public void writeToParcel(Parcel destination, int flags) {
176 destination.writeParcelable(mPhoneAccount, 0);
177 destination.writeInt(mState);
178 destination.writeInt(mConnectionCapabilities);
179 destination.writeList(mConnectionIds);
180 destination.writeLong(mConnectTimeMillis);
181 destination.writeStrongBinder(
183 destination.writeInt(mVideoState);
184 destination.writeParcelable(mStatusHints, 0);
185 destination.writeBundle(mExtras)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
input_audio_file.cc 24 bool InputAudioFile::Read(size_t samples, int16_t* destination) {
28 size_t samples_read = fread(destination, sizeof(int16_t), samples, fp_);
33 if (fread(destination, sizeof(int16_t), missing_samples, fp_) <
65 int16_t* destination) {
66 // Start from the end of |source| and |destination|, and work towards the
68 // |source| and |destination| are the same array).
71 destination[i * channels + j] = source[i];
packet.cc 149 void Packet::CopyToHeader(RTPHeader* destination) const {
150 destination->markerBit = header_.markerBit;
151 destination->payloadType = header_.payloadType;
152 destination->sequenceNumber = header_.sequenceNumber;
153 destination->timestamp = header_.timestamp;
154 destination->ssrc = header_.ssrc;
155 destination->numCSRCs = header_.numCSRCs;
156 destination->paddingLength = header_.paddingLength;
157 destination->headerLength = header_.headerLength;
158 destination->payload_type_frequency = header_.payload_type_frequency
    [all...]
  /external/webrtc/webrtc/common_audio/resampler/
push_sinc_resampler.h 27 // Provide the size of the source and destination blocks in samples. These
36 // provided in destination (for convenience, since this will always be equal
39 int16_t* destination, size_t destination_capacity);
42 float* destination,
53 void Run(size_t frames, float* destination) override;
  /frameworks/support/navigation/common/ktx/src/main/java/androidx/navigation/
NavDestinationBuilder.kt 34 * The descriptive label of the destination
39 * The default arguments that should be passed to the destination
46 * Add a deep link to this destination.
69 * Adds a new [NavAction] to the destination
79 return navigator.createDestination().also { destination ->
80 destination.id = id
81 destination.label = label
82 destination.setDefaultArguments(defaultArguments)
84 destination.addDeepLink(deepLink)
87 destination.putAction(actionId, action
    [all...]
  /frameworks/support/navigation/fragment/src/androidTest/java/androidx/navigation/fragment/
FragmentNavigatorTest.java 63 FragmentNavigator.Destination destination = fragmentNavigator.createDestination(); local
64 destination.setFragmentClass(EmptyFragment.class);
66 fragmentNavigator.navigate(destination, null, null);
79 FragmentNavigator.Destination destination = fragmentNavigator.createDestination(); local
80 destination.setFragmentClass(EmptyFragment.class);
82 fragmentNavigator.navigate(destination, null, null);
87 fragmentNavigator.navigate(destination, null,
106 FragmentNavigator.Destination destination = fragmentNavigator.createDestination() local
    [all...]
  /packages/apps/Gallery2/jni/filters/
contrast.c 41 char* destination = 0; local
42 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
43 unsigned char * rgb = (unsigned char * )destination;
highlight.c 24 char* destination = 0; local
25 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
26 unsigned char * rgb = (unsigned char * )destination;
shadows.c 31 char* destination = 0; local
32 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
33 unsigned char * rgb = (unsigned char * )destination;
  /external/tensorflow/tensorflow/compiler/xla/
shape_tree_test.cc 246 ShapeTree<int> destination(array_shape_, 123);
248 EXPECT_EQ(destination.element(/*index=*/{}), 123);
249 destination.CopySubtreeFrom(source, /*source_base_index=*/{},
251 EXPECT_EQ(destination.element(/*index=*/{}), 42);
263 ShapeTree<int> destination(tuple_shape_, 0);
265 destination.CopySubtreeFrom(source, /*source_base_index=*/{},
267 EXPECT_EQ(destination.element(/*index=*/{}), 10);
268 EXPECT_EQ(destination.element(/*index=*/{0}), 11);
269 EXPECT_EQ(destination.element(/*index=*/{1}), 12);
270 EXPECT_EQ(destination.element(/*index=*/{2}), 13)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleRecipientEntry.java 31 final String destination, final int destinationType, final String destinationLabel,
35 super(entryType, displayName, destination, destinationType, destinationLabel, contactId,
40 final int displayNameSource, final String destination, final int destinationType,
44 return new BugleRecipientEntry(ENTRY_TYPE_PERSON, displayName, destination, destinationType,
50 final int displayNameSource, final String destination, final int destinationType,
54 return new BugleRecipientEntry(ENTRY_TYPE_PERSON, displayName, destination, destinationType,

Completed in 985 milliseconds

1 23 4 5 6 7 8 91011>>