HomeSort by relevance Sort by last modified time
    Searched full:forwarding (Results 26 - 50 of 1083) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/netd/server/
InterfaceController.cpp 31 // By default, accept_ra is set to 1 (accept RAs unless forwarding is on) on all interfaces.
32 // This causes RAs to work or not work based on whether forwarding is on, and causes routes
33 // learned from RAs to go away when forwarding is turned on. Make this behaviour predictable
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DeviceViewAction.java 71 "Error while setting up port forwarding: " + e.getMessage());
94 // remove port forwarding
  /cts/suite/audio_quality/lib/src/
Adb.h 22 /** ADB interface to set port forwarding and launch client app */
ClientImpl.cpp 38 LOGE("adb port forwarding failed");
  /cts/tests/app/res/layout/
app_activity.xml 29 android:text="@string/forwarding"/>
  /development/samples/ApiDemos/res/layout/
forwarding.xml 28 android:text="@string/forwarding"/>
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForwardTarget.java 28 * Example of removing yourself from the history stack after forwarding to
  /development/samples/ApiDemos/tests/src/com/example/android/apis/app/
ForwardingTest.java 48 public class ForwardingTest extends ActivityUnitTestCase<Forwarding> {
54 super(Forwarding.class);
87 Forwarding activity = startActivity(mStartIntent, null, null);
103 Forwarding activity = startActivity(mStartIntent, null, null);
  /external/chromium_org/chrome/browser/extensions/
global_shortcut_listener_win.h 17 // forwarding its output to the base class for processing.
  /external/chromium_org/content/browser/android/in_process/
synchronous_input_event_filter.h 25 // the InputEventAckState; no forwarding is performed.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
contains_impl.hpp 23 #include <boost/mpl/aux_/config/forwarding.hpp>
numeric_cast_utils.hpp 19 #include <boost/mpl/aux_/config/forwarding.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
same_as.hpp 19 #include <boost/mpl/aux_/config/forwarding.hpp>
  /packages/apps/Email/src/com/android/mail/browse/
EmailConversationProvider.java 25 // The authority of our conversation provider (a forwarding provider)
  /packages/apps/UnifiedEmail/unified_src/com/android/mail/browse/
UnifiedConversationProvider.java 25 // The authority of our conversation provider (a forwarding provider)
  /packages/apps/UnifiedEmail/unified_src/com/android/mail/providers/
UnifiedAccountCacheProvider.java 24 // The authority of our conversation provider (a forwarding provider)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_46.txt 23 Testing email forwarding with Groupwise 1.2.2010
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_46.txt 23 Testing email forwarding with Groupwise 1.2.2010
  /external/llvm/test/Transforms/GVN/
rle.ll 38 ;; Store -> Load and Load -> Load forwarding where src and dst are different
42 ;; i32 -> f32 forwarding.
55 ;; i32* -> float forwarding.
68 ;; float -> i32* forwarding.
81 ;; i32 -> f32 load forwarding.
102 ;; i32 -> i8 forwarding
115 ;; i64 -> float forwarding
128 ;; i64 -> i8* (32-bit) forwarding
141 ; memset -> i16 forwarding.
154 ; memset -> float forwarding
    [all...]
  /external/llvm/test/Transforms/ObjCARC/
escape.ll 22 %byref.forwarding = getelementptr inbounds %struct.__block_byref_weakLogNTimes* %weakLogNTimes, i64 0, i32 1
23 store %struct.__block_byref_weakLogNTimes* %weakLogNTimes, %struct.__block_byref_weakLogNTimes** %byref.forwarding, align 8
50 %tmp8 = load %struct.__block_byref_weakLogNTimes** %byref.forwarding, align 8
77 %byref.forwarding = getelementptr inbounds %struct.__block_byref_weakLogNTimes* %weakLogNTimes, i64 0, i32 1
78 store %struct.__block_byref_weakLogNTimes* %weakLogNTimes, %struct.__block_byref_weakLogNTimes** %byref.forwarding, align 8
105 %tmp8 = load %struct.__block_byref_weakLogNTimes** %byref.forwarding, align 8
  /external/clang/docs/
Block-ABI-Apple.rst 356 struct Block_byref *forwarding;
373 struct _block_byref_foo *forwarding;
384 a. The ``forwarding`` pointer is set to the beginning of its enclosing
404 structures ``forwarding`` pointer. For example:
417 struct _block_byref_i *forwarding;
423 i.forwarding->captured_i = 11;
441 struct _block_byref_voidBlock *forwarding;
462 struct _block_byref_voidBlock voidBlock = {( .forwarding=&voidBlock, .flags=(1<<25), .size=sizeof(struct _block_byref_voidBlock *),
466 voidBlock.forwarding->captured_voidBlock = blockB;
490 struct _block_byref_voidBlock *forwarding;
    [all...]
  /external/compiler-rt/lib/BlocksRuntime/
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/src/com/google/common/collect/
ForwardingObject.java 36 * are implemented only in subclasses. Therefore, forwarding {@code equals}
37 * would break symmetry, as the forwarding object might consider itself equal to
  /external/kernel-headers/original/uapi/linux/
mroute.h 23 #define MRT_ADD_MFC (MRT_BASE+4) /* Add a multicast forwarding entry */
24 #define MRT_DEL_MFC (MRT_BASE+5) /* Delete a multicast forwarding entry */
mroute6.h 23 #define MRT6_ADD_MFC (MRT6_BASE+4) /* Add a multicast forwarding entry */
24 #define MRT6_DEL_MFC (MRT6_BASE+5) /* Delete a multicast forwarding entry */

Completed in 1478 milliseconds

12 3 4 5 6 7 8 91011>>