HomeSort by relevance Sort by last modified time
    Searched refs:Call (Results 1 - 25 of 189) sorted by null

1 2 3 4 5 6 7 8

  /sdk/traceview/src/com/android/traceview/
ThreadData.java 30 private Call mRoot;
31 private Call mCurrent;
32 private Call mLastContextSwitch;
33 private ArrayList<Call> mStack = new ArrayList<Call>();
44 mRoot = new Call(mName, topLevel);
57 public Call getCalltreeRoot() {
61 void handleCall(Call call, long globalTime) {
63 long currentTime = call.mThreadStartTime
    [all...]
Call.java 21 class Call implements TimeLineView.Block {
43 * This constructor is used for the root of a Call tree. The name is
46 Call(String name, MethodData methodData) {
51 Call() {
54 Call(int threadId, MethodData methodData, long time, int methodAction) {
101 public void addInclusiveTime(long elapsed, Call parent) {
DmTraceReader.java 46 private ArrayList<Call> mCallList;
47 private ArrayList<Call> mSwitchList;
93 Call readCall(MappedByteBuffer buffer, Call call) {
117 if (call != null) {
118 call.set(threadId, methodData, time, methodAction);
120 call = new Call(threadId, methodData, time, methodAction);
122 return call;
183 Call call = new Call(); local
242 Call call = readCall(buffer, null); local
513 Call call = new Call(threadData.getId(), mTopLevel, local
570 Call call = (Call) record.block; local
    [all...]
  /external/webkit/WebCore/plugins/
PluginMainThreadScheduler.h 54 class Call;
56 void dispatchCallsForPlugin(NPP, const Deque<Call>& calls);
57 typedef HashMap<NPP, Deque<Call> > CallQueueMap;
61 class Call {
63 Call(MainThreadFunction* function, void* userData)
PluginMainThreadScheduler.cpp 52 it->second.append(Call(function, userData));
65 m_callQueueMap.set(npp, Deque<Call>());
76 void PluginMainThreadScheduler::dispatchCallsForPlugin(NPP npp, const Deque<Call>& calls)
78 Deque<Call>::const_iterator end = calls.end();
79 for (Deque<Call>::const_iterator it = calls.begin(); it != end; ++it) {
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 30 import com.android.internal.telephony.Call;
152 assertEquals(Call.State.IDLE, mGSMPhone.getRingingCall().getState());
153 assertEquals(Call.State.IDLE, mGSMPhone.getForegroundCall().getState());
154 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
172 assertEquals(Call.State.DIALING, mGSMPhone.getForegroundCall().getState());
183 assertEquals(Call.State.IDLE, mGSMPhone.getRingingCall().getState());
184 assertEquals(Call.State.DIALING,
186 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
206 while (mGSMPhone.getForegroundCall().getState() != Call.State.ALERTING);
215 assertEquals(Call.State.IDLE, mGSMPhone.getRingingCall().getState())
    [all...]
  /external/webkit/JavaScriptCore/assembler/
LinkBuffer.h 48 // * The return address of a Call may be acquired.
57 typedef MacroAssembler::Call Call;
82 void link(Call call, FunctionPtr function)
84 ASSERT(call.isFlagSet(Call::Linkable));
85 MacroAssembler::linkCall(code(), call, function); local
111 CodeLocationCall locationOf(Call call)
    [all...]
MacroAssemblerX86.h 53 using MacroAssemblerX86Common::call;
125 Call call() function in class:JSC::MacroAssemblerX86
127 return Call(m_assembler.call(), Call::Linkable);
130 Call tailRecursiveCall()
132 return Call::fromTailJump(jump());
135 Call makeTailRecursiveCall(Jump oldJump)
137 return Call::fromTailJump(oldJump)
    [all...]
AbstractMacroAssembler.h 284 // Call:
286 // A Call object is a reference to a call instruction that has been planted
287 // into the code buffer - it is typically used to link the call, setting the
288 // relative offset such that when executed it will call to the desired
290 class Call {
302 Call()
307 Call(JmpSrc jmp, Flags flags)
318 static Call fromTailJump(Jump jump)
320 return Call(jump.m_jmp, Linkable)
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 14 // Call dnsResolve with some wonky arguments.
24 // Call alert with some wonky arguments.
38 // Call myIpAddress() with wonky arguments
42 // Call myIpAddressEx() correctly (no arguments).
45 // Call dnsResolveEx() (note that isResolvableEx() implicity calls it.)
  /external/chromium/third_party/icu/source/test/intltest/
idnaconf.h 46 void Call();
  /external/icu4c/test/intltest/
idnaconf.h 46 void Call();
  /external/v8/src/mips/
jump-target-mips.cc 53 void JumpTarget::Call() {
  /frameworks/base/telephony/java/com/android/internal/telephony/
Connection.java 35 INCOMING_MISSED, /* an incoming call that was missed and never answered */
38 BUSY, /* outgoing call to busy line */
39 CONGESTION, /* outgoing call to congested network */
50 INCOMING_REJECTED, /* an incoming call that was rejected */
54 CALL_BARRED, /* call was blocked by call barring */
55 FDN_BLOCKED, /* call was blocked by fixed dial number */
56 CS_RESTRICTED, /* call was blocked by restricted all voice access */
57 CS_RESTRICTED_NORMAL, /* call was blocked by restricted normal voice access */
58 CS_RESTRICTED_EMERGENCY, /* call was blocked by restricted emergency voice access *
    [all...]
CallManager.java 44 * CallManager provides call and connection control as well as
49 * 1. Call control and operation, such as dial() and hangup()
89 private final ArrayList<Call> mRingingCalls;
92 private final ArrayList<Call> mBackgroundCalls;
95 private final ArrayList<Call> mForegroundCalls;
169 mRingingCalls = new ArrayList<Call>();
170 mBackgroundCalls = new ArrayList<Call>();
171 mForegroundCalls = new ArrayList<Call>();
232 * Get current coarse-grained voice call state.
233 * If the Call Manager has an active call and call waiting occurs
1475 Call call = getFirstNonIdleCall(mForegroundCalls); local
1512 Call call = getFirstNonIdleCall(mBackgroundCalls); local
1535 Call call = getFirstNonIdleCall(mRingingCalls); local
1756 Call call; local
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallControlState.java 22 import com.android.internal.telephony.Call;
30 * or "checked" state of the various controls available in the in-call
38 * flags to indicate the state and/or enabledness of all possible in-call
53 // enabledness of all possible in-call user operations:
78 /** True if the call is currently on hold */
99 final Call fgCall = mCM.getActiveFgCall();
100 final Call.State fgCallState = fgCall.getState();
101 final boolean hasActiveForegroundCall = (fgCallState == Call.State.ACTIVE);
106 // This item is visible only if the foreground call is a
107 // conference call, and it's enabled unless the "Manag
    [all...]
CallTime.java 23 import com.android.internal.telephony.Call;
45 private Call mCall;
62 * Sets the call timer to "active call" mode, where the timer will
63 * periodically update the UI to show how long the specified call
66 * After calling this you should also call reset() and
69 /* package */ void setActiveCallMode(Call call) {
70 if (DBG) log("setActiveCallMode(" + call + ")...");
71 mCall = call;
    [all...]
CallCard.java 38 import com.android.internal.telephony.Call;
49 * "Call card" UI element: the in-call screen contains a tiled layout of call
50 * cards, each representing the state of a current "call" (ie. an active call,
51 * a call on hold, or an incoming call.)
86 // The main block of info about the "primary" or "active" call,
96 // Info about the "secondary" call, which is the "call on hold" whe
415 updateCardTitleWidgets(call.getPhone(), call); local
557 Call call = (Call) cookie; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 34 import com.android.internal.telephony.Call;
54 // A call that is ringing or (call) waiting
90 // FIXME: is it true that we cannot take any incoming call if
99 if (DEBUG) Log.d(LOG_TAG, "+++ taking call from: "
107 // Peer cancelled the call!
108 if (DEBUG) Log.d(LOG_TAG, " call cancelled !!");
114 // Peer may cancel the call at any time during the time we hook
125 if ((ringingCall.getState() == Call.State.INCOMING) ||
126 (ringingCall.getState() == Call.State.WAITING))
500 SipCall call = conn.getCall(); local
806 SipCall call = (getPhone() == SipPhone.this) local
    [all...]
SipCallBase.java 19 import com.android.internal.telephony.Call;
29 abstract class SipCallBase extends Call {
SipConnectionBase.java 19 import com.android.internal.telephony.Call;
68 protected void setState(Call.State state) {
114 if (getState() != Call.State.HOLDING) {
  /external/v8/test/cctest/
test-debug.cc 464 // Compile a function, set a break point and check that the call at the break
598 v8::Handle<v8::Value> result = frame_function_name->Call(exec_state,
613 v8::Handle<v8::Value> result = frame_source_line->Call(exec_state,
623 v8::Handle<v8::Value> result = frame_source_column->Call(exec_state,
633 v8::Handle<v8::Value> result = frame_script_name->Call(exec_state,
648 v8::Handle<v8::Value> result = frame_script_data->Call(exec_state,
662 v8::Handle<v8::Value> result = compiled_script_data->Call(exec_state,
705 v8::Local<v8::Value> result = *fun->Call(event_data, 0, NULL);
717 v8::Handle<v8::Value> result = frame_count->Call(exec_state, kArgc, argv);
760 evaluate_check_function->Call(exec_state, argc, argv)
    [all...]
test-compiler.cc 140 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
161 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
181 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
202 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
223 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
256 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
272 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
296 Execution::Call(fun0, global, 0, NULL, &has_pending_exception);
308 Execution::Call(Handle<JSFunction>::cast(fun1), global, 1, argv,
  /external/v8/test/mjsunit/compiler/
function-call.js 34 // Call on global object.
38 // Call on a named property.
44 // Call on a keyed property.
49 // Call on a function expression
  /external/webkit/JavaScriptCore/jit/
JITStubCall.h 165 JIT::Call call() function in class:JSC::JITStubCall
173 JIT::Call call = m_jit->call(); local
174 m_jit->m_calls.append(CallRecord(call, m_jit->m_bytecodeIndex, m_stub.value()));
186 return call;
190 JIT::Call call(unsigned dst) // dst is a virtual register. function in class:JSC::JITStubCall
193 JIT::Call call = this->call() local
201 JIT::Call call(unsigned dst) \/\/ dst is a virtual register. function in class:JSC::JITStubCall
204 JIT::Call call = this->call(); local
210 JIT::Call call(JIT::RegisterID dst) \/\/ dst is a machine register. function in class:JSC::JITStubCall
217 JIT::Call call = this->call(); local
    [all...]

Completed in 1330 milliseconds

1 2 3 4 5 6 7 8