/external/llvm/lib/Analysis/ |
LoopInfo.cpp | 142 BasicBlock *Incoming = nullptr, *Backedge = nullptr; 148 Incoming = *PI++; 151 if (contains(Incoming)) { 154 std::swap(Incoming, Backedge); 162 dyn_cast<ConstantInt>(PN->getIncomingValueForBlock(Incoming)))
|
/external/llvm/lib/Transforms/Utils/ |
CodeExtractor.cpp | 213 // incoming values from inside of the region. 246 // Create a new PHI node in the new region, which has an incoming value 252 // Loop over all of the incoming value in PN, moving them to NewPN if they 738 // references to the old incoming edge to be the new incoming edge.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaCallTracker.java | 295 if (mRingingCall.getState() == CdmaCall.State.INCOMING) { 296 Rlog.i("phone", "acceptCall: incoming..."); 330 if (mRingingCall.getState() == CdmaCall.State.INCOMING) { 331 throw new CallStateException("cannot be in the incoming state"); 665 || (dc.state == DriverCall.State.INCOMING [all...] |
/frameworks/base/docs/html/about/versions/ |
android-4.0-highlights.jd | 114 <div style="padding-bottom:.5em;font-size:.9em;padding-right:1.75em;">For incoming calls, you can 120 constant touch with incoming messages, play music tracks, see real-time updates 178 incoming calls</strong></p> 180 <p>When an incoming call arrives, users can now quickly <strong>respond by text 182 the incoming call screen, users simply slide a control to see a list of text 314 consistent, personal experience everywhere — from incoming calls to emails.</div> 353 incoming messages, voice transcriptions, and audio files from one or more 555 <p>For keeping track of incoming email more easily, a <strong>resizable Email [all...] |
/external/valgrind/coregrind/ |
m_syscall.c | 288 /* Incoming args (syscall number + up to 6 args) come on the stack. 347 /* Incoming args (syscall number + up to 6 args) come in %rdi, %rsi, 383 /* Incoming args (syscall number + up to 6 args) come in %r3:%r9. 549 /* Incoming args (syscall number + up to 8 args) come in on the stack 625 /* Incoming args (syscall number + up to 8 args) come in registers and stack 712 /* Incoming args (syscall number + up to 6 args) come in a0 - a3 and stack.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
InboundSmsHandler.java | 82 * This class broadcasts incoming SMS messages to interested apps after storing them in 183 /** Helper class to check whether storage is available for incoming messages. */ 491 loge("Exception processing incoming SMS: " + ar.exception); 598 * Notify interested apps if the framework has rejected an incoming SMS, 622 * Dispatch a normal incoming SMS. This is called from {@link #dispatchMessageRadioSpecific} [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsPhoneCallTracker.java | 90 if (DBG) log("onReceive : incoming call intent"); 451 if (DBG) log("acceptCall: incoming..."); 495 if (mRingingCall.getState() == ImsPhoneCall.State.INCOMING) { 496 throw new CallStateException("cannot be in the incoming state"); 776 if (Phone.DEBUG_PHONE) log("(ringing) hangup incoming"); [all...] |
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.cpp | 554 component_t incoming(fragment); 556 MOV(AL, 0, fragment.reg, reg_imm(incoming.reg, LSR, incoming.l)); 678 component_t incoming(fragment); 686 SMULWB(AL, fragment.reg, incoming.reg, cf); 688 MOV(AL, 0, fragment.reg, reg_imm(incoming.reg, LSL, 1)); [all...] |
/art/runtime/jdwp/ |
jdwp_socket.cc | 334 * Process incoming data. If no data is available, this will block until 339 * To take some of the mystery out of life, we want to reject incoming
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
DataProvider.java | 37 // Indicates that the incoming query is for a picture URL 40 // Indicates that the incoming query is for a URL modification date
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
LegacyCommonTokenStream.cs | 72 /** <summary>By default, track all incoming tokens</summary> */ 168 * Move the input pointer to the next incoming token. The stream
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
DOTGenerator.java | 64 * will show the incoming state machine visually. All nodes reachable 93 * will show the incoming state machine visually. All nodes reachable
|
/external/blktrace/doc/ |
blkparse.1 | 261 On raid or device mapper setups, an incoming i/o may straddle a device or 269 For stacked devices, incoming i/o is remapped to device below it in the i/o
|
/external/clang/lib/Serialization/ |
ModuleManager.cpp | 301 // Record the number of incoming edges for each module. When we 302 // encounter a module with no incoming edges, push it into the queue
|
/external/libnfc-nci/src/nfa/dm/ |
nfa_dm_ndef.c | 335 ** handled the entire incoming NDEF message) 360 ** Description Handle incoming ndef message
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport.c | [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 131 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in var 132 let phi = build_phi incoming "iftmp" builder in
|
/external/llvm/include/llvm/Transforms/Utils/ |
SSAUpdaterImpl.h | 318 /// the incoming values for a new PHI. 407 // Iterate through the PHI's incoming values.
|
/external/mesa3d/src/mesa/main/ |
texformat.c | 54 * \param format incoming image pixel format. 55 * \param type incoming image data type.
|
/external/mesa3d/src/mesa/tnl/ |
t_draw.c | 62 /* Convert the incoming array to GLfloats. Understands the 474 * vertices and it is necessary to split incoming drawing commands
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
RegisterType.java | 120 // This is used when there are multiple incoming execution paths that have incompatible register types. For 121 // example if the register's type is an Integer on one incoming code path, but is a Reference type on another
|
/external/wpa_supplicant_8/src/ap/ |
ieee802_11_auth.c | 467 * hostapd_acl_recv_radius - Process incoming RADIUS Authentication messages 501 wpa_printf(MSG_INFO, "Incoming RADIUS packet did not have "
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers_p2p.c | 55 * @message: Pointer to incoming dbus message this error refers to 638 * @message: Pointer to incoming dbus message [all...] |
/frameworks/base/telecomm/java/android/telecom/ |
PhoneAccount.java | 117 * device displays the call subject on the incoming call screen. 387 * will appear to come, if applicable, and the destination to which incoming calls using this
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipSession.java | 410 * Answers an incoming call with the specified session description. The 429 * incoming call. The method is only valid to call when the session state is
|