/frameworks/base/core/java/android/accounts/ |
AccountManagerFuture.java | 50 * <p>After this method returns, subsequent calls to {@link #isDone} will 51 * always return <tt>true</tt>. Subsequent calls to {@link #isCancelled}
|
/frameworks/base/core/java/android/app/backup/ |
BackupManager.java | 30 * Applications instantiate it using the constructor and issue calls through that instance. 35 * calls to {@link #dataChanged()} have no further effect until the backup
|
RestoreSession.java | 146 * We wrap incoming binder calls with a private class implementation that 182 // Binder calls into this object just enqueue on the main-thread handler
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetProvider.java | 28 * {@link #onReceive(Context,Intent) onReceive(Context,Intent)}, and calls hook methods 45 * Implements {@link BroadcastReceiver#onReceive} to dispatch calls to the various
|
/frameworks/base/core/java/android/inputmethodservice/ |
AbstractInputMethodService.java | 96 * enabled, you should not execute any calls on to it. 178 * calls on your input method.
|
/frameworks/base/core/java/android/webkit/ |
StreamLoader.java | 63 * Constructor. Although this class calls the LoadListener, it only calls
|
/frameworks/base/core/java/android/widget/ |
ViewFlipper.java | 172 * Set if this view automatically calls {@link #startFlipping()} when it 180 * Returns true if this view automatically calls {@link #startFlipping()}
|
/frameworks/base/graphics/java/android/graphics/ |
Picture.java | 23 * A picture records drawing calls (via the canvas returned by beginRecording) 28 * be faster than the equivalent API calls, since the picture performs its
|
/frameworks/base/libs/audioflinger/ |
AudioHardwareInterface.cpp | 38 // change to 1 to log routing calls 99 // This code adds a record of buffers in a file to write calls made by AudioFlinger.
|
/frameworks/base/opengl/java/android/opengl/ |
GLUtils.java | 77 * Calls glTexImage2D() on the current OpenGL context. If no context is 151 * Calls glTexSubImage2D() on the current OpenGL context. If no context is
|
/frameworks/base/test-runner/src/android/test/mock/ |
MockContentProvider.java | 55 * IContentProvider that directs all calls to this MockContentProvider. 226 * Returns IContentProvider which calls back same methods in this class.
|
/hardware/msm7k/librpc/rpc/ |
svc.h | 187 * It is the service/protocol writer's responsibility to know which calls are 188 * batched and which are not. Warning: responding to batch calls may
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/rpc_inc/ |
loc_api_fixup.h | 56 // Return value of loc api calls for loc_close, loc_start_fix, loc_stop_fix and loc_ioctl 67 // Special return value for loc api calls in case of RCP failure
|
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/Export_Inc/ |
CmdMBox_api.h | 166 * \brief Calls the cmdQueue_ResultReceived. 173 * It calls cmdQueue_ResultReceived to continue the result handling procces & switch the bCmdInProgress flag to TI_FALSE,
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
function.h | 103 These are the arguments to function calls that have already returned. */ 107 pushed for function calls. A naive implementation would simply pop 109 function calls are made in a row, it is typically cheaper to pop 110 all the arguments after all of the calls are complete since a 126 stack alignment in the nested function calls working right. */ 368 /* Nonzero if the function calls __builtin_eh_return. */ 383 calls (if any) are sibling calls. Such functions do not have to
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/ |
INode.java | 71 * Absolutely <em>all</em> calls that are going to edit the XML must be wrapped 81 // these calls.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasSelection.java | 93 * Calls IViewRule.onSelected on the selected view. 108 * Calls IViewRule.onChildSelected on the parent of the selected view, if it has one.
|
/sdk/traceview/src/com/android/traceview/ |
ThreadData.java | 38 // True if no calls have ever been added to this thread 163 // If we have calls on the stack when the trace ends, then clean up
|
/system/extras/tests/sdcard/ |
stopwatch.h | 99 // Starts and stops the timer. The time between the 2 calls is an 134 size_t mNum; // # of intervals == # of start() calls.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/ |
TNETW_Driver.h | 128 UINT32 dbgCountXferDoneCB[MAX_NUM_OF_TX_QUEUES]; /* Count XferDone callback calls. */ 129 UINT32 dbgCountTxCompleteCB[MAX_NUM_OF_TX_QUEUES]; /* Count TxComplete callback calls. */
|
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/ |
CmdMBox_api.h | 166 * \brief Calls the cmdQueue_ResultReceived. 173 * It calls cmdQueue_ResultReceived to continue the result handling procces & switch the bCmdInProgress flag to TI_FALSE,
|
/external/bluetooth/bluez/audio/ |
telephony-maemo.c | 188 static GSList *calls = NULL; variable 256 for (l = calls; l != NULL; l = l->next) { 270 for (l = calls; l != NULL; l = l->next) { 287 for (l = calls; l != NULL; l = l->next) { 301 for (l = calls; l != NULL; l = l->next) { 726 debug("telephony-maemo: list current calls request"); 728 for (l = calls, i = 1; l != NULL; l = l->next, i++) { 763 for (l = calls; l != NULL; l = l->next) { 785 call = g_slist_nth_data(calls, strtol(idx, NULL, 0) - 1); [all...] |
/external/guava/javadoc/com/google/common/collect/class-use/ |
ForwardingCollection.html | 120 A list which forwards all its method calls to another list.</TD> 128 A multiset which forwards all its method calls to another multiset.</TD> 136 A queue which forwards all its method calls to another queue.</TD> 144 A set which forwards all its method calls to another set.</TD> 152 A sorted set which forwards all its method calls to another sorted set.</TD>
|
/external/v8/test/mjsunit/ |
array-reduce.js | 48 // records all calls in an array on the function (as arrays of arguments 89 var calls = rec.record; 90 assertEquals(expectedCalls.length, calls.length, 91 testName + " (number of calls)"); 93 assertEquals(expectedCalls[i], calls[i],
|
/dalvik/docs/ |
jni-tips.html | 25 <li> <a href="#RegionCalls">Region Calls</a> 171 for example, the return values from consecutive calls to 181 different objects could have the same 32-bit value on consecutive calls. Do 248 the <code>Get<PrimitiveType>ArrayElements</code> family of calls 309 </p><h2><a name="RegionCalls"> Region Calls </a></h2> 312 There is an alternative to calls like <code>Get<Type>ArrayElements</code> 419 <li> Check to see if an exception is pending on calls where pending exceptions are not legal. 421 <li> Check for calls to inappropriate functions between Critical get/release calls. 512 calls you make from there will happen in the context of the class loade [all...] |