/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
FusedPrintersProvider.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 213 // Some of the found printers may have be a printer that is in the 557 final FileInputStream in; local 559 in = mStatePersistFile.openRead(); 570 parser.setInput(in, null); 583 IoUtils.closeQuietly(in);
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
PackageManagerBackupAgent.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 79 // version & signature info of each app in a restore set 110 // in backup. This set changes as apps are installed & removed. 247 * String incremental -- the incremental release name of the OS stored in 285 // metadata again. In either case, take it out of mExisting so that 308 // marshal the version code in a canonical form 325 // At this point, the only entries in 'existing' are apps that were 326 // mentioned in the saved state file, but appear to no longer be present 354 // set of app signatures associated with each backed-up app in this restor 523 DataInputStream in = new DataInputStream(inbuffer); local [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
TaskPersister.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 54 /** The maximum number of entries to keep in the queue before draining it automatically. */ 235 // See if it is in the write queue 328 final XmlPullParser in = Xml.newPullParser(); local 329 in.setInput(reader); 332 while (((event = in.next()) != XmlPullParser.END_DOCUMENT) && 334 final String name = in.getName(); 339 TaskRecord.restoreFromXml(in, mStackSupervisor); 361 XmlUtils.skipCurrentTag(in); [all...] |
/frameworks/base/services/core/java/com/android/server/display/ |
AutomaticBrightnessController.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 56 // Light sensor event rate in milliseconds. 59 // Period of time in which to consider light samples in milliseconds. 62 // Stability requirements in milliseconds for accepting a new brightness level. This is used 65 // brightness changes occur in response to an observed change in light level that exceeds the 76 // The intercept used for the weighting calculation. This is used in order to keep all possible 82 // non-zero, which in turn ensures that the total weight is non-zero 452 final float in = value; local [all...] |
/frameworks/base/services/core/java/com/android/server/net/ |
NetworkStatsCollection.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 100 * Return first atomic bucket in this collection, which is more conservative 132 * Combine all {@link NetworkStatsHistory} in this collection which match 141 * Combine all {@link NetworkStatsHistory} in this collection which match 160 * Summarize all {@link NetworkStatsHistory} in this collection which match 224 * Record all {@link NetworkStatsHistory} contained in the given collection 255 public void read(InputStream in) throws IOException { 256 read(new DataInputStream(in)); 259 public void read(DataInputStream in) throws IOException 330 DataInputStream in = null; local 369 DataInputStream in = null; local [all...] |
/frameworks/native/opengl/libagl/ |
primitives.cpp | 6 ** you may not use this file except in compliance with the License. 11 ** Unless required by applicable law or agreed to in writing, software 601 // in a few cases we won't render the triangle (if culled). 866 // original list of vertices (polygon to clip, in fact this 868 vertex_t* in[3] = { v0, v1, v2 }; local 877 vertex_t** ivl = in; 879 // 3 input vertices, 0 in the output list, first plane 882 // User clip-planes first, the clipping is always done in eye-coordinate [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_loopfilter_intrin_sse2.c | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 1539 unsigned char *in = src[idx8x8]; local [all...] |
/hardware/libhardware/modules/usbaudio/ |
audio_hw.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 93 size_t conversion_buffer_size; /* in bytes */ 110 /* We may need to read more data from the device in order to data reduce to 16bit, 4chan */ 114 size_t conversion_buffer_size; /* in bytes */ 123 * num_in_samples size of input buffer in SAMPLES 130 * This conversion is safe to do in-place (in_buff == out_buff). 137 * Move from front to back so that the conversion can be done in-place 140 /* we need 2 bytes in the output for every 3 bytes in the input * 625 const struct stream_in * in = ((const struct stream_in*)stream); local 670 struct stream_in *in = (struct stream_in *)stream; local 695 struct stream_in *in = (struct stream_in *)stream; local 745 struct stream_in *in = (struct stream_in *)stream; local 789 struct stream_in * in = (struct stream_in *)stream; local 903 struct stream_in *in = (struct stream_in *)calloc(1, sizeof(struct stream_in)); local 990 struct stream_in *in = (struct stream_in *)stream; local [all...] |
/hardware/qcom/audio/hal/ |
audio_hw.h | 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 181 struct stream_in *in; member in union:stream_ptr
|