Searched refs:forwarding (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/test/BlocksRuntime/
H A Dbyrefsanity.c41 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/components/policy/core/common/
H A Dschema_registry_unittest.cc250 ForwardingSchemaRegistry forwarding(registry.get());
252 forwarding.AddObserver(&observer);
255 EXPECT_FALSE(forwarding.IsReady());
257 EXPECT_TRUE(SchemaMapEquals(registry->schema_map(), forwarding.schema_map()));
263 EXPECT_TRUE(SchemaMapEquals(registry->schema_map(), forwarding.schema_map()));
269 EXPECT_TRUE(SchemaMapEquals(registry->schema_map(), forwarding.schema_map()));
273 EXPECT_FALSE(forwarding.IsReady());
277 EXPECT_FALSE(forwarding.IsReady());
283 EXPECT_FALSE(forwarding.IsReady());
285 EXPECT_TRUE(SchemaMapEquals(registry->schema_map(), forwarding
[all...]
/external/chromium_org/chrome/browser/resources/inspect/
H A Dinspect.css266 #port-forwarding-overlay {
288 #port-forwarding-overlay:not(.open) {
292 #port-forwarding-config {
315 #port-forwarding-config > .close-button {
321 #port-forwarding-config-title {
325 #port-forwarding-config-list {
333 .port-forwarding-pair {
338 .port-forwarding-pair:hover {
342 .port-forwarding-pair.selected,
343 .port-forwarding
[all...]
/external/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h82 struct Block_byref *forwarding; member in struct:Block_byref
93 struct Block_byref *forwarding; member in struct:Block_byref_header
H A Druntime.c362 * 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 pointe
[all...]
/external/iproute2/ip/
H A Difcfg8 for dir in $sbase/*/forwarding; do
/external/iproute2/doc/
H A Dip-cref.tex825 after you enabled forwarding or disabled autoconfiguration.
1119 One useful exception to this rule is the default route on non-forwarding
1179 to real (or internal) ones before forwarding. The addresses to translate to
1437 should be translated to 193.233.7.83 before forwarding
2583 to the forwarding engine has been proposed in~\cite{IOS-BGP-PP}.
2586 close to the forwarding engine, so policy routing rules can
2862 port forwarding, NAPT etc.
2908 should be translated into 192.203.80.144 before forwarding.
2932 This block of rules causes normal forwarding when
3158 for dir in $sbase/*/forwarding; d
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 470 milliseconds