Searched refs:in (Results 51 - 75 of 135) sorted by relevance

123456

/development/samples/SipDemo/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/SkeletonApp/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/Snake/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/StackWidget/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/Support13Demos/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/Support4Demos/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/ToyVpn/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/WeatherListWidget/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/WiFiDirectDemo/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/WiFiDirectServiceDiscovery/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/Wiktionary/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/WiktionarySimple/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/XmlAdapters/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/training/NsdChat/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/tools/emulator/opengl/shared/OpenglOsUtils/
H A DAndroid.mk5 # - child process creation and wait (probably not needed in guest)
/development/tools/emulator/system/qemu-props/
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
16 # that should only run in the emulator.
35 # we don't want this in 'user' builds which don't have
/development/apps/Development/src/com/android/development/
H A DLogViewer.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
78 final DataInputStream in; field in class:LogViewer.LogReader
86 this.in = new DataInputStream(this.socket.getInputStream());
95 while (in.available() > 0) {
98 int length = in.readInt();
100 in.readFully(bytes);
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
H A DDiskLruCache.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
52 * Taken from the JB source code, can be found in:
61 * 0} and {@code Integer.MAX_VALUE} bytes in length.
63 * <p>The cache stores its data in a directory on the filesystem. This
70 * remove entries in the background until the limit is satisfied. The limit is
135 * Each of the subsequent lines in the file is a record of the state of a
215 public static String readAsciiLine(InputStream in) throws IOException { argument
220 int c = in.read();
251 * Recursively delete everything in {
723 inputStreamToString(InputStream in) argument
[all...]
/development/ndk/platforms/android-14/samples/native-media/jni/
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
/development/ndk/platforms/android-3/include/linux/netfilter/
H A Dxt_conntrack.h16 #include <linux/in.h>
/development/ndk/platforms/android-9/samples/native-audio/jni/
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
/development/samples/BrowserPlugin/
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
/development/samples/UiAutomator/
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
/development/testrunner/tests/
H A DAndroid_java.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
/development/tools/apkcheck/
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

Completed in 2217 milliseconds

123456