/external/v8/src/x64/ |
full-codegen-x64.cc | 340 // in a test instruction after the call so we can extract it from the OSR 799 // Call the runtime to declare the globals. 856 // Record position before stub call for type feedback. 859 __ call(ic, RelocInfo::CODE_TARGET, clause->CompareId()); 932 // guarantee cache validity, call the runtime system to check cache 947 // If we got a map from the runtime call, we can do a fas 2224 Label call; local [all...] |
code-stubs-x64.cc | 105 // Create a new closure through the slower runtime call. 152 // Need to collect. Call into runtime system. 216 // Need to collect. Call into runtime system. 404 // we cannot call anything that could cause a GC from this stub. 3639 Label call; local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
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; 171 mRingingCalls = new ArrayList<Call>(); 172 mBackgroundCalls = new ArrayList<Call>(); 173 mForegroundCalls = new ArrayList<Call>(); 234 * Get current coarse-grained voice call state. 235 * If the Call Manager has an active call and call waiting occurs 1562 Call call = getFirstNonIdleCall(mForegroundCalls); local 1599 Call call = getFirstNonIdleCall(mBackgroundCalls); local 1622 Call call = getFirstNonIdleCall(mRingingCalls); local 1843 Call call; local [all...] |
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLSocketTest.java | 299 @Override public Void call() throws Exception { 340 @Override public byte[] call() throws Exception { method in class:SSLSocketTest.SSLServerSessionIdCallable 394 @Override public Void call() throws Exception { 431 @Override public Void call() throws Exception { 451 @Override public Void call() throws Exception { 571 @Override public Void call() throws Exception { 637 @Override public IOException call() throws Exception { 691 @Override public Void call() throws Exception { [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetStateMachine.java | 701 // TODO(BT) could answer call happen on Connected state? 705 // TODO(BT) could hangup call happen on Connected state? 1578 int call, call_setup; local 1592 cindResponseNative(mPhoneState.getService(), call, local [all...] |
/prebuilts/misc/common/groovy/ |
groovy-all-1.7.0.jar | |
/external/chromium_org/third_party/freetype/src/truetype/ |
ttinterp.c | 302 /* NOTE: Because the last instruction of a program may be a CALL */ 410 /* Only the glyph loader and debugger should call this function. */ 426 /* free call stack */ 566 /* Only the glyph loader and debugger should call this function. */ 671 /* Only the glyph loader and debugger should call this function. */ 7792 TT_CallRec* call; local [all...] |
/external/chromium_org/v8/src/arm/ |
code-stubs-arm.cc | 378 // Call the runtime system in a fresh internal frame. 430 // Need to collect. Call into runtime system. 492 // Need to collect. Call into runtime system. 851 // See comment at call site. 3397 Label call; local [all...] |
/external/chromium_org/v8/src/mips/ |
code-stubs-mips.cc | 367 // Call the runtime system in a fresh internal frame. 418 // Need to collect. Call into runtime system. 478 // Need to collect. Call into runtime system. 3511 Label call; local [all...] |
/external/chromium_org/v8/src/x64/ |
code-stubs-x64.cc | 364 // Call the runtime system in a fresh internal frame. 416 // Need to collect. Call into runtime system. 479 // Need to collect. Call into runtime system. 766 // Call runtime, doing whatever allocation and cleanup is necessary. 2652 Label call; local [all...] |
full-codegen-x64.cc | 279 __ call(isolate()->builtins()->StackCheck(), RelocInfo::CODE_TARGET); 337 __ call(isolate()->builtins()->InterruptCheck(), RelocInfo::CODE_TARGET); 383 __ call(isolate()->builtins()->InterruptCheck(), 932 // Call the runtime to declare the globals. 942 // Call the runtime to declare the modules. 2723 Label call; local [all...] |
/external/clang/lib/CodeGen/ |
CGObjCGNU.cpp | 137 /// call Objective-C methods. 1329 llvm::Instruction *call; local 1441 llvm::Instruction *call; local [all...] |
/external/freetype/src/truetype/ |
ttinterp.c | 302 /* NOTE: Because the last instruction of a program may be a CALL */ 410 /* Only the glyph loader and debugger should call this function. */ 426 /* free call stack */ 566 /* Only the glyph loader and debugger should call this function. */ 671 /* Only the glyph loader and debugger should call this function. */ 7792 TT_CallRec* call; local [all...] |
/external/v8/src/arm/ |
code-stubs-arm.cc | 134 // Create a new closure through the slower runtime call. 183 // Need to collect. Call into runtime system. 247 // Need to collect. Call into runtime system. 540 __ Call(stub1.GetCode()); 544 __ Call(stub2.GetCode()); 622 __ Call(stub.GetCode()); 5164 Label call; local [all...] |
/external/v8/src/mips/ |
code-stubs-mips.cc | 136 // Create a new closure through the slower runtime call. 184 // Need to collect. Call into runtime system. 246 // Need to collect. Call into runtime system. 540 __ Call(stub1.GetCode()); 544 __ Call(stub2.GetCode()); 627 __ Call(stub.GetCode()); 5395 Label call; local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GSMPhone.java | 125 // Create Cfu (Call forward unconditional) so that dialling number & 382 * Notify registrants of a change in the call state. This notifies changes in 383 * {@link com.android.internal.telephony.Call.State}. Use this when changes 384 * in the precise call state are needed, else use notifyPhoneStateChanged. 546 GsmCall call = getForegroundCall(); local 557 mCT.hangupConnectionByIndex(call, callIndex); 560 if (call.getState() != GsmCall.State.IDLE) { 564 mCT.hangup(call); 587 GsmCall call = getForegroundCall(); local 593 GsmConnection conn = mCT.getConnectionByIndex(call, callIndex) [all...] |
/prebuilts/devtools/tools/lib/ |
lint-checks.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/ |
lint-checks-22.2.0.jar | |
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
FlexAntTasks.jar | |
/developers/build/gradle/wrapper/ |
gradle-wrapper.jar | |
/developers/build/prebuilts/gradle/ActionBarCompat-Basic/gradle/wrapper/ |
gradle-wrapper.jar | |
/developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/gradle/wrapper/ |
gradle-wrapper.jar | |
/developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/gradle/wrapper/ |
gradle-wrapper.jar | |
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/gradle/wrapper/ |
gradle-wrapper.jar | |
/developers/build/prebuilts/gradle/ActivityInstrumentation/gradle/wrapper/ |
gradle-wrapper.jar | |