/packages/apps/Mms/tests/src/com/android/mms/ui/ |
ConversationListTests.java | 45 * Tests that various UI calls can be made safely even before the threads
|
/packages/apps/Music/tests/src/com/android/music/ |
MusicPlayerLaunchPerformance.java | 45 * Calls LaunchApp and finish.
|
/packages/apps/Phone/src/com/android/phone/ |
INetworkQueryService.aidl | 24 * availability queries instead of making direct calls to the
|
/packages/apps/Settings/tests/src/com/android/settings/ |
SettingsLaunchPerformance.java | 45 * Calls LaunchApp and finish.
|
/packages/apps/VoiceDialer/tests/src/com/android/voicedialer/ |
VoiceDialerLaunchPerformance.java | 37 * Calls LaunchApp and finish.
|
/sdk/eclipse/scripts/ |
build_update_site.sh | 11 # - calls buildserver with /home/$USER/www/no_crawl and -z
|
/dalvik/libcore/security/src/test/java/tests/security/permissions/ |
JavaxSecurityAuthSubject.java | 80 notes = "Verifies that getSubject() method calls checkPermission method of security permissions.", 117 notes = "Verifies that setReadOnly() calls checkPermission on security manager.", 123 notes = "Verifies that setReadOnly() calls checkPermission on security manager.", 162 notes = "Verifies that doAs() calls checkPermission on security manager.", 168 notes = "Verifies that doAs() calls checkPermission on security manager.", 242 notes = "Verifies that doAsPrivileged() calls checkPermission on security manager.", 248 notes = "Verifies that doAsPrivileged() calls checkPermission on security manager.",
|
/frameworks/base/core/java/android/content/ |
SharedPreferences.java | 67 * chain put calls together. 79 * chain put calls together. 91 * chain put calls together. 103 * chain put calls together. 115 * chain put calls together. 131 * chain put calls together. 145 * chain put calls together.
|
ContentService.java | 132 ArrayList<ObserverCall> calls = new ArrayList<ObserverCall>(); local 135 calls); 137 final int numCalls = calls.size(); 139 ObserverCall oc = calls.get(i); 585 boolean selfNotify, ArrayList<ObserverCall> calls) { 599 calls.add(new ObserverCall(this, entry.observer, selfNotify)); 605 boolean selfNotify, ArrayList<ObserverCall> calls) { 610 collectMyObserversLocked(true, observer, selfNotify, calls); 614 collectMyObserversLocked(false, observer, selfNotify, calls); 622 node.collectObserversLocked(uri, index + 1, observer, selfNotify, calls); [all...] |
UriMatcher.java | 47 private static final int CALLS = 11; 67 sURIMatcher.addURI("call_log", "/calls", CALLS); 68 sURIMatcher.addURI("call_log", "/calls/filter/*", CALLS_FILTER); 69 sURIMatcher.addURI("call_log", "/calls/#", CALLS_ID);
|
/frameworks/base/core/java/android/os/ |
RemoteCallbackList.java | 34 * multithreaded incoming calls, and a thread-safe way to iterate over a 88 * will remove a callback after any number calls to register it. 130 * a callback after any number calls to {@link #register} for it. 154 * and the list is disabled so that future calls to {@link #register} will 179 * The default implementation calls {@link #onCallbackDied(E)} 183 * its process has died, you can not make any calls on to this interface. 196 * Prepare to start making calls to the currently registered callbacks.
|
/frameworks/base/test-runner/src/android/test/ |
ServiceTestCase.java | 39 * calls. <insert link to Service lifecycle doc here>. 41 * following calls at the following times. 43 * <ul><li>The test case will not call onCreate() until your test calls 47 * <li>When your test calls {@link #startService} or {@link #bindService} 52 * calls (depending on how your test invoked the service.)</li> 183 * @return Return an IBinder for making further calls into the Service. 207 * This will make the necessary calls to stop (or unbind) the Service under test, and
|
/packages/apps/Contacts/src/com/android/contacts/ |
DialtactsActivity.java | 29 import android.provider.CallLog.Calls; 37 * dialer, a tab with recent calls in it, a tab with the contacts and 127 // that just said to go to the recent calls list. It now sends this 130 intent.setDataAndType(Calls.CONTENT_URI, Calls.CONTENT_TYPE); 181 * @param recentCallsRequest true if the intent is requesting to view recent calls 209 final boolean recentCallsRequest = Calls.CONTENT_TYPE.equals(intent.getType());
|
/external/icu4c/common/ |
utracimp.h | 232 * Calls utrace_data() if the level is high enough. 245 * Calls utrace_data() if the level is high enough. 258 * Calls utrace_data() if the level is high enough. 271 * Calls utrace_data() if the level is high enough. 284 * Calls utrace_data() if the level is high enough. 297 * Calls utrace_data() if the level is high enough. 310 * Calls utrace_data() if the level is high enough. 323 * Calls utrace_data() if the level is high enough. 336 * Calls utrace_data() if the level is high enough. 349 * Calls utrace_data() if the level is high enough [all...] |
/external/webkit/WebCore/loader/ |
FrameLoader.h | 112 void loadFrameRequest(const FrameLoadRequest&, bool lockHistory, bool lockBackForwardList, // Called by submitForm, calls loadPostRequest and loadURL. 115 void load(const ResourceRequest&, bool lockHistory); // Called by WebFrame, calls load(ResourceRequest, SubstituteData). 116 void load(const ResourceRequest&, const SubstituteData&, bool lockHistory); // Called both by WebFrame and internally, calls load(DocumentLoader*). 413 void loadWithDocumentLoader(DocumentLoader*, FrameLoadType, PassRefPtr<FormState>); // Calls continueLoadAfterNavigationPolicy 414 void load(DocumentLoader*); // Calls loadWithDocumentLoader 416 void loadWithNavigationAction(const ResourceRequest&, const NavigationAction&, // Calls loadWithDocumentLoader 420 void loadPostRequest(const ResourceRequest&, const String& referrer, // Called by loadFrameRequest, calls loadWithNavigationAction 422 void loadURL(const KURL&, const String& referrer, const String& frameName, // Called by loadFrameRequest, calls loadWithNavigationAction or dispatches to navigation policy delegate 425 void loadPostRequest(const ResourceRequest&, const String& referrer, // Called by loadFrameRequest, calls loadWithNavigationAction 427 void loadURL(const KURL&, const String& referrer, const String& frameName, // Called by loadFrameRequest, calls loadWithNavigationAction or dispatches to navigation policy delegat [all...] |
/external/clearsilver/util/ |
wildmat.c | 9 ** April, 1991: Replaced mutually-recursive calls with in-line code 17 ** Text 1 matches with 51 calls, while text 2 fails with 54 calls. Without 18 ** the ABORT code, it takes 22310 calls to fail. Ugh. The following 32 ** eliminating all recursive calls at the cost of some complication and
|
/external/dbus/doc/ |
TODO | 51 the connection finalizer calls non-unlocked functions. One fix is to make 52 the finalizer run with the lock held, but since it calls out to the app that may 103 we could forward the call serial along with any method calls made 107 call serial to all method calls all the time, or disallowing 108 async calls.
|
/dalvik/libcore/security/src/test/java/tests/security/cert/ |
CertificateTest.java | 240 * This test just calls <code>getEncoded()</code> method<br> 272 * This test just calls <code>verify(PublicKey)</code> method<br> 299 * This test just calls <code>verify(PublicKey,String)</code> method<br> 326 * This test just calls <code>toString()</code> method<br> 342 * This test just calls <code>testGetPublicKey()</code> method<br> 358 * This test just calls <code>writeReplace()</code> method<br> 457 * This test just calls <code>verify(PublicKey,String)</code> method<br> 523 * This test just calls <code>verify(PublicKey)</code> method<br> 572 * This test just calls <code>writeReplace()</code> method<br>
|
/external/webkit/JavaScriptCore/yarr/ |
RegexParser.h | 409 * Helper for parseTokens(); calls dirctly and indirectly (via parseCharacterClassEscape) 635 * This method calls regexBegin(), calls parseTokens() to parse over the input 636 * patterns, calls regexEnd() or regexError() as appropriate, and converts any 819 * calls (parentheses and character classes) the call to quantifyAtom() will come 823 * atomBuiltInCharacterClass(), or by a sequence of atomCharacterClass*() calls. 825 * calls to ...Atom(), ...Range(), and ...BuiltIn(), followed by a call to ...End(). 827 * Sequences of atoms and assertions are broken into alternatives via calls to 828 * disjunction(). Assertions, atoms, and disjunctions emitted between calls to
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
memory_chunks.sgml | 222 It calls g_mem_chunk_new(), using the given type to create the #GMemChunk 243 It calls g_mem_chunk_alloc() and casts the returned atom to a pointer to 256 It calls g_mem_chunk_alloc0() and casts the returned atom to a pointer to 269 It simply switches the arguments and calls g_mem_chunk_free() 302 Calls g_mem_chunk_clean() on all #GMemChunk objects. 313 and calls g_mem_chunk_print() to output information on each one.
|
/external/elfutils/libelf/ |
libelf.h | 180 /* Similar but this time the binary calls is ELFCLASS64. */ 185 /* Similar but this time the binary calls is ELFCLASS64. */ 190 /* Similar but this time the binary calls is ELFCLASS64. */ 195 /* Similar but this time the binary calls is ELFCLASS64. */ 289 /* Similar but this time the binary calls is ELFCLASS64. */ 336 /* Similar but this time the binary calls is ELFCLASS64. */
|
/external/webkit/WebKit/chromium/src/ |
DevToolsRPC.h | 60 // 2. MyApiStub will implement MyApi interface and would serialize all calls 61 // into the string-based calls of the underlying transport: 68 // 3. MyApiDelegate is capable of dispatching the calls and convert them to the 69 // calls to the underlying MyApi methods: 74 // will make corresponding calls to the real object. 300 // serializing method calls and ClassDispatch that is capable of dispatching
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CallerInfoAsyncQuery.java | 108 * calls and output to this handleMessage call. 125 // Normally, this should never be the case for calls originating 127 // However, if there is any code that this Handler calls (such as in 185 * and calls this method, we inform the remaining listeners in the queue, until we're 197 // Normally, this should never be the case for calls originating 199 // However, if there is any code that calls this method, we should
|
/external/qemu/telephony/ |
android_modem.c | 225 /* active calls */ 226 AVoiceCallRec calls[ MAX_CALLS ]; member in struct:AModemRec_ 525 /** CALLS 539 return &modem->calls[index].call; 556 if ( modem->calls[nn].call.id == (id+1) ) { 564 call = modem->calls + count; 590 if ( modem->calls + nn == call ) 595 memmove( modem->calls + nn, 596 modem->calls + nn + 1, 609 AVoiceCall call = modem->calls + nn [all...] |
/frameworks/base/media/java/android/media/ |
MediaScanner.java | 64 * - The Java MediaScannerService creates a MediaScanner (this class), and calls 66 * - scanDirectories() calls the native processDirectory() for each of the specified directories. 68 * 'MyMediaScannerClient' class, then calls processDirectory() on the native MediaScanner 70 * - native MediaScanner.processDirectory() (currently part of opencore) calls 71 * doProcessDirectory(), which recurses over the folder, and calls 73 * - native MyMediaScannerClient.scanFile() calls back on Java MediaScannerClient.scanFile, 74 * which calls doScanFile, which after some setup calls back down to native code, calling 76 * - MediaScanner.processFile() calls one of several methods, depending on the type of the 79 * calls native MyMediaScannerClient.handleStringTag, which calls back up to its Jav [all...] |