HomeSort by relevance Sort by last modified time
    Searched refs:FOUND (Results 1 - 23 of 23) sorted by null

  /docs/source.android.com/scripts/
cleanup.sh 5 FOUND=`grep -R $img ../site_src`
6 if [ -z "$FOUND" ]
  /ndk/tests/standalone/builtin-macros/
run.sh 85 local VAL2 FOUND
89 FOUND=true
93 if [ -z "$FOUND" ]; then
  /external/qemu/android/utils/
intmap.c 137 goto FOUND;
141 /* Not found, need to add it */
150 FOUND:
169 goto FOUND;
174 FOUND:
  /external/chromium/chrome/browser/net/
url_info.h 3 // found in the LICENSE file.
9 // by the DNS service as either FOUND or NO_SUCH_NAME. Each instance may also
64 FOUND, // DNS resolution completed.
110 bool was_found() const { return FOUND == state_; }
url_info.cc 3 // found in the LICENSE file.
56 case FOUND: // Lookup succeeded.
69 // whether we found something in the local cache, or an ISP cache, it will
94 DCHECK(PENDING == state_ || FOUND == state_ || NO_SUCH_NAME == state_);
138 state_ = FOUND;
169 DCHECK(FOUND == state_ || NO_SUCH_NAME == state_);
174 // time out the same way as FOUND case.
  /external/chromium_org/chrome/browser/net/
url_info.h 3 // found in the LICENSE file.
9 // by the DNS service as either FOUND or NO_SUCH_NAME. Each instance may also
63 FOUND, // DNS resolution completed.
107 bool was_found() const { return FOUND == state_; }
url_info.cc 3 // found in the LICENSE file.
33 // whether we found something in the local cache, or an ISP cache, it will on
92 case FOUND: // Lookup succeeded.
113 DCHECK(PENDING == state_ || FOUND == state_ || NO_SUCH_NAME == state_);
157 state_ = FOUND;
189 DCHECK(FOUND == state_ || NO_SUCH_NAME == state_);
194 // time out the same way as FOUND case.
  /ndk/build/tools/
build-compiler-rt.sh 91 dump "Could not found compiler-rt source directory: $SRC_DIR"
163 local ARCH_SOURCES GENERIC_SOURCES FOUND
177 FOUND=$(echo $ARCH_SOURCES | grep $FILENAME)
178 if [ -z "$FOUND" ]; then
build-cxx-stl.sh 115 FOUND=
118 FOUND=true
122 if [ -z "$FOUND" ]; then
  /external/chromium_org/net/http/
http_status_code_list.h 3 // found in the LICENSE file.
32 HTTP_STATUS(FOUND, 302, "Found")
45 HTTP_STATUS(NOT_FOUND, 404, "Not Found")