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

  /external/compiler-rt/BlocksRuntime/tests/
byrefsanity.c 41 struct byref_id *forwarding; member in struct:byref_id
65 if (ref->forwarding != ref) {
66 printf("forwarding pointer should be %p but is %p\n", ref, ref->forwarding);
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.css 176 #port-forwarding-settings {
182 #port-forwarding-overlay {
194 #port-forwarding-overlay:not(.open) {
198 #port-forwarding-config {
221 #port-forwarding-config > .close-button {
227 #port-forwarding-config-title {
231 #port-forwarding-config-list {
239 .port-forwarding-pair {
244 .port-forwarding-pair:hover {
248 .port-forwarding-pair.selected
    [all...]
inspect.js 356 $('port-forwarding-enable').addEventListener('change', enablePortForwarding);
358 $('port-forwarding-config-open').addEventListener(
360 $('port-forwarding-config-close').addEventListener(
362 $('port-forwarding-config-done').addEventListener(
367 chrome.send('set-port-forwarding-enabled', [event.target.checked]);
394 $('port-forwarding-overlay').classList.add('open');
401 $('port-forwarding-config-done').focus();
405 $('port-forwarding-overlay').classList.remove('open');
410 var list = $('port-forwarding-config-list');
419 '.port-forwarding-pair:not(.fresh) input.invalid')
    [all...]
  /external/compiler-rt/BlocksRuntime/
Block_private.h 82 struct Block_byref *forwarding; member in struct:Block_byref
93 struct Block_byref *forwarding; member in struct:Block_byref_header
runtime.c 362 * Closures that aren't copied must still work, so everyone always accesses variables after dereferencing the forwarding ptr.
364 * Otherwise we need to copy it and update the stack forwarding pointer
374 if (src->forwarding->flags & BLOCK_IS_GC) {
377 else if ((src->forwarding->flags & BLOCK_REFCOUNT_MASK) == 0) {
384 copy->forwarding = copy; // patch heap copy to point to itself (skip write-barrier)
385 src->forwarding = copy; // patch stack to point to heap copy
406 else if ((src->forwarding->flags & BLOCK_NEEDS_FREE) == BLOCK_NEEDS_FREE) {
407 latching_incr_int(&src->forwarding->flags);
410 _Block_assign(src->forwarding, (void **)destp);
418 // dereference the forwarding pointer since the compiler isn't doing this anymore (ever?
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
Forwarding.java 32 * <p>Example of removing yourself from the history stack after forwarding to
48 <td class="LinkColumn">src/com.example.android.apis/app/Forwarding.java</td>
52 <td class="LinkColumn">/res/any/layout/forwarding.xml</td>
53 <td class="DescrColumn">Defines contents of the Forwarding screen</td>
57 public class Forwarding extends Activity
64 setContentView(R.layout.forwarding);
79 intent.setClass(Forwarding.this, ForwardTarget.class);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
same_as.hpp 19 #include <boost/mpl/aux_/config/forwarding.hpp>
distance.hpp 27 #include <boost/mpl/aux_/config/forwarding.hpp>
iter_fold_if.hpp 28 #include <boost/mpl/aux_/config/forwarding.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
O1_size_impl.hpp 21 #include <boost/mpl/aux_/config/forwarding.hpp>
contains_impl.hpp 23 #include <boost/mpl/aux_/config/forwarding.hpp>
numeric_cast_utils.hpp 19 #include <boost/mpl/aux_/config/forwarding.hpp>
push_back_impl.hpp 21 #include <boost/mpl/aux_/config/forwarding.hpp>
push_front_impl.hpp 21 #include <boost/mpl/aux_/config/forwarding.hpp>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ipv6.h 127 __s32 forwarding; member in struct:ipv6_devconf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipv6.h 127 __s32 forwarding; member in struct:ipv6_devconf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipv6.h 127 __s32 forwarding; member in struct:ipv6_devconf
  /external/iproute2/ip/
ifcfg 8 for dir in $sbase/*/forwarding; do
47 echo "Forwarding is ON or its state is unknown ($fwd). OK, No RDISC." 1>&2
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java 827 * Filter key down events. By forwarding key down events to this function,
    [all...]
  /external/openssh/regress/
Makefile 47 forwarding \
  /external/kernel-headers/original/linux/
ipv6.h 136 __s32 forwarding; member in struct:ipv6_devconf
  /external/openssh/contrib/redhat/
openssh.spec 512 - pull cvs patch to fix remote port forwarding with protocol 2
517 - refuse to do X11 forwarding if xauth isn't there, handy if you enable
562 - refuse to do X11 forwarding if xauth isn't there, handy if you enable
746 - Update to 2.1.1p3, which includes fixes for X11 forwarding and strtok().
755 - Fix X11 forwarding, from mail post by Chan Shih-Ping Richard.
  /external/iproute2/doc/
ip-cref.tex 825 after you enabled forwarding or disabled autoconfiguration.
    [all...]

Completed in 984 milliseconds