/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
FusedPrintersProvider.java | 689 FileOutputStream out = null; local 691 out = mStatePersistFile.startWrite(); 694 serializer.setOutput(out, "utf-8"); 729 mStatePersistFile.finishWrite(out); 736 mStatePersistFile.failWrite(out); 738 IoUtils.closeQuietly(out);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
ExpandHelper.java | 206 float out = target; local 207 out = out < mSmallSize ? mSmallSize : (out > mLargeSize ? mLargeSize : out); 208 out = out > mNaturalHeight ? mNaturalHeight : out; 209 return out;
|
/frameworks/base/services/core/java/com/android/server/net/ |
NetworkStatsCollection.java | 293 public void write(DataOutputStream out) throws IOException { 305 out.writeInt(FILE_MAGIC); 306 out.writeInt(VERSION_UNIFIED_INIT); 308 out.writeInt(keysByIdent.size()); 311 ident.writeToStream(out); 313 out.writeInt(keys.size()); 316 out.writeInt(key.uid); 317 out.writeInt(key.set); 318 out.writeInt(key.tag); 319 history.writeToStream(out); [all...] |
/frameworks/native/libs/gui/ |
Surface.cpp | 813 ANativeWindowBuffer* out; local 815 status_t err = dequeueBuffer(&out, &fenceFd); 818 sp<GraphicBuffer> backBuffer(GraphicBuffer::getSelf(out)); 829 // figure out if we can copy the frontbuffer back
|
/frameworks/native/opengl/libagl/ |
primitives.cpp | 600 // being culled out. So it's okay to light the vertices here, even though 873 vertex_t* out[2][MAX_CLIPPING_PLANES + MAX_VERTICES + 2]; local 895 vertex_t** const ovl = &out[outi][0]; 961 vertex_t** const ovl = &out[outi][0]; [all...] |
/frameworks/native/opengl/tests/hwc/ |
hwcCommit.cpp | 196 ostringstream out; local 198 out << '[' << _l << ", " << _u << ']'; 200 return out.str(); 631 // are laid out on a diagonal starting from the upper left corner. With 1357 ostringstream out; local 1454 ostringstream out; local 1478 ostringstream out; local [all...] |
/frameworks/native/services/inputflinger/ |
EventHub.cpp | 89 String8 out; local 91 out.appendFormat("%02x", digest[i]); 93 return out; [all...] |
/frameworks/native/services/sensorservice/ |
SensorService.cpp | 461 sensors_event_t out; local 463 if (si->process(&out, event[i])) { 464 mSensorEventBuffer[count + k] = out; [all...] |
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
RRuleTest.java | 46 String[] out = new String[dates.length]; local 51 out[i] = time.format2445().substring(0, 8); // Just YYMMDD 53 out[i] = time.format2445().substring(0, 15); // YYMMDDThhmmss 57 return out; 118 long[] out = rp.expand(dtstart, recur, rangeStart.toMillis(false /* use isDst */), local 126 String[] actual = getFormattedDates(out, outCal, truncate); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans32_dspr2.c | 955 int r, out; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_loopfilter_intrin_sse2.c | 1540 unsigned char *out = dst[idx8x8]; local [all...] |
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
stress_iio.c | 508 bool g, a, out; local 525 out = rand()%2; 526 enable_quaternion(out); 527 enable_gyro_output(!out); 626 bool g, a, out; local 643 enable_gyro_output(!out);
|
/hardware/libhardware/modules/usbaudio/ |
audio_hw.c | 235 * following order: hw device > out stream 239 * OUT functions 255 const struct stream_out* out = (const struct stream_out*)stream; local 257 proxy_get_period_size(&out->proxy) * audio_stream_out_frame_size(&(out->stream)); 263 const struct stream_out *out = (const struct stream_out*)stream; local 264 return audio_channel_out_mask_from_count(out->hal_channel_count); 285 struct stream_out *out = (struct stream_out *)stream; local 287 pthread_mutex_lock(&out->dev->lock); 288 pthread_mutex_lock(&out->lock) 310 struct stream_out *out = (struct stream_out *)stream; local 357 struct stream_out *out = (struct stream_out *)stream; local 392 struct stream_out *out = (struct stream_out *)stream; local 488 struct stream_out *out; local 587 struct stream_out *out = (struct stream_out *)stream; local [all...] |
/hardware/qcom/audio/hal/ |
audio_hw.h | 182 struct stream_out *out; member in union:stream_ptr
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Debug.h | 144 FILE *out; /* standard output file */ member in struct:OMX_TI_Debug 177 (dbg).out = stdout; \ 192 (dbg).out = stdout; \ 198 char line[80], *ptr, *end, out[75], err[75]; \ 199 out[0] = err[0] = '\0'; \ 213 strcpy(out, ptr); \ 222 if (!strcmp(out, "stdout")) {} \ 223 else if (!strcmp(out, "stderr")) (dbg).out = stderr; \ 224 else if (!strcmp(out, "null")) (dbg).out = NULL; [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
SerializationStressTest1.java | 124 private void writeObject(java.io.ObjectOutputStream out) 127 out.writeObject(FOO); 149 public void writeObject(java.io.ObjectOutputStream out) 152 out.writeObject(FOO); 195 private void writeObject(java.io.ObjectOutputStream out) 198 out.defaultWriteObject(); 295 private void writeObject(java.io.ObjectOutputStream out) 321 private void writeObject(java.io.ObjectOutputStream out) 359 private void writeObject(java.io.ObjectOutputStream out) 379 System.out.println("Obj = " + objToSave) [all...] |
/libcore/luni/src/main/java/java/math/ |
BigInteger.java | 168 // We have to generate short primes ourselves, because OpenSSL bottoms out at 16 bits. [all...] |
/libcore/luni/src/main/java/java/net/ |
URI.java | 71 * System.out.println(absolute.resolve(relative)); 74 * System.out.println(absolute.relativize(resolved)); [all...] |
/libcore/luni/src/main/java/java/nio/ |
SocketChannelImpl.java | 593 public BlockingCheckOutputStream(OutputStream out, SocketChannel channel) { 594 super(out); 601 out.write(buffer, offset, byteCount); 607 out.write(oneByte); 613 out.write(buffer);
|
/libcore/support/src/test/java/libcore/java/security/ |
TestKeyStore.java | 887 PrintStream out = System.out; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
UnwindCursor.hpp | 648 _Self operator+(size_t a) { _Self out = *this; out._i += a; return out; } local 649 _Self operator-(size_t a) { assert(_i >= a); _Self out = *this; out._i -= a; return out; } local [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
lexical_cast.hpp | 1742 CharT out; local [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapbMessageMms.java | 50 // Figure out if we support the charset, else fall back to UTF-8, as this is what 68 /* This cannot happen unless Charset.isSupported() is out of sync with String */ 389 sb.append("\r\n"); // If no headers exists, we still need two CRLF, hence keep it out of the if above. 477 /* We need to figure out if any headers are present, in cases where devices do not follow the e-mail RFCs. 712 int in, out, stopCnt = input.length-2; // Leave room for peaking the next two bytes local 717 for(in=0, out=0; in < stopCnt; in++){ 738 output[out++] = (byte)(b1<<4 | b2); // valid hex char, append 739 if(V)Log.v(TAG, "Resulting value: " + String.format("0x%2x", output[out-1])); 745 output[out++] = b0; 749 output[out++] = b0 [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapObexServer.java | 29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 215 if (V) Log.v(TAG, "onConnect(): uuid is ok, will send out " + 235 if (V) Log.v(TAG, "onDisconnect(): msg MSG_SESSION_DISCONNECTED sent out."); 311 if (D) Log.d(TAG, "onClose(): msg MSG_SERVERSESSION_CLOSE sent out."); 466 // out on. Can be "Name | Number | Sound", default value is "Name". [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
GeometryMathUtils.java | 259 public static void unpackGeometry(GeometryHolder out, 261 out.wipe(); 268 out.rotation = ((FilterRotateRepresentation) r).getRotation(); 271 out.straighten = ((FilterStraightenRepresentation) r).getStraighten(); 273 ((FilterCropRepresentation) r).getCrop(out.crop); 275 out.mirror = ((FilterMirrorRepresentation) r).getMirror();
|