/external/clang/test/Rewriter/ |
finally.m | 5 printf("executing try"); // expected-warning{{implicitly declaring library function 'printf' with type 'int (const char *, ...)'}} \ 9 printf("executing finally"); 13 printf("executing try"); 16 printf("executing finally"); 18 printf("executing after finally block"); 21 printf("executing try"); 23 printf("executing finally");
|
rewrite-modern-try-catch-finally.m | 18 printf("executing try"); 21 printf("executing finally"); 23 printf("executing after finally block"); 26 printf("executing try"); 28 printf("executing finally");
|
/build/core/ |
apicheck_msg_current.txt | 9 2) You can update current.txt by executing the following command:
|
/frameworks/testing/uiautomator/library/ |
apicheck_msg_current.txt | 9 2) You can update current.txt by executing the following command:
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
DEFAULT | 19 print MAKEFILE "\t\@echo Executing rule FOO\n\n"; 31 print MAKEFILE "\t\@echo Executing rule BAR\n\n"; 39 . "Executing rule BAR\n"
|
SILENT | 5 ."commands before executing them.";
|
/external/chromium/base/ |
no_windows2000_unittest.h | 12 // Disable the whole test case when executing on Windows 2000 or lower.
|
/external/clang/examples/clang-interpreter/ |
README.txt | 1 This is an example of Clang based interpreter, for executing standalone C
|
/external/webkit/Tools/CygwinDownloader/ |
make-zip.sh | 12 echo "Failed executing setup.py" 1>&2
|
/external/valgrind/main/auxprogs/ |
posixtestsuite-1.5.1-diff.txt | 116 + ALL) echo "Executing all tests" 117 + echo "Executing asynchronous I/O tests" 120 + echo "Executing signals tests" 127 + echo "Executing semaphores tests" 129 + echo "Executing threads tests" 131 + echo "Executing timers and clocks tests" 136 + echo "Executing message queues tests" 138 + echo "Executing process and thread scheduling tests" 140 + echo "Executing mapped, process and shared memory tests"
|
/frameworks/compile/libbcc/tests/ |
test.py | 205 "Executing compiled code:\nresult: 42\n") 209 "Executing compiled code:\nresult: 13\n", "Hello, world\n") 215 "Executing compiled code:\notcc-ansi.c: About to execute compiled code:\natcc-ansi.c: result: 42\nresult: 42\n", "", 222 "Executing compiled code:\notcc-ansi.c: About to execute compiled code:\notcc.c: about to execute compiled code.\natcc-ansi.c: result: 42\nresult: 42\n", "",['x86']) 226 "Executing compiled code:\nresult: 0\n", 232 "Executing compiled code:\nresult: 0\n", 248 """Executing compiled code: 312 """Executing compiled code: 327 self.compileCheck(["-c -R", "data/char.bc"], """Executing compiled code: 332 self.compileCheck(["-c -R", "data/pointers.bc"], """Executing compiled code [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
plugin.def | 78 /* Called before executing a pass. */ 81 /* Called before executing subpasses of a GIMPLE_PASS in 85 /* Called after executing subpasses of a GIMPLE_PASS in
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
plugin.def | 78 /* Called before executing a pass. */ 81 /* Called before executing subpasses of a GIMPLE_PASS in 85 /* Called after executing subpasses of a GIMPLE_PASS in
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
plugin.def | 78 /* Called before executing a pass. */ 81 /* Called before executing subpasses of a GIMPLE_PASS in 85 /* Called after executing subpasses of a GIMPLE_PASS in
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
plugin.def | 78 /* Called before executing a pass. */ 81 /* Called before executing subpasses of a GIMPLE_PASS in 85 /* Called after executing subpasses of a GIMPLE_PASS in
|
/external/compiler-rt/lib/asan/lit_tests/Darwin/ |
unset-insert-libraries-on-exec.cc | 2 // executing other programs.
|
/external/guava/ |
mvn-deploy.sh | 10 # user executing it, and then deploys to the repository contained 39 echo "Executing ${cmd}"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
build_messages.properties | 15 AAPT_Exec_Error_s=Error executing aapt. Please check aapt is present at %1$s 16 AAPT_Exec_Error_d=Error executing aapt: Return code %1$d 17 AAPT_Exec_Error_Other_s=Error executing aapt: %1$s 39 AIDL_Exec_Error_d=Error executing aidl: Return code %1$d 40 AIDL_Exec_Error_s=Error executing aidl. Please check aidl is present at %1$s 67 Proguard_Exec_Error=Error executing Proguard. Please check Proguard is present at %1$s
|
/external/smack/src/org/jivesoftware/smackx/commands/ |
AdHocCommand.java | 30 * An ad-hoc command is responsible for executing the provided service and
51 * All the actions may throw an XMPPException if there is a problem executing
210 * command. It is invoked on every command. If there is a problem executing
213 * @throws XMPPException if there is an error executing the command.
221 * or more stages. If there is a problem executing the command it throws an
225 * @throws XMPPException if there is a problem executing the command.
233 * or more stages. If there is a problem executing the command it throws an
237 * @throws XMPPException if there is a problem executing the command.
244 * the previous one. If there is a problem executing the command it throws
247 * @throws XMPPException if there is a problem executing the command. 358 executing, enum constant in enum:AdHocCommand.Status [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
WrappedGTestResultParser.java | 34 * @param listeners informed of test results as the tests are executing 45 * @param listener informed of test results as the tests are executing
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_INVOKE_METHOD_NO_OPT.S | 46 # continue executing the next instruction through the interpreter 76 # Start executing the callee
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
JarExecTest.java | 69 assertTrue("Error executing JAR : result returned was incorrect.", res 107 assertTrue("Error executing JAR : result returned was incorrect.", res 118 assertTrue("Error executing JAR : result returned was incorrect.", res 130 assertTrue("Error executing JAR : result returned was incorrect.", res 168 assertTrue("Error executing JAR : result returned was incorrect.", res 190 assertTrue("Error executing class from ClassPath : result returned was incorrect.", res 210 assertTrue("Error executing class specified by -cp : result returned was incorrect.", res 237 assertTrue("Error executing class specified by -cp : result returned was incorrect.", res
|
/external/chromium/net/proxy/ |
proxy_resolver_js_bindings.h | 70 // Sets details about the currently executing FindProxyForURL() request. 76 // Retrieves details about the currently executing FindProxyForURL() request.
|
/external/v8/src/ |
once.cc | 52 // - EXECUTING_FUNCTION: Another thread is already executing the function. 64 // Another thread has already started executing the function. We need to
|
/external/webkit/Source/WebCore/bindings/v8/ |
WorkerScriptController.h | 71 // Returns WorkerScriptController for the currently executing context. 0 will be returned if the current executing context is not the worker context.
|