Searched refs:from (Results 1 - 25 of 390) sorted by relevance

1234567891011>>

/frameworks/opt/setupwizard/library/
H A Dstandalone-rules.gradle18 // dependencies from maven. To add a dependency, you want to specify something like this:
31 apply from: 'rules.gradle'
H A Dbuild.gradle3 * building from the Android source tree. The difference between this and standalone.gradle is that
4 * this will build the dependencies like support libraries from source, whereas standalone.gradle
5 * will get it from maven central.
20 // For builds in the Android tree we want to build the dependencies from source for reproducible
34 apply from: 'rules.gradle'
H A Dstandalone.gradle17 apply from: 'standalone-rules.gradle'
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder_mem_funcs.h19 Portions of this file are derived from the following 3GPP standard:
23 Available from http://www.3gpp.org
27 terms listed above has been obtained from the copyright holder.
61 #define pv_memcpy(to, from, n) memcpy(to, from, n)
62 #define pv_memmove(to, from, n) memmove(to, from, n)
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dmp3_mem_funcs.h67 #define pv_memcpy(to, from, n) memcpy(to, from, n)
68 #define pv_memmove(to, from, n) memmove(to, from, n)
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DSocketConnect.java13 private InputStream from; field in class:SocketConnect
16 public SocketConnect(Socket from, Socket to) throws IOException { argument
17 this.from = from.getInputStream();
28 int r = from.read(buffer);
34 from.close();
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityResult.java28 public ActivityResult(ActivityRecord from, String resultWho, argument
31 mFrom = from;
/frameworks/data-binding/integration-tests/App With Spaces/
H A Dbuild.gradle18 apply from: "${project.projectDir}/../../propLoader.gradle"
/frameworks/data-binding/integration-tests/IndependentLibrary/
H A Dbuild.gradle18 apply from: "${project.projectDir}/../../propLoader.gradle"
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
H A Dbuild.gradle18 apply from: "${project.projectDir}/../../propLoader.gradle"
/frameworks/base/media/java/android/media/session/
H A DParcelableVolumeInfo.java45 public ParcelableVolumeInfo(Parcel from) { argument
46 volumeType = from.readInt();
47 controlType = from.readInt();
48 maxVolume = from.readInt();
49 currentVolume = from.readInt();
50 audioAttrs = AudioAttributes.CREATOR.createFromParcel(from);
/frameworks/support/v4/java/android/support/v4/media/session/
H A DParcelableVolumeInfo.java42 public ParcelableVolumeInfo(Parcel from) { argument
43 volumeType = from.readInt();
44 controlType = from.readInt();
45 maxVolume = from.readInt();
46 currentVolume = from.readInt();
47 audioStream = from.readInt();
/frameworks/base/core/java/android/widget/
H A DSimpleCursorAdapter.java25 * An easy adapter to map columns from a cursor to TextViews or ImageViews
51 * This field should be made private, so it is hidden from the SDK.
57 * This field should be made private, so it is hidden from the SDK.
77 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { argument
80 mOriginalFrom = from;
81 findColumns(c, from);
93 * @param from A list of column names representing the data to bind to the UI. Can be null
95 * @param to The views that should display column in the "from" parameter.
97 * are given the values of the first N columns in the from
102 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, argument
325 findColumns(Cursor c, String[] from) argument
360 changeCursorAndColumns(Cursor c, String[] from, int[] to) argument
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DSimpleCursorAdapter.java36 * This field should be made private, so it is hidden from the SDK.
42 * This field should be made private, so it is hidden from the SDK.
62 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { argument
65 mOriginalFrom = from;
66 findColumns(from);
78 * @param from A list of column names representing the data to bind to the UI. Can be null
80 * @param to The views that should display column in the "from" parameter.
82 * are given the values of the first N columns in the from
87 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, argument
91 mOriginalFrom = from;
309 findColumns(String[] from) argument
343 changeCursorAndColumns(Cursor c, String[] from, int[] to) argument
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DAString.h33 AString(const String8 &from);
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/av/media/libstagefright/foundation/
H A DAString.cpp53 AString::AString(const String8 &from) argument
57 setTo(from.string(), from.length());
60 AString::AString(const AString &from) argument
64 setTo(from, 0, from.size());
67 AString::AString(const AString &from, size_t offset, size_t n) argument
71 setTo(from, offset, n);
78 AString &AString::operator=(const AString &from) { argument
79 if (&from !
107 setTo(const AString &from, size_t offset, size_t n) argument
191 append(const AString &from) argument
195 append(const AString &from, size_t offset, size_t n) argument
274 insert(const AString &from, size_t insertionPos) argument
278 insert(const char *from, size_t size, size_t insertionPos) argument
[all...]
/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/design/honeycomb-mr1/android/support/design/widget/
H A DValueAnimatorCompatImplHoneycombMr1.java78 public void setIntValues(int from, int to) { argument
79 mValueAnimator.setIntValues(from, to);
88 public void setFloatValues(float from, float to) { argument
89 mValueAnimator.setFloatValues(from, to);
/frameworks/data-binding/baseLibrary/
H A Dbuild.gradle46 from 'build/docs/javadoc'
52 from sourceSets.main.java.srcDirs
78 from "$buildDir/libs/baseLibrary-${version}.jar"
/frameworks/support/design/base/android/support/design/widget/
H A DValueAnimatorCompat.java38 * An animation listener receives notifications from an animation.
99 abstract void setIntValues(int from, int to); argument
101 abstract void setFloatValues(float from, float to); argument
163 public void setIntValues(int from, int to) { argument
164 mImpl.setIntValues(from, to);
171 public void setFloatValues(float from, float to) { argument
172 mImpl.setFloatValues(from, to);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSIMAccessor.java15 mTelephonyManager = TelephonyManager.from(context);
16 mSubscriptionManager = SubscriptionManager.from(context);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerException.java35 public static PackageManagerException from(PackageParserException e) method in class:PackageManagerException
/frameworks/support/v7/palette/src/androidTest/java/android/support/v7/graphics/
H A DBucketTests.java42 Palette.from(mSource).generate();
47 Palette p = Palette.from(mSource).generate();
65 Palette p = Palette.from(swatches);
/frameworks/base/core/java/android/app/
H A DActionBar.java64 * object obtained from the Activity can be used to control either configuration transparently.</p>
68 * select items accessible directly from the action bar as "action items". You can also
84 * same space, the {@link android.view.ActionMode} APIs are distinct and independent from those for
681 * Remove a tab from the action bar. If the removed tab was selected it will be deselected
694 * Remove a tab from the action bar. If the removed tab was selected it will be deselected
707 * Remove all tabs from the action bar and deselect the current tab.
861 * <p>If you pass <code>null</code> to this method, the default drawable from the theme
881 * <p>If you pass <code>0</code> to this method, the default drawable from the theme
999 * <p>The action bar's elevation is the distance it is placed from its parent surface. Higher
1014 * <p>The action bar's elevation is the distance it is placed from it
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManager.java114 * {@link Gravity#END} it provides an offset from the given edge.
122 * an offset from the given edge.
149 * <li> <strong>Application windows</strong> (ranging from
155 * <li> <strong>Sub-windows</strong> (ranging from
160 * <li> <strong>System windows</strong> (ranging from
191 @ViewDebug.IntToString(from = TYPE_BASE_APPLICATION, to = "TYPE_BASE_APPLICATION"),
192 @ViewDebug.IntToString(from = TYPE_APPLICATION, to = "TYPE_APPLICATION"),
193 @ViewDebug.IntToString(from = TYPE_APPLICATION_STARTING, to = "TYPE_APPLICATION_STARTING"),
194 @ViewDebug.IntToString(from = TYPE_APPLICATION_PANEL, to = "TYPE_APPLICATION_PANEL"),
195 @ViewDebug.IntToString(from
[all...]

Completed in 604 milliseconds

1234567891011>>