/external/v8/src/compiler/ |
jump-threading.h | 18 // Compute the forwarding map of basic blocks to their ultimate destination. 25 static void ApplyForwarding(ZoneVector<RpoNumber>& forwarding,
|
/external/compiler-rt/test/BlocksRuntime/ |
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);
|
/frameworks/base/core/java/android/widget/ |
ForwardingListener.java | 41 /** Timeout before accepting a long-press to start forwarding. */ 50 /** Runnable used to trigger forwarding on long-press. */ 53 /** Whether this listener is currently forwarding touch events. */ 71 * Returns the popup to which this listener is forwarding events. 76 * forwarding. 78 * @return the popup to which this listener is forwarding events 85 final boolean forwarding; 87 forwarding = onTouchForwarded(event) || !onForwardingStopped(); 89 forwarding = onTouchObserved(event) && onForwardingStarted(); 91 if (forwarding) { [all...] |
/external/compiler-rt/lib/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...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
ForwardingNavigableMapTest.java | 252 // TODO(user): add forwarding-to-ImmutableSortedMap test 274 NavigableMap<String, Integer> forwarding = 277 assertNull(forwarding.lastEntry()); 278 forwarding.put("b", 2); 279 assertEquals(immutableEntry("b", 2), forwarding.lastEntry()); 280 forwarding.put("c", 3); 281 assertEquals(immutableEntry("c", 3), forwarding.lastEntry()); 282 forwarding.put("a", 1); 283 assertEquals(immutableEntry("c", 3), forwarding.lastEntry()); 284 forwarding.remove("c") [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>
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
ForwardingListener.java | 40 /** Timeout before accepting a long-press to start forwarding. */ 49 /** Runnable used to trigger forwarding on long-press. */ 52 /** Whether this listener is currently forwarding touch events. */ 72 * Returns the popup to which this listener is forwarding events. 77 * forwarding. 79 * @return the popup to which this listener is forwarding events 86 final boolean forwarding; 88 forwarding = onTouchForwarded(event) || !onForwardingStopped(); 90 forwarding = onTouchObserved(event) && onForwardingStarted(); 92 if (forwarding) { [all...] |
/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>
|
/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
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
local_server.py | 87 assert name in named_port_pair_map, '%s forwarding is unsupported' % name
|
/external/iproute2/doc/ |
ip-cref.tex | 860 after you enabled forwarding or disabled autoconfiguration. [all...] |
/prebuilts/sdk/current/support/v7/appcompat/libs/ |
android-support-v7-appcompat.jar | |