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

  /device/common/
generate-blob-scripts.sh 143 FOUND=false
151 if test $FOUND = false
159 FOUND=true
165 FOUND=false
171 if test $FOUND = false
180 FOUND=true
  /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 376 #define FOUND 2
  /device/samsung/crespo/alsa-utils/alsaconf/
alsaconf.in 338 xecho "Error, dialog or whiptail not found."
344 xecho "Error, awk not found. Can't continue."
368 # found strings to search for in WriteConfModules,
524 rm -f "$TMP" "$addcfg" "$FOUND" "$DUMP"
538 FOUND=`mktemp -q /tmp/alsaconf.XXXXXX`
612 found="0"
617 found="1"
630 found="1"
636 found="1"
642 if [ "$found" = "0" ]; the
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 443 FOUND=
446 if [ "$C" = "$CATEGORY" ]; then FOUND=true ; break ; fi
448 if [ -n "$FOUND" ]; then
477 echo "Errors were found with the problem report."
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 442 FOUND=
445 if [ "$C" = "$CATEGORY" ]; then FOUND=true ; break ; fi
447 if [ -n "$FOUND" ]; then
476 echo "Errors were found with the problem report."
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 442 FOUND=
445 if [ "$C" = "$CATEGORY" ]; then FOUND=true ; break ; fi
447 if [ -n "$FOUND" ]; then
476 echo "Errors were found with the problem report."
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 442 FOUND=
445 if [ "$C" = "$CATEGORY" ]; then FOUND=true ; break ; fi
447 if [ -n "$FOUND" ]; then
476 echo "Errors were found with the problem report."
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 443 FOUND=
446 if [ "$C" = "$CATEGORY" ]; then FOUND=true ; break ; fi
448 if [ -n "$FOUND" ]; then
477 echo "Errors were found with the problem report."
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 442 FOUND=
445 if [ "$C" = "$CATEGORY" ]; then FOUND=true ; break ; fi
447 if [ -n "$FOUND" ]; then
476 echo "Errors were found with the problem report."
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 442 FOUND=
445 if [ "$C" = "$CATEGORY" ]; then FOUND=true ; break ; fi
447 if [ -n "$FOUND" ]; then
476 echo "Errors were found with the problem report."
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 442 FOUND=
445 if [ "$C" = "$CATEGORY" ]; then FOUND=true ; break ; fi
447 if [ -n "$FOUND" ]; then
476 echo "Errors were found with the problem report."
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gccbug 443 FOUND=
446 if [ "$C" = "$CATEGORY" ]; then FOUND=true ; break ; fi
448 if [ -n "$FOUND" ]; then
477 echo "Errors were found with the problem report."
  /external/strace/
util.c     [all...]
strace.c 549 fprintf(stderr, "%s: %s: command not found\n",
    [all...]
  /external/qemu/android/avd/
info.c 228 D("found " SDK_ROOT_ENV ": %s", env);
243 D("found SDK root at %s", i->sdkRootPath);
264 DD(" found image search path: %s", path);
276 derror("no search paths found in this AVD's configuration.\n"
281 DD("found a total of %d search paths for this AVD", count);
440 * returns the full path or NULL if the file could not be found.
460 DD("found %s in search dir: %s", image, searchDir);
461 goto FOUND;
470 FOUND:
477 * returns NULL if the file cannot be found
    [all...]

Completed in 443 milliseconds