HomeSort by relevance Sort by last modified time
    Searched full:forward (Results 101 - 125 of 3607) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action.sh 68 iptables -P FORWARD DROP
70 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
71 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
81 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
82 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
  /system/media/mca/filterfw/java/android/filterfw/core/
FilterSurfaceView.java 77 // Forward surface created to listener
80 // Forward surface changed to listener
108 // Forward callback to listener
125 // Forward to renderer
135 // Forward to renderer
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.h 28 // Interface for the showing of the dropdown menu for the Back/Forward buttons.
101 // true (we are the forward button delegate), then this function will return
116 // specified (|forward|) until either a chapter-stop is found or we reach the
124 int GetIndexOfNextChapterStop(int start_from, bool forward) const;
127 // NavigationEntryList vector advancing first forward or backward by |offset|
128 // (depending on the direction specified in parameter |forward|). It also
140 int FindChapterStop(int offset, bool forward, int skip) const;
142 // How many items (max) to show in the back/forward history menu dropdown.
145 // How many chapter-stops (max) to show in the back/forward dropdown list.
182 // Represents whether this is the delegate for the forward button or th
    [all...]
  /external/webkit/Source/WebCore/platform/text/
TextBreakIteratorICU.cpp 228 "!!forward;"
235 "$Hin0 $HinV $Hin1;" // Devanagari Virama (forward)
236 "$Ben0 $BenV $Ben1;" // Bengali Virama (forward)
237 "$Pan0 $PanV $Pan1;" // Gurmukhi Virama (forward)
238 "$Guj0 $GujV $Guj1;" // Gujarati Virama (forward)
239 "$Ori0 $OriV $Ori1;" // Oriya Virama (forward)
240 "$Tel0 $TelV $Tel1;" // Telugu Virama (forward)
241 "$Kan0 $KanV $Kan1;" // Kannada Virama (forward)
242 "$Mal0 $MalV $Mal1;" // Malayalam Virama (forward)
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.h 132 /// The input file is not a syntactically correct OMA DRM v1 Forward Lock file.
159 * Opens a session for converting an OMA DRM v1 Forward Lock file to the internal Forward Lock file
198 * Closes a session for converting an OMA DRM v1 Forward Lock file to the internal Forward Lock
214 * Converts an open OMA DRM v1 Forward Lock file to the internal Forward Lock file format in pull
249 * Converts an OMA DRM v1 Forward Lock file to the internal Forward Lock file format in pull mode.
  /external/clang/test/SemaCXX/
enum.cpp 30 enum e1 (*bar)(void); // expected-error{{ISO C++ forbids forward references to 'enum' types}}
39 enum e2; // expected-error{{ISO C++ forbids forward references to 'enum' types}}
95 enum E; // expected-error{{ISO C++ forbids forward references to 'enum' types}}
alignof-sizeof-reference.cpp 3 struct s0; // expected-note {{forward declaration}}
arrow-operator.cpp 19 struct E; // expected-note {{forward declaration of 'E'}}
inherit.cpp 13 class D; // expected-note {{forward declaration of 'D'}}
  /external/freetype/src/cff/
cffpic.c 26 /* forward declaration of PIC init functions from cffdrivr.c */
35 /* forward declaration of PIC init functions from cffparse.c */
39 /* forward declaration of PIC init functions from cffcmap.c */
  /external/iptables/extensions/
libxt_physdev.man 10 .B FORWARD
20 .BR FORWARD ,
42 This is only useful in the FORWARD and POSTROUTING chains.
  /external/webkit/Source/WebCore/platform/text/mac/
TextBoundaries.mm 45 int findNextWordFromIndex(const UChar* chars, int len, int position, bool forward)
50 int result = [attr nextWordFromIndex:position forward:forward];
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
move.h 1 // Move, forward and identity for C++0x + swap -*- C++ -*-
42 // 20.2.2, forward/move
51 forward(typename std::identity<_Tp>::type&& __t) function
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
move.h 1 // Move, forward and identity for C++0x + swap -*- C++ -*-
42 // 20.2.2, forward/move
51 forward(typename std::identity<_Tp>::type&& __t) function
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
move.h 1 // Move, forward and identity for C++0x + swap -*- C++ -*-
42 // 20.2.2, forward/move
51 forward(typename std::identity<_Tp>::type&& __t) function
  /bionic/libc/arch-x86/string/
bcmp.S 15 cld /* set compare direction forward */
memchr.S 16 cld /* set search forward */
  /dalvik/vm/compiler/codegen/
Optimizer.h 35 /* Forward declarations */
  /dalvik/vm/mterp/armv5te/
OP_GOTO.S 2 %verify "forward and backward"
  /external/chromium/android/
generateAndroidForwardingHeader.pl 28 my $forward = $ARGV[0];
60 $forward =~ m/(.*)\//s;
62 $guard = $forward;
64 open(my $handle, ">", $forward) or die $!;
  /external/chromium/chrome/browser/ui/cocoa/download/
download_shelf_mac.h 21 // wrapper class that forward everything to DownloadShelfController.
  /external/clang/test/CXX/expr/expr.post/expr.dynamic.cast/
p3-0x.cpp 5 struct Z; // expected-note{{forward declaration of 'Z'}}
  /external/clang/test/Misc/
verify.c 3 struct s; // expected-note 7 {{forward declaration of 'struct s'}}
  /external/clang/test/Parser/
cxx-template-decl.cpp 26 // Template class (forward) declarations
32 // Forward declarations with default parameters?
36 // Forward declarations w/template template parameters
43 // Forward declarations with non-type params
  /external/clang/test/Sema/
typecheck-binop.c 3 struct incomplete; // expected-note{{forward declaration of 'struct incomplete'}}

Completed in 283 milliseconds

1 2 3 45 6 7 8 91011>>