HomeSort by relevance Sort by last modified time
    Searched full:basename (Results 851 - 875 of 2809) sorted by null

<<31323334353637383940>>

  /external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh 107 TMPFILE="$(${MKTEMP}).$(basename ${FILE}).cc"
  /external/compiler-rt/make/
lib_platforms.mk 15 $(call Set,PlatformName,$(basename $(notdir $(1))))
  /external/deqp/scripts/
check_include_guards.py 12 return '_' + os.path.basename(headerFile).upper().replace('.', '_')
  /external/e2fsprogs/contrib/
dconf 11 SELF=`basename $0`
  /external/e2fsprogs/tests/
Makefile.in 52 check-failed: $(basename $(wildcard *.failed))
  /external/elfutils/0.153/src/
make-debug-archive.in 48 echo "`basename $0` (@PACKAGE_NAME@) @PACKAGE_VERSION@"
  /external/libcxxabi/lib/
buildit 9 if [ `basename $(pwd)` != "lib" ]
  /external/libmtp/
configure.ac 90 AC_CHECK_FUNCS(basename memset select strdup strerror strrchr strtoul usleep mkstemp)
  /external/lldb/test/lang/cpp/unique-types/
TestUniqueTypes.py 38 compiler_basename = os.path.basename(compiler)
  /external/lldb/test/logging/
TestLogging.py 31 os.path.basename(self.getCompiler()),
  /external/llvm/utils/
clang-parse-diagnostics-file 71 if os.path.basename(file) == 'conftest.c':
  /external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py 186 basename = self.get_library_name()
190 if basename in ('gtest', 'gtest_main'):
191 return basename
193 return 'LLVM%s' % basename
  /external/llvm/utils/release/
export.sh 25 echo "usage: `basename $0`"
merge.sh 21 echo "usage: `basename $0` [OPTIONS]"
  /external/mesa3d/
acinclude.m4 82 case `basename "$CC"` in
  /external/nist-pkits/
generate-tests.sh 88 sha256sum -b "$(basename "${file}")"
  /external/protobuf/gtest/scons/
SConscript 137 object_name = os.path.basename(source).rstrip('.cc') + build_env['OBJ_SUFFIX']
168 target: The basename of the target's main source file, also used as the
194 target: The basename of the target test .cc file.
208 target: The basename of the target sample .cc file.
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 175 string basename; local
178 basename = file->name();
180 basename = file->name().substr(last_slash + 1);
182 return UnderscoresToCamelCaseImpl(StripProto(basename), true);
  /external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/devel-resources/
install.sh 9 USER=`basename ~`
  /external/scrypt/
import_scrypt.sh 190 echo "Generating $(basename $1)"
267 echo "Generating $(basename $output)"
347 local_additional_dependencies += \$(LOCAL_PATH)/$(basename $output)
481 declare -r variable_name=SCRYPT_PATCHES_`basename $patch .patch | sed s/-/_/`_SOURCES
  /external/srec/srec/Semproc/include/
SR_SemanticGraphImpl.h 126 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraph_Load(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* basename, int num_words_to_add);
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 242 printSyntax(basename(argv[0]));
254 printSyntax(basename(argv[0]));
263 printSyntax(basename(argv[0]));
270 printSyntax(basename(argv[0]));
  /ndk/build/tools/
build-ccache.sh 48 do_from () { CCACHE_URL=$1; CCACHE_PACKAGE=`basename $1`; }
build-docs.sh 98 TMP_FILE=$TEMP_DIR/$(basename "$DST_FILE").temp
build-host-python.sh 147 local PKG_NAME=$(basename $PKG_URL)
379 [ -d "$PYPPDIR/libstdcxx/$(basename $GCC_DIR)" ] || mkdir -p "$PYPPDIR/libstdcxx/$(basename $GCC_DIR)"
380 run2 find . -path "*.py" -exec cp {} "$PYPPDIR/libstdcxx/$(basename $GCC_DIR)/" \;

Completed in 1521 milliseconds

<<31323334353637383940>>