Searched defs:in (Results 1 - 19 of 19) sorted by relevance

/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...]
/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/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
H A DTemplatedInputStream.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 TemplatedInputStream(InputStream in, Map<String, String> map) { argument
35 this.mIn = in;
/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/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
H A DNdkDiscoveryUpdater.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
258 private void checkIncludes(InputStream in) { argument
263 BufferedReader reader = new BufferedReader(new InputStreamReader(in));
290 private void checkDefines(InputStream in) { argument
293 BufferedReader reader = new BufferedReader(new InputStreamReader(in));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
H A DBasePullParser.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
80 public void setInput(Reader in) throws XmlPullParserException { argument
/sdk/emulator/opengl/tests/event_injector/
H A Dsockets.c5 * 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 # include <netinet/in.h>
56 * easily in QEMU since we use SIGALRM to implement periodic timers
80 EE(WSAEALREADY,EALREADY,"operation already in progress") \
87 EE(WSAEINPROGRESS,EINPROGRESS,"operation now in progress") \
88 EE(WSAEALREADY,EAGAIN,"operation already in progress") \
94 EE(WSAEADDRINUSE,EADDRINUSE,"address already in use") \
235 struct sockaddr_in in[1]; member in union:__anon49
515 struct sockaddr_in* dst = paddress->in;
[all...]
/sdk/testapps/jarCheckTests1/app/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests1/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests1/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests2/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests2/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests3/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/javaProjectTest/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/javaProjectTest/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/libsAndJarTest/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/libsAndJarTest/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/apps/NotificationStudio/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/util/ ...
/sdk/testapps/jarCheckTests3/lib2/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...

Completed in 517 milliseconds