Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 141) sorted by relevance

123456

/sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/
DRect.java13 public Rect createFromParcel(Parcel in) {
14 return new Rect(in);
25 private Rect(Parcel in) { in Rect() argument
26 readFromParcel(in); in Rect()
36 public void readFromParcel(Parcel in) { in readFromParcel() argument
37 left = in.readInt(); in readFromParcel()
38 top = in.readInt(); in readFromParcel()
39 right = in.readInt(); in readFromParcel()
40 bottom = in.readInt(); in readFromParcel()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DCaptureLoader.java43 DataInputStream in = null; in saveLayers() local
53 in = new DataInputStream(new BufferedInputStream(socket.getInputStream())); in saveLayers()
59 int width = in.readInt(); in saveLayers()
60 int height = in.readInt(); in saveLayers()
64 while (readLayer(in, psd)) { in saveLayers()
77 if (in != null) { in saveLayers()
78 in.close(); in saveLayers()
91 private static boolean readLayer(DataInputStream in, PsdFile psd) { in readLayer() argument
93 if (in.read() == 2) { in readLayer()
97 String name = in.readUTF(); in readLayer()
[all …]
DVersionLoader.java42 BufferedReader in = null; in loadVersion() local
51 in = new BufferedReader(new InputStreamReader(socket.getInputStream())); in loadVersion()
57 return Integer.parseInt(in.readLine()); in loadVersion()
65 if (in != null) { in loadVersion()
66 in.close(); in loadVersion()
/sdk/testapps/aidlTest/libWithAidl/src/com/android/tests/aidl/lib/
DMyParcelable.java34 public MyParcelable createFromParcel(Parcel in) {
35 return new MyParcelable(in);
43 private MyParcelable(Parcel in) { in MyParcelable() argument
44 mData = in.readInt(); in MyParcelable()
/sdk/
Dchanges.txt17 * Aidl files from library projects are now in the import list.
23 * Fix Ant issues where some jar libraries in libs/ are not picked in some
35 pattern based searches in the Java code (such as the unused resource
39 check will properly handle resources declared in a library project
40 and referenced in a downstream project.
41 * Lint warnings can be suppressed in Java code with the new
42 @SuppressLint annotation, and in XML files with the new tools:
53 * Find typos in XML namespace declarations, as well as unused custom
54 namespace declarations and usages of custom namespaces in library
59 * Check dialog button order such that OK/Cancel are in the right
[all …]
/sdk/emulator/skins/assets/
DREADME.txt1 The svg files in these folder were used to generate the corresponding
2 png images in the 'dynamic' skin folder. Edit these in Inkscape or some
/sdk/testapps/libsAndJarTest/lib1/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/sdk/testapps/aidlTest/libWithAidl/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/sdk/testapps/javaProjectTest/app/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/sdk/testapps/jarCheckTests2/app/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/sdk/testapps/jarCheckTests2/lib2/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/sdk/testapps/customViewTest/libWithCustomView/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/sdk/files/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/sdk/testapps/jarCheckTests3/app/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/sdk/testapps/userLibTest/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/sdk/testapps/jarCheckTests2/lib1/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/sdk/testapps/libsAndJarTest/app/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/sdk/testapps/customPropAnimTest/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/sdk/testapps/libsTest/app/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/sdk/testapps/libsTest/lib1/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/sdk/testapps/testProjectTest/lib/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/sdk/testapps/javaProjectTest/lib1/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/sdk/testapps/testProjectTest/app/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/sdk/testapps/testProjectTest/testlib/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/sdk/testapps/testProjectTest/testapp/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.

123456