HomeSort by relevance Sort by last modified time
    Searched refs:FORWARD (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebKit/android/
RenderSkinMediaButton.h 49 enum { PAUSE, PLAY, MUTE, REWIND, FORWARD, FULLSCREEN, SPINNER_OUTER, SPINNER_INNER , VIDEO, BACKGROUND_SLIDER, SLIDER_TRACK, SLIDER_THUMB };
RenderSkinMediaButton.cpp 58 { "ic_media_ff.png", 0, 0 }, // FORWARD
128 case FORWARD:
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action-udhcp.sh 54 iptables -P FORWARD DROP
56 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
57 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
67 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
68 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
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
  /external/astl/tests/
test_iterator.cpp 46 struct Forward {
71 enum Category {UNKNOWN, INPUT, FORWARD, BIDIRECTIONAL, RANDOM};
87 return FORWARD;
106 EXPECT_TRUE(category(android::iterator_category(Forward())) == FORWARD);
  /external/icu4c/i18n/
tridpars.cpp 40 static const int32_t FORWARD = UTRANS_FORWARD;
146 if (dir == FORWARD) {
147 SingleID* b = specsToID(specsB, FORWARD);
148 single = specsToID(specsA, FORWARD);
163 SingleID* a = specsToID(specsA, FORWARD);
164 single = specsToID(specsB, FORWARD);
181 if (dir == FORWARD) {
182 single = specsToID(specsA, FORWARD);
224 SingleID* single = specsToID(specs, FORWARD);
245 * added to the canonID, either at the end, if dir is FORWARD, o
    [all...]
  /external/libpcap/
pcap1.h 146 FORWARD =3,
  /external/qemu/android/
hw-events.h 201 KEY_CODE(FORWARD ,159) \
411 BTN_CODE(FORWARD,0x115) \
  /external/v8/benchmarks/
deltablue.js 334 Direction.FORWARD = 1;
359 ? Direction.FORWARD
373 ? Direction.FORWARD
405 return (this.direction == Direction.FORWARD) ? this.v1 : this.v2;
412 return (this.direction == Direction.FORWARD) ? this.v2 : this.v1;
488 if (this.direction == Direction.FORWARD) {
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 328 Direction.FORWARD = 1;
353 ? Direction.FORWARD
367 ? Direction.FORWARD
399 return (this.direction == Direction.FORWARD) ? this.v1 : this.v2;
406 return (this.direction == Direction.FORWARD) ? this.v2 : this.v1;
482 if (this.direction == Direction.FORWARD) {
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 328 Direction.FORWARD = 1;
353 ? Direction.FORWARD
367 ? Direction.FORWARD
399 return (this.direction == Direction.FORWARD) ? this.v1 : this.v2;
406 return (this.direction == Direction.FORWARD) ? this.v2 : this.v1;
482 if (this.direction == Direction.FORWARD) {
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 328 Direction.FORWARD = 1;
353 ? Direction.FORWARD
367 ? Direction.FORWARD
399 return (this.direction == Direction.FORWARD) ? this.v1 : this.v2;
406 return (this.direction == Direction.FORWARD) ? this.v2 : this.v1;
482 if (this.direction == Direction.FORWARD) {
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 330 RenderSkinMediaButton::Draw(getCanvasFromInfo(paintInfo), rect, RenderSkinMediaButton::FORWARD, translucent);
  /external/icu4c/test/intltest/
transtst.cpp 601 * Compose the Kana transliterator forward and reverse and try
617 * Compose the hex transliterators forward and reverse.
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1188 milliseconds