Searched refs:to (Results 426 - 450 of 559) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/os/
H A DFileUtils.java10 * Unless required by applicable law or agreed to in writing, software
104 * @param mode to apply through {@code chmod}
105 * @param uid to apply through {@code chown}, or -1 to leave unchanged
106 * @param gid to apply through {@code chown}, or -1 to leave unchanged
116 * @param mode to apply through {@code chmod}
117 * @param uid to apply through {@code chown}, or -1 to leave unchanged
118 * @param gid to appl
169 copyPermissions(File from, File to) argument
267 copy(@onNull File from, @NonNull File to) argument
281 copy(@onNull File from, @NonNull File to, @Nullable ProgressListener listener, @Nullable CancellationSignal signal) argument
[all...]
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpClient.java10 * Unless required by applicable law or agreed to in writing, software
67 * Written to behave similarly to the DhcpStateMachine + dhcpcd 5.5.6 combination used in Android
108 /* Commands from controller to start/stop DHCP */
112 /* Notification from DHCP state machine prior to DHCP discovery/renewal */
120 /* Command from controller to indicate DHCP discovery/renewal can continue
124 /* Command and event notification to/from IpManager requesting the setting
131 /* Message.arg1 arguments to CMD_POST_DHCP_ACTION notification */
172 // - We use a packet socket to receive, because servers send us packets bound for IP addresses
174 // - We use a UDP socket to sen
327 connectUdpSock(Inet4Address to) argument
397 transmitPacket(ByteBuffer buf, String description, int encap, Inet4Address to) argument
432 sendRequestPacket( Inet4Address clientAddress, Inet4Address requestedAddress, Inet4Address serverAddress, Inet4Address to) argument
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp10 * Unless required by applicable law or agreed to in writing, software
43 ALOGE("trying to post a duplicate reply");
276 /* NOLINT added to avoid incorrect warning/fix from clang.tidy */ \
399 ALOGW("failed to deliver message as target handler %d is gone.", mTarget);
409 ALOGW("failed to post message as target looper for handler %d is gone.", mTarget);
420 ALOGW("failed to post message as target looper for handler %d is gone.", mTarget);
426 ALOGE("failed to create reply token");
437 ALOGW("failed to post reply to a NULL token");
442 ALOGW("failed to pos
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DFilt_6k_7k_opt.s10 @ ** Unless required by applicable law or agreed to in writing, software
52 MOV r3, r8 @ change myMemCopy to Copy, due to Copy will change r3 content
85 STR r5, [sp, #-4] @ PUSH r5 to stack
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DFilt_6k_7k_neon.s10 @ ** Unless required by applicable law or agreed to in writing, software
56 MOV r3, r8 @ change myMemCopy to Copy, due to Copy will change r3 content
85 @STR r5, [sp, #-4] @ PUSH r5 to stack
H A Dsyn_filt_neon.s10 @ ** Unless required by applicable law or agreed to in writing, software
46 VST1.S16 {D0, D1, D2, D3}, [r5]! @store 16 mem[] to *yy
/frameworks/support/v7/recyclerview/src/test/java/androidx/recyclerview/widget/
H A DDiffUtilTest.java10 * Unless required by applicable law or agreed to in writing, software
446 private void move(int from, int to) { argument
448 mAfter.add(to, removed);
449 mLog.append("move(").append(from).append(",").append(to).append(");\n");
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Decoder.h10 * Unless required by applicable law or agreed to in writing, software
135 bool supportsSeamlessFormatChange(const sp<AMessage> &to) const;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h10 * Unless required by applicable law or agreed to in writing, software
135 bool supportsSeamlessFormatChange(const sp<AMessage> &to) const;
/frameworks/base/core/java/android/view/animation/
H A DTransformation.java10 * Unless required by applicable law or agreed to in writing, software
26 * Defines the transformation to be applied at
63 * Reset the transformation to a state that leaves the object
103 * @param t The transformation to clone.
118 * Apply this Transformation to an existing Transformation, e.g. apply
119 * a scale effect to something that has already been rotated.
156 * @return The 3x3 Matrix representing the trnasformation to apply to the
167 public void setAlpha(@FloatRange(from=0.0, to=1.0) float alpha) {
238 * Print short string, to optimiz
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DAdapterHelper.java10 * Unless required by applicable law or agreed to in writing, software
29 * To support animations, RecyclerView presents an older version the Adapter to best represent
35 * pre processing, AdapterHelper finds out which UpdateOps can be deferred to second layout pass
37 * according to previously deferred operation and dispatch them before the first layout pass. It
41 * Although operations may be forwarded to LayoutManager in different orders, resulting data set
42 * is guaranteed to be the consistent.
142 // to post layout stage.
145 // have any effect in pre-layout since their add ops are already deferred to
149 // Create an UpdateOp and dispatch it to LayoutManager.
157 // this position. Instead, post it to LayoutManage
538 onItemRangeMoved(int from, int to, int itemCount) argument
773 offsetPositionsForMove(int from, int to) argument
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DOutline.java10 * Unless required by applicable law or agreed to in writing, software
30 * Can be computed for a View, or computed by a Drawable, to drive the shape of
31 * shadows cast by a View, or to clip the contents of the View.
62 * Only guaranteed to be non-null when mode == MODE_CONVEX_PATH
76 * Constructs an empty Outline. Call one of the setter methods to make
89 * Sets the outline to be empty.
95 // rewind here to avoid thrashing the allocations, but could alternately clear ref
117 * Returns whether the outline can be used to clip a View.
129 * Sets the alpha represented by the Outline - the degree to which the
130 * producer is guaranteed to b
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java10 * Unless required by applicable law or agreed to in writing, software
69 * drawing things to the screen; the Drawable class provides a generic API for
71 * Unlike a {@link android.view.View}, a Drawable does not have any facility to
74 * <p>In addition to simple drawing, Drawable provides a number of generic
75 * mechanisms for its client to interact with what is being drawn:
78 * <li> The {@link #setBounds} method <var>must</var> be called to tell the
85 * information about how to frame content that is placed inside of them.
86 * For example, a Drawable that is intended to be the frame for a button
87 * widget would need to return padding that correctly places the label
90 * <li> The {@link #setState} method allows the client to tel
[all...]
/frameworks/base/libs/protoutil/src/
H A DProtoOutputStream.cpp10 * Unless required by applicable law or agreed to in writing, software
302 // If raw size is larger than 0, write the negative value here to indicate a compact is needed.
322 ALOGE("Can't compact when depth(%" PRIu32 ") is not zero. Missing calls to end.", mDepth);
327 if (rawBufferSize == 0) return true; // nothing to do if the buffer is empty;
332 ALOGE("Failed to editEncodedSize.");
340 ALOGE("Failed to compactSize.");
343 // copy the reset to the buffer.
348 // mark true means it is not legal to write to this ProtoOutputStream anymore
436 // write encoded size to buffe
537 To to; local
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DColorDisplayService.java10 * Unless required by applicable law or agreed to in writing, software
65 * The transition time, in milliseconds, for Night Display to turn on/off.
78 * Evaluator used to animate color matrix transitions.
104 // Nothing to publish.
340 final float[] to = mIsActivated ? mMatrixNight : MATRIX_IDENTITY;
343 dtm.setColorMatrix(LEVEL_COLOR_MATRIX_NIGHT_DISPLAY, to);
346 from == null ? MATRIX_IDENTITY : from, to);
372 dtm.setColorMatrix(LEVEL_COLOR_MATRIX_NIGHT_DISPLAY, to);
382 * Set the color transformation {@code MATRIX_NIGHT} to the given color temperature.
408 * Returns the first date time corresponding to th
[all...]
/frameworks/base/tools/aapt2/java/
H A DManifestClassGenerator_test.cpp10 * Unless required by applicable law or agreed to in writing, software
80 <!-- Required to access the internet.
97 * Required to access the internet.
126 // This is bad but part of public API behaviour so we need to preserve it.
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec68 // Hard to export to Java:
/frameworks/rs/cpp/util/
H A DRefBase.h10 * Unless required by applicable law or agreed to in writing, software
34 TextOutput& printWeakPointer(TextOutput& to, const void* val);
226 // promotion to sp
288 TextOutput& operator<<(TextOutput& to, const wp<T>& val);
449 inline TextOutput& operator<<(TextOutput& to, const wp<T>& val)
451 return printWeakPointer(to, val.unsafe_get());
499 // sp<> and wp<> need to be handled specially, because they do not
/frameworks/rs/script_api/
H A Drs_vector_math.spec10 # Unless required by applicable law or agreed to in writing, software
30 subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and
33 values may be flushed to zero, and rounding towards zero may be used.</li>
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DPagingIndicator.java10 * Unless required by applicable law or agreed to in writing, software
109 // X position when the dot is located to the left of the selected dot.
111 // X position when the dot is located to the right of the selected dot.
188 // Use software layer to show shadows.
247 private Animator createDotAlphaAnimator(float from, float to) { argument
248 ObjectAnimator animator = ObjectAnimator.ofFloat(null, DOT_ALPHA, from, to);
254 private Animator createDotDiameterAnimator(float from, float to) { argument
255 ObjectAnimator animator = ObjectAnimator.ofFloat(null, DOT_DIAMETER, from, to);
/frameworks/support/navigation/safe-args-generator/src/main/kotlin/androidx/navigation/safe/args/generator/
H A DNavWriter.kt10 * Unless required by applicable law or agreed to in writing, software
80 fun copyProperties(to: String, from: String) = CodeBlock.builder()
82 args.forEach { arg -> addStatement("$to.${arg.name} = $from.${arg.name}") }
99 action to generateDirectionsTypeSpec(action)
/frameworks/support/textclassifier/src/main/java/androidx/textclassifier/
H A DEntityConfidence.java10 * Unless required by applicable law or agreed to in writing, software
55 * Constructs an EntityConfidence from a map of entity to confidence.
57 * Map entries that have 0 confidence are removed, and values greater than 1 are clamped to 1.
59 * @param source a map from entity to a confidence value in the range 0 (low confidence) to
65 // Prune non-existent entities and clamp to 1.
76 * high confidence to low confidence.
85 * 0 (low confidence) to 1 (high confidence). 0 indicates that the entity was not found for the
88 @FloatRange(from = 0.0, to = 1.0)
144 /** Helper to sor
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DAdapterHelper.java10 * Unless required by applicable law or agreed to in writing, software
30 * To support animations, RecyclerView presents an older version the Adapter to best represent
36 * pre processing, AdapterHelper finds out which UpdateOps can be deferred to second layout pass
38 * according to previously deferred operation and dispatch them before the first layout pass. It
42 * Although operations may be forwarded to LayoutManager in different orders, resulting data set
43 * is guaranteed to be the consistent.
143 // to post layout stage.
146 // have any effect in pre-layout since their add ops are already deferred to
150 // Create an UpdateOp and dispatch it to LayoutManager.
158 // this position. Instead, post it to LayoutManage
539 onItemRangeMoved(int from, int to, int itemCount) argument
774 offsetPositionsForMove(int from, int to) argument
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/core/java/android/hardware/radio/
H A DProgramSelector.java10 * Unless required by applicable law or agreed to in writing, software
36 * A set of identifiers necessary to tune to a given station.
123 @IntRange(from = PROGRAM_TYPE_VENDOR_START, to = PROGRAM_TYPE_VENDOR_END)
139 * The remaining bits should be set to zeros when writing on the chip side
147 * as opposed to HD Radio standard (where it's 1-based).
156 * Due to Station ID abuse, some HD_STATION_ID_EXT identifiers may be not
159 * by the tuner hardware to double-check tuning.
161 * The name is limited to the first 8 A-Z0-9 characters (lowercase letters
162 * must be converted to uppercas
[all...]

Completed in 1071 milliseconds

<<11121314151617181920>>