/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...] |
/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/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)
|
stackwalker_x86_unittest.cc | 121 Return(MockSymbolSupplier::FOUND))); [all...] |
/external/python/cpython3/Lib/http/ |
__init__.py | 53 FOUND = 302, 'Found', 'Object moved temporarily -- see URI list' 73 NOT_FOUND = (404, 'Not Found',
|
/external/e2fsprogs/ext2ed/ |
dir_com.c | 93 FOUND - Current dir entry is returned. 113 if (return_code==ABORT || return_code==FOUND) 194 In action_name, the required name will be checked against the name of the current entry, and FOUND will be 197 5. If the required entry is found, we dispatch a remember command to insert the current inode (remember that 260 status=FOUND;info=file_info; 263 if (status==FOUND) { /* If found */ 309 wprintw (command_win,"Error - Directory entry %s not found.\n",dir_name); /* Hmm, an invalid path somewhere */ 318 Returns FOUND if found, or CONTINUE if not found 548 int found=0; local 595 int found=0; local [all...] |
ext2ed.h | 372 #define FOUND 2
|
/external/vulkan-validation-layers/build-android/ |
update_external_sources_android.bat | 29 for %%X in (where.exe) do (set FOUND=%%~$PATH:X)
30 if not defined FOUND (
32 echo where.exe not found
40 echo git.exe not found
49 echo ndk-build.cmd not found
|
/external/python/oauth2client/tests/contrib/ |
test_flask_util.py | 255 self.assertEqual(response.status_code, httplib.FOUND) 387 self.assertEqual(response.status_code, httplib.FOUND) 427 self.assertEqual(response.status_code, httplib.FOUND) 458 self.assertEqual(response.status_code, httplib.FOUND) 472 self.assertEqual(response.status_code, httplib.FOUND) 508 self.assertEqual(response.status_code, httplib.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/python/apitools/apitools/base/py/ |
http_wrapper.py | 55 http_client.FOUND, 275 'Caught server not found error, retrying: %s', retry_args.exc)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
httplib.py | 123 FOUND = 302
178 302: 'Found',
189 404: 'Not Found',
[all...] |
/external/python/cpython2/Lib/ |
httplib.py | 124 FOUND = 302 179 302: 'Found', 190 404: 'Not Found', 276 included in the returned list. If an invalid line is found in the [all...] |
/external/caliper/lib/ |
jersey-client-1.11.jar | |
/external/conscrypt/benchmark-android/ |
vogar.jar | |
/external/grpc-grpc-java/netty/shaded/ |
grpc-netty-shaded-1.14.0.jar | |
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/ |
compute-gen.go | [all...] |