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

1 2 3 4 5 67 8 91011>>

  /external/v8/src/compiler/
move-optimizer.cc 15 InstructionOperand destination; member in struct:v8::internal::compiler::__anon40915::MoveKey
21 return a.destination.CompareCanonicalized(b.destination);
180 // destination operand.
195 if (outputs.ContainsOpOrAlias(move->destination()) &&
196 !inputs.ContainsOpOrAlias(move->destination())) {
205 if (!inputs.ContainsOpOrAlias(move->destination())) {
244 src_cant_be.InsertOp(move->destination());
249 // destination operands are eligible for being moved down.
252 if (!dst_cant_be.ContainsOpOrAlias(move->destination())) {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
ContactUtil.java 244 * Lookup a destination (phone, email). Supplied destination should be a relatively complete
246 * loose match to see whether there is a contact that matches this destination.
249 final String destination) {
250 if (MmsSmsUtils.isEmailAddress(destination)) {
251 return ContactUtil.lookupEmail(context, destination);
253 return ContactUtil.lookupPhone(context, destination);
265 * Get a list of destinations (phone, email) matching the partial destination.
268 final String destination) {
269 if (shouldFilterForEmail(destination)) {
493 final String destination = cursor.getString( local
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
DisconnectCause.java 222 public void writeToParcel(Parcel destination, int flags) {
223 destination.writeInt(mDisconnectCode);
224 TextUtils.writeToParcel(mDisconnectLabel, destination, flags);
225 TextUtils.writeToParcel(mDisconnectDescription, destination, flags);
226 destination.writeString(mDisconnectReason);
227 destination.writeInt(mToneToPlay);
AudioState.java 161 public void writeToParcel(Parcel destination, int flags) {
162 destination.writeByte((byte) (isMuted ? 1 : 0));
163 destination.writeInt(route);
164 destination.writeInt(supportedRouteMask);
ConnectionRequest.java 364 public void writeToParcel(Parcel destination, int flags) {
365 destination.writeParcelable(mAccountHandle, 0);
366 destination.writeParcelable(mAddress, 0);
367 destination.writeParcelable(mExtras, 0);
368 destination.writeInt(mVideoState);
369 destination.writeString(mTelecomCallId);
370 destination.writeInt(mShouldShowIncomingCallUi ? 1 : 0);
371 destination.writeParcelable(mRttPipeFromInCall, 0);
372 destination.writeParcelable(mRttPipeToInCall, 0);
  /frameworks/support/navigation/common/ktx/src/androidTest/java/androidx/navigation/
NavGraphBuilderTest.kt 40 assertTrue("Destination should be added to the graph",
51 assertTrue("Destination should be added to the graph",
58 val destination = NavDestination(provider[TestNavigator::class]).apply {
61 addDestination(destination)
63 assertTrue("Destination should be added to the graph",
82 assertTrue("Destination should be added to the graph",
97 ) = destination(NavDestinationBuilder(provider[TestNavigator::class], id).apply(block))
  /frameworks/support/navigation/runtime/src/main/java/androidx/navigation/
NavDeepLinkBuilder.java 34 * Class used to construct deep links to a particular destination in a {@link NavGraph}.
39 * <li>The destination and all of its parents will be on the back stack.</li>
41 * destination.</li>
44 * The parent of the destination is the {@link NavGraph#getStartDestination() start destination}
45 * of the containing {@link NavGraph navigation graph}. In the cases where the destination is
46 * the start destination of its containing navigation graph, the start destination of its
117 * Sets the graph that contains the {@link #setDestination(int) deep link destination}.
119 * @param navGraphId ID of the {@link NavGraph} containing the deep link destination
163 NavDestination destination = possibleDestinations.poll(); local
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/sandbox/
SandboxConfigUtil.java 62 File destination = null; local
64 destination = FileUtil.createTempFile("config-container", ".xml");
72 FileUtil.deleteFile(destination);
81 mCmdArgs.add(destination.getAbsolutePath());
87 return destination;
89 FileUtil.deleteFile(destination);
  /external/ImageMagick/MagickCore/
thread-private.h 32 #define magick_threads(source,destination,chunk,expression) \
37 ((GetImagePixelCacheType(destination) == MemoryCache) || \
38 (GetImagePixelCacheType(destination) == MapCache)) ? \
  /libcore/luni/src/test/java/libcore/dalvik/system/
ClassLoaderTestSupport.java 77 File destination) throws IOException {
79 assertFalse(destination.exists());
85 try (FileOutputStream out = new FileOutputStream(destination)) {
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
CoordinateUtils.java 48 public static void copy(@Nonnull final int[] destination, @Nonnull final int[] source) {
49 destination[INDEX_X] = source[INDEX_X];
50 destination[INDEX_Y] = source[INDEX_Y];
  /external/autotest/site_utils/lxc/
zygote.py 149 @param container_path: Path to the destination dir (in the container).
166 # In the container, bind-mount from host path to destination.
167 # The mount destination must have the correct type (file vs dir).
176 def mount_dir(self, source, destination, readonly=False):
180 @param destination: Directory in container to mount the source directory
184 return super(Zygote, self).mount_dir(source, destination, readonly)
186 # Destination path in container must be absolute.
187 if not os.path.isabs(destination):
188 destination = os.path.join('/', destination)
    [all...]
  /external/libbrillo/brillo/
any_internal_impl.h 33 // From and To are the source and destination types.
322 // Copies the data from the current buffer into the |destination|.
323 void CopyTo(Buffer* destination) const {
325 destination->Clear();
327 GetDataPtr()->CopyTo(destination);
331 // Moves the data from the current buffer into the |destination|.
332 void MoveTo(Buffer* destination) {
334 destination->Clear();
337 destination->Clear();
338 destination->storage_ = kExternal
    [all...]
  /external/libchrome/base/
task_runner_util_unittest.cc 22 void StoreValue(int* destination, int value) {
23 *destination = value;
26 void StoreDoubleValue(double* destination, double value) {
27 *destination = value;
  /frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
AesCtrDecryptor.h 35 const uint8_t* source, uint8_t* destination,
  /frameworks/av/services/oboeservice/
AAudioMixer.h 48 void mixPart(float *destination, float *source, int32_t numFrames);
  /frameworks/base/core/java/android/print/
PrintDocumentAdapter.java 68 * pages to the provided destination. The execution of this method is not
234 * @param destination The destination file descriptor to which to write.
241 public abstract void onWrite(PageRange[] pages, ParcelFileDescriptor destination,
PrintFileDocumentAdapter.java 89 public void onWrite(PageRange[] pages, ParcelFileDescriptor destination,
91 mWriteFileAsyncTask = new WriteFileAsyncTask(destination, cancellationSignal, callback);
104 public WriteFileAsyncTask(ParcelFileDescriptor destination,
106 mDestination = destination;
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfRenderer.java 355 * whole page to the destination clip if provided or the destination bitmap if no
360 * destination bitmap contains a portion of the image, for example when zooming.
365 * <strong>Note: </strong> The destination bitmap format must be
374 * @param destination Destination bitmap to which to render.
382 public void render(@NonNull Bitmap destination, @Nullable Rect destClip,
388 destination = Preconditions.checkNotNull(destination, "bitmap null");
390 if (destination.getConfig() != Config.ARGB_8888)
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
CircularImageView.java 27 private final RectF destination; field in class:CircularImageView
44 destination = new RectF();
80 destination.set(getPaddingLeft(), getPaddingTop(), getWidth() - getPaddingRight(),
83 drawBitmapWithCircleOnCanvas(bitmap, canvas, source, destination);
88 * mask. Only draws a circle with diameter equal to the destination width.
93 * @param dest The destination bound on the canvas.
  /frameworks/support/navigation/common/src/test/java/androidx/navigation/
EmptyNavigator.java 37 public void navigate(@NonNull NavDestination destination, @Nullable Bundle args,
  /frameworks/support/navigation/ui/src/main/java/androidx/navigation/ui/
NavigationUI.java 58 * {@link NavDestination#getId() destination id} to be navigated to.</p>
61 * @param navController The NavController that hosts the destination.
62 * @return True if the {@link NavController} was able to navigate to the destination
118 * the destination changes (assuming there is a valid {@link NavDestination#getLabel label}).
120 * <p>The action bar will also display the Up button when you are on a non-root destination.
138 * the destination changes (assuming there is a valid {@link NavDestination#getLabel label}).
140 * <p>The action bar will also display the Up button when you are on a non-root destination and
141 * the drawer icon when on the root destination, automatically animating between them.
159 * The selected item in the NavigationView will automatically be updated when the destination
187 @NonNull NavDestination destination) {
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSSerializer.java 381 * @param destination The destination for the serialized DOM.
394 LSOutput destination)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/epiphany/
badpostmod.s 4 ldrd r0,[r1],r2 ; tricky because r1 is implied as destination
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
farcall-section.s 2 @ if the destination is of type STT_SECTION (eg non-global symbol)

Completed in 1436 milliseconds

1 2 3 4 5 67 8 91011>>