HomeSort by relevance Sort by last modified time
    Searched full:forwarding (Results 351 - 375 of 997) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 110 AliasSet *Forward; // Forwarding pointer.
116 // AliasSets forwarding to it.
235 /// has been merged with another set and is forwarding, return the ultimate
  /external/llvm/include/llvm/IR/
Function.h 393 // BasicBlock iterator forwarding functions
408 // Argument iterator forwarding functions
481 // Shadow Value::setValueSubclassData with a private forwarding method so that
  /external/llvm/lib/Target/ARM/
ARM.td 77 // Cortex-A8 / A9 Advanced SIMD has multiplier accumulator forwarding.
78 def FeatureVMLxForwarding : SubtargetFeature<"vmlx-forwarding",
80 "Has multiplier accumulator forwarding">;
  /external/openssh/
ssh-keygen.c     [all...]
  /external/valgrind/main/exp-bbv/docs/
bbv-manual.xml 105 fast-forwarding; you fast-forward to the interval of interest,
168 (When fast-forwarding the various architectural features
171 full simulation would be at without the fast-forwarding.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRecords.java 91 public static final int EVENT_CFI = 1; // Call Forwarding indication
454 * Get the current Voice call forwarding flag for GSM/UMTS and the like SIMs
463 * Set the voice call forwarding flag for GSM/UMTS and the like SIMs
  /packages/services/Telephony/res/values-en-rGB/
strings.xml 76 <string name="call_forwarding_settings" msgid="3378927671091537173">"Call-forwarding settings"</string>
77 <string name="labelCF" msgid="2574386948026924737">"Call forwarding"</string>
80 <string name="sum_cfu_enabled_indicator" msgid="4014187342724130197">"Forwarding all calls"</string>
81 <string name="sum_cfu_enabled" msgid="2450052502198827927">"Forwarding all calls to <xliff:g id="PHONENUMBER">{0}</xliff:g>"</string>
86 <string name="sum_cfb_enabled" msgid="5984198104833116690">"Forwarding to <xliff:g id="PHONENUMBER">{0}</xliff:g>"</string>
88 <string name="disable_cfb_forbidden" msgid="3506984333877998061">"Your operator doesn\'t support disabling call forwarding when your phone is busy."</string>
91 <string name="sum_cfnry_enabled" msgid="6955775691317662910">"Forwarding to <xliff:g id="PHONENUMBER">{0}</xliff:g>"</string>
93 <string name="disable_cfnry_forbidden" msgid="4308233959150658058">"Your operator doesn\'t support disabling call forwarding when your phone doesn\'t answer."</string>
96 <string name="sum_cfnrc_enabled" msgid="7010898346095497421">"Forwarding to <xliff:g id="PHONENUMBER">{0}</xliff:g>"</string>
98 <string name="disable_cfnrc_forbidden" msgid="5646361343094064333">"Your operator doesn\'t support disabling call forwarding when your phone is unreachable."</string
    [all...]
  /packages/services/Telephony/res/values-en-rIN/
strings.xml 76 <string name="call_forwarding_settings" msgid="3378927671091537173">"Call-forwarding settings"</string>
77 <string name="labelCF" msgid="2574386948026924737">"Call forwarding"</string>
80 <string name="sum_cfu_enabled_indicator" msgid="4014187342724130197">"Forwarding all calls"</string>
81 <string name="sum_cfu_enabled" msgid="2450052502198827927">"Forwarding all calls to <xliff:g id="PHONENUMBER">{0}</xliff:g>"</string>
86 <string name="sum_cfb_enabled" msgid="5984198104833116690">"Forwarding to <xliff:g id="PHONENUMBER">{0}</xliff:g>"</string>
88 <string name="disable_cfb_forbidden" msgid="3506984333877998061">"Your operator doesn\'t support disabling call forwarding when your phone is busy."</string>
91 <string name="sum_cfnry_enabled" msgid="6955775691317662910">"Forwarding to <xliff:g id="PHONENUMBER">{0}</xliff:g>"</string>
93 <string name="disable_cfnry_forbidden" msgid="4308233959150658058">"Your operator doesn\'t support disabling call forwarding when your phone doesn\'t answer."</string>
96 <string name="sum_cfnrc_enabled" msgid="7010898346095497421">"Forwarding to <xliff:g id="PHONENUMBER">{0}</xliff:g>"</string>
98 <string name="disable_cfnrc_forbidden" msgid="5646361343094064333">"Your operator doesn\'t support disabling call forwarding when your phone is unreachable."</string
    [all...]
  /cts/tests/res/values/
strings.xml 33 <string name="activity_forwarding">App/Forwarding</string>
34 <string name="forwarding">$$$</string>
  /external/chromium_org/build/android/pylib/
forwarder.py 91 logging.info('Forwarding using commands: %s', redirection_commands)
114 logging.info('Forwarding device port: %d to host port: %d.',
  /external/chromium_org/chrome/browser/ui/webui/
inspect_ui.cc 42 "set-port-forwarding-enabled";
43 const char kPortForwardingConfigCommand[] = "set-port-forwarding-config";
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_options.py 147 action='store_true', help='Use RNDIS forwarding on Android.')
149 action='store_false', help='Do not use RNDIS forwarding on Android.'
  /external/llvm/test/Transforms/LoopVectorize/
memdep.ll 158 ; It is a bad idea to vectorize this loop because store-load forwarding will not
193 ; It is a bad idea to vectorize this loop because store-load forwarding will not
  /external/tcpdump/
print-igmp.c 74 u_int8_t tr_rflags; /* forwarding error codes */
81 /* fields for tr_rflags (forwarding error codes) */
print-stp.c 120 ", hello-time %.2fs, forwarding-delay %.2fs",
222 ", hello-time %.2fs, forwarding-delay %.2fs",
  /frameworks/base/telephony/java/android/telephony/
PhoneStateListener.java 90 * Listen for changes to the call-forwarding indicator.
205 * Callback invoked when the call-forwarding indicator changes.
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
CollectTraceAction.java 126 "Error while setting up port forwarding: " + e.getMessage());
145 // once tracing is complete, remove port forwarding
  /external/chromium/base/
callback_internal.h 87 // extract a suitable type for storing and forwarding arguments.
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.h 18 // AutocompleteTextField intercepts UI actions for forwarding to
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host.h 145 // Returns a keyboard event suitable for forwarding.
  /external/chromium/chrome/common/
devtools_messages.h 17 // agent rather than forwarding messages between agents and clients only.
  /external/chromium_org/base/
bind_unittest.nc 137 // style guide. Second, since we are doing argument forwarding it becomes
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_interface.h 233 // NOTE: Currently we are falling back to backspace forwarding workaround,
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.h 16 // AutocompleteTextField intercepts UI actions for forwarding to
  /external/chromium_org/chrome_frame/
protocol_sink_wrap.cc 448 DVLOG(1) << "Forwarding BINDSTATUS_MIMETYPEAVAILABLE "
493 DVLOG(1) << "Forwarding BINDSTATUS_MIMETYPEAVAILABLE " << kChromeMimeType;
558 DVLOG(1) << "Forwarding BINDSTATUS_SERVER_MIMETYPEAVAILABLE "
565 DVLOG(1) << "Forwarding BINDSTATUS_MIMETYPEAVAILABLE "
    [all...]

Completed in 1035 milliseconds

<<11121314151617181920>>