/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cstddef | 1 // -*- C++ -*- forwarding header.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cassert | 1 // -*- C++ -*- forwarding header.
|
cerrno | 1 // The -*- C++ -*- forwarding header.
|
ciso646 | 1 // -*- C++ -*- forwarding header.
|
cstddef | 1 // -*- C++ -*- forwarding header.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cassert | 1 // -*- C++ -*- forwarding header.
|
cerrno | 1 // The -*- C++ -*- forwarding header.
|
ciso646 | 1 // -*- C++ -*- forwarding header.
|
cstddef | 1 // -*- C++ -*- forwarding header.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
cassert | 1 // -*- C++ -*- forwarding header.
|
cerrno | 1 // The -*- C++ -*- forwarding header.
|
cfloat | 1 // -*- C++ -*- forwarding header.
|
ciso646 | 1 // -*- C++ -*- forwarding header.
|
climits | 1 // -*- C++ -*- forwarding header.
|
cstddef | 1 // -*- C++ -*- forwarding header.
|
/external/chromium_org/components/policy/core/common/ |
forwarding_policy_provider_unittest.cc | 158 // The forwarding provider becomes ready after this refresh completes, and 159 // starts forwarding policy updates after that. 167 // Keeps forwarding.
|
/external/chromium_org/content/browser/renderer_host/input/ |
touch_event_queue.h | 110 // Handles touch event forwarding and ack'ed event dispatch. 120 // Used to defer touch forwarding when ack dispatch triggers |QueueEvent()|. 126 // ack after forwarding a touch event to the client.
|
/external/openssh/ |
ssh-keygen.0 | 199 no-agent-forwarding 200 Disable ssh-agent(1) forwarding (permitted by default). 202 no-port-forwarding 203 Disable port forwarding (permitted by default). 211 no-x11-forwarding 212 Disable X11 forwarding (permitted by default). 214 permit-agent-forwarding 215 Allows ssh-agent(1) forwarding. 217 permit-port-forwarding 218 Allows port forwarding [all...] |
ssh-keygen.1 | 359 .It Ic no-agent-forwarding 362 forwarding (permitted by default). 363 .It Ic no-port-forwarding 364 Disable port forwarding (permitted by default). 373 .It Ic no-x11-forwarding 374 Disable X11 forwarding (permitted by default). 375 .It Ic permit-agent-forwarding 378 forwarding. 379 .It Ic permit-port-forwarding 380 Allows port forwarding [all...] |
ssh.0 | 39 -A Enables forwarding of the authentication agent connection. This 43 Agent forwarding should be enabled with caution. Users with the 51 -a Disables forwarding of the authentication agent connection. 85 Specifies a local ``dynamic'' application-level port forwarding. 148 -K Enables GSSAPI-based authentication and forwarding (delegation) 151 -k Disables forwarding (delegation) of GSSAPI credentials to the 188 forwarding ports (protocol version 2 only). 350 Requests tunnel device forwarding with the specified tun(4) 361 -X Enables X11 forwarding. This can also be specified on a per-host 364 X11 forwarding should be enabled with caution. Users with th [all...] |
ssh.1 | 111 Enables forwarding of the authentication agent connection. 114 Agent forwarding should be enabled with caution. 123 Disables forwarding of the authentication agent connection. 189 application-level port forwarding. 292 Enables GSSAPI-based authentication and forwarding (delegation) of GSSAPI 295 Disables forwarding (delegation) of GSSAPI credentials to the server. 362 This is useful for just forwarding ports 592 device forwarding with the specified 617 Enables X11 forwarding. 620 X11 forwarding should be enabled with caution [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/ |
DeviceBridge.java | 139 * <p/>This starts a port forwarding between a local port and a port on the device. 150 Log.e("hierarchy", "Timeout setting up port forwarding for " + device); 172 Log.e("hierarchy", "Timeout removing port forwarding for " + device);
|
/system/netd/ |
InterfaceController.cpp | 54 // By default, accept_ra is set to 1 (accept RAs unless forwarding is on) on all interfaces. 55 // This causes RAs to work or not work based on whether forwarding is on, and causes routes 56 // learned from RAs to go away when forwarding is turned on. Make this behaviour predictable
|
/packages/services/Telephony/src/com/android/phone/ |
CallFeaturesSetting.java | 119 // Extra put in the return from VM provider config containing call forwarding number to set 121 // Extra put in the return from VM provider config containing call forwarding number to set 131 // Used to tell the saving logic to leave forwarding number as is 135 // Suffix appended to provider key for storing forwarding settings 292 * Forwarding settings we are going to save. 303 * Constructs settings object, setting all conditional forwarding to the specified number 378 * Results of reading forwarding settings 383 * Result of forwarding number change. 384 * Keys are reasons (eg. unconditional forwarding). 429 * True if we had full or partial failure setting forwarding numbers and so need to roll the [all...] |
/packages/services/Telephony/res/values/ |
strings.xml | 127 <!-- Call forwarding dialog box, voicemail number prefix --> 159 <!-- Call forwarding settings screen, section heading --> 160 <string name="call_forwarding_settings">Call forwarding settings</string> 162 <string name="labelCF">Call forwarding</string> 164 <!-- Call forwarding settings screen, setting option name --> 166 <!-- Call forwarding dialog box, text field label --> 168 <!-- Call forwarding settings screen, setting summary text when forwarding all calls --> 169 <string name="sum_cfu_enabled_indicator">Forwarding all calls</string> 170 <!-- Call forwarding settings screen, setting summary text the Always forward is set -- [all...] |