/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/ |
mkinstalldirs | 72 # a "File exists" error. This is a problem when calling mkinstalldirs
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/ |
mkinstalldirs | 72 # a "File exists" error. This is a problem when calling mkinstalldirs
|
/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/ |
mkinstalldirs | 72 # a "File exists" error. This is a problem when calling mkinstalldirs
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_cdrom.h | 129 This function should only be called after calling SDL_CDStatus() to
|
SDL_mutex.h | 94 /* This function suspends the calling thread until the semaphore pointed
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_cdrom.h | 125 This function should only be called after calling SDL_CDStatus() to
|
SDL_mutex.h | 89 /* This function suspends the calling thread until the semaphore pointed
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
FixLaunchConfig.java | 40 * do the fix. This can be overriden by calling <code>setDisplayPrompt(false)</code>.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
AndroidTargetParser.java | 88 * @param monitor A progress monitor. Can be null. Caller is responsible for calling done. 292 * @param monitor A progress monitor. Can be null. Caller is responsible for calling done. 492 * @param monitor A progress monitor. Can be null. Caller is responsible for calling done. 534 * @param monitor A progress monitor. Can be null. Caller is responsible for calling done.
|
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/ |
LayoutAnalysis.java | 119 * be considered valid. Calling this method resets the current node to null.
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/ |
HardwareProperties.java | 156 // calling the method.
|
/system/core/adb/ |
sockets.c | 195 // be sure to hold the socket list lock when calling this 430 D("Calling remote_socket_enqueue\n"); 441 D("Calling remote_socket_ready\n"); 451 D("Calling remote_socket_close\n");
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ |
ScanCncnRoamingContSM.h | 185 * \brief SM action - handles a scan complete event (by releasing the SCR and calling the scan complete CB).
|
ScanCncnRoamingImmedSM.h | 185 * \brief SM action - handles a scan complete event (by releasing the SCR and calling the scan complete CB).
|
/system/wlan/ti/wilink_6_1/Txn/ |
BusDrv.h | 130 TI_HANDLE hCbHandle; /* The handle to use when calling fTxnDoneCb */
|
TxnQueue.c | 348 /* If a Txn from the calling function is in progress, set state to RESTART return PENDING */ 366 /* Clear the calling function's queues (call function CB with status=RECOVERY) */ 683 TRACE1(pTxnQ->hReport, REPORT_SEVERITY_INFORMATION, "txnQ_Scheduler(): Calling TxnDone for Txn 0x%x\n", pCompletedTxn); 756 * \param uFuncId - The calling functional driver
|
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/ |
SoftGemini.c | [all...] |
/external/icu4c/test/intltest/ |
dtfmrgts.cpp | 78 dataerrln("Error calling DateFormat::createDateTimeInstance"); 126 dataerrln("Error calling DateFormat::createDateTimeInstance"); 349 dataerrln("Error calling DateFormat::createDateTimeInstance"); 443 dataerrln("Error calling DateFormat::createDateInstance"); 449 dataerrln("Error calling DateFormat::createDateTimeInstance"); 513 dataerrln("Error calling DateFormat::createInstance"); [all...] |
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | 333 * and you must respond to the event by re-calling SDL_SetVideoMode() 366 * to calling SDL_UpdateRect(screen, 0, 0, 0, 0); 439 * SDL_SetColors() is equivalent to calling this function with 525 * SDL_HWSURFACE flag is not given when calling SDL_SetVideoMode(), you 727 * calling this function. 741 * calling this function. 753 Calling the returned surface an overlay is something of a misnomer because [all...] |
/external/webkit/JavaScriptCore/API/ |
JSObjectRef.h | 217 If this callback is NULL, calling your object as a function will throw an exception. 564 @discussion Calling JSObjectGetPropertyAtIndex is equivalent to calling JSObjectGetProperty with a string containing propertyIndex, but JSObjectGetPropertyAtIndex provides optimized access to numeric properties. [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/Getopt/ |
Mixed.pm | 62 # You should set any customization variables *after* calling init. 557 Then, you keep calling nextOption until it returns an empty list. 584 variables should be set I<after> calling Getopt::Mixed::init and 585 I<before> calling nextOption. 593 variables, you'll need to call init before calling getOptions, like 692 variables, this must be set I<before> calling init(), and cannot be 740 Since Perl scripts are only compiled at runtime, and simply calling
|
/frameworks/base/location/java/android/location/ |
LocationManager.java | 245 * accessed by the calling activity or are currently disabled. 263 * are permitted to be accessed by the calling activity will be returned. 308 * accessed by the calling activity will be returned. 487 * that are permitted to be accessed by the calling activity will be 604 * <p> The calling thread must be a {@link android.os.Looper} thread such as 605 * the main thread of the calling Activity. 619 * @throws RuntimeException if the calling thread has no Looper [all...] |
/frameworks/base/services/java/com/android/server/ |
LocationManagerService.java | 501 // Create a wake lock, needs to be done before calling loadProviders() below 745 * Method to be called when a record will no longer be used. Calling this multiple times 746 * must have the same effect as calling it once. [all...] |
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 333 * and you must respond to the event by re-calling SDL_SetVideoMode() 366 * to calling SDL_UpdateRect(screen, 0, 0, 0, 0); 439 * SDL_SetColors() is equivalent to calling this function with 525 * SDL_HWSURFACE flag is not given when calling SDL_SetVideoMode(), you 727 * calling this function. 741 * calling this function. 753 Calling the returned surface an overlay is something of a misnomer because [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_video.h | 333 * and you must respond to the event by re-calling SDL_SetVideoMode() 366 * to calling SDL_UpdateRect(screen, 0, 0, 0, 0); 439 * SDL_SetColors() is equivalent to calling this function with 525 * SDL_HWSURFACE flag is not given when calling SDL_SetVideoMode(), you 727 * calling this function. 741 * calling this function. 753 Calling the returned surface an overlay is something of a misnomer because [all...] |