/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
H A D | CaptureLoader.java | 5 * 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/sdkmanager/libs/sdklib/src/com/android/sdklib/io/ |
H A D | NonClosingInputStream.java | 5 * 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/testapps/aidlTest/libWithAidl/src/com/android/tests/aidl/lib/ |
H A D | MyParcelable.java | 5 * 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 D | TemplatedInputStream.java | 5 * 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 D | Rect.java | 13 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 D | NdkDiscoveryUpdater.java | 5 * 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 D | BasePullParser.java | 5 * 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/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/ |
H A D | DeviceBridge.java | 5 * 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/emulator/gps/ |
H A D | gps_qemu.c | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 21 * it will be loaded by the code in hardware/libhardware/hardware.c 190 char in[ NMEA_MAX_SIZE+1 ]; member in struct:__anon3 418 D("Received: '%.*s'", r->pos, r->in); 424 nmea_tokenizer_init(tzer, r->in, r->in + r->pos); 474 D("in RMC, fixStatus=%c", tok_fixStatus.p[0]); 537 if (r->pos >= (int) sizeof(r->in)-1 ) { 543 r->in[ [all...] |
/sdk/emulator/opengl/tests/event_injector/ |
H A D | sockets.c | 5 * 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 # include <netinet/in.h> 60 * easily in QEMU since we use SIGALRM to implement periodic timers 84 EE(WSAEALREADY,EALREADY,"operation already in progress") \ 91 EE(WSAEINPROGRESS,EINPROGRESS,"operation now in progress") \ 92 EE(WSAEALREADY,EAGAIN,"operation already in progress") \ 98 EE(WSAEADDRINUSE,EADDRINUSE,"address already in use") \ 239 struct sockaddr_in in[1]; member in union:__anon35 519 struct sockaddr_in* dst = paddress->in; [all...] |
/sdk/testapps/jarCheckTests1/app/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/sdk/testapps/jarCheckTests1/lib1/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/sdk/testapps/jarCheckTests1/lib2/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/sdk/testapps/jarCheckTests2/lib1/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/sdk/testapps/jarCheckTests2/lib2/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/sdk/testapps/jarCheckTests3/lib1/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/sdk/testapps/javaProjectTest/lib1/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/sdk/testapps/javaProjectTest/lib2/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/sdk/testapps/libsAndJarTest/lib1/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/sdk/testapps/libsAndJarTest/lib2/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/sdk/apps/NotificationStudio/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/util/ ... |
/sdk/testapps/jarCheckTests3/lib2/libs/ |
H A D | android-support-v13.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ... |