Searched
full:execute (Results
526 -
550 of
4840) sorted by null
<<21222324252627282930>>
/external/oprofile/gui/ |
oprof_start_util.cpp | 230 * do_exec_command - execute a command 234 * Execute a command synchronously. An error message is shown 237 * The arguments are verified and will refuse to execute if they contain 253 "Could not execute: Argument \"" + *cit +
|
/external/oprofile/libregex/ |
demangle_symbol.cpp | 66 regex.execute(result);
|
/external/oprofile/libregex/tests/ |
regex_test.cpp | 50 rep.execute(str);
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
AndroidHttpClientTest.java | 38 HttpResponse resp = client.execute(new HttpGet("/foo"));
|
/external/sepolicy/ |
global_macros | 21 define(`x_file_perms', `{ getattr execute execute_no_trans }')
|
/external/skia/tools/tests/ |
bench_pictures_cfg_test.py | 26 fail to execute if this is not the case.
|
/external/smack/src/org/jivesoftware/smackx/provider/ |
AdHocCommandDataProvider.java | 83 String execute = parser.getAttributeValue("", "execute");
local 84 if (execute != null) {
85 adHocCommandData.setExecuteAction(AdHocCommand.Action.valueOf(execute));
|
/external/sonivox/jet_tools/JetCreator/ |
ReadMe1st.txt | 43 4. Execute JetCreator.py
|
/external/v8/tools/ |
linux-tick-processor | 31 echo "To build, execute 'make native' from the V8 directory"
|
/external/valgrind/main/none/tests/s390x/ |
op00.stderr.exp1 | 5 Your program just tried to execute an instruction that Valgrind
|
op00.stderr.exp2 | 5 Your program just tried to execute an instruction that Valgrind
|
op_exception.stderr.exp | 5 Your program just tried to execute an instruction that Valgrind 18 Your program just tried to execute an instruction that Valgrind 31 Your program just tried to execute an instruction that Valgrind 44 Your program just tried to execute an instruction that Valgrind
|
/external/zlib/src/contrib/dotzlib/ |
LICENSE_1_0.txt | 6 execute, and transmit the Software, and to prepare derivative works of the
|
/frameworks/base/docs/html/tools/samples/ |
index.jd | 16 Android SDK, then execute {@code android sdk}.</ul>
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
AsyncRunner.java | 114 if (mLogVerbose) Log.v(TAG, "Starting post-execute."); 135 if (mLogVerbose) Log.v(TAG, "Completed post-execute."); 190 /** Execute the graph in a background thread. */ 205 mRunTask.execute(mRunner);
|
/frameworks/base/test-runner/src/android/test/ |
TestCase.java | 28 * teardown code must execute regardless of whether your test passed.
|
/frameworks/rs/cpu_ref/ |
rsCpuScriptGroup.h | 30 virtual void execute();
|
/frameworks/rs/driver/ |
rsdScriptGroup.cpp | 48 sgi->execute();
|
/libcore/luni/src/main/java/java/util/concurrent/ |
Executors.java | 53 * execute subsequent tasks. The threads in the pool will exist 113 * needed to execute subsequent tasks. The threads in the pool will 134 * shutdown, a new one will take its place if needed to execute 135 * subsequent tasks.) Tasks are guaranteed to execute 176 * of programs that execute many short-lived asynchronous tasks. 177 * Calls to {@code execute} will reuse previously constructed 212 * to run after a given delay, or to execute periodically. 215 * shutdown, a new one will take its place if needed to execute 216 * subsequent tasks.) Tasks are guaranteed to execute 230 * to run after a given delay, or to execute periodically. (Not [all...] |
/libcore/luni/src/test/java/libcore/sqlite/ |
AbstractSqlTest.java | 94 firstStmt.execute("create table tbl1(one varchar(10), two smallint)"); 109 firstStmt.execute("drop table tbl1"); 124 firstStmt.execute("insert into tbl1 values('" + ones[i] + "'," 202 stmt.execute("UPDATE tbl1 SET one = '" + ones_updated[i]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
comments | 10 ."text on the line which should never execute since it should be \n"
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
PHONY | 11 ."clean should still execute because of it's phony status.";
|
clean | 5 ."NOT execute the command unless the rule is given in \n"
|
/ndk/tests/device/issue42891-boost-1_52/ |
COPYING | 6 execute, and transmit the Software, and to prepare derivative works of the
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
EmailAsyncTask.java | 180 * execute on {@link #PARALLEL_EXECUTOR} 182 * @see AsyncTask#execute 189 * execute on {@link #SERIAL_EXECUTOR} 191 * @see AsyncTask#execute
|
Completed in 700 milliseconds
<<21222324252627282930>>