Home
last modified time | relevance | path

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

12345678910>>...14

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dnavigation1-expected-navigate4.txt1 Go To Declaration in navigation1.xml for android:text="@android:st^ring/ok":
2 Open Declaration in values-en-rGB/strings.xml : [@android:string/ok]
4 Open Declaration in values/strings.xml : [@android:string/ok]
6 Open Declaration in values-ar/strings.xml : [@android:string/ok]
8 Open Declaration in values-bg/strings.xml : [@android:string/ok]
10 Open Declaration in values-ca/strings.xml : [@android:string/ok]
12 Open Declaration in values-cs/strings.xml : [@android:string/ok]
14 Open Declaration in values-da/strings.xml : [@android:string/ok]
16 Open Declaration in values-de/strings.xml : [@android:string/ok]
18 Open Declaration in values-el/strings.xml : [@android:string/ok]
[all …]
/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/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/
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/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/eclipse/
Dchanges.txt6 * Improved flag and locale data in the configuration chooser
8 * Find misspellings in English string files
11 * Find private key files placed in directories where they end up
36 * Aidl files from library projects are now in the import list.
37 * Fixes in Ant:
45 tooltips in the layout canvas and in the outline, error count
46 displayed in the layout actions bar.)
47 * Lint is run incrementally in Java files on save, just like XML
66 * Duplicate Activity registrations in the manifest. This can lead to
72 * Highlighting (in bold) for important attributes.
[all …]
/sdk/testapps/buildConfigTest/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/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/testapps/jarCheckTests1/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/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/libsTest/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/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/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/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/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/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/gridlayoutTest/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/libsAndJarTest/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/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/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/jarCheckTests3/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/apps/SdkController/
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/mainProject/
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.

12345678910>>...14