HomeSort by relevance Sort by last modified time
    Searched full:forwarded (Results 1 - 25 of 340) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jetty/src/resources/org/eclipse/jetty/server/jmx/
AbstractConnector-mbean.properties 5 forwardedForHeader: The header name for forwarded for (default x-forwarded-for).
6 forwardedHostHeader: The header name for forwarded hosts (default x-forwarded-host)
7 forwardedServerHeader: The header name for forwarded server (default x-forwarded-server)
8 forwarded: Whether reverse proxy handling is on. True if this connector is checking the forwarded for/host/server headers.
10 hostHeader: Forced value for the host header. Only used if forwarded is true.
  /external/llvm/test/CodeGen/Generic/
fwdtwice.ll 6 ;; This sequence should cause the cast value to be forwarded twice,
7 ;; i.e., cast is forwarded to the setle and the setle is forwarded
  /development/samples/browseable/BasicManagedProfile/
_index.jd 10 configured to be forwarded between primary account and managed profile. Finally, you can
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputView.java 76 // The touch events that hit the top padding of keyboard should be forwarded to
113 * @param <ReceiverView> a {@link View} that receives forwarded {@link MotionEvent} from
129 // Return true if a touch event of global coordinate x, y needs to be forwarded.
143 * Callback when a {@link MotionEvent} is forwarded.
144 * @param me the motion event to be forwarded.
148 // Returns true if a {@link MotionEvent} is needed to be forwarded to
164 // {@link MotionEvent}s should be forwarded to <code>ReceiverView</code>.
173 // Returns true if a {@link MotionEvent} is forwarded to <code>ReceiverView</code>.
220 // The forwarded event should have coordinates that are inside of the target.
  /external/llvm/test/CodeGen/SystemZ/
memchr-01.ll 7 ; Test a simple forwarded call.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
IntentFiltersTestHelper.java 53 // These are the intents which can be forwarded to the managed profile.
59 // These are the intents which can be forwarded to the primary profile.
147 // These are the intents which cannot be forwarded to the primary profile.
208 // intent which we know will be forwarded from primary profile to managed profile.
215 // Check for intents which can be forwarded to the managed profile.
219 Log.d(TAG, intent + " from primary profile should be forwarded to the " +
233 // intent which we know will be forwarded from managed profile to primary profile.
240 // Check for intents which can be forwarded to the primary profile.
244 Log.d(TAG, intent + " from managed profile should be forwarded to the " +
249 // Check for intents which cannot be forwarded to the primary profile
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_06.txt 5 Content-Description: forwarded message
11 Subject: forwarded message from Barry A. Warsaw
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_06.txt 5 Content-Description: forwarded message
11 Subject: forwarded message from Barry A. Warsaw
  /external/jmonkeyengine/engine/src/core/com/jme3/input/event/
InputEvent.java 68 * and should not be forwarded to input listeners.
78 * and should not be forwarded to input listeners.
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/res/values/
base-strings.xml 26 configured to be forwarded between primary account and managed profile. Finally, you can
  /development/samples/browseable/BasicManagedProfile/res/values/
base-strings.xml 26 configured to be forwarded between primary account and managed profile. Finally, you can
  /external/dnsmasq/contrib/port-forward/
portforward 8 # is forwarded on the DHCP-client. By default, forwarding is set up
  /external/iptables/extensions/
libxt_TPROXY.man 21 these packets will get forwarded, which is probably not what you want.)
libxt_owner.man 3 POSTROUTING chains. Forwarded packets do not have any socket associated with
  /frameworks/base/core/java/com/android/internal/app/
IntentForwarderActivity.java 127 Slog.wtf(TAG, "the intent: " + newIntent + "cannot be forwarded from user "
136 // The EXTRA_INITIAL_INTENTS may not be allowed to be forwarded.
138 Slog.wtf(TAG, "An chooser intent with extra initial intents cannot be forwarded to"
143 Slog.wtf(TAG, "A chooser intent with replacement extras cannot be forwarded to a"
  /system/bt/hci/include/
btsnoop_mem.h 35 // forwarded to the |btsnoop_data_cb|.
  /system/netd/server/
TetherController.h 31 // NetId to use for forwarded DNS queries. This may not be the default
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpHeaders.java 68 FORWARDED= "Forwarded",
84 X_FORWARDED_FOR= "X-Forwarded-For",
85 X_FORWARDED_PROTO= "X-Forwarded-Proto",
86 X_FORWARDED_SERVER= "X-Forwarded-Server",
87 X_FORWARDED_HOST= "X-Forwarded-Host";
204 FORWARDED_BUFFER=CACHE.add(FORWARDED,FORWARDED_ORDINAL),
  /external/guava/guava-testlib/src/com/google/common/testing/
ForwardingWrapperTester.java 39 * with the same parameters forwarded and return value forwarded back or exception propagated as is.
155 assertEquals("toString() isn't properly forwarded",
189 assertEquals("Parameter #" + i + " of " + method + " not forwarded",
205 assertEquals("Return value of " + method + " not forwarded", returnValue,
  /external/guava/guava/src/com/google/common/collect/
ForwardingObject.java 45 * <p>The {@code toString} method is forwarded to the delegate. Although this
59 * Returns the backing delegate instance that methods are forwarded to.
  /external/droiddriver/src/io/appium/droiddriver/scroll/
ForwardingScrollStepStrategy.java 35 * Returns the backing delegate instance that methods are forwarded to.
  /external/mesa3d/docs/
bugs.html 42 Bug reports will automatically be forwarded by bugzilla to the Mesa
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
recursive.py 57 A WSGI middleware that allows for recursive and forwarded calls.
59 application acts differently with different URLs. The forwarded
93 Used to signal that a request should be forwarded to a different location.
101 An altertative WSGI environment dictionary to use for the forwarded
108 which can alter the forwarded response.
149 but use the headers and resposne body from the forwarded response you might
253 to the forwarded request. E.g., ``{'HTTP_HOST': 'new.host'}``
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ForwardingObjectTester.java 50 * Ensures that all interface methods of {@code forwarderClass} are forwarded to the
  /external/libpcap/
README.sita 50 All captured packets are then forwarded across that TCP session

Completed in 755 milliseconds

1 2 3 4 5 6 7 8 91011>>