Searched defs:out (Results 476 - 500 of 520) sorted by relevance

<<11121314151617181920>>

/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp668 Allocation* out = hasOutput ? (Allocation*)allocs[numInputs].p : nullptr; local
669 rsrForEach(rsc, s, slot, numInputs, numInputs > 0 ? inputs : nullptr, out,
675 ::rs_allocation out,
680 (Allocation *)out.p, usr, 0, (RsScriptCall *)call);
685 ::rs_allocation out,
688 rsrForEach(rsc, (Script *)script.p, 0, 1, (Allocation **)&in.p, (Allocation *)out.p,
694 ::rs_allocation out) {
696 rsrForEach(rsc, (Script *)script.p, 0, 1, (Allocation **)&in.p, (Allocation *)out.p,
704 ::rs_allocation out,
708 rsrForEach(rsc, (Script *)script.p, 0, 1, (Allocation **)&in.p, (Allocation *)out
673 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, const void *usr, const rs_script_call *call) argument
683 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, const void *usr) argument
692 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out) argument
702 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen) argument
712 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen, const rs_script_call *call) argument
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java1390 public void writeToParcel(Parcel out, int flags) { argument
1391 super.writeToParcel(out, flags);
1392 out.writeInt(position);
1393 out.writeParcelable(adapterState, flags);
1804 // If we haven't been laid out yet, we probably just haven't been populated yet.
/frameworks/base/tests/UiBench/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io. ...
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io. ...
/frameworks/data-binding/compiler/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io. ...
/frameworks/data-binding/extensions/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io. ...
/frameworks/data-binding/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io. ...
/frameworks/data-binding/integration-tests/App With Spaces/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io. ...
/frameworks/data-binding/integration-tests/IndependentLibrary/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io. ...
/frameworks/data-binding/integration-tests/MultiModuleTestApp/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io. ...
/frameworks/data-binding/integration-tests/TestApp/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io. ...
/frameworks/data-binding/samples/BindingDemo/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io. ...
/frameworks/data-binding/developmentPlugins/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io. ...
/frameworks/multidex/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io. ...
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io. ...
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1446 // let the decoder figure out the actual width and height (and thus
2702 // were are interested in the specific tag, make sure to clear out
4184 MediaBuffer **out, const ReadOptions *options) {
4190 return fragmentedRead(out, options);
4193 *out = NULL;
4340 *out = mBuffer;
4381 *out = clone;
4473 *out = mBuffer;
4481 MediaBuffer **out, const ReadOptions *options) {
4487 *out
4183 read( MediaBuffer **out, const ReadOptions *options) argument
4480 fragmentedRead( MediaBuffer **out, const ReadOptions *options) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManager.java600 * are laid out differently as they are allowed to extend past the display bounds
1145 public void saveToXml(XmlSerializer out) throws IOException { argument
1147 out.attribute(null, ATTR_TASKDESCRIPTIONLABEL, mLabel);
1150 out.attribute(null, ATTR_TASKDESCRIPTIONCOLOR_PRIMARY,
1154 out.attribute(null, ATTR_TASKDESCRIPTIONCOLOR_BACKGROUND,
1158 out.attribute(null, ATTR_TASKDESCRIPTIONICONFILENAME, mIconFilename);
1882 public void saveToXml(XmlSerializer out) throws IOException { argument
1883 out.attribute(null, ATTR_TASK_WIDTH, Integer.toString(taskWidth));
1884 out.attribute(null, ATTR_TASK_HEIGHT, Integer.toString(taskHeight));
1885 out
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebView.java68 * through a history, zoom in and out, perform text searches and more.</p>
300 * instantiated a WebView. An individual app can opt out of this feature by putting the following
309 * out.
1324 * If its value is true, the content will be zoomed out to be fit
1709 * <li>a street type (Road, Circle, etc), either spelled out or
1712 * <li>a state or territory, either spelled out or two-letter abbr</li>
2056 * Gets whether this WebView can be zoomed out.
2058 * @return true if this WebView can be zoomed out
2096 * Performs zoom out in this WebView.
2098 * @return true if zoom out succeed
2119 dumpViewHierarchyWithProperties(BufferedWriter out, int level) argument
[all...]
/frameworks/base/media/java/android/media/
H A DExifInterface.java1537 // Prints out attributes for debugging.
1569 FileOutputStream out = null;
1583 out = new FileOutputStream(tempFile);
1584 Streams.copy(in, out);
1590 IoUtils.closeQuietly(out);
1594 out = null;
1599 out = new FileOutputStream(mFilename);
1602 out = new FileOutputStream(mSeekableFileDescriptor);
1604 saveJpegAttributes(in, out);
1609 IoUtils.closeQuietly(out);
2723 ByteOrderAwarenessDataOutputStream(OutputStream out, ByteOrder byteOrder) argument
[all...]
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java2117 existing.info = provider.info; // the real one filled out from the ResolveInfo
2141 // clear out references to this appWidgetId
2286 private static void serializeProvider(XmlSerializer out, Provider p) throws IOException { argument
2287 out.startTag(null, "p");
2288 out.attribute(null, "pkg", p.info.provider.getPackageName());
2289 out.attribute(null, "cl", p.info.provider.getClassName());
2290 out.attribute(null, "tag", Integer.toHexString(p.tag));
2291 out.endTag(null, "p");
2294 private static void serializeHost(XmlSerializer out, Host host) throws IOException { argument
2295 out
2302 serializeAppWidget(XmlSerializer out, Widget widget) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java993 // the system locale out of the mount service.
1611 XmlSerializer out = new FastXmlSerializer();
1612 out.setOutput(fos, StandardCharsets.UTF_8.name());
1613 out.startDocument(null, true);
1614 out.startTag(null, TAG_VOLUMES);
1615 writeIntAttribute(out, ATTR_VERSION, VERSION_FIX_PRIMARY);
1616 writeStringAttribute(out, ATTR_PRIMARY_STORAGE_UUID, mPrimaryStorageUuid);
1617 writeBooleanAttribute(out, ATTR_FORCE_ADOPTABLE, mForceAdoptable);
1621 writeVolumeRecord(out, rec);
1623 out
1647 writeVolumeRecord(XmlSerializer out, VolumeRecord rec) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java485 public void getDisplaySize(Point out) { argument
486 mActivityContainer.mActivityDisplay.mDisplay.getSize(out);
1368 // on things going idle and start clearing them out. Or if r is the
2749 // Figure out if we are transitioning from another activity that is
2807 * We are inside of the task being reset... we'll either finish this activity, push it out
2855 // task, then we need to move it out of here. We will
2856 // move it as far out of the way as possible, to the
2871 + " out to bottom task " + bottom.task);
2878 + " out to new task " + target.task);
2902 "Pushing next activity " + p + " out t
[all...]
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java271 /** Switch code: Line out. When set, Line out (hi-Z) is inserted. */
597 Slog.w(TAG, "Input event injection from pid " + pid + " timed out.");
873 throw new IllegalArgumentException("surfaceRotation value out of bounds");
1544 throw new IllegalArgumentException("speed out of range");
1728 public void onShellCommand(FileDescriptor in, FileDescriptor out, argument
1730 (new Shell()).exec(this, in, out, err, args, resultReceiver);
/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java523 // < 0 means we couldn't assign a userid; fall out and return
782 // If this is not a system app, it starts out stopped.
3361 private void readPermissionsLPw(ArrayMap<String, BasePermission> out, XmlPullParser parser) argument
3378 BasePermission bp = out.get(name);
3396 out.put(bp.name, bp);
5012 FileOutputStream out = null;
5014 out = destination.startWrite();
5017 serializer.setOutput(out, StandardCharsets.UTF_8.name());
5096 destination.finishWrite(out);
5105 destination.failWrite(out);
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java283 * Called before laid out an item when non-staggered grid can handle pending movements
285 * has been laid out in consumePendingMovesAfterLayout().
320 * Called after laid out an item. Staggered grid should find view on same
576 * Allow DPAD key to navigate out at the front of the View (where position = 0),
582 * Allow DPAD key to navigate out at the end of the view, default is false.
587 * Allow DPAD key to navigate out of second axis.
593 * Allow DPAD key to navigate out of second axis.
914 // If in layout, a child requesting layout may have been laid out before the selection
916 // If it was not, the child will be laid out after the selection callback.
1813 // Lays out item
3157 writeToParcel(Parcel out, int flags) argument
[all...]

Completed in 7244 milliseconds

<<11121314151617181920>>