Searched refs:in (Results 1 - 25 of 106) sorted by relevance

12345

/sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/
H A DRect.java13 public Rect createFromParcel(Parcel in) {
14 return new Rect(in);
25 private Rect(Parcel in) { argument
26 readFromParcel(in);
36 public void readFromParcel(Parcel in) { argument
37 left = in.readInt();
38 top = in.readInt();
39 right = in.readInt();
40 bottom = in.readInt();
/sdk/testapps/aidlTest/libWithAidl/src/com/android/tests/aidl/lib/
H A DMyParcelable.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
34 public MyParcelable createFromParcel(Parcel in) {
35 return new MyParcelable(in);
43 private MyParcelable(Parcel in) { argument
44 mData = in.readInt();
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
H A DCaptureLoader.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
43 DataInputStream in = null;
53 in = new DataInputStream(new BufferedInputStream(socket.getInputStream()));
59 int width = in.readInt();
60 int height = in.readInt();
64 while (readLayer(in, psd)) {
77 if (in != null) {
78 in.close();
91 private static boolean readLayer(DataInputStream in, PsdFil argument
[all...]
H A DVersionLoader.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
42 BufferedReader in = null;
51 in = new BufferedReader(new InputStreamReader(socket.getInputStream()));
57 return Integer.parseInt(in.readLine());
65 if (in != null) {
66 in.close();
H A DProfilesLoader.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
39 BufferedReader in = null;
48 in = new BufferedReader(new InputStreamReader(socket.getInputStream()));
54 String response = in.readLine();
69 if (in != null) {
70 in.close();
H A DWindowsLoader.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
35 BufferedReader in = null;
47 in = new BufferedReader(new InputStreamReader(socket.getInputStream()));
54 while ((line = in.readLine()) != null) {
83 if (in != null) {
84 in.close();
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/
H A DNonClosingInputStream.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
61 * @param in A non-null input stream.
63 public NonClosingInputStream(@NonNull InputStream in) { argument
64 super(in);
65 mInputStream = in;
/sdk/bash_completion/
H A Dadb.bash6 # you may not use this file except in compliance with the License.
11 # Unless required by applicable law or agreed to in writing, software
33 case "${cur}" in
64 case $where in
77 case "${cur}" in
116 case "${cur}" in
197 case "$cur" in
224 case "${cur}" in
265 case "${cur}" in
281 case $where in
[all...]
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
H A DDeviceBridge.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
55 // These codes must match the auto-generated codes in IWindowManager.java
363 BufferedReader in = connection.getInputStream();
365 while ((line = in.readLine()) != null) {
385 // Automatic refreshing of windows was added in protocol version 3.
438 BufferedReader in = connection.getInputStream();
442 while ((line = in.readLine()) != null) {
485 BufferedReader in = connection.getInputStream();
491 return loadProfileData(viewNode, in);
510 loadProfileData(ViewNode node, BufferedReader in) argument
523 loadProfileDataRecursive(ViewNode node, BufferedReader in) argument
592 readLayer(DataInputStream in, PsdFile psd) argument
[all...]
/sdk/common/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
19 # Only compile source java files in this lib.
/sdk/ddms/libs/ddmlib/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
19 # Only compile source java files in this lib.
/sdk/ddms/libs/ddmlib/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
19 # Only compile source java files in this lib.
/sdk/ddms/libs/ddmuilib/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
19 # Only compile source java files in this lib.
/sdk/emulator/sensors/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
26 # HAL module implemenation, not prelinked and stored in
/sdk/layoutlib_api/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
19 # Only compile source java files in this lib.
/sdk/lint/libs/lint_api/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
19 # Only compile source java files in this lib.
/sdk/lint/libs/lint_checks/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
19 # Only compile source java files in this lib.
/sdk/manifmerger/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
19 # Only compile source java files in this lib.
/sdk/ninepatch/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
19 # Only compile source java files in this lib.
/sdk/sdk_common/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
19 # Only compile source java files in this lib.
/sdk/sdkmanager/app/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
20 # Only compile source java files in this lib.
/sdk/sdkmanager/libs/sdklib/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
19 # Only compile source java files in this lib.
/sdk/sdkmanager/libs/sdkuilib/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
19 # Only compile source java files in this lib.
/sdk/draw9patch/etc/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/sdk/emulator/opengl/
H A DAndroid.mk2 # in Android.
4 # You must define BUILD_EMULATOR_OPENGL to 'true' in your environment to
17 # See the definition of emugl-begin-module in common.mk
23 # See the definition of emugl-begin-module in common.mk
28 # in the GLES emulation libraries.
32 # in this build file. This contains the definition of all useful
40 # modules below in correct order. That is, if module B depends on
53 # source files (see all emugl-gen-decoder/encoder in common.mk)

Completed in 2551 milliseconds

12345