Searched refs:from (Results 26 - 50 of 714) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/include/foundation/
H A DAString.h33 AString(const String8 &from); // NOLINT, implicit conversion
34 AString(const AString &from);
35 AString(const AString &from, size_t offset, size_t n);
38 AString &operator=(const AString &from);
41 void setTo(const AString &from, size_t offset, size_t n);
55 void append(const AString &from);
56 void append(const AString &from, size_t offset, size_t n);
67 void insert(const AString &from, size_t insertionPos);
68 void insert(const char *from, size_t size, size_t insertionPos);
/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DTarget.java38 * Copied from: frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/Target.java
143 Target(Target from) { argument
144 System.arraycopy(from.mSaturationTargets, 0, mSaturationTargets, 0,
146 System.arraycopy(from.mLightnessTargets, 0, mLightnessTargets, 0,
148 System.arraycopy(from.mWeights, 0, mWeights, 0, mWeights.length);
154 @FloatRange(from = 0, to = 1)
162 @FloatRange(from = 0, to = 1)
170 @FloatRange(from = 0, to = 1)
178 @FloatRange(from = 0, to = 1)
186 @FloatRange(from
[all...]
/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
H A DTarget.java125 Target(Target from) { argument
126 System.arraycopy(from.mSaturationTargets, 0, mSaturationTargets, 0,
128 System.arraycopy(from.mLightnessTargets, 0, mLightnessTargets, 0,
130 System.arraycopy(from.mWeights, 0, mWeights, 0, mWeights.length);
136 @FloatRange(from = 0, to = 1)
144 @FloatRange(from = 0, to = 1)
152 @FloatRange(from = 0, to = 1)
160 @FloatRange(from = 0, to = 1)
168 @FloatRange(from = 0, to = 1)
176 @FloatRange(from
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java160 throw InstallerException.from(e);
170 throw InstallerException.from(e);
180 throw InstallerException.from(e);
190 throw InstallerException.from(e);
200 throw InstallerException.from(e);
209 throw InstallerException.from(e);
221 throw InstallerException.from(e);
239 throw InstallerException.from(e);
255 throw InstallerException.from(e);
265 throw InstallerException.from(
510 public static InstallerException from(Exception e) throws InstallerException { method in class:Installer.InstallerException
[all...]
H A DPackageManagerException.java43 public static PackageManagerException from(PackageParserException e) method in class:PackageManagerException
48 public static PackageManagerException from(InstallerException e) method in class:PackageManagerException
/frameworks/base/core/java/android/accounts/
H A DAccountManagerInternal.java57 @NonNull String packageName, @IntRange(from = 0) int userId,
67 public abstract boolean hasAccountAccess(@NonNull Account account, @IntRange(from = 0) int uid);
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
H A DReflectIntermediateClass.java28 public static int get(int from, int to, int sleepMillis) throws ClassNotFoundException, argument
32 for (int i = from; i <= to; i++) {
/frameworks/support/annotations/src/android/support/annotation/
H A DRequiresApi.java42 @IntRange(from=1)
46 @IntRange(from=1)
/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassifier.java74 * scores. The selections are ordered from highest to lowest scoring.
92 @IntRange(from = 0) int selectionStartIndex,
93 @IntRange(from = 0) int selectionEndIndex,
116 @IntRange(from = 0) int startIndex,
117 @IntRange(from = 0) int endIndex,
H A DTextLanguage.java66 @IntRange(from = 0)
73 * Language locales are ordered from high confidence to low confidence.
84 * Returns the confidence score for the specified language. The value ranges from
88 @FloatRange(from = 0.0, to = 1.0)
117 public Builder(@IntRange(from = 0) int startIndex, @IntRange(from = 0) int endIndex) {
128 @NonNull Locale locale, @FloatRange(from = 0.0, to = 1.0) float confidenceScore) {
H A DTextSelection.java66 @IntRange(from = 0)
72 * Returns the entity at the specified index. Entities are ordered from high confidence
84 * Returns the confidence score for the specified entity. The value ranges from
88 @FloatRange(from = 0.0, to = 1.0)
124 public Builder(@IntRange(from = 0) int startIndex, @IntRange(from = 0) int endIndex) {
134 * @param confidenceScore a value from 0 (low confidence) to 1 (high confidence).
140 @FloatRange(from = 0.0, to = 1.0) float confidenceScore) {
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp66 AString::AString(const String8 &from) argument
70 setTo(from.string(), from.length());
73 AString::AString(const AString &from) argument
77 setTo(from, 0, from.size());
80 AString::AString(const AString &from, size_t offset, size_t n) argument
84 setTo(from, offset, n);
91 AString &AString::operator=(const AString &from) { argument
92 if (&from !
120 setTo(const AString &from, size_t offset, size_t n) argument
204 append(const AString &from) argument
208 append(const AString &from, size_t offset, size_t n) argument
287 insert(const AString &from, size_t insertionPos) argument
291 insert(const char *from, size_t size, size_t insertionPos) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSIMAccessor.java15 mTelephonyManager = TelephonyManager.from(context);
16 mSubscriptionManager = SubscriptionManager.from(context);
/frameworks/support/compat/java/android/support/v4/os/
H A DLocaleListInterface.java43 @IntRange(from = 0)
46 @IntRange(from = -1)
/frameworks/base/core/java/android/print/
H A DPageRange.java50 public PageRange(@IntRange(from = 0) int start, @IntRange(from = 0) int end) {
73 public @IntRange(from = 0) int getStart() {
82 public @IntRange(from = 0) int getEnd() {
/frameworks/data-binding/extensions/
H A Dbuild.gradle19 apply from: "${project.projectDir}/../propLoader.gradle"
20 apply from: "${project.projectDir}/../supportBundle.gradle"
/frameworks/rs/script_api/
H A Drs_io.spec30 summary: Receive new content from the queue
32 Receive a new set of contents from the queue.
35 This function should not be called from inside a kernel, or from any function
36 that may be called directly or indirectly from a kernel. Doing so would cause a
50 This function should not be called from inside a kernel, or from any function
51 that may be called directly or indirectly from a kernel. Doing so would cause a
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DSharingSupport.java55 ShareCompat.IntentBuilder b = ShareCompat.IntentBuilder.from(this);
56 b.setType("text/plain").setText("Share from menu");
64 ShareCompat.IntentBuilder.from(this)
78 ShareCompat.IntentBuilder.from(this)
101 ShareCompat.IntentBuilder.from(this)
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DSharingSupport.java55 ShareCompat.IntentBuilder b = ShareCompat.IntentBuilder.from(this);
56 b.setType("text/plain").setText("Share from menu");
64 ShareCompat.IntentBuilder.from(this)
78 ShareCompat.IntentBuilder.from(this)
101 ShareCompat.IntentBuilder.from(this)
/frameworks/base/core/java/android/print/pdf/
H A DPrintedPdfDocument.java32 * This class computes the page width, page height, and content rectangle from the provided print
86 // Compute the size of the target canvas from the attributes.
92 // Compute the content size from the attributes.
108 * from the print attributes passed in the constructor and the given page number to create an
128 public @NonNull Page startPage(@IntRange(from = 0) int pageNumber) {
141 public @IntRange(from = 0) int getPageWidth() {
150 public @IntRange(from = 0) int getPageHeight() {
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/src/androidTest/java/com/android/databinding/multimoduletestapp/
H A DGeneratedLayoutTest.java28 LayoutInflater inflater = LayoutInflater.from(getContext());
38 LayoutInflater inflater = LayoutInflater.from(getContext());
48 LayoutInflater inflater = LayoutInflater.from(getContext());
/frameworks/base/core/java/android/view/
H A DWindowManager.java133 * Used to asynchronously request Keyboard Shortcuts from the focused window.
176 * {@link Gravity#END} it provides an offset from the given edge.
184 * an offset from the given edge.
211 * <li> <strong>Application windows</strong> (ranging from
217 * <li> <strong>Sub-windows</strong> (ranging from
222 * <li> <strong>System windows</strong> (ranging from
254 @ViewDebug.IntToString(from = TYPE_BASE_APPLICATION,
256 @ViewDebug.IntToString(from = TYPE_APPLICATION,
258 @ViewDebug.IntToString(from = TYPE_APPLICATION_STARTING,
260 @ViewDebug.IntToString(from
[all...]
/frameworks/base/core/java/android/app/
H A DActionBar.java65 * object obtained from the Activity can be used to control either configuration transparently.</p>
69 * select items accessible directly from the action bar as "action items". You can also
85 * same space, the {@link android.view.ActionMode} APIs are distinct and independent from those for
696 * Remove a tab from the action bar. If the removed tab was selected it will be deselected
710 * Remove a tab from the action bar. If the removed tab was selected it will be deselected
724 * Remove all tabs from the action bar and deselect the current tab.
883 * <p>If you pass <code>null</code> to this method, the default drawable from the theme
903 * <p>If you pass <code>0</code> to this method, the default drawable from the theme
1021 * <p>The action bar's elevation is the distance it is placed from its parent surface. Higher
1036 * <p>The action bar's elevation is the distance it is placed from it
[all...]
/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java26 * Copied from: frameworks/support/core-utils/java/android/support/v4/graphics/ColorUtils.java
76 @FloatRange(from = 0.0, to = 1.0)
171 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r,
172 @IntRange(from = 0x0, to = 0xFF) int g, @IntRange(from = 0x0, to = 0xFF) int b,
297 @IntRange(from = 0x0, to = 0xFF) int alpha) {
328 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r,
329 @IntRange(from = 0x0, to = 0xFF) int g, @IntRange(from = 0x0, to = 0xFF) int b,
374 public static void RGBToXYZ(@IntRange(from
[all...]
/frameworks/support/core-utils/java/android/support/v4/graphics/
H A DColorUtils.java75 @FloatRange(from = 0.0, to = 1.0)
170 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r,
171 @IntRange(from = 0x0, to = 0xFF) int g, @IntRange(from = 0x0, to = 0xFF) int b,
296 @IntRange(from = 0x0, to = 0xFF) int alpha) {
327 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r,
328 @IntRange(from = 0x0, to = 0xFF) int g, @IntRange(from = 0x0, to = 0xFF) int b,
373 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r,
374 @IntRange(from
[all...]

Completed in 963 milliseconds

1234567891011>>