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

123456

/development/tools/idegen/src/
H A DFiles.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
31 Reader in = new FileReader(file);
33 while ((read = in.read(buffer)) > -1) {
36 in.close();
/development/ndk/platforms/android-9/arch-x86/include/asm/
H A Dio_32.h30 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out##bwl##_local(value, port); } static inline unsigned type in##bwl(int port) { return in##bwl##_local(port); }
31 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__ __volatile__("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__ __volatile__("rep; ins" #bwl : "+D"(addr), "+c"(count) : "d"(port)); }
/development/ndk/platforms/android-3/include/arpa/
H A Dinet.h5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
33 #include <netinet/in.h>
/development/ndk/platforms/android-9/arch-mips/src/
H A D__dso_handle.S5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
30 # C++ constructors and destructors in the binary.
/development/ndk/platforms/android-9/arch-x86/src/
H A D__dso_handle.S5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
30 # C++ constructors and destructors in the binary.
H A D__dso_handle_so.S5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
30 # C++ constructors and destructors in the binary.
/development/samples/BackupRestore/src/com/example/android/backuprestore/
H A DExampleAgent.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
89 // may throw an IOException, but in that case something has gone
112 // If we decided that we do in fact need to write our dataset, go
134 // Finally, in all cases, we need to write the new state blob
147 DataInputStream in = new DataInputStream(instream);
150 int stateVersion = in.readInt();
163 int lastFilling = in.readInt();
164 boolean lastMayo = in.readBoolean();
165 boolean lastTomato = in
[all...]
H A DMultiRecordExampleAgent.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
36 * stores each distinct piece of application data in a separate record within
42 // Key strings for each record in the backup set
65 // may throw an IOException, but in that case something has gone
88 DataInputStream in = new DataInputStream(instream);
92 lastFilling = in.readInt();
93 lastMayo = in.readBoolean();
94 lastTomato = in.readBoolean();
176 DataInputStream in
[all...]
/development/samples/AndroidBeamDemo/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/BackupRestore/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/BasicGLSurfaceView/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/BusinessCard/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/ndk/platforms/android-3/include/netinet/
H A Din.h5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
33 #include <linux/in.h>
/development/samples/RenderScript/Levels/src/com/android/rs/levels/
H A Dlevels.rs5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
28 void root(const uchar4 *in, uchar4 *out, uint32_t x, uint32_t y) {
29 float3 pixel = convert_float4(in[0]).rgb;
/development/scripts/
H A Dadd-accounts6 # you may not use this file except in compliance with the License.
11 # Unless required by applicable law or agreed to in writing, software
58 return "No such file" not in result
71 while argv and "@" in argv[-1]:
73 if "@gmail.com" in addr or "@googlemail.com" in addr:
83 print "failed to contact device; will retry in 3 seconds"
H A Dadd-accounts-sdk6 # you may not use this file except in compliance with the License.
11 # Unless required by applicable law or agreed to in writing, software
55 return "No such file" not in result
68 while argv and "@" in argv[-1]:
70 if "@gmail.com" in addr or "@googlemail.com" in addr:
80 print "failed to contact device; will retry in 3 seconds"
/development/tools/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
/development/ndk/samples/two-libs/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
18 # uploaded in
/development/samples/AccelerometerPlay/
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
21 # Only compile source java files in this apk.
/development/tools/emulator/system/gps/
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
25 # HAL module implemenation stored in
/development/tools/emulator/system/lights/
H A DAndroid.mk4 # you may not use this software except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
17 # HAL module implemenation, not prelinked and stored in
/development/tools/emulator/test-apps/ConnectivityTest/
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 apk.
/development/tools/emulator/test-apps/GpsLocationTest/
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 apk.
/development/tools/hosttestlib/
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.
/development/ndk/platforms/android-5/samples/hello-gl2/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

Completed in 572 milliseconds

123456