/external/iptables/extensions/ |
libxt_policy.man | 8 .B PREROUTING, INPUT and FORWARD 12 .B POSTROUTING, OUTPUT and FORWARD
|
/external/webkit/Source/WebCore/platform/text/qt/ |
TextBoundariesQt.cpp | 43 int findNextWordFromIndex(UChar const* buffer, int len, int position, bool forward) 48 if (forward) {
|
/external/webkit/Source/WebKit2/UIProcess/API/C/win/ |
WKView.cpp | 70 void WKViewSetInitialFocus(WKViewRef viewRef, bool forward) 72 toImpl(viewRef)->setInitialFocus(forward);
|
/external/wpa_supplicant/wpa_gui/ |
userdatarequest.ui | 148 <forward>class WpaGui;</forward>
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
userdatarequest.ui | 148 <forward>class WpaGui;</forward>
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui/ |
userdatarequest.ui | 148 <forward>class WpaGui;</forward>
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/ |
ForwardService.java | 95 Log.v(LOGTAG, "read forward host from file: " + host); 97 Log.v(LOGTAG, "cannot read forward host from file", ioe);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_pair.h | 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and 89 : first(std::forward<_U1>(__x)), 90 second(std::forward<_U2>(__y)) { } 112 : first(std::forward<_U1>(__x)), 113 second(std::forward<_Arg0>(__arg0), 114 std::forward<_Args>(__args)...) { } 255 (std::forward<_T1>(__x), std::forward<_T2>(__y));
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_pair.h | 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and 89 : first(std::forward<_U1>(__x)), 90 second(std::forward<_U2>(__y)) { } 112 : first(std::forward<_U1>(__x)), 113 second(std::forward<_Arg0>(__arg0), 114 std::forward<_Args>(__args)...) { } 255 (std::forward<_T1>(__x), std::forward<_T2>(__y));
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_pair.h | 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and 89 : first(std::forward<_U1>(__x)), 90 second(std::forward<_U2>(__y)) { } 112 : first(std::forward<_U1>(__x)), 113 second(std::forward<_Arg0>(__arg0), 114 std::forward<_Args>(__args)...) { } 255 (std::forward<_T1>(__x), std::forward<_T2>(__y));
|
/external/skia/src/core/ |
SkBitmapProcState_matrixProcs.cpp | 427 // need to know our start, and our initial phase (forward or backward) 428 bool forward; local 433 forward = false; 436 forward = true; 442 if (forward) { 447 forward = !forward; 452 if (forward) { 457 forward = !forward; [all...] |
/frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/ |
FwdLockEngine.h | 36 * Forward Lock Engine class. 65 * For Forward Lock engine, it returns an empty object 112 * Not used for Forward Lock Engine. 243 * Not used for Forward Lock Engine. 255 * Forward Lock Engine. 264 * Starts the Forward Lock file conversion session. 503 * Session Class for Forward Lock Conversion. An object of this class is created 520 * Session Class for Forward Lock decoder. An object of this class is created 542 * Session Map Tables for Conversion and Decoding of forward lock files. 548 * Converts the error code from Forward Lock Converter to DrmConvertStatus error code [all...] |
/bionic/libc/arch-x86/string/ |
bzero.S | 14 cld /* set fill direction forward */
|
memcmp.S | 14 cld /* set compare direction forward */
|
memset.S | 17 cld /* set fill direction forward */
|
swab.S | 22 cld # set direction forward
|
/cts/tests/tests/drm/src/android/drm/cts/ |
ConfigFactory.java | 36 } else if (plugInName.equals("OMA V1 Forward Lock")) {
|
/dalvik/vm/mterp/armv5te/ |
OP_GOTO_32.S | 2 %verify "forward, backward, self"
|
/development/samples/ApiDemos/res/menu/ |
groups.xml | 40 <item android:id="@+id/forward"
|
/external/astl/include/ |
iosfwd | 34 * Forward declaration of the I/O stream classes.
|
/external/blktrace/doc/ |
blkrawverify.1 | 16 \fIblktrace\fR. It will check for valid event formats, forward progressing
|
/external/bluetooth/glib/gio/ |
gunixvolumemonitor.h | 40 /* Forward definitions */
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
back_forward_menu_controller.h | 23 // A class that manages the back/forward menu (and delayed-menu button, and
|
/external/chromium/chrome/browser/ui/gtk/ |
info_bubble_accelerators_gtk.h | 24 // is expected to either catch and respond to or catch and forward to the
|
/external/chromium/chrome/browser/ui/webui/ |
chrome_web_ui_factory.h | 30 // Get the favicon for |page_url| and forward the result to the |request|
|