Searched refs:forward (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DAndroid.mk24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DAndroid.mk24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
H A DAndroid.mk57 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/common \
58 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/converter \
59 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/decoder \
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackActivity.java149 mForward = (Button) findViewById(R.id.forward);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java198 public void findNext(boolean forward); argument
H A DWebView.java55 * web pages and includes methods to navigate forward and backward
703 * @return the same copy of the back/forward list used to save the state. If
749 * pages, create a back/forward list, etc.) there may be undesirable
754 * @return the restored back/forward list or null if restoreState failed
925 * Gets whether this WebView has a forward history item.
927 * @return true iff this Webview has a forward history item
935 * Goes forward in the history of this WebView.
943 * Gets whether the page can go back or forward the given
957 * if forward.
959 * @param steps the number of steps to take back or forward i
1345 findNext(boolean forward) argument
[all...]
H A DWebViewCore.java3104 private native int nativeFindNext(int nativeClass, boolean forward); argument
H A DWebViewClassic.java2243 // We grab a copy of the back/forward list because a client of WebView
3607 public void findNext(boolean forward) { argument
3610 mWebViewCore.sendMessage(EventHub.FIND_NEXT, forward ? 1 : 0, mFindRequest);
4083 * Set the back/forward list client. This is an implementation of
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py84 self.fig.set_size_inches(16, 12, forward=True)
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py288 # adb forward <source> <destination>
289 def forward(self, source, destination): member in class:ADB
290 self._call_adb(*["forward", source, destination])
473 self.adb.forward("tcp:" + str(self.jdwp_port), \
501 self.adb.forward("tcp:" + str(self.gdbserver_port), \
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py80 self.fig.set_size_inches(16, 12, forward=True)

Completed in 628 milliseconds