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

  /docs/source.android.com/scripts/
cleanup.sh 5 FOUND=`grep -R $img ../site_src`
6 if [ -z "$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/qemu/android/utils/
intmap.c 137 goto FOUND;
141 /* Not found, need to add it */
150 FOUND:
169 goto FOUND;
174 FOUND:
  /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;
191 DCHECK(FOUND == state_ || NO_SUCH_NAME == state_);
196 // time out the same way as FOUND case.
  /ndk/build/tools/
build-compiler-rt.sh 92 dump "Could not found compiler-rt source directory: $SRC_DIR"
164 local ARCH_SOURCES GENERIC_SOURCES FOUND
178 FOUND=$(echo $ARCH_SOURCES | grep $FILENAME)
179 if [ -z "$FOUND" ]; then
  /ndk/tests/standalone/builtin-macros/
run.sh 85 local VAL2 FOUND
89 FOUND=true
93 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")
  /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/qemu/distrib/sdl-1.2.15/acinclude/
alsa.m4 7 dnl AM_PATH_ALSA([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
14 dnl and the alsa libraries are not found, a fatal AC_MSG_ERROR() will result.
112 [AC_MSG_RESULT(found.)],
114 ifelse([$3], , [AC_MSG_ERROR(Sufficiently new version of libasound not found.)])
122 [ifelse([$3], , [AC_MSG_ERROR(No linkable libasound was found.)])
esd.m4 11 dnl AM_PATH_ESD([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
129 echo "*** The esd-config script installed by ESD could not be 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/qemu/android/avd/
info.c 239 DD(" found image search path: %s", path);
324 DD(" found skin directory: %s", temp);
403 D("found skin '%s' in directory: %s", *pSkinName, *pSkinDir);
507 DD("Found target field in root AVD .ini file: '%s'", target);
544 D("Found AVD target API level: %d", level);
624 derror("no search paths found in this AVD's configuration.\n"
629 DD("found a total of %d search paths for this AVD", i->numSearchPaths);
632 /* Search a file in the SDK search directories. Return NULL if not found,
649 DD("found %s in search dir: %s", fileName, searchDir);
650 goto FOUND;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 123 FOUND = 302
178 302: 'Found',
189 404: 'Not Found',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 123 FOUND = 302
178 302: 'Found',
189 404: 'Not Found',
    [all...]
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 2069 milliseconds