/external/junit/src/org/junit/ |
Assume.java | 56 * foo(); // will execute 58 * int x = 1 / 0; // will never execute
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCTargetDesc.h | 54 /// GetCpuIDAndInfo - Execute the specified cpuid and return the 4 values in 58 /// GetCpuIDAndInfoEx - Execute the specified cpuid with subleaf and return
|
/external/mksh/src/ |
sh_flags.h | 68 /* -n don't execute any commands */ 132 /* -c (invocation) execute specified command */
|
/external/qemu/target-mips/ |
TODO | 21 for read/write/execute, a TLB index which is just a modulo of the 24 MIPS has a single entry for read/write/execute and only one MMU mode.
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
SQLiteStatementTest.java | 27 createStatement.execute(); 30 createStatement2.execute();
|
/external/smack/src/org/jivesoftware/smackx/commands/ |
AdHocCommand.java | 179 * be answered to execute the next action. If that is the case it should be
215 public abstract void execute() throws XMPPException;
method in class:AdHocCommand 285 * considered the equivalent to "execute". When the requester sends his
287 * assumed "execute" thus assuming the action returned by this method. This
291 * the equivalent to "execute".
299 * considered the equivalent to "execute". This should be used when setting
301 * in the command then the action will be assumed "execute" thus assuming
377 execute,
enum constant in enum:AdHocCommand.Action
|
/external/v8/test/mjsunit/regress/ |
regress-1713.js | 48 Node.prototype.execute = function (O) { 84 L.execute(O);
|
/external/v8/tools/gcmole/ |
README | 33 In the tools/gcmole execute the following command: 43 To start analysis cd into the root of v8 checkout and execute the following
|
/frameworks/base/core/java/android/os/ |
CountDownTimer.java | 43 * {@link #onTick(long)} takes an amount of time to execute that is significant 126 // take into account user's onTick taking time to execute
|
/frameworks/base/core/tests/coretests/src/android/net/http/ |
DefaultHttpClientTest.java | 77 HttpResponse a = client.execute(new HttpGet(server.getUrl("/a").toURI())); 81 HttpResponse b = client.execute(new HttpGet(server.getUrl("/b").toURI()));
|
/frameworks/base/docs/html/tools/help/ |
logcat.jd | 24 <code>platform-tools/</code> directory and execute:</p> 29 <p>You can create a shell connection to a device and execute:</p>
|
/frameworks/base/media/tests/audiotests/ |
shared_mem_test.cpp | 55 void AudioTrackTest::Execute(void) { 200 test->Execute();
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
ColladaScene.java | 64 new ColladaLoaderTask().execute(modelName); 107 new A3DLoaderTask().execute(shortName + ".a3d");
|
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/ |
RsYuv.java | 111 void execute(byte[] yuv) { method in class:RsYuv 115 mGroup.execute();
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu_linux.c | 150 /* By default try to execute wl commands */ 154 /* For local dhd commands execute dhd. For wifi transport we still 155 * execute wl commands. 177 /* This function is called in wlu_pipe.c remote_wifi_ser_init() to execute 224 * directly. However now we need to execute the dhd commands remotely. 225 * So we make use of wl pipes to execute this. 340 /* This function is called by wl_get to execute either local dhd command 359 /* This function is called by wl_set to execute either local dhd command
|
/libcore/luni/src/test/java/libcore/sqlite/ |
QueryTimeoutTest.java | 86 statement.execute(queryString); 116 statement.execute();
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactsApplication.java | 126 (new DelayedInitializer()).execute(); 145 public void execute() { method in class:ContactsApplication.DelayedInitializer
|
/packages/apps/Email/tests/src/com/android/emailcommon/utility/ |
DelayedOperationsTests.java | 58 // Execute all pending tasks! 93 // Execute all pending tasks!
|
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
CallbackProcessor.java | 133 new ProcessCallbackTask().execute(data); 143 mConverter.execute();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_cmd.py | 45 # making sure execute gets called properly 49 cmd.execute = _execute
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_cmd.py | 45 # making sure execute gets called properly 49 cmd.execute = _execute
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/ |
NdkCommandLauncher.java | 57 public Process execute(IPath commandPath, String[] args, String[] env, IPath changeToDirectory, method in class:NdkCommandLauncher 89 return super.execute(commandPath, args, env, changeToDirectory, monitor);
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
SensorFrequencyTests.java | 40 * This is the method that will build dynamically the set of test cases to execute. 43 * - the test method that will execute the test case 104 operation.execute(); 154 operation.execute();
|
/dalvik/vm/mterp/c/ |
OP_EXECUTE_INLINE.cpp | 27 ILOGV("|execute-inline args=%d @%d {regs=0x%04x}",
|
/dalvik/vm/mterp/portable/ |
entry.cpp | 61 FINISH(0); /* fetch and execute first instruction */
|