/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
BaseContactsProvider2Test.java | 35 import android.provider.CallLog.Calls; [all...] |
/packages/services/Telecomm/src/com/android/server/telecom/ |
CallsManager.java | 35 import android.provider.CallLog.Calls; 131 * self-managed calls should be included. 138 * managed calls should be included. 145 * and self-managed calls should be included. 171 * These states determine which calls will cause {@link TelecomManager#isInCall()} or 201 * The main call repository. Keeps an instance of all live calls. New incoming and outgoing 202 * calls are added to the map and removed when the calls move to the disconnected state. 479 "Exceeds maximum number of ringing calls."); 484 "dialing calls.") [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
likelyadjust.go | 139 // Calls. TODO not all calls are equal, names give useful clues. 140 // Any name-based heuristics are only relative to other calls, 154 // backedge likeliness; however a loop with calls on every path will be 220 // Look for calls in the block. If there is one, make this block unlikely.
|
/prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/ |
builder.go | 44 // Calls to panic, os.Exit, etc, never return.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
likelyadjust.go | 139 // Calls. TODO not all calls are equal, names give useful clues. 140 // Any name-based heuristics are only relative to other calls, 154 // backedge likeliness; however a loop with calls on every path will be 220 // Look for calls in the block. If there is one, make this block unlikely.
|
/prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/ |
builder.go | 44 // Calls to panic, os.Exit, etc, never return.
|
/frameworks/base/services/retaildemo/java/com/android/server/retaildemo/ |
RetailDemoModeService.java | 429 final Uri uri = CallLog.Calls.CONTENT_URI; [all...] |
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/ |
VoicemailPlaybackPresenter.java | 87 * calls into this class from outside must be done from the main UI thread. 135 // MediaPlayer crashes on some method calls if not prepared but does not have a method which 173 * be provided to calls to the AudioManager, which is bad. For example, abandoning audio focus [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyLibCalls.cpp | 1 //===------ SimplifyLibCalls.cpp - Library calls simplifier ---------------===// 41 cl::desc("Treat error-reporting calls as cold")); 47 "shrinking for math lib calls")); [all...] |
/external/v8/tools/ |
profile.js | 310 * If no name specified, returns the whole top down calls tree. 321 * If no name specified, returns the whole bottom up calls tree. 795 * Calls the specified function for every child.
|
/prebuilts/go/darwin-x86/src/go/scanner/ |
scanner.go | 7 // through repeated calls to the Scan method. 105 // Calls to Scan will invoke the error handler err if they encounter a 595 // must check the scanner's ErrorCount or the number of calls
|
/prebuilts/go/linux-x86/src/go/scanner/ |
scanner.go | 7 // through repeated calls to the Scan method. 105 // Calls to Scan will invoke the error handler err if they encounter a 595 // must check the scanner's ErrorCount or the number of calls
|
/external/llvm/lib/Bitcode/Writer/ |
BitcodeWriter.cpp | [all...] |
/external/autotest/server/hosts/ |
adb_host.py | [all...] |
/prebuilts/go/darwin-x86/src/cmd/cover/ |
cover.go | 671 // Calls to panic change the flow.
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/ |
asm.go | 63 // slot and calls it like any other global entry point 74 // point directly at the function so future calls go 197 // Construct a call stub in stub that calls symbol targ via its PLT 203 log.Fatalf("gencallstub only implements case 1 calls") 530 // target is at some offset within the function. Calls to duff+8 and duff+256 must appear as
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/transform/ |
transform.go | 51 // transformed from src or left over from previous Transform calls) 97 // copying and allocating buffers. Calls to Span and Transform may be 133 // via t. It calls Reset on t. 220 // via t. It calls Reset on t. 331 // Discard is a Transformer for which all Transform calls succeed 394 // Reset resets the state of Chain. It calls Reset on all the Transformers. 567 // n <= len(s). If err == nil, n will be len(s). It calls Reset on t. 641 // Prevent duplicate Transform calls with atEOF being true at the end of 672 // where n <= len(b). If err == nil, n will be len(b). It calls Reset on t. 678 // n <= len(src), If err == nil, n will be len(src). It calls Reset on t [all...] |
/prebuilts/go/linux-x86/src/cmd/cover/ |
cover.go | 671 // Calls to panic change the flow.
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ppc64/ |
asm.go | 63 // slot and calls it like any other global entry point 74 // point directly at the function so future calls go 197 // Construct a call stub in stub that calls symbol targ via its PLT 203 log.Fatalf("gencallstub only implements case 1 calls") 530 // target is at some offset within the function. Calls to duff+8 and duff+256 must appear as
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/text/transform/ |
transform.go | 51 // transformed from src or left over from previous Transform calls) 97 // copying and allocating buffers. Calls to Span and Transform may be 133 // via t. It calls Reset on t. 220 // via t. It calls Reset on t. 331 // Discard is a Transformer for which all Transform calls succeed 394 // Reset resets the state of Chain. It calls Reset on all the Transformers. 567 // n <= len(s). If err == nil, n will be len(s). It calls Reset on t. 641 // Prevent duplicate Transform calls with atEOF being true at the end of 672 // where n <= len(b). If err == nil, n will be len(b). It calls Reset on t. 678 // n <= len(src), If err == nil, n will be len(src). It calls Reset on t [all...] |
/art/tools/ |
cpplint.py | 437 in the type constants defined above. Calls in an illegal order will [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winioctl.h | [all...] |
/art/compiler/utils/ |
assembler_thumb_test.cc | [all...] |
/prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/ |
mockito-core-2.2.5.jar | |
/prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.1/ |
mockito-core-2.7.1.jar | |