/frameworks/volley/tests/src/com/android/volley/mock/ |
MockResponseDelivery.java | 44 runnable.run();
|
/libcore/benchmarks/src/benchmarks/regression/ |
DoPrivilegedBenchmark.java | 39 public String run() { 50 public String run() { 71 public String run() { method in class:DoPrivilegedBenchmark.ReusableAction
|
/libcore/luni/src/main/java/java/util/ |
TimerTask.java | 21 * The {@code TimerTask} class represents a task to run at a specified time. The task 22 * may be run once or repeatedly. 102 * have not yet run return an undefined value. 113 * The task to run should be specified in the implementation of the {@code run()} 116 public abstract void run(); method in class:TimerTask
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ForkJoinWorkerThread.java | 101 * called explicitly. It performs the main run loop to execute 104 public void run() { method in class:ForkJoinWorkerThread
|
/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
DeleteOnExit.java | 72 public void run() { method in class:DeleteOnExit
|
/ndk/build/tools/ |
build-mingw64-toolchain.sh | 69 run () function 207 echo " --jobs=<num> Run <num> build tasks in parallel [$JOBS]." 343 (cd $ARCHIVE_DIR && run curl -L -o "$PKG_NAME" "$PKG_URL") 354 run tar xjf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR 357 run tar xzf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR 433 run svn co https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/trunk$MINGW_W64_REVISION $MINGW_W64_SRC 439 (cd $MINGW_W64_SRC && run patch -p0 < $PATCH) 493 run $SRC_DIR/$PKGNAME/configure "$@" 497 run make -j$JOBS 501 run make instal [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
ProcessorBase.java | 27 * This instance starts itself with {@link #run()} method, and can be cancelled with 43 public abstract void run(); method in class:ProcessorBase
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/ |
PriorityThreadFactory.java | 42 public void run() { 44 super.run();
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
CheckLongPressHelper.java | 27 public void run() { method in class:CheckLongPressHelper.CheckForLongPress
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
CheckLongPressHelper.java | 27 public void run() { method in class:CheckLongPressHelper.CheckForLongPress
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
SQLiteTransaction.java | 38 public void run(SQLiteDatabase db) { method in class:SQLiteTransaction
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FragmentRunnable.java | 43 public void run() { method in class:FragmentRunnable 45 LogUtils.i(LOG_TAG, "Unable to run op='%s' b/c fragment is not attached: %s",
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
Crypt.java | 49 public void run() { method in class:Crypt.Encrypter 66 public void run() { method in class:Crypt.Decrypter
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
clean.py | 51 def run(self): member in class:clean
|
install_data.py | 44 def run(self): member in class:install_data
|
install_egg_info.py | 32 def run(self): member in class:install_egg_info
|
install_headers.py | 35 def run(self): member in class:install_headers
|
install_scripts.py | 43 def run (self): member in class:install_scripts
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/ |
__init__.py | 49 def run(self, cmd): member in class:Profile
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configHelpSourceEdit.py | 164 def run(): function 168 Button(root,text='Dialog', command=run).pack()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/ |
Required_Suite.py | 75 def run(self, _no_object=None, _attributes={}, **_arguments): member in class:Required_Suite_Events 76 """run:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
Required_suite.py | 75 def run(self, _no_object=None, _attributes={}, **_arguments): member in class:Required_suite_Events 76 """run: Sent to an application when it is double-clicked
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/ |
builtin_Suite.py | 1 """Suite builtin_Suite: Every application supports open, reopen, print, run, and quit 32 def run(self, _no_object=None, _attributes={}, **_arguments): member in class:builtin_Suite_Events 33 """run: Run an application. Most applications will open an empty, untitled window.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sched.py | 80 def run(self): member in class:scheduler 93 well-defined so run() may be called again. 95 A questionable hack is added to allow other threads to run: 118 delayfunc(0) # Let other threads run
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
clean.py | 51 def run(self): member in class:clean
|