/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/ |
MenuSourceViewerConfig.java | 23 * Source Viewer Configuration that calls in MenuContentAssist.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/ |
ResourcesSourceViewerConfig.java | 23 * Source Viewer Configuration that calls in ResourcesContentAssist.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/ |
XmlSourceViewerConfig.java | 23 * Source Viewer Configuration that calls in XmlContentAssist.
|
/system/core/include/cutils/ |
abort_socket.h | 22 * These calls are similar to the regular syscalls, but can be aborted with: 88 /* Abort above calls and shutdown socket. 91 * have returned from blocking calls on the socket. 96 * Must not be called until all calls on this structure have completed.
|
/external/icu4c/test/intltest/ |
tztest.h | 32 * Regress a specific bug with a sequence of API calls. 45 * Test the setStartRule/setEndRule API calls.
|
/external/proguard/src/proguard/obfuscate/ |
MultiMappingProcessor.java | 24 * This MappingKeeper delegates all method calls to each MappingProcessor 36 * @param mappingProcessors the mapping processors to which method calls
|
/external/zlib/contrib/infback9/ |
inflate9.h | 11 /* Possible inflate modes between inflate() calls */ 34 /* state maintained between inflate() calls. Approximately 7K bytes. */
|
/external/bluetooth/glib/gobject/ |
gtypeplugin.c | 68 * g_type_plugin_complete_type_info() and then it calls 80 * succeeding use/unuse calls, once use_count drops to zero, you can 115 * Calls the @use_plugin function from the #GTypePluginClass of 134 * Calls the @unuse_plugin function from the #GTypePluginClass of 156 * Calls the @complete_type_info function from the #GTypePluginClass of @plugin. 187 * Calls the @complete_interface_info function from the
|
/external/guava/src/com/google/common/collect/ |
ImmutableSortedSetFauxverideShim.java | 54 * non-{@code Comparable} element.</b> Proper calls will resolve to the 67 * non-{@code Comparable} element.</b> Proper calls will resolve to the 80 * non-{@code Comparable} element.</b> Proper calls will resolve to the 93 * non-{@code Comparable} element.</b> Proper calls will resolve to the 108 * non-{@code Comparable} element.</b> Proper calls will resolve to the 123 * non-{@code Comparable} elements.</b> Proper calls will resolve to the
|
ImmutableSortedMapFauxverideShim.java | 46 * non-{@code Comparable} key.</b> Proper calls will resolve to the version in 59 * non-{@code Comparable} keys.</b> Proper calls will resolve to the version 73 * non-{@code Comparable} keys.</b> Proper calls to will resolve to the 88 * non-{@code Comparable} keys.</b> Proper calls will resolve to the version 103 * non-{@code Comparable} keys.</b> Proper calls will resolve to the version
|
/frameworks/base/awt/javax/imageio/event/ |
IIOReadUpdateListener.java | 46 * the ImageReader object which calls this method. 75 * the ImageReader object which calls this method. 86 * the ImageReader object which calls this method. 117 * the ImageReader object which calls this method. 128 * the ImageReader object which calls this method. 159 * the ImageReader object which calls this method.
|
/frameworks/base/core/tests/coretests/src/android/os/ |
TraceTest.java | 51 Log.i(TAG, "eMethod calls: " + eMethodCalls 52 + " fMethod calls: " + fMethodCalls 53 + " gMethod calls: " + gMethodCalls); 111 /** Calls other methods to make some interesting trace data. 129 /** Calls another method to make some interesting trace data. 153 /** Calls itself recursively to make some interesting trace data.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/ |
LayoutParamsParserTest.java | 129 /** Calls the private constructor of the parser */ 138 /** calls the private getLayoutClasses() of the parser */ 146 /** calls the private addGroup() of the parser */ 155 /** calls the private addLayoutParams() of the parser */ 164 /** calls the private getLayoutParamsInfo() of the parser */ 172 /** calls the private findLayoutParams() of the parser */
|
/frameworks/base/core/java/android/app/ |
AlertDialog.java | 279 * @return This Builder object to allow for chaining of calls to set methods 289 * @return This Builder object to allow for chaining of calls to set methods 305 * @return This Builder object to allow for chaining of calls to set methods 315 * @return This Builder object to allow for chaining of calls to set methods 325 * @return This Builder object to allow for chaining of calls to set methods 335 * @return This Builder object to allow for chaining of calls to set methods 345 * @return This Builder object to allow for chaining of calls to set methods 357 * @return This Builder object to allow for chaining of calls to set methods 370 * @return This Builder object to allow for chaining of calls to set methods 383 * @return This Builder object to allow for chaining of calls to set method [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
CallDetailActivity.java | 31 import android.provider.CallLog.Calls; 71 CallLog.Calls.DATE, 72 CallLog.Calls.DURATION, 73 CallLog.Calls.NUMBER, 74 CallLog.Calls.TYPE, 140 * @param callUri Uri into {@link CallLog.Calls} 160 if (callType == Calls.MISSED_TYPE) { 170 case Calls.INCOMING_TYPE: 176 case Calls.OUTGOING_TYPE: 182 case Calls.MISSED_TYPE [all...] |
/external/strace/ |
strace.1 | 42 strace \- trace system calls and signals 111 It intercepts and records the system calls which are called 125 a great deal can be learned about a system and its system calls by 127 since system calls and signals are events that happen at the user/kernel 221 Count time, calls, and errors for each system call and report a summary on 284 system calls. 298 Show the time spent in system calls. This records the time 303 calls. These structures are very common in calls and so the default 365 Trace only the specified set of system calls. Th [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapVcardManager.java | 43 import android.provider.CallLog.Calls; 102 // most recently one should be the first handle. In table "calls", _id and 105 static final String CALLLOG_SORT_ORDER = Calls._ID + " DESC"; 155 final Uri myUri = CallLog.Calls.CONTENT_URI; 161 CallLog.Calls.DEFAULT_SORT_ORDER); 174 final Uri myUri = CallLog.Calls.CONTENT_URI; 177 Calls.NUMBER, Calls.CACHED_NAME 273 final Uri myUri = CallLog.Calls.CONTENT_URI; 275 CallLog.Calls._ID, // [all...] |
/dalvik/libcore/security/src/test/java/tests/security/permissions/ |
JavaIoFileOutputStreamTest.java | 56 notes = "Verifies that FileOutputStream constructor calls checkRead on security manager.", 62 notes = "Verifies that FileOutputStream constructor calls checkRead on security manager.", 68 notes = "Verifies that FileOutputStream constructor calls checkRead on security manager.", 74 notes = "Verifies that FileOutputStream constructor calls checkRead on security manager.", 80 notes = "Verifies that FileOutputStream constructor calls checkRead on security manager.",
|
JavaIoFileInputStreamTest.java | 56 notes = "Verifies that FileInputStream() constructor calls checkRead method on security manager.", 62 notes = "Verifies that FileInputStream() constructor calls checkRead method on security manager.", 68 notes = "Verifies that FileInputStream() constructor calls checkRead method on security manager.",
|
/external/webkit/WebKit/mac/WebInspector/ |
WebInspector.mm | 69 // Not used anymore. Remove when a release of Safari non-longer calls this. 198 // Safari 3.0 calls this method 210 // Safari 3.0 calls this method 222 // Shiira calls this internal method, return nil since we can't easily return the window 234 // Safari 3.0 calls this method
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.provider.CallLog.Calls.html | 10 android.provider.CallLog.Calls 74 Class android.provider.<A HREF="../../../../reference/android/provider/CallLog.Calls.html" target="_top"><font size="+2"><code>CallLog.Calls</code></font></A> 86 <A NAME="android.provider.CallLog.Calls.getLastOutgoingCall_added(android.content.Context)"></A> 87 <nobr><code>String</code> <A HREF="../../../../reference/android/provider/CallLog.Calls.html#getLastOutgoingCall(android.content.Context)" target="_top"><code>getLastOutgoingCall</code></A>(<code>Context</code>)</nobr>
|
/frameworks/base/include/camera/ |
CameraHardwareInterface.h | 60 * CameraService calls openCameraHardware() to retrieve a strong pointer to the 64 * -# After CameraService calls openCameraHardware(), getParameters() and 66 * CameraService calls getPreviewHeap() to establish access to the 74 * Prior to taking a picture, CameraService calls autofocus(). When auto 80 * CameraService calls takePicture() to request the camera instance take a
|
/system/extras/tests/sdcard/ |
testcase.h | 154 StopWatch *mOpenTimer; // Used to time the open calls. 155 StopWatch *mReadTimer; // Used to time the read calls. 156 StopWatch *mWriteTimer; // Used to time the write calls. 157 StopWatch *mSyncTimer; // Used to time the sync/fsync calls. 158 StopWatch *mTruncateTimer; // Used to time the ftruncate calls.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Xfer/Slave_Dbl_Buf/ |
txXfer.h | 109 UINT32 sendPacketCount; /* Count number of SendPacket calls from upper driver. */ 110 UINT32 busStartSyncCount; /* Count number of calls to arbiter bus Start request returned Complete. */ 111 UINT32 busStartAsyncCount; /* Count number of calls to arbiter bus Start request returned Pending. */ 114 UINT32 busRestartCount; /* Count number of calls to arbiter bus Restart request. */ 115 UINT32 xferDonePostponeCount; /* Count number of postponed XferDone calls. */
|
/packages/apps/Phone/src/com/android/phone/ |
NotificationMgr.java | 37 import android.provider.CallLog.Calls; 62 Calls._ID, 63 Calls.NUMBER, 64 Calls.DATE, 65 Calls.DURATION, 66 Calls.TYPE, 219 // setup query spec, look for all Missed calls that are new. 221 where.append(Calls.MISSED_TYPE); 225 mQueryHandler.startQuery(CALL_LOG_TOKEN, null, Calls.CONTENT_URI, CALL_LOG_PROJECTION, 226 where.toString(), null, Calls.DEFAULT_SORT_ORDER) [all...] |