/docs/source.android.com/scripts/ |
cleanup.sh | 5 FOUND=`grep -R $img ../site_src` 6 if [ -z "$FOUND" ]
|
/external/libcap/contrib/ |
pcaps4convenience | 67 echo "Sorry, I haven't found which" 94 FOUND=no 97 if [ -f "$i" -a ! -L $i -a "$FOUND"=="no" ]; then 100 FOUND=yes 103 if [ "$FOUND" == "no" ]; then 104 # 'which' found only symlinks 105 echo "1 haven't found $1" 109 echo "haven't found $1" 120 FOUND=no 122 if [ -f "$i" -a ! -L $i -a "$FOUND"=="no" ]; the [all...] |
pcaps4suid0 | 81 echo "Sorry, I haven't found which" 109 FOUND=no 112 if [ -f "$i" -a ! -L $i -a "$FOUND"=="no" ]; then 116 FOUND=yes 119 if [ "$FOUND" == "no" ]; then 120 # 'which' found only symlinks 121 echo "1 haven't found $1" 125 echo "haven't found $1" 136 FOUND=no 138 if [ -f "$i" -a ! -L $i -a "$FOUND"=="no" ]; the [all...] |
/ndk/build/ |
ndk-build.cmd | 4 if exist %PREBUILT_PATH% goto FOUND 6 :FOUND
|
/external/ltrace/testsuite/ltrace.minor/ |
time-record-T.exp | 41 set FOUND 0 52 set FOUND 1 58 if {$FOUND != 1} then { 63 set FOUND 0 75 set FOUND 1 80 if { $FOUND != 1} then {
|
time-record-tt.exp | 31 set FOUND 0 54 set FOUND 1 60 if {$FOUND != 1} then { 74 set FOUND 0 98 set FOUND 1 103 if { $FOUND != 1} then {
|
time-record-ttt.exp | 32 set FOUND 0 56 set FOUND 1 63 if {$FOUND != 1} then { 78 set FOUND 0 103 set FOUND 1 108 if { $FOUND != 1} then {
|
/external/google-breakpad/src/google_breakpad/processor/ |
symbol_supplier.h | 48 // no symbols were found, but continue processing 51 // symbols were found, and the path has been placed in symbol_file 52 FOUND, 84 // If symbol_data is not NULL, symbol supplier won't return FOUND unless it
|
/external/avahi/common/ |
python.m4 | 2 dnl AM_CHECK_PYMOD(MODNAME [,SYMBOL [,ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]]]) 57 [AC_MSG_RESULT(found) 59 [AC_MSG_RESULT(not found)
|
/external/google-breakpad/src/processor/ |
simple_symbol_supplier.cc | 89 if (s == FOUND) { 111 if (s == FOUND) { 201 return FOUND;
|
stack_frame_symbolizer.cc | 94 case SymbolSupplier::FOUND: {
|
stackwalker_address_list_unittest.cc | 103 Return(MockSymbolSupplier::FOUND))); 139 // found without symbols.
|
minidump_processor_unittest.cc | 238 return FOUND; 251 if (s == FOUND) { 272 if (s == FOUND) {
|
stackwalker_amd64_unittest.cc | 112 Return(MockSymbolSupplier::FOUND)));
|
stackwalker_arm64_unittest.cc | 113 Return(MockSymbolSupplier::FOUND))); 355 // (won't be found) [all...] |
stackwalker_arm_unittest.cc | 114 Return(MockSymbolSupplier::FOUND))); 376 // (won't be found) [all...] |
stackwalker_mips_unittest.cc | 114 Return(MockSymbolSupplier::FOUND))); 397 // (won't be found) 468 // (won't be found)
|
/ndk/tests/standalone/builtin-macros/ |
run.sh | 85 local VAL2 FOUND 89 FOUND=true 93 if [ -z "$FOUND" ]; then
|
/external/e2fsprogs/ext2ed/ |
dir_com.c | 92 FOUND - Current dir entry is returned. 112 if (return_code==ABORT || return_code==FOUND) 193 In action_name, the required name will be checked against the name of the current entry, and FOUND will be 196 5. If the required entry is found, we dispatch a remember command to insert the current inode (remember that 259 status=FOUND;info=file_info; 262 if (status==FOUND) { /* If found */ 308 wprintw (command_win,"Error - Directory entry %s not found.\n",dir_name); /* Hmm, an invalid path somewhere */ 317 Returns FOUND if found, or CONTINUE if not found 547 int found=0; local 594 int found=0; local [all...] |
ext2ed.h | 372 #define FOUND 2
|
/external/avahi/avahi-gobject/ |
ga-service-resolver.c | 41 FOUND, 180 signals[FOUND] = 181 g_signal_new("found", 326 g_signal_emit(self, signals[FOUND], 0,
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
HttpStatus.java | 197 * <td>(now "<code>302 Found</code>")</td> 203 * <td>Found</td> 304 * <td>Not Found</td> 731 /** <code>302 Found</code> */ 732 FOUND(FOUND_302, "Found"), 756 /** <code>404 Not Found</code> */ 757 NOT_FOUND(NOT_FOUND_404, "Not Found"), 925 * @return the {@link HttpStatus} if found, or null if not found [all...] |
/external/vulkan-validation-layers/ |
update_external_sources.bat | 93 for %%X in (git.exe) do (set FOUND=%%~$PATH:X)
94 if not defined FOUND (
96 echo git.exe not found
103 for %%X in (cmake.exe) do (set FOUND=%%~$PATH:X)
104 if not defined FOUND (
106 echo cmake.exe not found
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_HttpServer.java | 56 public static final int FOUND = 302; 261 Assert.fail("Found both Content-Length and Transfer-Encoding"); 288 notFound(); // return a not found error 417 int found = 0; local 421 found++; 423 found == 1); 486 // System.out.println("File not found on test server."); 488 print(os, "HTTP/1.1 " + NOT_FOUND + " Not Found\r\n");
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
http_wrapper.py | 39 http_client.FOUND, 258 'Caught server not found error, retrying: %s', retry_args.exc)
|